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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

elements-of-type(html5-block) {
  display: block; }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*! 
 *  Patched by sirna.
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: 400;
  font-style: normal; }

.fa {
  display: inline-block;
  color: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\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-remove:before, .fa-close:before, .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, .fa-bar-chart: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: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-buoy: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"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

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

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

@font-face {
  font-family: 'Sans';
  src: url('fonts/HelveticaNeueLight.eot');
  /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLight.woff') format('woff'), url('fonts/HelveticaNeueLight.ttf') format('truetype'), url('fonts/HelveticaNeueLight.svg#7384ecabcada72f0e077cd45d8e1c705') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'Sans';
  src: url('fonts/HelveticaNeueLightItalic.eot');
  /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueLightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLightItalic.woff') format('woff'), url('fonts/HelveticaNeueLightItalic.ttf') format('truetype'), url('fonts/HelveticaNeueLightItalic.svg#1e8650c34924edbcd8fe4de418b82065') format('svg');
  /* Legacy iOS */
  font-style: italic;
  font-weight: 200; }

@font-face {
  font-family: 'Sans';
  src: url('fonts/HelveticaNeueItalic.eot');
  /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueItalic.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueItalic.woff') format('woff'), url('fonts/HelveticaNeueItalic.ttf') format('truetype'), url('fonts/HelveticaNeueItalic.svg#742171b431310a8283213206fd340c77') format('svg');
  /* Legacy iOS */
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: 'Sans';
  src: url('fonts/HelveticaNeueUltraLight.eot');
  /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueUltraLight.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueUltraLight.woff') format('woff'), url('fonts/HelveticaNeueUltraLight.ttf') format('truetype'), url('fonts/HelveticaNeueUltraLight.svg#9453ea8da727d260bcdbfa605bdbb5d2') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'Sans';
  src: url('fonts/HelveticaNeueMedium.eot');
  /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueMedium.woff') format('woff'), url('fonts/HelveticaNeueMedium.ttf') format('truetype'), url('fonts/HelveticaNeueMedium.svg#d7af0fd9278f330eed98b60dddea7bd6') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Sans';
  src: url('fonts/HelveticaNeueBold.eot');
  /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueBold.woff') format('woff'), url('fonts/HelveticaNeueBold.ttf') format('truetype'), url('fonts/HelveticaNeueBold.svg#b0b230b12ba14b2f0690df366df880c5') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Sans';
  src: url('fonts/HelveticaNeueUltraLightItalic.eot');
  /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueUltraLightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueUltraLightItalic.woff') format('woff'), url('fonts/HelveticaNeueUltraLightItalic.ttf') format('truetype'), url('fonts/HelveticaNeueUltraLightItalic.svg#7fb391f291093764455b4f735b6c7c90') format('svg');
  /* Legacy iOS */
  font-style: italic;
  font-weight: 200; }

@font-face {
  font-family: 'Sans';
  src: url('fonts/HelveticaNeueBoldItalic.eot');
  /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueBoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueBoldItalic.woff') format('woff'), url('fonts/HelveticaNeueBoldItalic.ttf') format('truetype'), url('fonts/HelveticaNeueBoldItalic.svg#f744a67f35e8f9d0c2b506b9d6859756') format('svg');
  /* Legacy iOS */
  font-style: italic;
  font-weight: 700; }

@font-face {
  font-family: 'Sans';
  src: url('fonts/HelveticaNeue.eot');
  /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue.woff') format('woff'), url('fonts/HelveticaNeue.ttf') format('truetype'), url('fonts/HelveticaNeue.svg#a68121ef2e891aed38ff01110987f27a') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@-webkit-keyframes preload-bar {
  0% {
    width: 0%; }

  100% {
    width: 100%; } }

@keyframes preload-bar {
  0% {
    width: 0%; }

  100% {
    width: 100%; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 744px; } }
  @media (min-width: 992px) {
    .container {
      width: 964px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1164px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -12px;
  margin-right: -12px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** --------------------------------------------------------------------------*\
 *  HTML5 ELEMENTS.
 ** --------------------------------------------------------------------------*/
*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

* html {
  font-size: 100%; }

html {
  font-size: 100%;
  line-height: 1.5em; }

html {
  height: 100%;
  min-width: 320px; }

body {
  display: block;
  min-width: 320px;
  height: 100%;
  color: #191C21;
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  background-color: #F2F2F2; }

h1 {
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -0.01em;
  font-weight: 400; }

h2 {
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -0.01em;
  font-weight: 400; }

h3 {
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -0.01em;
  font-weight: 400; }

h4 {
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -0.01em;
  font-weight: 400; }

h5 {
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -0.01em;
  font-weight: 400; }

h6 {
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -0.01em;
  font-weight: 400; }

h1.alt {
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -1px; }

h2.alt {
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -1px; }

h3.alt {
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -1px; }

h4.alt {
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -1px; }

h5.alt {
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -1px; }

h6.alt {
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -1px; }

p, li, b, strong, .bold, em, i, .italic {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #191C21; }

p, a, li {
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  font-weight: 400; }

b, strong, .bold {
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  font-weight: 700; }

em, i, .italic {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic; }

h1 {
  font-size: 3.6875rem;
  line-height: 4.5rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
     -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
          font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1; }

h2 {
  font-size: 2.3125rem;
  line-height: 3rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
     -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
          font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1; }

h3 {
  font-size: 1.4375rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
     -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
          font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1; }

h4 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
     -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
          font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1; }

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
     -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
          font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1; }

h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
     -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
          font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1; }

p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
     -moz-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
          font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1; }
  p + p {
    margin-top: 1.5rem; }
  p:last-of-type {
    margin-bottom: 1.5rem; }

a {
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
          transition: color 0.15s ease-out, background-color 0.15s ease-out;
  color: #F33;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-decoration: none; }
  a:visited {
    color: #F33; }
  a:focus {
    color: #F33; }
  a:hover {
    color: #191C21; }
  a:active {
    color: #F33; }
  a:hover, a:active, a:focus {
    text-decoration: none;
    outline: transparent none 0; }

p a {
  -webkit-transition: background-image 0.3s ease-out;
          transition: background-image 0.3s ease-out;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#F33));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #F33 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #F33 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 90%; }
  p a:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#ACB8C4));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #ACB8C4 50%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #ACB8C4 50%); }

ul, ol {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 0; }
  ul.no-reset, ol.no-reset {
    list-style: disc outside none; }
  ul li, ol li {
    margin: 0;
    -webkit-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
       -moz-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
            font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1; }

small {
  font-size: 10px;
  line-height: 1.5rem;
  color: inherit; }

hr {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#111218));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #111218 50%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #111218 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 50%;
  border: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin: 0; }

.small-caps {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  -webkit-font-feature-settings: 'smcp' 1, 'kern' 1;
     -moz-font-feature-settings: 'smcp' 1, 'kern' 1;
          font-feature-settings: 'smcp' 1, 'kern' 1; }

.lining-numerals {
  -webkit-font-feature-settings: 'lnum' 1, 'kern' 1;
     -moz-font-feature-settings: 'lnum' 1, 'kern' 1;
          font-feature-settings: 'lnum' 1, 'kern' 1; }

.oldstyle-numerals {
  -webkit-font-feature-settings: 'onum' 1, 'kern' 1;
     -moz-font-feature-settings: 'onum' 1, 'kern' 1;
          font-feature-settings: 'onum' 1, 'kern' 1; }

pre, code {
  font-family: monospace; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control, .input-group #shortener-forms .field input[type="text"], #shortener-forms .field .input-group input[type="text"] {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%; }
  .input-group + .input-group {
    margin-top: 0.75rem; }

.input-group-addon, .input-group-btn, .input-group .form-control, .input-group #shortener-forms .field input[type="text"], #shortener-forms .field .input-group input[type="text"] {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child), .input-group #shortener-forms .field input[type="text"]:not(:first-child):not(:last-child), #shortener-forms .field .input-group input[type="text"]:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 100%;
  white-space: nowrap;
  vertical-align: middle;
  height: 2.25rem; }

.input-group-addon {
  padding: 4px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #3B3F54;
  text-align: center;
  background-color: #ACB8C4;
  border: 1px solid #ACB8C4;
  border-radius: 2px; }
  .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group #shortener-forms .field input[type="text"]:first-child, #shortener-forms .field .input-group input[type="text"]:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-twitter, .input-group-btn:first-child > .btn-facebook, .input-group-btn:first-child > .btn-blue-2, .input-group-btn:first-child > .btn-gray, .input-group-btn:first-child > .btn-gray-2, .input-group-btn:first-child > #shortener-forms .field button, #shortener-forms .field .input-group-btn:first-child > button, .input-group-btn:first-child > .btn-small, .input-group-btn:first-child > .btn-tool, .input-group-btn:first-child > .link-edits .link-edit-submit, .link-edits .input-group-btn:first-child > .link-edit-submit, .input-group-btn:first-child > .btn-tool-alt, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .btn-group > .btn-twitter, .input-group-btn:first-child > .btn-group > .btn-facebook, .input-group-btn:first-child > .btn-group > .btn-blue-2, .input-group-btn:first-child > .btn-group > .btn-gray, .input-group-btn:first-child > .btn-group > .btn-gray-2, .input-group-btn:first-child > .btn-group > #shortener-forms .field button, #shortener-forms .field .input-group-btn:first-child > .btn-group > button, .input-group-btn:first-child > .btn-group > .btn-small, .input-group-btn:first-child > .btn-group > .btn-tool, .input-group-btn:first-child > .btn-group > .link-edits .link-edit-submit, .link-edits .input-group-btn:first-child > .btn-group > .link-edit-submit, .input-group-btn:first-child > .btn-group > .btn-tool-alt, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-twitter:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-facebook:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-blue-2:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-gray:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-gray-2:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > #shortener-forms .field button:not(:last-child):not(.dropdown-toggle), #shortener-forms .field .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-small:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-tool:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .link-edits .link-edit-submit:not(:last-child):not(.dropdown-toggle), .link-edits .input-group-btn:last-child > .link-edit-submit:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-tool-alt:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-twitter, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-facebook, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-blue-2, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-gray, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-gray-2, .input-group-btn:last-child > .btn-group:not(:last-child) > #shortener-forms .field button, #shortener-forms .field .input-group-btn:last-child > .btn-group:not(:last-child) > button, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-small, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-tool, .input-group-btn:last-child > .btn-group:not(:last-child) > .link-edits .link-edit-submit, .link-edits .input-group-btn:last-child > .btn-group:not(:last-child) > .link-edit-submit, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-tool-alt {
  -webkit-border-radius-topright: 0;
  -ms-border-radius-topright: 0;
  -o-border-radius-topright: 0;
  border-radius-topright: 0;
  -moz-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-radius-bottomright: 0;
  -ms-border-radius-bottomright: 0;
  -o-border-radius-bottomright: 0;
  border-radius-bottomright: 0;
  -moz-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group #shortener-forms .field input[type="text"]:last-child, #shortener-forms .field .input-group input[type="text"]:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-twitter, .input-group-btn:last-child > .btn-facebook, .input-group-btn:last-child > .btn-blue-2, .input-group-btn:last-child > .btn-gray, .input-group-btn:last-child > .btn-gray-2, .input-group-btn:last-child > #shortener-forms .field button, #shortener-forms .field .input-group-btn:last-child > button, .input-group-btn:last-child > .btn-small, .input-group-btn:last-child > .btn-tool, .input-group-btn:last-child > .link-edits .link-edit-submit, .link-edits .input-group-btn:last-child > .link-edit-submit, .input-group-btn:last-child > .btn-tool-alt, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .btn-group > .btn-twitter, .input-group-btn:last-child > .btn-group > .btn-facebook, .input-group-btn:last-child > .btn-group > .btn-blue-2, .input-group-btn:last-child > .btn-group > .btn-gray, .input-group-btn:last-child > .btn-group > .btn-gray-2, .input-group-btn:last-child > .btn-group > #shortener-forms .field button, #shortener-forms .field .input-group-btn:last-child > .btn-group > button, .input-group-btn:last-child > .btn-group > .btn-small, .input-group-btn:last-child > .btn-group > .btn-tool, .input-group-btn:last-child > .btn-group > .link-edits .link-edit-submit, .link-edits .input-group-btn:last-child > .btn-group > .link-edit-submit, .input-group-btn:last-child > .btn-group > .btn-tool-alt, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-twitter:not(:first-child), .input-group-btn:first-child > .btn-facebook:not(:first-child), .input-group-btn:first-child > .btn-blue-2:not(:first-child), .input-group-btn:first-child > .btn-gray:not(:first-child), .input-group-btn:first-child > .btn-gray-2:not(:first-child), .input-group-btn:first-child > #shortener-forms .field button:not(:first-child), #shortener-forms .field .input-group-btn:first-child > button:not(:first-child), .input-group-btn:first-child > .btn-small:not(:first-child), .input-group-btn:first-child > .btn-tool:not(:first-child), .input-group-btn:first-child > .link-edits .link-edit-submit:not(:first-child), .link-edits .input-group-btn:first-child > .link-edit-submit:not(:first-child), .input-group-btn:first-child > .btn-tool-alt:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-twitter, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-facebook, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-blue-2, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-gray, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-gray-2, .input-group-btn:first-child > .btn-group:not(:first-child) > #shortener-forms .field button, #shortener-forms .field .input-group-btn:first-child > .btn-group:not(:first-child) > button, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-small, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-tool, .input-group-btn:first-child > .btn-group:not(:first-child) > .link-edits .link-edit-submit, .link-edits .input-group-btn:first-child > .btn-group:not(:first-child) > .link-edit-submit, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-tool-alt {
  -webkit-border-radius-topleft: 0;
  -ms-border-radius-topleft: 0;
  -o-border-radius-topleft: 0;
  border-radius-topleft: 0;
  -moz-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius-bottomleft: 0;
  -ms-border-radius-bottomleft: 0;
  -o-border-radius-bottomleft: 0;
  border-radius-bottomleft: 0;
  -moz-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > .btn-twitter, .input-group-btn > .btn-facebook, .input-group-btn > .btn-blue-2, .input-group-btn > .btn-gray, .input-group-btn > .btn-gray-2, .input-group-btn > #shortener-forms .field button, #shortener-forms .field .input-group-btn > button, .input-group-btn > .btn-small, .input-group-btn > .btn-tool, .input-group-btn > .link-edits .link-edit-submit, .link-edits .input-group-btn > .link-edit-submit, .input-group-btn > .btn-tool-alt {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .btn + .btn-twitter, .input-group-btn > .btn + .btn-facebook, .input-group-btn > .btn + .btn-blue-2, .input-group-btn > .btn + .btn-gray, .input-group-btn > .btn + .btn-gray-2, .input-group-btn > .btn + #shortener-forms .field button, #shortener-forms .field .input-group-btn > .btn + button, .input-group-btn > .btn + .btn-twitter, .input-group-btn > .btn + .btn-facebook, .input-group-btn > .btn + .btn-blue-2, .input-group-btn > .btn + .btn-gray, .input-group-btn > .btn + .btn-gray-2, .input-group-btn > .btn + #shortener-forms .field button, #shortener-forms .field .input-group-btn > .btn + button, .input-group-btn > .btn + .btn-small, .input-group-btn > .btn + .btn-twitter, .input-group-btn > .btn + .btn-facebook, .input-group-btn > .btn + .btn-blue-2, .input-group-btn > .btn + .btn-gray, .input-group-btn > .btn + .btn-gray-2, .input-group-btn > .btn + #shortener-forms .field button, #shortener-forms .field .input-group-btn > .btn + button, .input-group-btn > .btn + .btn-tool, .input-group-btn > .btn + .btn-twitter, .input-group-btn > .btn + .btn-facebook, .input-group-btn > .btn + .btn-blue-2, .input-group-btn > .btn + .btn-gray, .input-group-btn > .btn + .btn-gray-2, .input-group-btn > .btn + #shortener-forms .field button, #shortener-forms .field .input-group-btn > .btn + button, .input-group-btn > .btn + .link-edits .link-edit-submit, .link-edits .input-group-btn > .btn + .link-edit-submit, .input-group-btn > .btn + .btn-tool-alt, .input-group-btn > .btn + .btn-twitter, .input-group-btn > .btn + .btn-facebook, .input-group-btn > .btn + .btn-blue-2, .input-group-btn > .btn + .btn-gray, .input-group-btn > .btn + .btn-gray-2, .input-group-btn > .btn + #shortener-forms .field button, #shortener-forms .field .input-group-btn > .btn + button, .input-group-btn > .btn-small + .btn, .input-group-btn > .btn-small + .btn-twitter, .input-group-btn > .btn-small + .btn-facebook, .input-group-btn > .btn-small + .btn-blue-2, .input-group-btn > .btn-small + .btn-gray, .input-group-btn > .btn-small + .btn-gray-2, .input-group-btn > .btn-small + #shortener-forms .field button, #shortener-forms .field .input-group-btn > .btn-small + button, .input-group-btn > .btn-small + .btn-small, .input-group-btn > .btn-small + .btn-tool, .input-group-btn > .btn-small + .link-edits .link-edit-submit, .link-edits .input-group-btn > .btn-small + .link-edit-submit, .input-group-btn > .btn-small + .btn-tool-alt, .input-group-btn > .btn-tool + .btn, .input-group-btn > .btn-tool + .link-edits .link-edit-submit, .link-edits .input-group-btn > .btn-tool + .link-edit-submit, .input-group-btn > .btn-tool + .btn-twitter, .input-group-btn > .btn-tool + .btn-facebook, .input-group-btn > .btn-tool + .btn-blue-2, .input-group-btn > .btn-tool + .btn-gray, .input-group-btn > .btn-tool + .btn-gray-2, .input-group-btn > .btn-tool + #shortener-forms .field button, #shortener-forms .field .input-group-btn > .btn-tool + button, .input-group-btn > .btn-tool + .btn-small, .input-group-btn > .btn-tool + .link-edits .link-edit-submit, .link-edits .input-group-btn > .btn-tool + .link-edit-submit, .input-group-btn > .btn-tool + .btn-tool, .input-group-btn > .btn-tool + .link-edits .link-edit-submit, .link-edits .input-group-btn > .btn-tool + .link-edit-submit, .input-group-btn > .btn-tool + .link-edits .link-edit-submit, .link-edits .input-group-btn > .btn-tool + .link-edit-submit, .input-group-btn > .btn-tool + .btn-tool-alt, .input-group-btn > .btn-tool + .link-edits .link-edit-submit, .link-edits .input-group-btn > .btn-tool + .link-edit-submit, .input-group-btn > .btn-tool-alt + .btn, .input-group-btn > .btn-tool-alt + .btn-twitter, .input-group-btn > .btn-tool-alt + .btn-facebook, .input-group-btn > .btn-tool-alt + .btn-blue-2, .input-group-btn > .btn-tool-alt + .btn-gray, .input-group-btn > .btn-tool-alt + .btn-gray-2, .input-group-btn > .btn-tool-alt + #shortener-forms .field button, #shortener-forms .field .input-group-btn > .btn-tool-alt + button, .input-group-btn > .btn-tool-alt + .btn-small, .input-group-btn > .btn-tool-alt + .btn-tool, .input-group-btn > .btn-tool-alt + .link-edits .link-edit-submit, .link-edits .input-group-btn > .btn-tool-alt + .link-edit-submit, .input-group-btn > .btn-tool-alt + .btn-tool-alt {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn-twitter:hover, .input-group-btn > .btn-facebook:hover, .input-group-btn > .btn-blue-2:hover, .input-group-btn > .btn-gray:hover, .input-group-btn > .btn-gray-2:hover, .input-group-btn > #shortener-forms .field button:hover, #shortener-forms .field .input-group-btn > button:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn-twitter:focus, .input-group-btn > .btn-facebook:focus, .input-group-btn > .btn-blue-2:focus, .input-group-btn > .btn-gray:focus, .input-group-btn > .btn-gray-2:focus, .input-group-btn > #shortener-forms .field button:focus, #shortener-forms .field .input-group-btn > button:focus, .input-group-btn > .btn:active, .input-group-btn > .btn-twitter:active, .input-group-btn > .btn-facebook:active, .input-group-btn > .btn-blue-2:active, .input-group-btn > .btn-gray:active, .input-group-btn > .btn-gray-2:active, .input-group-btn > #shortener-forms .field button:active, #shortener-forms .field .input-group-btn > button:active, .input-group-btn > .btn-small:hover, .input-group-btn > .btn-small:focus, .input-group-btn > .btn-small:active, .input-group-btn > .btn-tool:hover, .input-group-btn > .link-edits .link-edit-submit:hover, .link-edits .input-group-btn > .link-edit-submit:hover, .input-group-btn > .btn-tool:focus, .input-group-btn > .link-edits .link-edit-submit:focus, .link-edits .input-group-btn > .link-edit-submit:focus, .input-group-btn > .btn-tool:active, .input-group-btn > .link-edits .link-edit-submit:active, .link-edits .input-group-btn > .link-edit-submit:active, .input-group-btn > .btn-tool-alt:hover, .input-group-btn > .btn-tool-alt:focus, .input-group-btn > .btn-tool-alt:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-twitter, .input-group-btn:first-child > .btn-facebook, .input-group-btn:first-child > .btn-blue-2, .input-group-btn:first-child > .btn-gray, .input-group-btn:first-child > .btn-gray-2, .input-group-btn:first-child > #shortener-forms .field button, #shortener-forms .field .input-group-btn:first-child > button, .input-group-btn:first-child > .btn-small, .input-group-btn:first-child > .btn-tool, .input-group-btn:first-child > .link-edits .link-edit-submit, .link-edits .input-group-btn:first-child > .link-edit-submit, .input-group-btn:first-child > .btn-tool-alt, .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-twitter, .input-group-btn:last-child > .btn-facebook, .input-group-btn:last-child > .btn-blue-2, .input-group-btn:last-child > .btn-gray, .input-group-btn:last-child > .btn-gray-2, .input-group-btn:last-child > #shortener-forms .field button, #shortener-forms .field .input-group-btn:last-child > button, .input-group-btn:last-child > .btn-small, .input-group-btn:last-child > .btn-tool, .input-group-btn:last-child > .link-edits .link-edit-submit, .link-edits .input-group-btn:last-child > .link-edit-submit, .input-group-btn:last-child > .btn-tool-alt, .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.input-group-btn + .form-control, .input-group-btn + #shortener-forms .field input[type="text"], #shortener-forms .field .input-group-btn + input[type="text"] {
  margin-bottom: 0; }
.form-control + .input-group-btn, .form-control + #shortener-forms .field input[type="text"], #shortener-forms .field .form-control + input[type="text"] {
  margin-bottom: 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: inherit;
  color: #191C21;
  border: 0;
  border-bottom: 1px solid #191C21; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.75rem;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5rem; }

input[type="search"] {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] {
  margin: 6px 0 0;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 0.375rem;
  font-size: 16px;
  line-height: 24px;
  color: #3B3F54; }

.form-control, #shortener-forms .field input[type="text"] {
  display: block;
  width: 100%;
  height: 2.25rem;
  margin-bottom: 0.75rem;
  padding: 0.375rem 0.75rem;
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 2.25rem;
  color: #3B3F54;
  background-color: #F2F2F2;
  background-image: none;
  border: 1px solid #ACB8C4;
  border-radius: 2px;
  -ms-box-shadow: inset -2px 2px 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: inset -2px 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: inset -2px 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, #shortener-forms .field input[type="text"]:focus {
    color: black;
    border-color: #3B3F54;
    outline: 0;
    -ms-box-shadow: inset -2px 2px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset -2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset -2px 2px 1px rgba(0, 0, 0, 0.1); }
  .form-control::-moz-placeholder, #shortener-forms .field input[type="text"]::-moz-placeholder {
    color: #5A636E;
    opacity: 1; }
  .form-control:-ms-input-placeholder, #shortener-forms .field input[type="text"]:-ms-input-placeholder {
    color: #5A636E; }
  .form-control::-webkit-input-placeholder, #shortener-forms .field input[type="text"]::-webkit-input-placeholder {
    color: #5A636E; }
  .form-control[disabled], #shortener-forms .field input[disabled][type="text"], .form-control[readonly], #shortener-forms .field input[readonly][type="text"], fieldset[disabled] .form-control, fieldset[disabled] #shortener-forms .field input[type="text"], #shortener-forms .field fieldset[disabled] input[type="text"] {
    cursor: not-allowed;
    background-color: transparent;
    opacity: 1; }

textarea {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  line-height: 2.25rem;
  line-height: 24px \0; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
    line-height: 24px; }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
    line-height: 24px; }

.form-group {
  position: relative;
  margin-bottom: 1.5rem; }
  .form-group.contrast {
    margin-top: 1.5rem; }

.radio, .checkbox {
  position: relative;
  display: block;
  min-height: 24px;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }
  .radio label, .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox, .radio + .checkbox, .checkbox + .radio {
  margin-top: -0.75rem; }

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback #shortener-forms .field input[type="text"], #shortener-forms .field .has-feedback input[type="text"] {
    padding-right: 1.5rem; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #06EA8E; }
.has-success .form-control, .has-success #shortener-forms .field input[type="text"], #shortener-forms .field .has-success input[type="text"] {
  border-color: #06EA8E; }
  .has-success .form-control:focus, .has-success #shortener-forms .field input[type="text"]:focus, #shortener-forms .field .has-success input[type="text"]:focus {
    border-color: #06EA8E;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5bfbb8;
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5bfbb8;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5bfbb8; }
.has-success .input-group-addon {
  color: #06EA8E;
  border-color: #06EA8E;
  background-color: #CCFFCC; }
.has-success .form-control-feedback {
  color: #06EA8E; }
.has-success .form-control-feedback {
  background-color: rgba(204, 255, 204, 0.75);
  border-radius: 0 4px 4px 0;
  border: 1px solid #06EA8E; }
  .has-success .form-control-feedback:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 0.875rem;
    width: 100%;
    height: 100%;
    color: #06EA8E; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #F90; }
.has-warning .form-control, .has-warning #shortener-forms .field input[type="text"], #shortener-forms .field .has-warning input[type="text"] {
  border-color: #F90; }
  .has-warning .form-control:focus, .has-warning #shortener-forms .field input[type="text"]:focus, #shortener-forms .field .has-warning input[type="text"]:focus {
    border-color: #F90;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffbf66;
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffbf66;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffbf66; }
.has-warning .input-group-addon {
  color: #F90;
  border-color: #F90;
  background-color: #FFC; }
.has-warning .form-control-feedback {
  color: #F90; }
.has-warning .form-control-feedback {
  background-color: rgba(255, 255, 204, 0.75);
  border-radius: 0 4px 4px 0;
  border: 1px solid #F90; }
  .has-warning .form-control-feedback:after {
    content: "\f12a";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 0.875rem;
    width: 100%;
    height: 100%;
    color: #F90; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #F33; }
.has-error .form-control, .has-error #shortener-forms .field input[type="text"], #shortener-forms .field .has-error input[type="text"] {
  border-color: #F33; }
  .has-error .form-control:focus, .has-error #shortener-forms .field input[type="text"]:focus, #shortener-forms .field .has-error input[type="text"]:focus {
    border-color: #F33;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9999;
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9999;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9999; }
.has-error .input-group-addon {
  color: #F33;
  border-color: #F33;
  background-color: #FFCCCC; }
.has-error .form-control-feedback {
  color: #F33; }
.has-error .form-control-feedback {
  background-color: rgba(255, 204, 204, 0.75);
  border-radius: 0 4px 4px 0;
  border: 1px solid #F33; }
  .has-error .form-control-feedback:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 0.875rem;
    width: 100%;
    height: 100%;
    color: #F33; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 0.375rem;
  margin-bottom: 1.125rem;
  color: #505a6a; }

.form-inline {
  margin-bottom: 0.75rem; }
  @media (min-width: 768px) {
    .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-control, .form-inline #shortener-forms .field input[type="text"], #shortener-forms .field .form-inline input[type="text"] {
      display: inline-block;
      width: auto;
      vertical-align: middle;
      margin-bottom: 0; }
    .form-inline .input-group {
      display: inline-table;
      vertical-align: middle; }
      .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control, .form-inline .input-group #shortener-forms .field input[type="text"], #shortener-forms .field .form-inline .input-group input[type="text"] {
        width: auto; }
    .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .radio, .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0; }
    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.form-horizontal {
  /* @todo: This gonna be hard for responsive. be cautious */ }
  .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.375rem; }
  .form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 24px0.375rem; }
  .form-horizontal .form-group {
    margin-bottom: 0; }
    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
      content: " ";
      display: table; }
    .form-horizontal .form-group:after {
      clear: both; }
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    margin-right: 0.75rem;
    width: 15rem;
    padding: 0.375rem 0;
    float: left; }
  .form-horizontal .control-group {
    float: left;
    width: 25rem; }
  .form-horizontal .control-group:first-child {
    padding-left: 15.75rem; }
  .form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 12px; }

.busy-box {
  position: relative;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s; }
  .busy-box .backdrop {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: transparent; }

.btn, .btn-twitter, .btn-facebook, .btn-blue-2, .btn-gray, .btn-gray-2, #shortener-forms .field button, .btn-small, .btn-tool, .link-edits .link-edit-submit, .btn-tool-alt {
  display: inline-block;
  margin-bottom: 0;
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent; }

.btn, .btn-twitter, .btn-facebook, .btn-blue-2, .btn-gray, .btn-gray-2, #shortener-forms .field button {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 24px;
  border-radius: 2px;
  height: 2.25rem;
  color: #F2F2F2;
  background-color: #F33;
  border-color: #ff2424; }
  .btn:hover, .btn-twitter:hover, .btn-facebook:hover, .btn-blue-2:hover, .btn-gray:hover, .btn-gray-2:hover, #shortener-forms .field button:hover, .btn:focus, .btn-twitter:focus, .btn-facebook:focus, .btn-blue-2:focus, .btn-gray:focus, .btn-gray-2:focus, #shortener-forms .field button:focus, .btn:active, .btn-twitter:active, .btn-facebook:active, .btn-blue-2:active, .btn-gray:active, .btn-gray-2:active, #shortener-forms .field button:active, .btn.active, .active.btn-twitter, .active.btn-facebook, .active.btn-blue-2, .active.btn-gray, .active.btn-gray-2, #shortener-forms .field button.active, .open > .btn.dropdown-toggle, .open > .dropdown-toggle.btn-twitter, .open > .dropdown-toggle.btn-facebook, .open > .dropdown-toggle.btn-blue-2, .open > .dropdown-toggle.btn-gray, .open > .dropdown-toggle.btn-gray-2, .open > #shortener-forms .field button.dropdown-toggle, #shortener-forms .field .open > button.dropdown-toggle {
    color: #F2F2F2;
    background-color: #cc0000;
    border-color: #f00000; }
  .btn:active, .btn-twitter:active, .btn-facebook:active, .btn-blue-2:active, .btn-gray:active, .btn-gray-2:active, #shortener-forms .field button:active, .btn.active, .active.btn-twitter, .active.btn-facebook, .active.btn-blue-2, .active.btn-gray, .active.btn-gray-2, #shortener-forms .field button.active, .open > .btn.dropdown-toggle, .open > .dropdown-toggle.btn-twitter, .open > .dropdown-toggle.btn-facebook, .open > .dropdown-toggle.btn-blue-2, .open > .dropdown-toggle.btn-gray, .open > .dropdown-toggle.btn-gray-2, .open > #shortener-forms .field button.dropdown-toggle, #shortener-forms .field .open > button.dropdown-toggle {
    background-image: none; }
  .btn.disabled, .disabled.btn-twitter, .disabled.btn-facebook, .disabled.btn-blue-2, .disabled.btn-gray, .disabled.btn-gray-2, #shortener-forms .field button.disabled, .btn.disabled:hover, .disabled.btn-twitter:hover, .disabled.btn-facebook:hover, .disabled.btn-blue-2:hover, .disabled.btn-gray:hover, .disabled.btn-gray-2:hover, #shortener-forms .field button.disabled:hover, .btn.disabled:focus, .disabled.btn-twitter:focus, .disabled.btn-facebook:focus, .disabled.btn-blue-2:focus, .disabled.btn-gray:focus, .disabled.btn-gray-2:focus, #shortener-forms .field button.disabled:focus, .btn.disabled:active, .disabled.btn-twitter:active, .disabled.btn-facebook:active, .disabled.btn-blue-2:active, .disabled.btn-gray:active, .disabled.btn-gray-2:active, #shortener-forms .field button.disabled:active, .btn.disabled.active, .disabled.active.btn-twitter, .disabled.active.btn-facebook, .disabled.active.btn-blue-2, .disabled.active.btn-gray, .disabled.active.btn-gray-2, #shortener-forms .field button.disabled.active, .btn[disabled], [disabled].btn-twitter, [disabled].btn-facebook, [disabled].btn-blue-2, [disabled].btn-gray, [disabled].btn-gray-2, #shortener-forms .field button[disabled], .btn[disabled]:hover, [disabled].btn-twitter:hover, [disabled].btn-facebook:hover, [disabled].btn-blue-2:hover, [disabled].btn-gray:hover, [disabled].btn-gray-2:hover, #shortener-forms .field button[disabled]:hover, .btn[disabled]:focus, [disabled].btn-twitter:focus, [disabled].btn-facebook:focus, [disabled].btn-blue-2:focus, [disabled].btn-gray:focus, [disabled].btn-gray-2:focus, #shortener-forms .field button[disabled]:focus, .btn[disabled]:active, [disabled].btn-twitter:active, [disabled].btn-facebook:active, [disabled].btn-blue-2:active, [disabled].btn-gray:active, [disabled].btn-gray-2:active, #shortener-forms .field button[disabled]:active, .btn[disabled].active, [disabled].active.btn-twitter, [disabled].active.btn-facebook, [disabled].active.btn-blue-2, [disabled].active.btn-gray, [disabled].active.btn-gray-2, #shortener-forms .field button[disabled].active, fieldset[disabled] .btn, fieldset[disabled] .btn-twitter, fieldset[disabled] .btn-facebook, fieldset[disabled] .btn-blue-2, fieldset[disabled] .btn-gray, fieldset[disabled] .btn-gray-2, fieldset[disabled] #shortener-forms .field button, #shortener-forms .field fieldset[disabled] button, fieldset[disabled] .btn:hover, fieldset[disabled] .btn-twitter:hover, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-blue-2:hover, fieldset[disabled] .btn-gray:hover, fieldset[disabled] .btn-gray-2:hover, fieldset[disabled] #shortener-forms .field button:hover, #shortener-forms .field fieldset[disabled] button:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-blue-2:focus, fieldset[disabled] .btn-gray:focus, fieldset[disabled] .btn-gray-2:focus, fieldset[disabled] #shortener-forms .field button:focus, #shortener-forms .field fieldset[disabled] button:focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn-twitter:active, fieldset[disabled] .btn-facebook:active, fieldset[disabled] .btn-blue-2:active, fieldset[disabled] .btn-gray:active, fieldset[disabled] .btn-gray-2:active, fieldset[disabled] #shortener-forms .field button:active, #shortener-forms .field fieldset[disabled] button:active, fieldset[disabled] .btn.active, fieldset[disabled] .active.btn-twitter, fieldset[disabled] .active.btn-facebook, fieldset[disabled] .active.btn-blue-2, fieldset[disabled] .active.btn-gray, fieldset[disabled] .active.btn-gray-2, fieldset[disabled] #shortener-forms .field button.active, #shortener-forms .field fieldset[disabled] button.active {
    background-color: #F33;
    border-color: #ff2424; }
  .btn:visited, .btn-twitter:visited, .btn-facebook:visited, .btn-blue-2:visited, .btn-gray:visited, .btn-gray-2:visited, #shortener-forms .field button:visited {
    color: #F2F2F2; }
  .btn .badge, .btn .btn-twitter, .btn .btn-facebook, .btn .btn-blue-2, .btn .btn-gray, .btn .btn-gray-2, .btn #shortener-forms .field button, #shortener-forms .field .btn button {
    color: #F33;
    background-color: #F2F2F2; }

.btn-small, .btn-tool, .link-edits .link-edit-submit, .btn-tool-alt {
  padding: 0 0.375rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
  border-radius: 2px;
  height: 1.5rem;
  letter-spacing: 0.5px; }

.btn:focus, .btn-twitter:focus, .btn-facebook:focus, .btn-blue-2:focus, .btn-gray:focus, .btn-gray-2:focus, #shortener-forms .field button:focus, .btn:active:focus, .btn-twitter:active:focus, .btn-facebook:active:focus, .btn-blue-2:active:focus, .btn-gray:active:focus, .btn-gray-2:active:focus, #shortener-forms .field button:active:focus, .btn.active:focus, .active.btn-twitter:focus, .active.btn-facebook:focus, .active.btn-blue-2:focus, .active.btn-gray:focus, .active.btn-gray-2:focus, #shortener-forms .field button.active:focus, .btn-small:focus, .btn-small:active:focus, .btn-small.active:focus, .btn-tool:focus, .link-edits .link-edit-submit:focus, .btn-tool:active:focus, .link-edits .link-edit-submit:active:focus, .btn-tool.active:focus, .link-edits .active.link-edit-submit:focus, .btn-tool-alt:focus, .btn-tool-alt:active:focus, .btn-tool-alt.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.btn:hover, .btn-twitter:hover, .btn-facebook:hover, .btn-blue-2:hover, .btn-gray:hover, .btn-gray-2:hover, #shortener-forms .field button:hover, .btn:focus, .btn-twitter:focus, .btn-facebook:focus, .btn-blue-2:focus, .btn-gray:focus, .btn-gray-2:focus, #shortener-forms .field button:focus, .btn-small:hover, .btn-small:focus, .btn-tool:hover, .link-edits .link-edit-submit:hover, .btn-tool:focus, .link-edits .link-edit-submit:focus, .btn-tool-alt:hover, .btn-tool-alt:focus {
  color: #F2F2F2;
  text-decoration: none; }
.btn:active, .btn-twitter:active, .btn-facebook:active, .btn-blue-2:active, .btn-gray:active, .btn-gray-2:active, #shortener-forms .field button:active, .btn.active, .active.btn-twitter, .active.btn-facebook, .active.btn-blue-2, .active.btn-gray, .active.btn-gray-2, #shortener-forms .field button.active, .btn-small:active, .btn-small.active, .btn-tool:active, .link-edits .link-edit-submit:active, .btn-tool.active, .link-edits .active.link-edit-submit, .btn-tool-alt:active, .btn-tool-alt.active {
  outline: 0;
  background-image: none;
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .disabled.btn-twitter, .disabled.btn-facebook, .disabled.btn-blue-2, .disabled.btn-gray, .disabled.btn-gray-2, #shortener-forms .field button.disabled, .btn[disabled], [disabled].btn-twitter, [disabled].btn-facebook, [disabled].btn-blue-2, [disabled].btn-gray, [disabled].btn-gray-2, #shortener-forms .field button[disabled], fieldset[disabled] .btn, fieldset[disabled] .btn-twitter, fieldset[disabled] .btn-facebook, fieldset[disabled] .btn-blue-2, fieldset[disabled] .btn-gray, fieldset[disabled] .btn-gray-2, fieldset[disabled] #shortener-forms .field button, #shortener-forms .field fieldset[disabled] button, .btn-small.disabled, .btn-small[disabled], fieldset[disabled] .btn-small, .btn-tool.disabled, .link-edits .disabled.link-edit-submit, .btn-tool[disabled], .link-edits [disabled].link-edit-submit, fieldset[disabled] .btn-tool, fieldset[disabled] .link-edits .link-edit-submit, .link-edits fieldset[disabled] .link-edit-submit, .btn-tool-alt.disabled, .btn-tool-alt[disabled], fieldset[disabled] .btn-tool-alt {
  cursor: not-allowed;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.btn-tool, .link-edits .link-edit-submit {
  color: #F2F2F2;
  background-color: #39F;
  border-color: #2491ff; }
  .btn-tool:hover, .link-edits .link-edit-submit:hover, .btn-tool:focus, .link-edits .link-edit-submit:focus, .btn-tool:active, .link-edits .link-edit-submit:active, .btn-tool.active, .link-edits .active.link-edit-submit, .open > .btn-tool.dropdown-toggle, .open > .link-edits .dropdown-toggle.link-edit-submit, .link-edits .open > .dropdown-toggle.link-edit-submit {
    color: #F2F2F2;
    background-color: #0066cc;
    border-color: #0078f0; }
  .btn-tool:active, .link-edits .link-edit-submit:active, .btn-tool.active, .link-edits .active.link-edit-submit, .open > .btn-tool.dropdown-toggle, .open > .link-edits .dropdown-toggle.link-edit-submit, .link-edits .open > .dropdown-toggle.link-edit-submit {
    background-image: none; }
  .btn-tool.disabled, .link-edits .disabled.link-edit-submit, .btn-tool.disabled:hover, .link-edits .disabled.link-edit-submit:hover, .btn-tool.disabled:focus, .link-edits .disabled.link-edit-submit:focus, .btn-tool.disabled:active, .link-edits .disabled.link-edit-submit:active, .btn-tool.disabled.active, .link-edits .disabled.active.link-edit-submit, .btn-tool[disabled], .link-edits [disabled].link-edit-submit, .btn-tool[disabled]:hover, .link-edits [disabled].link-edit-submit:hover, .btn-tool[disabled]:focus, .link-edits [disabled].link-edit-submit:focus, .btn-tool[disabled]:active, .link-edits [disabled].link-edit-submit:active, .btn-tool[disabled].active, .link-edits [disabled].active.link-edit-submit, fieldset[disabled] .btn-tool, fieldset[disabled] .link-edits .link-edit-submit, .link-edits fieldset[disabled] .link-edit-submit, fieldset[disabled] .btn-tool:hover, fieldset[disabled] .link-edits .link-edit-submit:hover, .link-edits fieldset[disabled] .link-edit-submit:hover, fieldset[disabled] .btn-tool:focus, fieldset[disabled] .link-edits .link-edit-submit:focus, .link-edits fieldset[disabled] .link-edit-submit:focus, fieldset[disabled] .btn-tool:active, fieldset[disabled] .link-edits .link-edit-submit:active, .link-edits fieldset[disabled] .link-edit-submit:active, fieldset[disabled] .btn-tool.active, fieldset[disabled] .link-edits .active.link-edit-submit, .link-edits fieldset[disabled] .active.link-edit-submit {
    background-color: #39F;
    border-color: #2491ff; }
  .btn-tool:visited, .link-edits .link-edit-submit:visited {
    color: #F2F2F2; }
  .btn-tool .badge, .btn-tool .link-edits .link-edit-submit, .link-edits .btn-tool .link-edit-submit {
    color: #39F;
    background-color: #F2F2F2; }

.btn-tool-alt {
  color: #F2F2F2;
  background-color: #06EA8E;
  border-color: #06db82; }
  .btn-tool-alt:hover, .btn-tool-alt:focus, .btn-tool-alt:active, .btn-tool-alt.active, .open > .btn-tool-alt.dropdown-toggle {
    color: #F2F2F2;
    background-color: #038750;
    border-color: #04a965; }
  .btn-tool-alt:active, .btn-tool-alt.active, .open > .btn-tool-alt.dropdown-toggle {
    background-image: none; }
  .btn-tool-alt.disabled, .btn-tool-alt.disabled:hover, .btn-tool-alt.disabled:focus, .btn-tool-alt.disabled:active, .btn-tool-alt.disabled.active, .btn-tool-alt[disabled], .btn-tool-alt[disabled]:hover, .btn-tool-alt[disabled]:focus, .btn-tool-alt[disabled]:active, .btn-tool-alt[disabled].active, fieldset[disabled] .btn-tool-alt, fieldset[disabled] .btn-tool-alt:hover, fieldset[disabled] .btn-tool-alt:focus, fieldset[disabled] .btn-tool-alt:active, fieldset[disabled] .btn-tool-alt.active {
    background-color: #06EA8E;
    border-color: #06db82; }
  .btn-tool-alt:visited {
    color: #F2F2F2; }
  .btn-tool-alt .badge {
    color: #06EA8E;
    background-color: #F2F2F2; }

.btn-primary {
  color: #F2F2F2;
  background-color: #F33;
  border-color: #ff1a1a; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #F2F2F2;
    background-color: #cc0000;
    border-color: #e60000; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #F33;
    border-color: #ff1a1a; }
  .btn-primary:visited {
    color: #F2F2F2; }
  .btn-primary .badge {
    color: #F33;
    background-color: #F2F2F2; }

.btn-success {
  color: #F2F2F2;
  background-color: #06EA8E;
  border-color: #05d17c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #F2F2F2;
    background-color: #038750;
    border-color: #049f5f; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #06EA8E;
    border-color: #05d17c; }
  .btn-success:visited {
    color: #F2F2F2; }
  .btn-success .badge {
    color: #06EA8E;
    background-color: #F2F2F2; }

.btn-info {
  color: #F2F2F2;
  background-color: #06EA8E;
  border-color: #05d17c; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #F2F2F2;
    background-color: #038750;
    border-color: #049f5f; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #06EA8E;
    border-color: #05d17c; }
  .btn-info:visited {
    color: #F2F2F2; }
  .btn-info .badge {
    color: #06EA8E;
    background-color: #F2F2F2; }

.btn-warning {
  color: #F2F2F2;
  background-color: #F90;
  border-color: #e68600; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #F2F2F2;
    background-color: #995900;
    border-color: #b36500; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #F90;
    border-color: #e68600; }
  .btn-warning:visited {
    color: #F2F2F2; }
  .btn-warning .badge {
    color: #F90;
    background-color: #F2F2F2; }

.btn-danger {
  color: #F2F2F2;
  background-color: #F33;
  border-color: #ff1a1a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #F2F2F2;
    background-color: #cc0000;
    border-color: #e60000; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #F33;
    border-color: #ff1a1a; }
  .btn-danger:visited {
    color: #F2F2F2; }
  .btn-danger .badge {
    color: #F33;
    background-color: #F2F2F2; }

.btn-twitter {
  color: #F2F2F2;
  background-color: #55acee;
  border-color: #3ea3ec; }
  .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
    color: #F2F2F2;
    background-color: #147ec9;
    border-color: #168ce0; }
  .btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
    background-image: none; }
  .btn-twitter.disabled, .btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled:active, .btn-twitter.disabled.active, .btn-twitter[disabled], .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled]:active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter, fieldset[disabled] .btn-twitter:hover, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter:active, fieldset[disabled] .btn-twitter.active {
    background-color: #55acee;
    border-color: #3ea3ec; }
  .btn-twitter:visited {
    color: #F2F2F2; }
  .btn-twitter .badge {
    color: #55acee;
    background-color: #F2F2F2; }

.btn-facebook {
  color: #F2F2F2;
  background-color: #3c5a98;
  border-color: #355086; }
  .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
    color: #F2F2F2;
    background-color: #1f2f4f;
    border-color: #263b61; }
  .btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
    background-image: none; }
  .btn-facebook.disabled, .btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled:active, .btn-facebook.disabled.active, .btn-facebook[disabled], .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled]:active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook:active, fieldset[disabled] .btn-facebook.active {
    background-color: #3c5a98;
    border-color: #355086; }
  .btn-facebook:visited {
    color: #F2F2F2; }
  .btn-facebook .badge {
    color: #3c5a98;
    background-color: #F2F2F2; }

.btn-blue-2 {
  color: #F2F2F2;
  background-color: #39F;
  border-color: #1a8cff; }
  .btn-blue-2:hover, .btn-blue-2:focus, .btn-blue-2:active, .btn-blue-2.active, .open > .btn-blue-2.dropdown-toggle {
    color: #F2F2F2;
    background-color: #0066cc;
    border-color: #0077e6; }
  .btn-blue-2:active, .btn-blue-2.active, .open > .btn-blue-2.dropdown-toggle {
    background-image: none; }
  .btn-blue-2.disabled, .btn-blue-2.disabled:hover, .btn-blue-2.disabled:focus, .btn-blue-2.disabled:active, .btn-blue-2.disabled.active, .btn-blue-2[disabled], .btn-blue-2[disabled]:hover, .btn-blue-2[disabled]:focus, .btn-blue-2[disabled]:active, .btn-blue-2[disabled].active, fieldset[disabled] .btn-blue-2, fieldset[disabled] .btn-blue-2:hover, fieldset[disabled] .btn-blue-2:focus, fieldset[disabled] .btn-blue-2:active, fieldset[disabled] .btn-blue-2.active {
    background-color: #39F;
    border-color: #1a8cff; }
  .btn-blue-2:visited {
    color: #F2F2F2; }
  .btn-blue-2 .badge {
    color: #39F;
    background-color: #F2F2F2; }

.btn-gray {
  color: #E8E8E8;
  background-color: #848484;
  border-color: #777777; }
  .btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active, .open > .btn-gray.dropdown-toggle {
    color: #E8E8E8;
    background-color: #515151;
    border-color: #5e5e5e; }
  .btn-gray:active, .btn-gray.active, .open > .btn-gray.dropdown-toggle {
    background-image: none; }
  .btn-gray.disabled, .btn-gray.disabled:hover, .btn-gray.disabled:focus, .btn-gray.disabled:active, .btn-gray.disabled.active, .btn-gray[disabled], .btn-gray[disabled]:hover, .btn-gray[disabled]:focus, .btn-gray[disabled]:active, .btn-gray[disabled].active, fieldset[disabled] .btn-gray, fieldset[disabled] .btn-gray:hover, fieldset[disabled] .btn-gray:focus, fieldset[disabled] .btn-gray:active, fieldset[disabled] .btn-gray.active {
    background-color: #848484;
    border-color: #777777; }
  .btn-gray:visited {
    color: #E8E8E8; }
  .btn-gray .badge {
    color: #848484;
    background-color: #E8E8E8; }

.btn-gray-2 {
  color: #F2F2F2;
  background-color: #CFCFCF;
  border-color: #c2c2c2; }
  .btn-gray-2:hover, .btn-gray-2:focus, .btn-gray-2:active, .btn-gray-2.active, .open > .btn-gray-2.dropdown-toggle {
    color: #F2F2F2;
    background-color: #9c9c9c;
    border-color: #a9a9a9; }
  .btn-gray-2:active, .btn-gray-2.active, .open > .btn-gray-2.dropdown-toggle {
    background-image: none; }
  .btn-gray-2.disabled, .btn-gray-2.disabled:hover, .btn-gray-2.disabled:focus, .btn-gray-2.disabled:active, .btn-gray-2.disabled.active, .btn-gray-2[disabled], .btn-gray-2[disabled]:hover, .btn-gray-2[disabled]:focus, .btn-gray-2[disabled]:active, .btn-gray-2[disabled].active, fieldset[disabled] .btn-gray-2, fieldset[disabled] .btn-gray-2:hover, fieldset[disabled] .btn-gray-2:focus, fieldset[disabled] .btn-gray-2:active, fieldset[disabled] .btn-gray-2.active {
    background-color: #CFCFCF;
    border-color: #c2c2c2; }
  .btn-gray-2:visited {
    color: #F2F2F2; }
  .btn-gray-2 .badge {
    color: #CFCFCF;
    background-color: #F2F2F2; }

.btn-tool, .link-edits .link-edit-submit, .btn-tool-alt {
  margin: 0 4px 0 0; }
  .btn-tool:last-of-type, .link-edits .link-edit-submit:last-of-type, .btn-tool-alt:last-of-type {
    margin-right: 0; }

.btn-link {
  color: #F33;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #e60000;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #3B3F54;
    text-decoration: none; }

.btn-block, .register-form .btn-twitter, .register-form .btn-facebook {
  display: block;
  width: 100%; }

.btn-block + .btn-block, .btn-block + .register-form .btn-twitter, .register-form .btn-block + .btn-twitter, .btn-block + .register-form .btn-facebook, .register-form .btn-block + .btn-facebook, .btn-block + .register-form .btn-twitter, .register-form .btn-block + .btn-twitter, .btn-block + .register-form .btn-facebook, .register-form .btn-block + .btn-facebook {
  margin-top: 0.375rem; }

input[type="submit"].btn-block, .register-form input[type="submit"].btn-twitter, .register-form input[type="submit"].btn-facebook, input[type="reset"].btn-block, .register-form input[type="reset"].btn-twitter, .register-form input[type="reset"].btn-facebook, input[type="button"].btn-block, .register-form input[type="button"].btn-twitter, .register-form input[type="button"].btn-facebook {
  width: 100%; }

table {
  background-color: #F2F2F2; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin: 0; }
  .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    line-height: 24px;
    vertical-align: top;
    border-top: 1px solid #3B3F54; }
  .table > thead > tr > th {
    vertical-align: bottom; }
  .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 1px solid #3B3F54; }
  .table .table {
    background-color: #F2F2F2; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 0.375rem; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #F2F2F2; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #F2F2F2; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
  background-color: #F2F2F2; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e5e5e5; }

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
  background-color: #CCFFCC; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #b3ffb3; }

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
  background-color: #CCFFFF; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #b3ffff; }

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
  background-color: #FFC; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #fffeb3; }

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
  background-color: #FFCCCC; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ffb3b3; }

@media screen and (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #3B3F54;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }

.anon .wrapper {
  max-width: 45rem; }

*:not(.anon) .wrapper {
  max-width: 72rem; }

.page {
  position: relative; }
  .page.anon, .page.no-scroll {
    background-color: #3B3F54;
    min-height: 100%; }

.container {
  position: relative;
  margin: 0 auto;
  padding: 1.5rem;
  /*
        @todo: width is very important rule
        use with caution
    */
  width: 45rem; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.container.detail {
  position: relative;
  margin: 0 auto;
  width: 54rem;
  padding: 0 0 3rem 0; }
  .container.detail:before, .container.detail:after {
    content: " ";
    display: table; }
  .container.detail:after {
    clear: both; }

#headers + .container, #headers + .container-heads {
  -webkit-transition: padding-top 0.3s ease-out;
          transition: padding-top 0.3s ease-out; }

#headers.on-top + .container, #headers.on-top + .container-heads {
  padding-top: 4.5rem; }

.container-heads {
  position: relative;
  margin: 0 auto;
  background-color: transparent;
  padding: 0;
  width: 45rem; }
  .container-heads:before, .container-heads:after {
    content: " ";
    display: table; }
  .container-heads:after {
    clear: both; }

.container-head {
  margin: 0;
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  text-align: left;
  height: 3rem;
  line-height: 3rem;
  font-size: 2rem;
  padding: 0 1.5rem; }

.container-column {
  position: relative;
  float: left;
  margin-left: 1.5rem; }
  .container-column:before, .container-column:after {
    content: " ";
    display: table; }
  .container-column:after {
    clear: both; }
  .container-column:last-of-type {
    margin-right: 0; }

.container-sub {
  position: relative;
  width: 100%; }
  .container-sub:before, .container-sub:after {
    content: " ";
    display: table; }
  .container-sub:after {
    clear: both; }

.container-tab {
  position: relative;
  width: 100%;
  margin: 0 auto 1.5rem;
  border-bottom: 1px solid #bfbfbf;
  padding: 0; }
  .container-tab:before, .container-tab:after {
    content: " ";
    display: table; }
  .container-tab:after {
    clear: both; }
  .container-tab li {
    display: block;
    position: relative;
    float: left;
    margin: 0 2px;
    margin-bottom: -1px; }
  .container-tab a {
    color: #191C21;
    display: block;
    position: relative;
    line-height: 1.5rem;
    padding: 0.375rem 0.75rem;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: #bfbfbf;
    border-radius: 2px 2px 0 0; }
    .container-tab a:visited {
      color: #191C21; }
    .container-tab a:focus {
      color: #191C21; }
    .container-tab a:hover {
      color: #F33; }
    .container-tab a:active {
      color: #191C21; }
    .container-tab a:hover {
      background-color: #F2F2F2;
      border-bottom-color: #F33; }
    .container-tab a.active {
      cursor: default;
      background-color: #F2F2F2;
      border: 1px solid #bfbfbf;
      border-bottom-color: transparent; }
      .container-tab a.active:hover {
        color: initial; }

#headers {
  background-color: #3B3F54;
  color: #F2F2F2;
  margin: 0;
  padding: 0;
  z-index: 9000;
  position: relative; }

#navigations {
  background-color: #3B3F54;
  z-index: 8000; }
  #navigations h1, #navigations a, #navigations p, #navigations ul, #navigations li {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0; }
  #navigations .wrapper {
    overflow: hidden;
    padding: 0 0 0.75rem 0; }
  #navigations.transparent {
    position: relative;
    background: rgba(0, 0, 0, 0); }

.anon #headers {
  height: 100%;
  position: absolute;
  width: 100%; }
  .anon #headers #shorteners {
    width: 100%;
    height: 100%;
    display: table;
    margin-top: -80px;
    padding-bottom: 105px; }
.anon.not-found #shorteners {
  text-align: center; }
  .anon.not-found #shorteners h2 {
    font-size: 2rem; }
  .anon.not-found #shorteners p {
    color: #fff; }

#headers.on-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  #headers.on-top #navigations {
    margin-bottom: -3.75rem; }

#navigation {
  -webkit-transition: padding-left 0.7s ease-out 0.3s;
          transition: padding-left 0.7s ease-out 0.3s;
  float: right;
  max-height: 3rem;
  max-width: 12rem;
  height: 3rem;
  width: 12rem;
  padding: 0.75rem 0 0 0;
  overflow: hidden;
  position: fixed;
  right: 3rem;
  padding-left: 7.9875rem; }
  #navigation:before, #navigation:after {
    content: " ";
    display: table; }
  #navigation:after {
    clear: both; }
  .anon #navigation {
    padding-left: 0;
    z-index: 999999;
    top: 1rem; }
  #navigation:hover {
    max-width: 12rem;
    padding-left: 0; }
  #navigation a, #navigation p {
    color: #F2F2F2;
    font-family: 'Helvetica Neue', Helvetica, 'SansLight', Arial, sans-serif;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 0.05em;
    display: block;
    height: 2.25rem;
    line-height: 2.25rem;
    float: left;
    margin: 0 4px;
    padding: 0; }
    #navigation a:visited, #navigation p:visited {
      color: #F2F2F2; }
    #navigation a:focus, #navigation p:focus {
      color: #F33; }
    #navigation a:hover, #navigation p:hover {
      color: #F33; }
    #navigation a:active, #navigation p:active {
      color: #F33; }
    #navigation a:last-child, #navigation p:last-child {
      margin-right: 0; }
  #navigation .user-pic {
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden;
    position: relative;
    z-index: 5000; }
    #navigation .user-pic:after {
      -o-border-radius: 50%;
      border-radius: 50%;
      content: "";
      display: block;
      height: 2.25rem;
      width: 2.25rem;
      position: absolute;
      top: 0;
      left: 0;
      border: 2px solid #F2F2F2; }
    #navigation .user-pic:hover:after {
      border: 2px solid #F33; }
    #navigation .user-pic img {
      display: block;
      padding: 0;
      height: 100%; }
  #navigation .user-name {
    width: 9.75rem;
    margin-left: -9.75rem;
    text-align: right; }
  #navigation .user-arrow {
    -webkit-transition: right 0.3s ease-out;
            transition: right 0.3s ease-out;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.75rem;
    height: 1.5rem;
    text-align: right;
    height: 100%;
    line-height: 100%;
    padding-top: 1.5rem;
    background-color: #3B3F54;
    margin: 0; }
  #navigation:hover .user-arrow {
    -webkit-transition: right 0.3s ease-out;
            transition: right 0.3s ease-out;
    right: -1.5rem; }
  #navigation .user-tool {
    margin: 0 0.375rem; }
  #navigation .anon-signin-link {
    float: right;
    font-size: 0.875rem;
    /* @todo: move downward */ }
  #navigation .anon-signup-link {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 24px;
    border-radius: 0;
    height: 2.25rem;
    color: #F2F2F2;
    background-color: rgba(255, 51, 51, 0);
    border: 1px solid #F2F2F2;
    margin: 0 0 0 0.75rem;
    float: right; }
    #navigation .anon-signup-link:hover {
      color: #F2F2F2;
      background-color: #F33;
      border-color: #F33; }

.redir-page {
  float: right;
  margin-top: 1.1em;
  color: #FFF; }
  .redir-page > p {
    color: #FFF; }

.btn.hdr, .hdr.btn-twitter, .hdr.btn-facebook, .hdr.btn-blue-2, .hdr.btn-gray, .hdr.btn-gray-2, #shortener-forms .field button.hdr {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 24px;
  border-radius: 0;
  height: 2.25rem;
  color: #F2F2F2;
  background-color: rgba(255, 51, 51, 0);
  border: 1px solid #F2F2F2;
  margin: 0 0 0 0.75rem;
  float: right; }
  .btn.hdr:hover, .hdr.btn-twitter:hover, .hdr.btn-facebook:hover, .hdr.btn-blue-2:hover, .hdr.btn-gray:hover, .hdr.btn-gray-2:hover, #shortener-forms .field button.hdr:hover {
    color: #F2F2F2;
    background-color: #F33;
    border-color: #F33; }

#brand {
  display: block;
  margin: 0; }
  #brand:before, #brand:after {
    content: " ";
    display: table; }
  #brand:after {
    clear: both; }
  .anon #brand {
    margin: 0 0 20px;
    z-index: 999;
    position: relative; }
  #brand a {
    background-repeat: no-repeat;
    color: transparent;
    font: 0/0 a;
    display: block; }
  #navigations #brand {
    height: 3rem;
    width: 7.5rem;
    padding-top: 0.75rem;
    overflow: hidden;
    position: relative;
    float: left; }
    #navigations #brand a {
      -webkit-transition: left 0.5s ease-out 0.5s;
              transition: left 0.5s ease-out 0.5s;
      position: relative;
      top: 0;
      left: -6rem;
      background-image: url('../images/logo/sid-logo-small-default.png');
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0 0.75rem;
      height: 100%; }
  .anon #navigations #brand a {
    display: none; }
  .on-top #navigations #brand a {
    left: 0; }
  #shorteners #brand a {
    -webkit-transition: top 0.5s ease-out, height 0.5s linear;
            transition: top 0.5s ease-out, height 0.5s linear;
    position: relative;
    top: 0;
    width: 12rem;
    height: 6rem;
    text-align: center;
    margin: 0 auto;
    overflow: hidden; }
  #shorteners #brand .brand-svg {
    width: 100%;
    height: 100%; }
  .on-top #shorteners #brand a {
    position: relative;
    top: -6rem;
    height: 0; }

#shorteners {
  display: table;
  width: 100%; }
  #shorteners #shortener {
    overflow: hidden;
    z-index: 99999;
    position: relative; }

.on-top #shorteners {
  width: 33rem;
  margin: 0 auto; }
#shorteners .wrapper {
  display: table-cell;
  position: relative; }
  *:not(.anon) #shorteners .wrapper {
    vertical-align: top; }
  .anon #shorteners .wrapper {
    vertical-align: middle;
    height: 19.5rem; }

#shortener-forms {
  -webkit-transition: top 0.6s ease-out, margin-bottom 0.6s ease-out;
          transition: top 0.6s ease-out, margin-bottom 0.6s ease-out;
  position: relative;
  top: 0;
  display: block;
  width: 30rem;
  height: 2.25rem;
  margin: 0.75rem auto;
  overflow: hidden; }
  #shortener-forms:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 28, 33, 0.5);
    border-bottom: 1px solid #191C21; }

#shortener-forms .field {
  position: absolute;
  margin: 0; }
  #shortener-forms .field.text {
    left: 0; }
  #shortener-forms .field.submit {
    right: 0; }
  #shortener-forms .field input[type="text"] {
    width: 24rem;
    margin: 0;
    /* Reset default input style */
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    letter-spacing: 0.05em;
    line-height: 1.1rem; }
    #shortener-forms .field input[type="text"]:focus {
      box-shadow: none;
      color: #F2F2F2; }
  #shortener-forms .field button {
    letter-spacing: 0.1em;
    /* Reset default input style */
    width: 5.5rem;
    border-radius: 0;
    margin: 0.25rem;
    height: 1.75rem;
    padding: 0 0 0 0; }
    #shortener-forms .field button:focus {
      outline: none !important; }
#shortener-forms #shortener-form-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #ff3333; }

#shortener-feedbacks {
  position: relative;
  width: 30rem;
  height: 1.5rem;
  margin: 0.75rem auto 0; }
  #shortener-feedbacks p, #shortener-feedbacks a {
    margin: 0; }
  #shortener-feedbacks .shortener-feedback {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 200%;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #F2F2F2; }
  #shortener-feedbacks[data-feedback=""] {
    display: none; }
  #shortener-feedbacks[data-feedback="ERROR"], #shortener-feedbacks[data-feedback="PROGRESS"] {
    margin: 0.75rem auto; }
    #shortener-feedbacks[data-feedback="ERROR"] .shortener-feedback, #shortener-feedbacks[data-feedback="PROGRESS"] .shortener-feedback {
      text-align: center; }
  #shortener-feedbacks[data-feedback="SUCCESS"] .shortener-feedback {
    border-bottom: 1px solid #5A636E; }
  #shortener-feedbacks[data-feedback="SUCCESS"] .copy-btn {
    display: none; }

.shortener-results {
  position: relative;
  display: block;
  width: 30rem;
  margin: 0 auto; }

.link-results {
  -webkit-transition: max-height 0.3s ease-out;
          transition: max-height 0.3s ease-out;
  position: relative;
  width: 100%;
  max-height: 0;
  margin: 0;
  overflow: hidden; }
  .link-results a {
    display: block; }
  .link-results .link-result {
    float: left;
    color: #F33;
    height: 2rem;
    line-height: 2rem;
    font-size: 2rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 100;
    margin: 0.75rem 0 0.375rem;
    white-space: no-wrap; }
    .link-results .link-result:visited {
      color: #F33; }
    .link-results .link-result:focus {
      color: #F33; }
    .link-results .link-result:hover {
      color: #F2F2F2; }
    .link-results .link-result:active {
      color: #F33; }
  .link-results .link-request {
    float: none;
    clear: both;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 12px;
    font-family: 'Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    color: #F2F2F2; }
    .link-results .link-request:visited {
      color: #F2F2F2; }
    .link-results .link-request:hover {
      color: #F33; }
  .link-results .link-result-tools {
    height: 1.5rem;
    position: relative;
    margin-bottom: 1rem; }
    .link-results .link-result-tools:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      top: -9px;
      position: absolute;
      left: 0;
      background-color: #5A636E; }
  .link-results .close-btn {
    color: #ACB8C4;
    position: absolute;
    height: 1.5rem;
    text-align: right;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 1.5rem;
    margin: 0;
    padding: 0; }
    .link-results .close-btn:visited {
      color: #F33; }
    .link-results .close-btn:focus {
      color: #F33; }
    .link-results .close-btn:hover {
      color: #F33; }
    .link-results .close-btn:active {
      color: #F33; }

.link-result .link-result-domain, .link-result .link-result-slash, .link-result .link-result-path {
  display: inline-block;
  margin-right: 0.25em;
  letter-spacing: 0.02em; }

.link-edits {
  display: none;
  position: absolute;
  top: 0;
  left: 6.5em;
  width: 100%;
  height: 3em;
  line-height: 2em;
  padding: 1em 0 0 0; }
  .link-edits:before, .link-edits:after {
    content: " ";
    display: table; }
  .link-edits:after {
    clear: both; }
  .link-edits .link-edit-input {
    float: left;
    display: block;
    width: 15em;
    padding: 0 12px 2px;
    background-color: transparent;
    border: 0 none transparent;
    font-size: 1.5rem;
    outline: 0;
    letter-spacing: 0.01em;
    position: relative;
    border-bottom: 1px solid #39F;
    color: #3B3F54;
    font-family: 'Sans', Helvetica, Arial, sans-serif;
    font-weight: 200; }
  .link-results .link-edits {
    padding: 0;
    margin: 0.75rem 0 0 0;
    left: 72px; }
    .link-results .link-edits .link-edit-input {
      color: #F2F2F2; }
  .link-edits .link-edit-submit {
    border-radius: 50%;
    margin: 0 0.75rem;
    height: 1.5rem;
    width: 1.5rem;
    text-align: center;
    color: #39F;
    background-color: transparent; }
    .link-edits .link-edit-submit i.fa.fa-save {
      position: relative;
      bottom: 1px; }
    .link-edits .link-edit-submit:hover {
      background-color: #FFF;
      color: #39F; }

#shorteners[data-state="PROGRESS"] #shortener-submit-btn {
  background-color: transparent;
  color: rgba(242, 242, 242, 0.25);
  border-color: rgba(242, 242, 242, 0.25); }
  #shorteners[data-state="PROGRESS"] #shortener-submit-btn:hover {
    cursor: not-allowed; }
#shorteners[data-state="PROGRESS"] #shortener-form-progress {
  -webkit-animation: preload-bar 3s infinite linear;
          animation: preload-bar 3s infinite linear; }
#shorteners[data-state="SUCCESS"] #shortener-forms, #shorteners[data-state="EDIT"] #shortener-forms {
  top: -48px;
  margin-bottom: -48px; }
#shorteners[data-state="SUCCESS"] .link-results, #shorteners[data-state="EDIT"] .link-results {
  max-height: 9rem; }
#shorteners[data-state="EDIT"] .link-result-path {
  display: none; }
#shorteners[data-state="EDIT"] .link-edits {
  display: block; }
#shorteners[data-feedback="ERROR"] {
  -webkit-animation: none 0;
          animation: none 0; }

.alerts {
  -o-border-radius: 2px;
  border-radius: 2px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  display: block;
  color: #F2F2F2;
  min-width: 80%;
  padding: 11px;
  margin: 6rem 10% 1.5rem;
  border: 1px solid transparent; }
  .alerts:before, .alerts:after {
    content: " ";
    display: table; }
  .alerts:after {
    clear: both; }
  .alerts.close {
    display: none; }
  .alerts .alert-body {
    float: left;
    font-size: 14px;
    line-height: 1.5rem;
    color: #191C21; }
  .alerts .alert-close {
    float: right;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center; }
  .alerts.has-error {
    background-color: #FFCCCC;
    border-color: #ffbdbd; }
  .alerts.has-success {
    background-color: #CCFFCC;
    border-color: #bdffbd; }
  .alerts.has-warning {
    background-color: #FFC;
    border-color: #fffebd; }
  .alerts.has-info {
    background-color: #CCFFFF;
    border-color: #bdffff; }

#element-error {
  background: #ED5656;
  color: #FFF;
  position: fixed;
  top: 60px;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #AD1E1E;
  display: none; }
  #element-error p {
    color: #FFF;
    margin: 0px; }
  #element-error a.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #FFF; }

.registers {
  /* @todo: This is bug hack. Fix immediately */
  padding-top: 9rem; }
  .registers:before, .registers:after {
    content: " ";
    display: table; }
  .registers:after {
    clear: both; }

.registers.admin {
  padding-top: 0; }

.register-info {
  margin: 0 auto;
  text-align: center;
  margin-top: 1.5rem;
  color: #F2F2F2; }
  .register-info:last-of-type {
    margin-bottom: 0; }
  .register-info a {
    color: inherit;
    font-size: inherit; }

.register-form {
  position: relative;
  max-width: 31.5rem;
  width: 31.5rem;
  margin: 0 auto;
  padding: 1.5rem 0 0 0; }
  .register-form:before, .register-form:after {
    content: " ";
    display: table; }
  .register-form:after {
    clear: both; }

.register-form-onecolumn {
  padding: 0 4.5rem; }

.register-form-leftcolumn, .register-form-rightcolumn {
  position: relative;
  padding: 0 0.75rem;
  width: 50%;
  float: left; }

.register-form-left {
  border-right: 1px solid #5A636E; }

.register-form .form-group {
  margin-bottom: 0.75rem; }
.register-form .btn-twitter:before {
  content: "\f099";
  font-family: 'FontAwesome';
  color: #F2F2F2;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 1.5rem;
  position: absolute;
  bottom: 4px; }
.register-form .btn-facebook:before {
  content: "\f09a";
  font-family: 'FontAwesome';
  color: #F2F2F2;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 1.5rem;
  position: absolute;
  bottom: 4px; }
.register-form .separators {
  color: #F2F2F2;
  font-size: 12px;
  height: 1.5rem;
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 0.75rem; }
  .register-form .separators:before, .register-form .separators:after {
    display: block;
    content: '';
    width: 45%;
    height: 1px;
    position: absolute;
    margin-top: -1px;
    background-color: #F2F2F2; }
  .register-form .separators:before {
    left: 0;
    right: auto;
    top: 0.75rem; }
  .register-form .separators:after {
    left: auto;
    right: 0;
    top: 0.75rem; }

#recaptcha_area #recaptcha_table {
  width: 100%;
  border: none !important;
  background: transparent; }
  #recaptcha_area #recaptcha_table tr .recaptcha_image_cell {
    width: 100%;
    padding: 0px !important; }
    #recaptcha_area #recaptcha_table tr .recaptcha_image_cell #recaptcha_image {
      width: 100% !important;
      height: auto !important; }
      #recaptcha_area #recaptcha_table tr .recaptcha_image_cell #recaptcha_image #recaptcha_challenge_image {
        width: 100%;
        height: auto; }
  #recaptcha_area #recaptcha_table tr:first-child {
    height: auto !important; }
    #recaptcha_area #recaptcha_table tr:first-child td {
      display: none; }
      #recaptcha_area #recaptcha_table tr:first-child td:first-child {
        display: block; }
  #recaptcha_area #recaptcha_table tr:last-child td {
    padding-left: 0px !important; }
    #recaptcha_area #recaptcha_table tr:last-child td:last-child {
      display: none; }
  #recaptcha_area #recaptcha_table .recaptcha_input_area {
    margin-bottom: -30px !important; }

/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px;
  background: #F2F2F2;
  display: none; }

.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px; }

.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%; }

.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0; }

.bootstrap-datetimepicker-widget .datepicker > div {
  display: none; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget td.cw {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #777777; }

.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
  color: #777777; }

.bootstrap-datetimepicker-widget td.today {
  position: relative; }

.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
  background-color: #428bca;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget td span.active {
  background-color: #428bca;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget td span.old {
  color: #777777; }

.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
  font-size: 21px; }

.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee; }

.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important; }

@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px; } }

.cards {
  padding: 0; }

.link-card {
  -ms-box-shadow: 0 0 0 1px #d8d8d8;
  -o-box-shadow: 0 0 0 1px #d8d8d8;
  box-shadow: 0 0 0 1px #d8d8d8;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 0 0.75rem 0;
  position: relative; }
  .link-card:before, .link-card:after {
    content: " ";
    display: table; }
  .link-card:after {
    clear: both; }
  .link-card:last-of-type {
    margin: 0; }

.link-card .link-card-body {
  position: relative;
  background-color: rgba(242, 242, 242, 0.3);
  padding: 0 0 0.75rem 0; }
  .link-card .link-card-body:before, .link-card .link-card-body:after {
    content: " ";
    display: table; }
  .link-card .link-card-body:after {
    clear: both; }
.link-card .link-card-foot {
  position: relative;
  background-color: #e5e5e5; }
  .link-card .link-card-foot:before, .link-card .link-card-foot:after {
    content: " ";
    display: table; }
  .link-card .link-card-foot:after {
    clear: both; }

.link-card-body .link-result {
  display: block;
  height: 3rem;
  margin: 0 1.5rem 0.375rem;
  padding: 1rem 0 0 0;
  line-height: 2rem;
  font-size: 2rem;
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #3B3F54; }
  .link-card-body .link-result:hover {
    color: #F33; }
.link-card-body .link-request {
  display: block;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 0 1.5rem;
  color: #191C21; }
  .link-card-body .link-request:hover {
    color: #F33; }

.link-card-foot {
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  height: 3rem;
  padding: 0.75rem 0 0 0; }

.link-card-foot .link-card-tools {
  margin: 0 0.75rem;
  padding: 0 0 0.75rem; }
.link-card-foot .btn-tool, .link-card-foot .link-edits .link-edit-submit, .link-edits .link-card-foot .link-edit-submit {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: bottom;
  margin-right: 0.375rem; }
  .link-card-foot .btn-tool .fa, .link-card-foot .btn-tool .link-edits .link-edit-submit, .link-edits .link-card-foot .btn-tool .link-edit-submit {
    color: #F2F2F2; }
.link-card-foot .link-stat-toggler, .link-card-foot .stat-btn {
  color: #39F;
  position: absolute;
  right: 0;
  padding: 0 0.75rem 0 0;
  margin: 0; }
  .link-card-foot .link-stat-toggler:hover, .link-card-foot .stat-btn:hover {
    color: #F33; }
  .link-card-foot .link-stat-toggler:before, .link-card-foot .stat-btn:before {
    color: inherit;
    font-family: 'FontAwesome';
    position: relative;
    left: -4px; }
  .link-card:not([data-state="ACTIVE"]) .link-card-foot .link-stat-toggler:before, .link-card:not([data-state="ACTIVE"]) .link-card-foot .stat-btn:before {
    content: "\f06e"; }
  .link-card[data-state="ACTIVE"] .link-card-foot .link-stat-toggler:before, .link-card[data-state="ACTIVE"] .link-card-foot .stat-btn:before {
    content: "\f070"; }
.link-card-foot .link-card-navs {
  position: relative;
  width: 100%;
  height: 1.5rem;
  padding: 0 0.75rem; }
  .link-card-foot .link-card-navs > a {
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 11px;
    color: #191C21;
    letter-spacing: 0.1em;
    margin: 0;
    color: #39F; }
    .link-card-foot .link-card-navs > a:hover {
      color: #191C21; }
.link-card-foot .stat-nav-btn {
  display: block;
  height: 1.5rem; }
  .link-card-foot .stat-nav-btn:before, .link-card-foot .stat-nav-btn:after {
    content: " ";
    display: table; }
  .link-card-foot .stat-nav-btn:after {
    clear: both; }
  .link-card-foot .stat-nav-btn.prev, .link-card-foot .stat-nav-btn.next {
    width: 4.5rem;
    position: absolute;
    padding: 0 0.75rem; }
  .link-card-foot .stat-nav-btn.prev {
    left: 0;
    right: auto;
    text-align: right;
    border-right: 1px solid #d8d8d8; }
  .link-card-foot .stat-nav-btn.next {
    left: auto;
    right: 0;
    text-align: left;
    border-left: 1px solid #d8d8d8; }
  .link-card-foot .stat-nav-btn.goto {
    width: 7.5rem;
    margin: 0 auto;
    text-align: center;
    clear: both; }
  .link-card-foot .stat-nav-btn .fa {
    display: block;
    height: 1.5rem;
    line-height: 1.5rem; }
  .link-card-foot .stat-nav-btn.prev .fa {
    float: left; }
  .link-card-foot .stat-nav-btn.next .fa {
    float: right; }
.link-card-foot .link-card-notifs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px; }
  .link-card-foot .link-card-notifs:before, .link-card-foot .link-card-notifs:after {
    content: " ";
    display: table; }
  .link-card-foot .link-card-notifs:after {
    clear: both; }
.link-card-foot .link-card-progress {
  -webkit-transition: background-color 0.3s linear 0.3s;
          transition: background-color 0.3s linear 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: #F33; }

.link-card[data-state="EDIT"] .link-result-path {
  display: none; }
.link-card[data-state="EDIT"] .link-edits {
  display: block; }
.link-card[data-state="PROGRESS"]:after {
  content: '';
  display: block;
  background: transparent;
  z-index: 1;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%; }
.link-card[data-state="PROGRESS"] .link-card-progress {
  -webkit-animation: preload-bar 3s infinite linear;
          animation: preload-bar 3s infinite linear; }
.link-card[data-state="ACTIVE"] .link-card-foot {
  height: 19.5rem; }
.link-card[data-state="ACTIVE"] .link-card-progress {
  -webkit-animation: none;
          animation: none;
  width: 100%;
  background-color: rgba(255, 51, 51, 0); }
.link-card[data-state="NOTICE"] .link-card-foot {
  height: 12rem; }
.link-card[data-state="NOTICE"] .link-card-progress {
  -webkit-animation: none;
          animation: none;
  width: 100%;
  background-color: rgba(255, 51, 51, 0);
  top: -3rem; }
.link-card[data-state="NOTICE"] .link-card-notifs {
  background-color: #717d8a;
  height: 9rem;
  margin: 3rem 0 0 0; }
.link-card[data-state="NOTICE"] .link-card-notifs p {
  text-align: center;
  color: #f2f2f2;
  margin: -12px 0 0 0;
  height: 24px;
  position: relative;
  top: 50%;
  overflow: hidden;
  max-height: 24px; }
  .link-card[data-state="NOTICE"] .link-card-notifs p:hover {
    cursor: default; }
.link-card[data-state="NOTICE"] .link-card-notifs a {
  color: inherit; }

#load-mores {
  display: none;
  margin: 1.5rem 0 0 0; }
  #load-mores .load-more-btn {
    position: relative;
    display: block;
    width: 4.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
    line-height: 1.5rem;
    font-family: 'Sans', Helvetica, Arial, sans-serif;
    color: #F2F2F2;
    text-align: center;
    vertical-align: middle;
    background-color: #F33;
    margin: 0 auto; }
    #load-mores .load-more-btn:hover {
      background-color: #b30000; }
    #load-mores .load-more-btn:after {
      display: none;
      content: "\f013";
      font-family: 'FontAwesome';
      width: 1.5rem;
      height: 1.5rem;
      -webkit-animation: fa-spin 2s infinite linear;
              animation: fa-spin 2s infinite linear;
      color: #F2F2F2;
      position: absolute;
      left: 50%;
      top: 0;
      margin: 0 0 0 -0.75rem; }
  #load-mores[data-state="PROGRESS"] .load-more-btn {
    color: transparent; }
    #load-mores[data-state="PROGRESS"] .load-more-btn:after {
      display: block; }

#modals {
  z-index: 9090;
  display: none; }

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  /*z-index: 9999;*/ }

.modal-share {
  position: relative;
  width: 37.5rem;
  margin: 6rem auto 0px;
  overflow: hidden;
  background-color: #F2F2F2;
  border: 1px solid #2f353e;
  box-sizing: content-box; }

.modal-share .modal-head, .modal-share .modal-actions {
  display: block;
  padding: 0.75rem 0;
  width: 100%; }
  .modal-share .modal-head:before, .modal-share .modal-head:after, .modal-share .modal-actions:before, .modal-share .modal-actions:after {
    content: " ";
    display: table; }
  .modal-share .modal-head:after, .modal-share .modal-actions:after {
    clear: both; }
.modal-share .modal-head, .modal-share .modal-actions {
  background-color: #3B3F54; }
.modal-share .modal-head {
  top: 0;
  height: 6rem; }
.modal-share .modal-actions {
  bottom: 0;
  height: 3rem; }

.modal-head .link-result, .modal-head .link-request {
  display: block;
  padding: 0 0.75rem;
  color: #F2F2F2; }
.modal-head .link-result {
  line-height: 2rem;
  font-size: 2rem;
  height: 3rem;
  width: 100%;
  padding-top: 0.5rem;
  font-weight: 400;
  color: #F2F2F2; }
  .modal-head .link-result span {
    margin: 0; }
.modal-head .link-request {
  font-size: 14px;
  letter-spacing: 0.05em; }

.modal-body {
  display: block;
  width: 100%;
  overflow: auto;
  padding: 0.75rem;
  text-align: center; }
  .modal-body:before, .modal-body:after {
    content: " ";
    display: table; }
  .modal-body:after {
    clear: both; }

.modal-body p {
  margin: 0;
  padding: 0; }
.modal-body .share-head {
  margin: 0 0 0.75rem 0; }
  .modal-body .share-head:before, .modal-body .share-head:after {
    content: " ";
    display: table; }
  .modal-body .share-head:after {
    clear: both; }
.modal-body .account-image {
  margin: 0 auto;
  width: 3rem;
  height: 3rem;
  max-width: 3rem;
  max-height: 3rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  border: 2px solid #ACB8C4; }
  .modal-body .account-image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
.modal-body .account-name {
  display: block;
  width: 10rem;
  height: 1.5rem;
  background-color: #ACB8C4;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 0.375rem auto 0;
  cursor: pointer; }
  .modal-body .account-name:hover {
    opacity: 0.8; }
.modal-body .share-networks {
  margin: 0 0 1.5rem 0; }
  .modal-body .share-networks .share-input {
    display: none; }
  .modal-body .share-networks.show .share-input {
    display: block; }
.modal-body .share-input {
  position: relative;
  width: 100%;
  height: 6rem;
  margin: 0 auto;
  /*&:before {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(172, 184, 196, 0);
            border-bottom-color: #ACB8C4;
            border-width: 6px;
            margin-left: -6px;
        }*/ }
  .modal-body .share-input textarea {
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
    border: 1px solid #ACB8C4;
    box-shadow: none;
    padding: 0.75rem 1rem;
    resize: none;
    overflow: auto;
    font-size: 14px;
    line-height: 1.5rem;
    font-family: 'Sans', Helvetica, Arial, sans-serif;
    font-weight: 400; }
.modal-body .social-btn {
  float: left;
  text-align: left;
  margin-top: 10px; }
  .modal-body .social-btn .btn, .modal-body .social-btn .btn-twitter, .modal-body .social-btn .btn-facebook, .modal-body .social-btn .btn-blue-2, .modal-body .social-btn .btn-gray, .modal-body .social-btn .btn-gray-2, .modal-body .social-btn #shortener-forms .field button, #shortener-forms .field .modal-body .social-btn button {
    min-width: 40px;
    border-radius: 0;
    margin-right: 5px;
    position: relative;
    opacity: 0.5;
    outline: 0; }
    .modal-body .social-btn .btn i.fa-check.checked, .modal-body .social-btn .btn .btn-twitter, .modal-body .social-btn .btn .btn-facebook, .modal-body .social-btn .btn .btn-blue-2, .modal-body .social-btn .btn .btn-gray, .modal-body .social-btn .btn .btn-gray-2, .modal-body .social-btn .btn #shortener-forms .field button, #shortener-forms .field .modal-body .social-btn .btn button {
      position: absolute;
      bottom: 0px;
      right: 0px;
      color: #F2F2F2; }
    .modal-body .social-btn .btn.actived, .modal-body .social-btn .actived.btn-twitter, .modal-body .social-btn .actived.btn-facebook, .modal-body .social-btn .actived.btn-blue-2, .modal-body .social-btn .actived.btn-gray, .modal-body .social-btn .actived.btn-gray-2, .modal-body .social-btn #shortener-forms .field button.actived, #shortener-forms .field .modal-body .social-btn button.actived {
      opacity: 1; }
.modal-body.busy {
  opacity: 0.5; }
  .modal-body.busy:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.modal-actions {
  margin: 0px !important;
  position: static !important;
  background: none !important;
  float: right;
  width: auto !important; }
  .modal-actions .btn-tool, .modal-actions .link-edits .link-edit-submit, .link-edits .modal-actions .link-edit-submit {
    float: right;
    margin: 0 0.75rem 0 0; }
  .modal-actions .btn, .modal-actions .btn-twitter, .modal-actions .btn-facebook, .modal-actions .btn-blue-2, .modal-actions .btn-gray, .modal-actions .btn-gray-2, .modal-actions #shortener-forms .field button, #shortener-forms .field .modal-actions button {
    margin-left: 5px; }

.share-twitter .share-network-icon, .share-twitter .fa {
  color: #55acee; }
.share-twitter .account-image {
  border-color: #55acee; }

.share-facebook .share-network-icon, .share-facebook .fa {
  color: #3c5a98; }
.share-facebook .account-image {
  border-color: #3c5a98; }

.admin-headings {
  color: #F2F2F2;
  height: 4.5rem;
  margin: 3rem auto 0;
  overflow: hidden;
  text-align: center; }
  .admin-headings .admin-heading {
    color: inherit;
    font-family: 'Sans', Helvetica, Arial, sans-serif;
    font-weight: 200;
    margin: 0;
    height: 4.5rem;
    line-height: 4.5rem; }

#Adm_AddUser {
  display: block;
  float: left;
  max-width: 9rem; }

#Adm_SearchUser {
  display: block;
  float: right;
  width: 18rem;
  max-width: 18rem; }
  #Adm_SearchUser .form-group {
    min-width: 100%; }
    #Adm_SearchUser .form-group input[type="text"] {
      width: 100%; }

.admin-table > thead {
  background-color: #3B3F54;
  font-family: 'Sans', Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em; }
  .admin-table > thead th {
    color: #F2F2F2; }
.admin-table > tbody > tr > th, .admin-table > tbody > tr > td {
  vertical-align: middle; }

.col-action {
  width: 18rem; }

/* @todo: Fucking bad! */
.page.full-page > .container-heads {
  width: 100%; }
.page.full-page > .container {
  width: 100%; }

.link-card-stats {
  position: relative;
  margin: 0;
  padding: 0 0.75rem;
  height: 15rem;
  background-color: #717d8a; }

.v .axis path, .v .axis line, .v .grid path, .v .grid line {
  stroke: #b7bdc4;
  fill: none;
  shape-rendering: crispEdges; }
.v .axis .minor line, .v .grid .minor line {
  stroke: #7f8996; }
.v .axis path.domain, .v .grid path.domain {
  display: none; }
.v .axis text, .v .grid text {
  fill: #9ba3ad; }
.v .axis.x text, .v .grid.x text {
  font-size: 10px; }
.v .axis.y text, .v .grid.y text {
  font-size: 10px;
  letter-spacing: -0.05em; }
.v .lines .line {
  fill: none;
  stroke: #80bfff; }
  .v .lines .line.total {
    stroke: #cce5ff; }
  .v .lines .line.unique {
    stroke: #80bfff; }
  .v .lines .line.o-refer {
    stroke: #3399ff; }
  .v .lines .line.tw-refer {
    stroke: #55aeee; }
  .v .lines .line.fb-refer {
    stroke: #3c5b98; }
.v .points .point {
  stroke-width: 2px;
  stroke: #717d8a; }
.v .points.total .point {
  fill: #cce5ff; }
.v .points.unique .point {
  fill: #80bfff; }
.v .label {
  text-anchor: end;
  font-size: 10px; }
  .v .label.total {
    fill: #cce5ff; }
  .v .label.unique {
    fill: #80bfff; }
  .v .label.o-refer {
    fill: #80bfff; }
  .v .label.tw-refer {
    fill: #55aeee; }
  .v .label.fb-refer {
    fill: #3c5b98; }

.focus .pointer {
  fill: none;
  stroke: #F2F2F2;
  shape-rendering: cripsEdges; }
.focus .y0, .focus .x0 {
  stroke: aliceblue;
  stroke-dasharray: 4 8;
  opacity: 0.95; }
.focus .tips {
  pointer-events: none; }
  .focus .tips.is-hidden {
    display: none; }
  .focus .tips .tipsBg {
    fill: rgba(255, 51, 51, 0.75);
    stroke: none; }
  .focus .tips text {
    font-size: 10px;
    fill: #F2F2F2;
    text-transform: uppercase; }

/* Cal-HeatMap CSS */
.cal-heatmap-container {
  display: block; }

.graph {
  font-family: 'Sans', Helvetica, Arial, sans-serif; }

.graph-label {
  fill: #b2b2b2;
  font-size: 10px; }

.graph, .graph-legend rect {
  shape-rendering: crispedges; }

.graph-rect {
  fill: #F2F2F2; }

.graph-subdomain-group rect:hover {
  stroke: #39F;
  stroke-width: 1px; }

.subdomain-text {
  font-size: 8px;
  fill: #191C21;
  pointer-events: none; }

.hover_cursor:hover {
  cursor: pointer; }

.qi {
  background-color: #FFF;
  fill: #FFF; }

.q0 {
  background-color: #fff;
  fill: #fff;
  stroke: none; }

.q1 {
  background-color: #ffcccc;
  fill: #ffcccc; }

.q2 {
  background-color: #ffadad;
  fill: #ffadad; }

.q3 {
  background-color: #ff8f8f;
  fill: #ff8f8f; }

.q4 {
  background-color: #ff7070;
  fill: #ff7070; }

.q5 {
  background-color: #ff5252;
  fill: #ff5252; }

.q6 {
  background-color: #ff3333;
  fill: #ff3333; }

rect.highlight {
  -webkit-transform: rotate(45deg) scale(0.75);
      -ms-transform: rotate(45deg) scale(0.75);
          transform: rotate(45deg) scale(0.75);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center; }

text.highlight {
  fill: #444; }

.domain-background {
  fill: none;
  shape-rendering: crispedges; }

.ch-tooltip {
  padding: 10px;
  background: #222;
  color: #bbb;
  font-size: 12px;
  line-height: 1.4;
  width: 140px;
  position: absolute;
  z-index: 99999;
  text-align: center;
  display: none;
  box-sizing: border-box;
  pointer-events: none; }

.ch-tooltip::after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  padding: 0;
  display: "block";
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #222; }

.detail-infos {
  padding: 0.75rem 0 1.5rem 0; }
  .detail-infos:before, .detail-infos:after {
    content: " ";
    display: table; }
  .detail-infos:after {
    clear: both; }
  .detail-infos .link-result {
    display: block;
    height: 3rem;
    margin: 0 0;
    padding: 0.375rem 0;
    line-height: 2rem;
    font-size: 2rem;
    font-family: 'Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #3B3F54; }
    .detail-infos .link-result:hover {
      color: #F33; }
  .detail-infos .link-request {
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
    color: #191C21; }
    .detail-infos .link-request:hover {
      color: #F33; }

.groups {
  -ms-box-shadow: 0 0 0 1px #d8d8d8;
  -o-box-shadow: 0 0 0 1px #d8d8d8;
  box-shadow: 0 0 0 1px #d8d8d8;
  -webkit-transition: max-height 1s ease-out 0.2s;
          transition: max-height 1s ease-out 0.2s;
  position: relative;
  height: 2.25rem;
  max-height: 2.25rem;
  width: 100%;
  overflow: hidden; }
  .groups:before, .groups:after {
    content: " ";
    display: table; }
  .groups:after {
    clear: both; }
  .groups + .groups {
    margin-top: 0.75rem; }

.group-head {
  width: 100%;
  height: 2.25rem; }
  .group-head:before, .group-head:after {
    content: " ";
    display: table; }
  .group-head:after {
    clear: both; }
  .group-head:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px; }
  .group-head h3 {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0 0.75rem;
    letter-spacing: 0.03em; }

.group-notifs {
  display: none;
  position: absolute;
  top: 2.25rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent; }
  .group-notifs:before, .group-notifs:after {
    content: " ";
    display: table; }
  .group-notifs:after {
    clear: both; }
  .group-notifs p {
    text-align: center;
    color: #F2F2F2;
    margin: -12px 0 0 0;
    height: 24px;
    position: relative;
    top: 50%;
    overflow: hidden;
    max-height: 24px; }
    .group-notifs p:hover {
      cursor: default; }
    .group-notifs p a {
      color: inherit; }
  .group-notifs .group-progress {
    -webkit-transition: background-color 0.3s linear 0.3s;
            transition: background-color 0.3s linear 0.3s;
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    width: 0%;
    background-color: #F33; }

.group-body {
  position: relative;
  width: 100%;
  padding: 0.375rem 0.75rem; }
  .group-body:before, .group-body:after {
    content: " ";
    display: table; }
  .group-body:after {
    clear: both; }
  .group-body .group-subbody {
    margin: 0 auto;
    position: relative; }
  .group-body .group-subheader {
    position: relative;
    height: 1.5rem;
    margin: 0 0 0.75rem 0; }
    .group-body .group-subheader:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #F2F2F2; }
    .group-body .group-subheader p {
      color: #F2F2F2;
      font-size: 10px;
      line-height: 1.5rem;
      height: inherit;
      margin: 0;
      letter-spacing: 0.1em; }

.groups[data-state="SUCCESS"] {
  height: auto;
  max-height: 45rem;
  overflow: hidden; }
  .groups[data-state="SUCCESS"] .group-notifs {
    display: block; }
  .groups[data-state="SUCCESS"] .group-progress {
    -webkit-animation: none;
            animation: none;
    background-color: rgba(255, 51, 51, 0);
    width: 100%; }
.groups[data-state="PROGRESS"] .group-notifs {
  display: block; }
.groups[data-state="PROGRESS"] .group-progress {
  -webkit-animation: preload-bar 3s infinite linear;
          animation: preload-bar 3s infinite linear; }
.groups[data-state="NOTICE"] {
  height: auto;
  overflow: visible; }
  .groups[data-state="NOTICE"] .group-body {
    height: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0; }
  .groups[data-state="NOTICE"] .group-notifs {
    display: block;
    position: relative;
    top: 0;
    background-color: #717d8a;
    height: 4.5rem;
    margin: 0; }
  .groups[data-state="NOTICE"] .group-progress {
    -webkit-animation: none;
            animation: none;
    background-color: rgba(255, 51, 51, 0);
    width: 100%; }

.detail-traffics .traffic {
  background-color: #717d8a; }

.traffic-sums {
  height: 9rem; }
  .traffic-sums .traffic-sum {
    height: 6rem; }
    .traffic-sums .traffic-sum:before, .traffic-sums .traffic-sum:after {
      content: " ";
      display: table; }
    .traffic-sums .traffic-sum:after {
      clear: both; }
    .traffic-sums .traffic-sum > div[class^=sum-] {
      width: 10.5rem;
      height: 6rem;
      float: left;
      padding: 0 0.75rem 0 0; }
    .traffic-sums .traffic-sum .sum-figures {
      max-width: 100%;
      width: 100%;
      max-height: 4.5rem;
      height: 4.5rem;
      overflow: hidden; }
    .traffic-sums .traffic-sum .sum-figure-text {
      display: block;
      margin: 0;
      font-size: 3.75rem;
      line-height: 4.5rem;
      height: 4.5rem;
      color: #CCFFFF; }
      .traffic-sums .traffic-sum .sum-figure-text:before, .traffic-sums .traffic-sum .sum-figure-text:after {
        content: " ";
        display: table; }
      .traffic-sums .traffic-sum .sum-figure-text:after {
        clear: both; }
      .traffic-sums .traffic-sum .sum-figure-text > span[class^="sum-figure"] {
        float: left; }
      .traffic-sums .traffic-sum .sum-figure-text .sum-figure-major {
        letter-spacing: -0.15em;
        margin-right: 0.15em; }
      .traffic-sums .traffic-sum .sum-figure-text .sum-figure-minor {
        font-size: 0.5rem;
        line-height: 1.5rem;
        height: 1.5rem;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        margin-top: 2.625rem;
        color: #bfbfbf; }
    .traffic-sums .traffic-sum .sum-footers {
      position: relative;
      max-width: 100%;
      width: 100%;
      max-height: 1.5rem;
      height: 1.5rem; }
      .traffic-sums .traffic-sum .sum-footers:before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0;
        background-color: #8d96a1; }
    .traffic-sums .traffic-sum .sum-footer-text {
      margin: 0;
      height: inherit;
      line-height: 1.5rem;
      font-size: 0.625rem;
      letter-spacing: 0.1em;
      color: #cccccc; }

.traffic-cals {
  height: 10.5rem; }
  .traffic-cals .cal-heatmap-container {
    -webkit-transform: translate(32px, 12px);
        -ms-transform: translate(32px, 12px);
            transform: translate(32px, 12px); }
  .traffic-cals .ch-tooltip {
    -webkit-transform: translate(32px, 52px);
        -ms-transform: translate(32px, 52px);
            transform: translate(32px, 52px); }
  .traffic-cals .graph-label-verticals {
    position: absolute;
    top: 2.25rem;
    left: 0; }
  .traffic-cals .graph-label-vertical {
    font-size: 10px;
    fill: #B2B2B2;
    text-anchor: middle; }
    .traffic-cals .graph-label-vertical:nth-child(even) {
      display: none; }

.traffic-dyns {
  height: 15rem; }
  .traffic-dyns .traffic-dyn-wrapper {
    width: 52.5rem;
    height: inherit; }
    .traffic-dyns .traffic-dyn-wrapper:before, .traffic-dyns .traffic-dyn-wrapper:after {
      content: " ";
      display: table; }
    .traffic-dyns .traffic-dyn-wrapper:after {
      clear: both; }
    .traffic-dyns .traffic-dyn-wrapper > div[class^=traffic-] {
      height: inherit;
      float: left; }
  .traffic-dyns .traffic-dynpies {
    position: relative;
    width: 15rem; }
    .traffic-dyns .traffic-dynpies .dynpie-figures {
      position: absolute;
      width: 6rem;
      height: 4.5rem;
      margin: -2.25rem 0 0 -3rem;
      top: 50%;
      left: 50%; }
      .traffic-dyns .traffic-dynpies .dynpie-figures > p {
        text-align: center;
        margin: 0; }
      .traffic-dyns .traffic-dynpies .dynpie-figures .dynpie-figure-major {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        font-size: 3rem;
        color: #80BFFF;
        letter-spacing: -0.05em; }
      .traffic-dyns .traffic-dynpies .dynpie-figures .dynpie-figure-minor {
        width: 100%;
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 10px;
        color: #cccccc; }
  .traffic-dyns .traffic-dynlines {
    position: relative;
    width: 37.5rem; }

.detail-refers .refer {
  background-color: #717d8a; }

.refer .referbar-context {
  position: relative;
  width: 100%;
  height: 18rem; }
  .refer .referbar-context:before, .refer .referbar-context:after {
    content: " ";
    display: table; }
  .refer .referbar-context:after {
    clear: both; }
.refer .layer rect:hover {
  stroke: #ff3333; }

.bar-legends {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 24rem;
  overflow: hidden; }
  .bar-legends .bar-legend-text {
    font-size: 0.625rem;
    line-height: 1.5rem;
    height: 1.5rem;
    margin: 0;
    color: #F2F2F2; }
    .bar-legends .bar-legend-text > span {
      height: 1.5rem;
      display: inline-block; }
    .bar-legends .bar-legend-text .legend-icon {
      width: 0.75rem;
      height: 0.75rem;
      margin: 0 4px 0 0;
      background-color: #fff; }
      .bar-legends .bar-legend-text .legend-icon.other {
        background-color: #ccffff; }
      .bar-legends .bar-legend-text .legend-icon.twitter {
        background-color: #55acee; }
      .bar-legends .bar-legend-text .legend-icon.facebook {
        background-color: #3c5a98; }
    .bar-legends .bar-legend-text .legend-label {
      margin: 0 8px 0 0; }

.bar-radios {
  position: relative;
  top: 0;
  right: 0;
  padding: 0 0.75rem;
  font-size: 10px;
  margin: 0 0 0.75rem 0;
  float: right; }
  .bar-radios label {
    font-size: 10px;
    margin: 0 4px;
    color: #F2F2F2;
    font-weight: 300;
    letter-spacing: 0.15em; }
  .bar-radios input {
    margin: 0 0 0 4px; }

.detail-shares .share {
  background-color: #717d8a; }

.share {
  height: 20.25rem; }
  .share .sharelists {
    width: 15rem;
    margin: 0 1.5rem 0 0;
    padding: 0;
    float: left; }
  .share .sharelist-context {
    position: relative;
    width: 100%;
    height: 16.5rem;
    max-height: 16.5rem;
    overflow: scroll;
    border-bottom: 1px solid #7f8996; }
    .share .sharelist-context:before, .share .sharelist-context:after {
      content: " ";
      display: table; }
    .share .sharelist-context:after {
      clear: both; }
  .share .sharetops {
    width: 36rem;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    margin: 0;
    float: left; }

.sharelist-items {
  margin: 0 0 0.75rem 0;
  padding: 0 0.75rem 0 0;
  height: 1.5rem;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  .sharelist-items .sharelist-item-text {
    color: #F2F2F2;
    font-size: 0.75rem;
    line-height: 1.5rem;
    height: 1.5rem;
    max-height: 1.5rem;
    overflow: hidden;
    margin: 0;
    position: relative; }
    .sharelist-items .sharelist-item-text:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #8d96a1;
      position: absolute;
      bottom: 0; }
  .sharelist-items .sharelist-item-text span {
    display: inline-block;
    height: 1.5rem; }
  .sharelist-items .item-icon:after {
    display: block;
    font-family: 'FontAwesome';
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    color: #F2F2F2; }
  .sharelist-items[data-url='twitter'] .item-icon:after {
    content: "\f099";
    color: #55acee; }
  .sharelist-items[data-url='facebook'] .item-icon:after {
    content: "\f09a";
    color: #3c5a98; }
  .sharelist-items .item-name {
    width: 9rem; }
  .sharelist-items .item-hit {
    background-color: #5a636e;
    padding: 0 4px;
    max-width: 3rem;
    overflow: hidden;
    float: right;
    font-size: 10px;
    border-bottom: 1px solid #8d96a1; }

.sharetop:before, .sharetop:after {
  content: " ";
  display: table; }
.sharetop:after {
  clear: both; }
.sharetop .sharetop-wrappers {
  width: 18rem;
  float: left;
  padding: 0 1.5rem 0 0; }

.sharetop-wrapper-head p {
  width: 100%;
  height: 1.5rem;
  margin: 0;
  font-size: 0.875rem;
  color: #F2F2F2; }
.sharetop-wrapper-head .sharetop-wrapper-url {
  float: left;
  text-align: left; }
.sharetop-wrapper-head .sharetop-wrapper-total {
  float: right;
  text-align: right;
  background-color: #5a636e;
  padding: 0 4px;
  max-width: 3rem;
  overflow: hidden;
  font-size: 10px; }

.sharetop-wrapper-body {
  margin: 0.75rem 0 0 0; }
  .sharetop-wrapper-body .sharetop-item {
    position: relative; }
  .sharetop-wrapper-body .sharetop-item-head:before, .sharetop-wrapper-body .sharetop-item-head:after {
    content: " ";
    display: table; }
  .sharetop-wrapper-body .sharetop-item-head:after {
    clear: both; }
  .sharetop-wrapper-body .sharetop-item-head p {
    font-size: 0.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
    color: #F2F2F2; }
  .sharetop-wrapper-body .sharetop-item-head .sharetop-name {
    float: left;
    text-align: left; }
  .sharetop-wrapper-body .sharetop-item-head .sharetop-hit {
    float: right;
    text-align: right;
    padding: 0 4px;
    max-width: 3rem;
    overflow: hidden;
    font-size: 10px; }
  .sharetop-wrapper-body .sharetop-item-foot {
    height: 2px;
    width: 100%;
    margin: 0 0 22px 0;
    position: relative;
    background-color: #F2F2F2; }
  .sharetop-wrapper-body .sharetop-bar {
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    background-color: #F2F2F2; }
    .twitter .sharetop-wrapper-body .sharetop-bar {
      background-color: #55acee; }
    .facebook .sharetop-wrapper-body .sharetop-bar {
      background-color: #3c5a98; }

#landings {
  -webkit-transition: top 1s ease-out;
          transition: top 1s ease-out;
  position: absolute; }
  #landings:before, #landings:after {
    content: " ";
    display: table; }
  #landings:after {
    clear: both; }
  #landings .landing {
    width: inherit;
    height: 102%; }

.landing-nav-down .landing-btn-down {
  -webkit-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
  display: block;
  width: inherit;
  vertical-align: middle;
  color: #F2F2F2;
  text-align: center;
  margin: 0;
  opacity: 1; }
  .landing-nav-down .landing-btn-down.isScrolling {
    opacity: 0; }
.landing-nav-down .landing-btn-icon {
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
  display: block;
  height: 2.25rem;
  width: 2.25rem;
  margin: 0 auto;
  opacity: 0.4;
  pointer-events: none; }
.landing-nav-down .landing-btn-arrow {
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
  display: block;
  height: 1.5rem;
  line-height: 1.5rem;
  width: 3rem;
  margin: 0 auto;
  color: #F2F2F2;
  font-size: 0.625rem; }

.landing-nav-down {
  width: inherit;
  position: fixed;
  bottom: 0.75rem;
  background-color: transparent;
  z-index: 4; }
  .landing-nav-down > a:hover {
    color: #F33; }
    .landing-nav-down > a:hover .landing-btn-arrow {
      color: #F33; }
    .landing-nav-down > a:hover .landing-btn-icon {
      opacity: 1; }

.landing {
  position: relative;
  background-color: #3B3F54; }
  .landing:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(242, 242, 242, 0.1); }
  .landing h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    display: block;
    height: 48px;
    width: 48px;
    color: #F2F2F2;
    text-align: center; }

/** 
 * FULL PAGE
 */
/**
 * fullPage 2.1.9
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px; }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: scroll; }

.fp-easing {
  -webkit-transition: all 0.7s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.7s ease-out; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1; }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav li, .fp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav li {
  display: inline-block; }

#fp-nav li a, .fp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav li .active span, .fp-slidesNav .active span {
  background: #333; }

#fp-nav span, .fp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1; }

.fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px; }

.fp-tooltip.right {
  right: 20px; }

.fp-tooltip.left {
  left: 20px; }

#site-footer {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  padding: 5px 0px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0px 25px 10px;
  right: 0; }
  #site-footer nav ul li {
    display: inline-block; }
    #site-footer nav ul li a {
      display: block;
      padding: 0px 5px;
      color: #FFF; }
      #site-footer nav ul li a.disabled {
        color: rgba(255, 255, 255, 0.3); }
    #site-footer nav ul li.dot {
      color: rgba(255, 255, 255, 0.5);
      font-size: 3em;
      line-height: 13px;
      float: right;
      width: 15px;
      height: 15px;
      margin-top: 6px;
      margin-right: 10px; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px; }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: scroll; }

.fp-easing {
  -webkit-transition: all 0.7s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.7s ease-out; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1; }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav li, .fp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav li {
  display: inline-block; }

#fp-nav li a, .fp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav li .active span, .fp-slidesNav .active span {
  background: #333; }

#fp-nav span, .fp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1; }

.fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px; }

.fp-tooltip.right {
  right: 20px; }

.fp-tooltip.left {
  left: 20px; }

@-webkit-keyframes g0Rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes g0Rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.anon #generative-art {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none; }

#generative-art .g0 {
  opacity: 0.1; }
#generative-art .s_path {
  fill: none;
  stroke: #191C21;
  stroke-width: 1px; }
#generative-art .s_link {
  fill: #191C21;
  stroke: none; }
  #generative-art .s_link.s_inverse {
    fill: #3B3F54;
    stroke: #191C21; }
#generative-art .s_dela {
  fill: none;
  stroke: #191C21; }

main#blog {
  padding-top: 80px;
  width: 800px;
  margin: 0px auto; }
  main#blog > h1 {
    font-size: 40px;
    margin: 0px;
    line-height: normal;
    margin-bottom: 50px; }
    main#blog > h1 a {
      font-size: 1em;
      color: #333; }
      main#blog > h1 a:hover {
        color: #010101; }
  main#blog article {
    background: #FFF;
    padding: 25px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; }
    main#blog article header.post-header {
      margin-bottom: 20px;
      border-bottom: 1px solid #CBCBCB;
      padding-bottom: 10px; }
      main#blog article header.post-header h1.title {
        font-size: 30px;
        margin: 0px;
        line-height: 2.5rem; }
        main#blog article header.post-header h1.title a {
          font-size: 1em; }
    main#blog article .detail {
      color: #6F6F6F;
      margin: 0px;
      margin-top: 5px; }

#blog-admin ul.list-post li {
  padding: 10px; }
  #blog-admin ul.list-post li h1.title {
    font-size: 18px;
    margin: 0px;
    line-height: 2rem; }
  #blog-admin ul.list-post li p.detail {
    color: #868686;
    font-weight: bold; }
  #blog-admin ul.list-post li p.summary {
    margin: 0px;
    color: #6E6E6E; }

/*

Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>

*/
.hljs {
  display: block;
  padding: 0.5em;
  background: #F0F0F0; }

.hljs, .hljs-subst, .hljs-tag .hljs-title, .lisp .hljs-title, .clojure .hljs-built_in, .nginx .hljs-title {
  color: black; }

.hljs-string, .hljs-title, .hljs-constant, .hljs-parent, .hljs-tag .hljs-value, .hljs-rules .hljs-value, .hljs-rules .hljs-value .hljs-number, .hljs-preprocessor, .hljs-pragma, .haml .hljs-symbol, .ruby .hljs-symbol, .ruby .hljs-symbol .hljs-string, .hljs-aggregate, .hljs-template_tag, .django .hljs-variable, .smalltalk .hljs-class, .hljs-addition, .hljs-flow, .hljs-stream, .bash .hljs-variable, .apache .hljs-tag, .apache .hljs-cbracket, .tex .hljs-command, .tex .hljs-special, .erlang_repl .hljs-function_or_atom, .asciidoc .hljs-header, .markdown .hljs-header, .coffeescript .hljs-attribute {
  color: #800; }

.smartquote, .hljs-comment, .hljs-annotation, .hljs-template_comment, .diff .hljs-header, .hljs-chunk, .asciidoc .hljs-blockquote, .markdown .hljs-blockquote {
  color: #888; }

.hljs-number, .hljs-date, .hljs-regexp, .hljs-literal, .hljs-hexcolor, .smalltalk .hljs-symbol, .smalltalk .hljs-char, .go .hljs-constant, .hljs-change, .lasso .hljs-variable, .makefile .hljs-variable, .asciidoc .hljs-bullet, .markdown .hljs-bullet, .asciidoc .hljs-link_url, .markdown .hljs-link_url {
  color: #080; }

.hljs-label, .hljs-javadoc, .ruby .hljs-string, .hljs-decorator, .hljs-filter .hljs-argument, .hljs-localvars, .hljs-array, .hljs-attr_selector, .hljs-important, .hljs-pseudo, .hljs-pi, .haml .hljs-bullet, .hljs-doctype, .hljs-deletion, .hljs-envvar, .hljs-shebang, .apache .hljs-sqbracket, .nginx .hljs-built_in, .tex .hljs-formula, .erlang_repl .hljs-reserved, .hljs-prompt, .asciidoc .hljs-link_label, .markdown .hljs-link_label, .vhdl .hljs-attribute, .clojure .hljs-attribute, .asciidoc .hljs-attribute, .lasso .hljs-attribute, .coffeescript .hljs-property, .hljs-phony {
  color: #88F; }

.hljs-keyword, .hljs-id, .hljs-title, .hljs-built_in, .hljs-aggregate, .css .hljs-tag, .hljs-javadoctag, .hljs-phpdoc, .hljs-yardoctag, .smalltalk .hljs-class, .hljs-winutils, .bash .hljs-variable, .apache .hljs-tag, .go .hljs-typename, .tex .hljs-command, .asciidoc .hljs-strong, .markdown .hljs-strong, .hljs-request, .hljs-status {
  font-weight: bold; }

.asciidoc .hljs-emphasis, .markdown .hljs-emphasis {
  font-style: italic; }

.nginx .hljs-built_in {
  font-weight: normal; }

.coffeescript .javascript, .javascript .xml, .lasso .markup, .tex .hljs-formula, .xml .javascript, .xml .vbscript, .xml .css, .xml .hljs-cdata {
  opacity: 0.5; }

#slide-outer {
  position: absolute;
  width: 100%;
  background: #3B3F54;
  top: 0;
  bottom: -105px;
  overflow: hidden; }
  #slide-outer .slide {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #slide-outer .slide .img-slide {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
      #slide-outer .slide .img-slide:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); }
      #slide-outer .slide .img-slide.no-image {
        background: #3B3F54; }
        #slide-outer .slide .img-slide.no-image:after {
          display: none; }
      #slide-outer .slide .img-slide > p {
        position: absolute;
        bottom: 8.5rem;
        color: #FFF;
        z-index: 1;
        text-align: center;
        width: 100%; }
        #slide-outer .slide .img-slide > p a {
          color: #fff;
          text-decoration: none;
          background: none; }
          #slide-outer .slide .img-slide > p a:hover {
            color: #cdcdcd;
            background: none; }
  #slide-outer .cycle-pager {
    bottom: 6.5rem;
    position: absolute;
    z-index: 999;
    width: 100%;
    text-align: center; }
    #slide-outer .cycle-pager > span {
      background: #FFF;
      display: inline-block;
      width: 10px;
      height: 10px;
      font-size: 0;
      border-radius: 100%;
      margin: 0px 5px;
      cursor: pointer; }
      #slide-outer .cycle-pager > span.cycle-pager-active {
        background: #cdcdcd; }
  #slide-outer.static {
    height: 550px !important; }
    #slide-outer.static .slide .img-slide > p {
      bottom: 3.5rem !important; }
    #slide-outer.static .cycle-pager {
      bottom: 2.5rem !important; }

.slide-list-outer ul.slide-list li {
  background: #fff;
  margin: 0px 0px 15px;
  padding: 15px;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.1); }
  .slide-list-outer ul.slide-list li .content {
    padding: 80px 10px;
    text-align: center;
    background: #000;
    background-size: cover;
    background-position: center;
    position: relative; }
    .slide-list-outer ul.slide-list li .content p {
      color: #fff;
      position: relative; }
    .slide-list-outer ul.slide-list li .content:before {
      content: '';
      display: block;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      width: 100%; }
  .slide-list-outer ul.slide-list li footer.action {
    padding-top: 10px; }

/** ----------------------------------------------------------------- *\
 *  Styleguides
 *  
 *  Variables & Global styles.
 *  
 *  @author Sirna
 *  @version 0.0.1
 *  
 *  Copyright 2014.
 ** ----------------------------------------------------------------- */
.styleguides {
  background: #3B3F54;
  padding-bottom: 4.5rem; }

.baseline {
  background-image: none;
  background-repeat: no-repeat; }
  .baseline.active {
    background-image: url("../images/styleguide/baseline.png");
    background-repeat: repeat; }

.baseline-togglers {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 0.75rem 0.75rem 0; }
  .baseline-togglers .baseline-toggler {
    color: #F90;
    display: block; }
    .baseline-togglers .baseline-toggler:hover {
      color: #F33; }

.sg-toc {
  position: relative;
  max-width: 36rem;
  width: 36rem;
  margin: 0 auto 6rem auto; }
  .sg-toc .sg-toc-head {
    margin: 1.5rem 0 0 0; }
  .sg-toc h1, .sg-toc h2, .sg-toc h3, .sg-toc h4, .sg-toc h5, .sg-toc h6, .sg-toc p, .sg-toc li {
    color: #F2F2F2; }
  .sg-toc a {
    color: #F2F2F2; }
    .sg-toc a:hover {
      color: #F33; }

.sg-guides {
  width: 100%;
  position: relative;
  padding: 0 3rem;
  margin: 0 0 1.5rem 0; }
  .sg-guides:before, .sg-guides:after {
    content: " ";
    display: table; }
  .sg-guides:after {
    clear: both; }
  .sg-previews + .sg-guides {
    margin-top: 3rem; }
  .sg-guides h1, .sg-guides h2, .sg-guides h3, .sg-guides h4, .sg-guides h5, .sg-guides h6, .sg-guides p, .sg-guides li {
    color: #F2F2F2; }

.sg-code-toggler {
  height: 1.5rem;
  line-height: 1.5rem;
  color: #F90 !important;
  font-weight: 200;
  margin: 0; }

.sg-code {
  height: 0;
  overflow: hidden; }
  .sg-code.is-shown {
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
    height: auto; }
  .sg-code pre {
    clear: both;
    overflow: auto;
    width: 100%;
    /* specify width  */
    white-space: pre-wrap;
    /* CSS3 browsers  */
    white-space: -moz-pre-wrap !important;
    /* 1999+ Mozilla  */
    white-space: -pre-wrap;
    /* Opera 4 thru 6 */
    white-space: -o-pre-wrap;
    /* Opera 7 and up */
    word-wrap: break-word;
    /* IE 5.5+ and up */ }
  .sg-code .hljs {
    background-image: url("../images/styleguide/baseline.png");
    background-repeat: repeat;
    font-size: 13px;
    line-height: 1.5rem;
    padding: 0 1.5rem; }

.sg-previews {
  -ms-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px 0 inset;
  -o-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px 0 inset;
  width: 100%;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #fff; }
  .sg-previews:before, .sg-previews:after {
    content: " ";
    display: table; }
  .sg-previews:after {
    clear: both; }
  .sg-previews.dark {
    background-color: #F2F2F2; }
  .sg-previews.side-pad {
    padding-right: 3rem;
    padding-left: 3rem; }

.sg-row {
  width: 100%;
  overflow: hidden; }
  .sg-row:before, .sg-row:after {
    content: " ";
    display: table; }
  .sg-row:after {
    clear: both; }

.sg-sample-left-narrow, .sg-sample-right-wide {
  float: left; }

.sg-sample-left-narrow {
  width: 15rem;
  margin-right: 0.75rem; }

.sg-sample-right-wide {
  width: 27rem; }

.sg-sample-offset-left-narrow {
  margin-left: 15.75rem;
  margin-bottom: 0.75rem; }

.global-infos {
  width: 15rem;
  border-left: 1px solid #ACB8C4; }
  .global-infos:before, .global-infos:after {
    content: " ";
    display: table; }
  .global-infos:after {
    clear: both; }

.card-info {
  background-color: #5A636E;
  padding: 0.75rem 0; }
  .card-info .card-info-head {
    padding: 0 0.75rem; }

.email-alert {
  background: #F8F5E8;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 14px; }

.page.hide-alert {
  position: relative;
  z-index: 999999; }
.page.alert-top #headers.on-top {
  top: 34px; }
  .page.alert-top #headers.on-top #navigation {
    top: 34px; }
.page.alert-top #headers.on-top + .container, .page.alert-top #headers.on-top + .container-heads {
  padding-top: 7.5rem; }

.landing-nav-outer > .landing-nav-down {
  width: 100%;
  z-index: 999250511; }

.single-slider {
  position: absolute !important;
  width: 100%; }
  .single-slider .section {
    z-index: 9999;
    overflow: hidden; }
    .single-slider .section.main-page {
      z-index: 1; }
  .single-slider .inner-content {
    background: #161616;
    height: 100%;
    display: block;
    width: 100%; }
    .single-slider .inner-content p {
      color: #FFF;
      position: relative;
      z-index: 1;
      text-align: center;
      top: 50%;
      font-size: 18px;
      line-height: 1.8em;
      display: inline;
      -webkit-transition: all 0.3s;
              transition: all 0.3s;
      background: #3B3F54;
      box-shadow: 8px 0 0 0 #3B3F54, -8px 0 0 0 #3B3F54;
      padding: 2px; }
    .single-slider .inner-content a {
      text-align: center;
      position: absolute;
      bottom: 6rem;
      left: 0px;
      right: 0px;
      width: 800px;
      margin: 0px auto; }
      .single-slider .inner-content a:hover > p {
        color: #000;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 8px 0 0 0 rgba(255, 255, 255, 0.9), -8px 0 0 0 rgba(255, 255, 255, 0.9); }
      @media screen and (max-width: 900px) {
        .single-slider .inner-content a {
          width: auto;
          padding: 0 50px; } }
    .single-slider .inner-content.image-slider {
      background-size: cover;
      background-position: center;
      background-attachment: fixed; }
    .single-slider .inner-content .outer-summary {
      padding: 0px 45px;
      text-align: center;
      width: 100%; }
    .single-slider .inner-content:after {
      content: '';
      display: block;
      background: rgba(0, 0, 0, 0.49);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

/**
 * GLOBAL BUSY BOX
 */
.busy-load {
  opacity: 0.5;
  position: relative; }
  .busy-load:after {
    content: '';
    display: block;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box; }

.input-group {
  width: 100%; }
  .input-group .form-control, .input-group #shortener-forms .field input[type="text"], #shortener-forms .field .input-group input[type="text"] {
    margin-bottom: 0; }
  .input-group .input-group-addon {
    width: 35px;
    font-size: 14px;
    padding: 0px; }

.pagination .active > span, .pagination .active > span:hover, .pagination .active > span:focus {
  background: #FF5D5D !important;
  border: 1px solid #F00 !important; }

.blog-update {
  position: fixed;
  top: 70px;
  left: 10px;
  width: 245px;
  background: #FFF;
  padding: 15px;
  box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.09); }
  @media screen and (max-width: 1210px) {
    .blog-update {
      position: relative;
      width: 100%;
      top: 0;
      left: 0;
      margin-bottom: 20px; } }
  .blog-update h2.title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #909090;
    margin: 0px 0px 10px;
    line-height: normal; }
  .blog-update h1 {
    margin: 0;
    font-size: 18px;
    line-height: normal; }
    .blog-update h1 a {
      font-size: 1em;
      margin: 0; }
  .blog-update .summary {
    font-size: 13px; }
    .blog-update .summary a {
      font-size: 1em;
      line-height: 1.6em;
      color: #696969; }
  .blog-update a.close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #C0C0C0; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p, .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #CCFFCC;
  border-color: #06EA8E;
  color: #06EA8E; }
  .alert-success hr {
    border-top-color: #05d17c; }
  .alert-success .alert-link {
    color: #05b86d; }

.alert-info {
  background-color: #CCFFFF;
  border-color: #39F;
  color: #39F; }
  .alert-info hr {
    border-top-color: #1a8cff; }
  .alert-info .alert-link {
    color: #007fff; }

.alert-warning {
  background-color: #FFC;
  border-color: #F90;
  color: #F90; }
  .alert-warning hr {
    border-top-color: #e68600; }
  .alert-warning .alert-link {
    color: #cc7700; }

.alert-danger {
  background-color: #FFCCCC;
  border-color: #F33;
  color: #F33; }
  .alert-danger hr {
    border-top-color: #ff1a1a; }
  .alert-danger .alert-link {
    color: red; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a, .pagination > li > span {
      position: relative;
      float: left;
      padding: 0.375rem 0.75rem;
      line-height: 1.42857;
      text-decoration: none;
      color: #F33;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      margin-left: 0;
      -webkit-border-radius-topleft: 2px;
      -ms-border-radius-topleft: 2px;
      -o-border-radius-topleft: 2px;
      border-radius-topleft: 2px;
      -moz-border-top-left-radius: 2px;
      -o-border-top-left-radius: 2px;
      border-top-left-radius: 2px;
      -webkit-border-radius-bottomleft: 2px;
      -ms-border-radius-bottomleft: 2px;
      -o-border-radius-bottomleft: 2px;
      border-radius-bottomleft: 2px;
      -moz-border-bottom-left-radius: 2px;
      -o-border-bottom-left-radius: 2px;
      border-bottom-left-radius: 2px; }
    .pagination > li:last-child > a, .pagination > li:last-child > span {
      -webkit-border-radius-topright: 2px;
      -ms-border-radius-topright: 2px;
      -o-border-radius-topright: 2px;
      border-radius-topright: 2px;
      -moz-border-top-right-radius: 2px;
      -o-border-top-right-radius: 2px;
      border-top-right-radius: 2px;
      -webkit-border-radius-bottomright: 2px;
      -ms-border-radius-bottomright: 2px;
      -o-border-radius-bottomright: 2px;
      border-radius-bottomright: 2px;
      -moz-border-bottom-right-radius: 2px;
      -o-border-bottom-right-radius: 2px;
      border-bottom-right-radius: 2px; }
  .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #e60000;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  -webkit-border-radius-topleft: 6px;
  -ms-border-radius-topleft: 6px;
  -o-border-radius-topleft: 6px;
  border-radius-topleft: 6px;
  -moz-border-top-left-radius: 6px;
  -o-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-radius-bottomleft: 6px;
  -ms-border-radius-bottomleft: 6px;
  -o-border-radius-bottomleft: 6px;
  border-radius-bottomleft: 6px;
  -moz-border-bottom-left-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  -webkit-border-radius-topright: 6px;
  -ms-border-radius-topright: 6px;
  -o-border-radius-topright: 6px;
  border-radius-topright: 6px;
  -moz-border-top-right-radius: 6px;
  -o-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-radius-bottomright: 6px;
  -ms-border-radius-bottomright: 6px;
  -o-border-radius-bottomright: 6px;
  border-radius-bottomright: 6px;
  -moz-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  -webkit-border-radius-topleft: 3px;
  -ms-border-radius-topleft: 3px;
  -o-border-radius-topleft: 3px;
  border-radius-topleft: 3px;
  -moz-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-radius-bottomleft: 3px;
  -ms-border-radius-bottomleft: 3px;
  -o-border-radius-bottomleft: 3px;
  border-radius-bottomleft: 3px;
  -moz-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  -webkit-border-radius-topright: 3px;
  -ms-border-radius-topright: 3px;
  -o-border-radius-topright: 3px;
  border-radius-topright: 3px;
  -moz-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-radius-bottomright: 3px;
  -ms-border-radius-bottomright: 3px;
  -o-border-radius-bottomright: 3px;
  border-radius-bottomright: 3px;
  -moz-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }
