/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* 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-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.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,
.fa-gratipay: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-pp: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.md-editor{display:block;border:1px solid #ddd}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-header{margin:0}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;overflow:auto}.md-editor>textarea{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:14px;outline:0;margin:0;display:block;padding:0;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#eee}.md-editor>textarea:focus{box-shadow:none;background:#fff}.md-editor.active{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.md-editor .md-controls{float:right;padding:3px}.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}.md-editor .md-controls .md-control:hover{color:#333}.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-footer{display:none}.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}.md-editor.md-fullscreen-mode .md-header{background:0 0;text-align:center;position:fixed;width:100%;top:20px}.md-editor.md-fullscreen-mode .btn-group{float:none}.md-editor.md-fullscreen-mode .btn{border:0;background:0 0;color:#b3b3b3}.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}.md-editor .md-fullscreen-controls{display:none}.md-nooverflow{overflow:hidden;position:fixed;width:100%}
/*!
 * Bootstrap-select v1.7.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/*# sourceMappingURL=bootstrap-select.css.map */
.flag {
  width: 16px;
  height: 11px;
  background-image: url('../img/flags.png');
  display: inline-block;
}
.flag-ad {
  background-position: -16px 0;
}
.flag-ae {
  background-position: -32px 0;
}
.flag-af {
  background-position: -48px 0;
}
.flag-ag {
  background-position: -64px 0;
}
.flag-ai {
  background-position: -80px 0;
}
.flag-al {
  background-position: -96px 0;
}
.flag-am {
  background-position: -112px 0;
}
.flag-ao {
  background-position: -144px 0;
}
.flag-ar {
  background-position: -160px 0;
}
.flag-as {
  background-position: -176px 0;
}
.flag-at {
  background-position: -192px 0;
}
.flag-au {
  background-position: -208px 0;
}
.flag-aw {
  background-position: -224px 0;
}
.flag-az {
  background-position: -240px 0;
}
.flag-ba {
  background-position: 0 -11px;
}
.flag-bb {
  background-position: -16px -11px;
}
.flag-bd {
  background-position: -32px -11px;
}
.flag-be {
  background-position: -48px -11px;
}
.flag-bf {
  background-position: -64px -11px;
}
.flag-bg {
  background-position: -80px -11px;
}
.flag-bh {
  background-position: -96px -11px;
}
.flag-bi {
  background-position: -112px -11px;
}
.flag-bj {
  background-position: -128px -11px;
}
.flag-bm {
  background-position: -144px -11px;
}
.flag-bn {
  background-position: -160px -11px;
}
.flag-bo {
  background-position: -176px -11px;
}
.flag-br {
  background-position: -192px -11px;
}
.flag-bs {
  background-position: -208px -11px;
}
.flag-bt {
  background-position: -224px -11px;
}
.flag-bv {
  background-position: -240px -11px;
}
.flag-bw {
  background-position: 0 -22px;
}
.flag-by {
  background-position: -16px -22px;
}
.flag-bz {
  background-position: -32px -22px;
}
.flag-ca {
  background-position: -48px -22px;
}
.flag-cd {
  background-position: -80px -22px;
}
.flag-cf {
  background-position: -96px -22px;
}
.flag-cg {
  background-position: -112px -22px;
}
.flag-ch {
  background-position: -128px -22px;
}
.flag-ci {
  background-position: -144px -22px;
}
.flag-ck {
  background-position: -160px -22px;
}
.flag-cl {
  background-position: -176px -22px;
}
.flag-cm {
  background-position: -192px -22px;
}
.flag-cn {
  background-position: -208px -22px;
}
.flag-co {
  background-position: -224px -22px;
}
.flag-cr {
  background-position: -240px -22px;
}
.flag-cu {
  background-position: 0 -33px;
}
.flag-cv {
  background-position: -16px -33px;
}
.flag-cw {
  background-position: -32px -33px;
}
.flag-cy {
  background-position: -48px -33px;
}
.flag-cz {
  background-position: -64px -33px;
}
.flag-de {
  background-position: -80px -33px;
}
.flag-dj {
  background-position: -96px -33px;
}
.flag-dk {
  background-position: -112px -33px;
}
.flag-dm {
  background-position: -128px -33px;
}
.flag-do {
  background-position: -144px -33px;
}
.flag-dz {
  background-position: -160px -33px;
}
.flag-ec {
  background-position: -176px -33px;
}
.flag-ee {
  background-position: -192px -33px;
}
.flag-eg {
  background-position: -208px -33px;
}
.flag-eh {
  background-position: -224px -33px;
}
.flag-er {
  background-position: 0 -44px;
}
.flag-es {
  background-position: -16px -44px;
}
.flag-et {
  background-position: -32px -44px;
}
.flag-eu {
  background-position: -48px -44px;
}
.flag-fi {
  background-position: -64px -44px;
}
.flag-fj {
  background-position: -80px -44px;
}
.flag-fk {
  background-position: -96px -44px;
}
.flag-fm {
  background-position: -112px -44px;
}
.flag-fo {
  background-position: -128px -44px;
}
.flag-fr {
  background-position: -144px -44px;
}
.flag-ga {
  background-position: -160px -44px;
}
.flag-gb {
  background-position: -176px -44px;
}
.flag-gd {
  background-position: -192px -44px;
}
.flag-ge {
  background-position: -208px -44px;
}
.flag-gf {
  background-position: -224px -44px;
}
.flag-gg {
  background-position: -240px -44px;
}
.flag-gh {
  background-position: 0 -55px;
}
.flag-gi {
  background-position: -16px -55px;
}
.flag-gl {
  background-position: -32px -55px;
}
.flag-gm {
  background-position: -48px -55px;
}
.flag-gn {
  background-position: -64px -55px;
}
.flag-gp {
  background-position: -80px -55px;
}
.flag-gq {
  background-position: -96px -55px;
}
.flag-gr {
  background-position: -112px -55px;
}
.flag-gs {
  background-position: -128px -55px;
}
.flag-gt {
  background-position: -144px -55px;
}
.flag-gu {
  background-position: -160px -55px;
}
.flag-gw {
  background-position: -176px -55px;
}
.flag-gy {
  background-position: -192px -55px;
}
.flag-hk {
  background-position: -208px -55px;
}
.flag-hm {
  background-position: -224px -55px;
}
.flag-hn {
  background-position: -240px -55px;
}
.flag-hr {
  background-position: 0 -66px;
}
.flag-ht {
  background-position: -16px -66px;
}
.flag-hu {
  background-position: -32px -66px;
}
.flag-id {
  background-position: -64px -66px;
}
.flag-ie {
  background-position: -80px -66px;
}
.flag-il {
  background-position: -96px -66px;
}
.flag-im {
  background-position: -112px -66px;
}
.flag-in {
  background-position: -128px -66px;
}
.flag-io {
  background-position: -144px -66px;
}
.flag-iq {
  background-position: -160px -66px;
}
.flag-ir {
  background-position: -176px -66px;
}
.flag-is {
  background-position: -192px -66px;
}
.flag-it {
  background-position: -208px -66px;
}
.flag-je {
  background-position: -224px -66px;
}
.flag-jm {
  background-position: -240px -66px;
}
.flag-jo {
  background-position: 0 -77px;
}
.flag-jp {
  background-position: -16px -77px;
}
.flag-ke {
  background-position: -32px -77px;
}
.flag-kg {
  background-position: -48px -77px;
}
.flag-kh {
  background-position: -64px -77px;
}
.flag-ki {
  background-position: -80px -77px;
}
.flag-km {
  background-position: -96px -77px;
}
.flag-kn {
  background-position: -112px -77px;
}
.flag-kp {
  background-position: -128px -77px;
}
.flag-kr {
  background-position: -144px -77px;
}
.flag-kw {
  background-position: -176px -77px;
}
.flag-ky {
  background-position: -192px -77px;
}
.flag-kz {
  background-position: -208px -77px;
}
.flag-la {
  background-position: -224px -77px;
}
.flag-lb {
  background-position: -240px -77px;
}
.flag-lc {
  background-position: 0 -88px;
}
.flag-li {
  background-position: -16px -88px;
}
.flag-lk {
  background-position: -32px -88px;
}
.flag-lr {
  background-position: -48px -88px;
}
.flag-ls {
  background-position: -64px -88px;
}
.flag-lt {
  background-position: -80px -88px;
}
.flag-lu {
  background-position: -96px -88px;
}
.flag-lv {
  background-position: -112px -88px;
}
.flag-ly {
  background-position: -128px -88px;
}
.flag-ma {
  background-position: -144px -88px;
}
.flag-mc {
  background-position: -160px -88px;
}
.flag-md {
  background-position: -176px -88px;
}
.flag-me {
  background-position: -192px -88px;
}
.flag-mg {
  background-position: -208px -88px;
}
.flag-mh {
  background-position: -224px -88px;
}
.flag-mk {
  background-position: -240px -88px;
}
.flag-ml {
  background-position: 0 -99px;
}
.flag-mm {
  background-position: -16px -99px;
}
.flag-mn {
  background-position: -32px -99px;
}
.flag-mo {
  background-position: -48px -99px;
}
.flag-mp {
  background-position: -64px -99px;
}
.flag-mq {
  background-position: -80px -99px;
}
.flag-mr {
  background-position: -96px -99px;
}
.flag-ms {
  background-position: -112px -99px;
}
.flag-mt {
  background-position: -128px -99px;
}
.flag-mu {
  background-position: -144px -99px;
}
.flag-mv {
  background-position: -160px -99px;
}
.flag-mw {
  background-position: -176px -99px;
}
.flag-mx {
  background-position: -192px -99px;
}
.flag-my {
  background-position: -208px -99px;
}
.flag-mz {
  background-position: -224px -99px;
}
.flag-na {
  background-position: -240px -99px;
}
.flag-nc {
  background-position: 0 -110px;
}
.flag-ne {
  background-position: -16px -110px;
}
.flag-nf {
  background-position: -32px -110px;
}
.flag-ng {
  background-position: -48px -110px;
}
.flag-ni {
  background-position: -64px -110px;
}
.flag-nl {
  background-position: -80px -110px;
}
.flag-no {
  background-position: -96px -110px;
}
.flag-np {
  background-position: -112px -110px;
}
.flag-nr {
  background-position: -128px -110px;
}
.flag-nu {
  background-position: -144px -110px;
}
.flag-nz {
  background-position: -160px -110px;
}
.flag-om {
  background-position: -176px -110px;
}
.flag-pa {
  background-position: -192px -110px;
}
.flag-pe {
  background-position: -208px -110px;
}
.flag-pf {
  background-position: -224px -110px;
}
.flag-pg {
  background-position: -240px -110px;
}
.flag-ph {
  background-position: 0 -121px;
}
.flag-pk {
  background-position: -16px -121px;
}
.flag-pl {
  background-position: -32px -121px;
}
.flag-pm {
  background-position: -48px -121px;
}
.flag-pn {
  background-position: -64px -121px;
}
.flag-pr {
  background-position: -80px -121px;
}
.flag-ps {
  background-position: -96px -121px;
}
.flag-pt {
  background-position: -112px -121px;
}
.flag-pw {
  background-position: -128px -121px;
}
.flag-py {
  background-position: -144px -121px;
}
.flag-qa {
  background-position: -160px -121px;
}
.flag-re {
  background-position: -176px -121px;
}
.flag-ro {
  background-position: -192px -121px;
}
.flag-rs {
  background-position: -208px -121px;
}
.flag-ru {
  background-position: -224px -121px;
}
.flag-rw {
  background-position: -240px -121px;
}
.flag-sa {
  background-position: 0 -132px;
}
.flag-sb {
  background-position: -16px -132px;
}
.flag-sc {
  background-position: -32px -132px;
}
.flag-sd {
  background-position: -64px -132px;
}
.flag-se {
  background-position: -80px -132px;
}
.flag-sg {
  background-position: -96px -132px;
}
.flag-sh {
  background-position: -112px -132px;
}
.flag-si {
  background-position: -128px -132px;
}
.flag-sk {
  background-position: -144px -132px;
}
.flag-sl {
  background-position: -160px -132px;
}
.flag-sm {
  background-position: -176px -132px;
}
.flag-sn {
  background-position: -192px -132px;
}
.flag-so {
  background-position: -208px -132px;
}
.flag-sr {
  background-position: -240px -132px;
}
.flag-ss {
  background-position: 0 -143px;
}
.flag-st {
  background-position: -16px -143px;
}
.flag-sv {
  background-position: -32px -143px;
}
.flag-sx {
  background-position: -48px -143px;
}
.flag-sy {
  background-position: -64px -143px;
}
.flag-sz {
  background-position: -80px -143px;
}
.flag-tc {
  background-position: -96px -143px;
}
.flag-td {
  background-position: -112px -143px;
}
.flag-tf {
  background-position: -128px -143px;
}
.flag-tg {
  background-position: -144px -143px;
}
.flag-th {
  background-position: -160px -143px;
}
.flag-tj {
  background-position: -176px -143px;
}
.flag-tk {
  background-position: -192px -143px;
}
.flag-tl {
  background-position: -208px -143px;
}
.flag-tm {
  background-position: -224px -143px;
}
.flag-tn {
  background-position: -240px -143px;
}
.flag-to {
  background-position: 0 -154px;
}
.flag-tr {
  background-position: -16px -154px;
}
.flag-tt {
  background-position: -32px -154px;
}
.flag-tv {
  background-position: -48px -154px;
}
.flag-tw {
  background-position: -64px -154px;
}
.flag-tz {
  background-position: -80px -154px;
}
.flag-ua {
  background-position: -96px -154px;
}
.flag-ug {
  background-position: -112px -154px;
}
.flag-um {
  background-position: -128px -154px;
}
.flag-us {
  background-position: -144px -154px;
}
.flag-uy {
  background-position: -160px -154px;
}
.flag-uz {
  background-position: -176px -154px;
}
.flag-va {
  background-position: -192px -154px;
}
.flag-vc {
  background-position: -208px -154px;
}
.flag-ve {
  background-position: -224px -154px;
}
.flag-vg {
  background-position: -240px -154px;
}
.flag-vi {
  background-position: 0 -165px;
}
.flag-vn {
  background-position: -16px -165px;
}
.flag-vu {
  background-position: -32px -165px;
}
.flag-wf {
  background-position: -64px -165px;
}
.flag-ws {
  background-position: -80px -165px;
}
.flag-ye {
  background-position: -96px -165px;
}
.flag-yt {
  background-position: -112px -165px;
}
.flag-za {
  background-position: -128px -165px;
}
.flag-zm {
  background-position: -160px -165px;
}
.flag-zw {
  background-position: -176px -165px;
}
/** Missing contries **
	A1 => Anonymous Proxy
	A2 => Satellite Provider
	O1 => Other Country
	AP => Asia/Pacific Region
	AQ => Antarctica
	AX => Aland Islands
	BL => Saint Bartelemey
	BQ => Bonaire, Saint Eustatius and Saba
	CC => Cocos (Keeling) Islands
	CX => Christmas Island
	MF => Saint Martin
	SJ => Svalbard and Jan Mayen
**/
.flag-an {
  background-position: -128px 0;
}
.flag-ic {
  background-position: -48px -66px;
}
.flag-catalonia {
  background-position: -64px -22px;
}
.flag-england {
  background-position: -240px -33px;
}
.flag-kurdistan {
  background-position: -160px -77px;
}
.flag-scotland {
  background-position: -48px -132px;
}
.flag-somaliland {
  background-position: -224px -132px;
}
.flag-wales {
  background-position: -48px -165px;
}
.flag-zanzibar {
  background-position: -144px -165px;
}
/*# sourceMappingURL=flag-sprites.css.map */
.ogfx-2735,.ogfx-2739,.ogfx-2743,.ogfx-2747,.ogfx-2751,.ogfx-2755,.ogfx-2759,.ogfx-2763,.ogfx-2767,.ogfx-2771,.ogfx-2775,.ogfx-2779,.ogfx-2783,.ogfx-2787,.ogfx-2791,.ogfx-2795,.ogfx-2799,.ogfx-2803,.ogfx-2807,.ogfx-2811,.ogfx-2815,.ogfx-2819,.ogfx-2823,.ogfx-2827,.ogfx-2831,.ogfx-2835,.ogfx-2839,.ogfx-2843,.ogfx-2847,.ogfx-2851,.ogfx-2855,.ogfx-2859,.ogfx-2863,.ogfx-2867,.ogfx-2871,.ogfx-2875,.ogfx-2879,.ogfx-2883,.ogfx-2887,.ogfx-2891,.ogfx-2895,.ogfx-2899,.ogfx-2903,.ogfx-2907,.ogfx-2911,.ogfx-2915,.ogfx-2919,.ogfx-2923,.ogfx-2927,.ogfx-2931,.ogfx-2935,.ogfx-2939,.ogfx-2943,.ogfx-2947,.ogfx-2951,.ogfx-2955,.ogfx-2959,.ogfx-2963,.ogfx-2967,.ogfx-2971,.ogfx-2975,.ogfx-2979,.ogfx-2983,.ogfx-2987,.ogfx-2991,.ogfx-2995,.ogfx-2999,.ogfx-3003,.ogfx-3007,.ogfx-3011,.ogfx-3015,.ogfx-3019,.ogfx-3023,.ogfx-3027,.ogfx-3031,.ogfx-3035,.ogfx-3039,.ogfx-3043,.ogfx-3047,.ogfx-3051,.ogfx-3055,.ogfx-3059,.ogfx-3063,.ogfx-3067,.ogfx-3071,.ogfx-4297,.ogfx-4298,.ogfx-4299,.ogfx-4300,.ogfx-4301,.ogfx-4302,.ogfx-4303,.ogfx-4304,.ogfx-4305,.ogfx-4306,.ogfx-4307,.ogfx-4308,.ogfx-4309,.ogfx-4310,.ogfx-4311,.ogfx-4312,.ogfx-4313,.ogfx-4314,.ogfx-4315,.ogfx-4316,.ogfx-4317,.ogfx-4318,.ogfx-4319,.ogfx-4320,.ogfx-4321,.ogfx-4322,.ogfx-4323{
  background-image: url(/static/ogfx.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.ogfx-2735{width:29px;height:12px;background-position:-0px -0px;}
.ogfx-2739{width:29px;height:11px;background-position:-29px -0px;}
.ogfx-2743{width:29px;height:12px;background-position:-58px -0px;}
.ogfx-2747{width:29px;height:12px;background-position:-87px -0px;}
.ogfx-2751{width:29px;height:12px;background-position:-116px -0px;}
.ogfx-2755{width:29px;height:12px;background-position:-145px -0px;}
.ogfx-2759{width:29px;height:12px;background-position:-174px -0px;}
.ogfx-2763{width:29px;height:12px;background-position:-203px -0px;}
.ogfx-2767{width:29px;height:11px;background-position:-232px -0px;}
.ogfx-2771{width:29px;height:9px;background-position:-261px -0px;}
.ogfx-2775{width:29px;height:12px;background-position:-290px -0px;}
.ogfx-2779{width:29px;height:12px;background-position:-319px -0px;}
.ogfx-2783{width:29px;height:11px;background-position:-348px -0px;}
.ogfx-2787{width:29px;height:12px;background-position:-377px -0px;}
.ogfx-2791{width:29px;height:11px;background-position:-406px -0px;}
.ogfx-2795{width:29px;height:9px;background-position:-435px -0px;}
.ogfx-2799{width:29px;height:12px;background-position:-464px -0px;}
.ogfx-2803{width:29px;height:12px;background-position:-493px -0px;}
.ogfx-2807{width:29px;height:12px;background-position:-522px -0px;}
.ogfx-2811{width:29px;height:11px;background-position:-551px -0px;}
.ogfx-2815{width:29px;height:9px;background-position:-580px -0px;}
.ogfx-2819{width:29px;height:9px;background-position:-609px -0px;}
.ogfx-2823{width:29px;height:12px;background-position:-638px -0px;}
.ogfx-2827{width:29px;height:12px;background-position:-667px -0px;}
.ogfx-2831{width:28px;height:12px;background-position:-696px -0px;}
.ogfx-2835{width:28px;height:11px;background-position:-724px -0px;}
.ogfx-2839{width:28px;height:12px;background-position:-752px -0px;}
.ogfx-2843{width:28px;height:12px;background-position:-780px -0px;}
.ogfx-2847{width:28px;height:12px;background-position:-808px -0px;}
.ogfx-2851{width:28px;height:12px;background-position:-836px -0px;}
.ogfx-2855{width:28px;height:12px;background-position:-864px -0px;}
.ogfx-2859{width:28px;height:12px;background-position:-892px -0px;}
.ogfx-2863{width:28px;height:11px;background-position:-920px -0px;}
.ogfx-2867{width:28px;height:9px;background-position:-948px -0px;}
.ogfx-2871{width:28px;height:12px;background-position:-976px -0px;}
.ogfx-2875{width:28px;height:12px;background-position:-0px -12px;}
.ogfx-2879{width:28px;height:11px;background-position:-28px -12px;}
.ogfx-2883{width:28px;height:12px;background-position:-56px -12px;}
.ogfx-2887{width:28px;height:11px;background-position:-84px -12px;}
.ogfx-2891{width:28px;height:9px;background-position:-112px -12px;}
.ogfx-2895{width:28px;height:12px;background-position:-140px -12px;}
.ogfx-2899{width:28px;height:9px;background-position:-168px -12px;}
.ogfx-2903{width:28px;height:12px;background-position:-196px -12px;}
.ogfx-2907{width:29px;height:12px;background-position:-224px -12px;}
.ogfx-2911{width:29px;height:12px;background-position:-253px -12px;}
.ogfx-2915{width:29px;height:12px;background-position:-282px -12px;}
.ogfx-2919{width:29px;height:12px;background-position:-311px -12px;}
.ogfx-2923{width:28px;height:12px;background-position:-340px -12px;}
.ogfx-2927{width:28px;height:12px;background-position:-368px -12px;}
.ogfx-2931{width:29px;height:12px;background-position:-396px -12px;}
.ogfx-2935{width:29px;height:12px;background-position:-425px -12px;}
.ogfx-2939{width:29px;height:16px;background-position:-454px -12px;}
.ogfx-2943{width:32px;height:12px;background-position:-483px -12px;}
.ogfx-2947{width:32px;height:12px;background-position:-515px -12px;}
.ogfx-2951{width:29px;height:12px;background-position:-547px -12px;}
.ogfx-2955{width:29px;height:12px;background-position:-576px -12px;}
.ogfx-2959{width:29px;height:12px;background-position:-605px -12px;}
.ogfx-2963{width:29px;height:12px;background-position:-634px -12px;}
.ogfx-2967{width:29px;height:17px;background-position:-663px -12px;}
.ogfx-2971{width:29px;height:17px;background-position:-692px -12px;}
.ogfx-2975{width:29px;height:17px;background-position:-721px -12px;}
.ogfx-2979{width:29px;height:17px;background-position:-750px -12px;}
.ogfx-2983{width:32px;height:12px;background-position:-779px -12px;}
.ogfx-2987{width:31px;height:12px;background-position:-811px -12px;}
.ogfx-2991{width:31px;height:12px;background-position:-842px -12px;}
.ogfx-2995{width:31px;height:12px;background-position:-873px -12px;}
.ogfx-2999{width:31px;height:12px;background-position:-904px -12px;}
.ogfx-3003{width:31px;height:12px;background-position:-935px -12px;}
.ogfx-3007{width:32px;height:12px;background-position:-966px -12px;}
.ogfx-3011{width:32px;height:13px;background-position:-0px -29px;}
.ogfx-3015{width:32px;height:12px;background-position:-32px -29px;}
.ogfx-3019{width:29px;height:12px;background-position:-64px -29px;}
.ogfx-3023{width:29px;height:12px;background-position:-93px -29px;}
.ogfx-3027{width:29px;height:12px;background-position:-122px -29px;}
.ogfx-3031{width:29px;height:12px;background-position:-151px -29px;}
.ogfx-3035{width:29px;height:12px;background-position:-180px -29px;}
.ogfx-3039{width:29px;height:12px;background-position:-209px -29px;}
.ogfx-3043{width:29px;height:12px;background-position:-238px -29px;}
.ogfx-3047{width:29px;height:12px;background-position:-267px -29px;}
.ogfx-3051{width:29px;height:12px;background-position:-296px -29px;}
.ogfx-3055{width:28px;height:12px;background-position:-325px -29px;}
.ogfx-3059{width:28px;height:12px;background-position:-353px -29px;}
.ogfx-3063{width:29px;height:12px;background-position:-381px -29px;}
.ogfx-3067{width:29px;height:12px;background-position:-410px -29px;}
.ogfx-3071{width:29px;height:12px;background-position:-439px -29px;}
.ogfx-4297{width:9px;height:10px;background-position:-468px -29px;}
.ogfx-4298{width:11px;height:6px;background-position:-477px -29px;}
.ogfx-4299{width:9px;height:9px;background-position:-488px -29px;}
.ogfx-4300{width:9px;height:9px;background-position:-497px -29px;}
.ogfx-4301{width:9px;height:7px;background-position:-506px -29px;}
.ogfx-4302{width:10px;height:10px;background-position:-515px -29px;}
.ogfx-4303{width:12px;height:6px;background-position:-525px -29px;}
.ogfx-4304{width:11px;height:9px;background-position:-537px -29px;}
.ogfx-4305{width:9px;height:5px;background-position:-548px -29px;}
.ogfx-4306{width:7px;height:6px;background-position:-557px -29px;}
.ogfx-4307{width:13px;height:8px;background-position:-564px -29px;}
.ogfx-4308{width:7px;height:11px;background-position:-577px -29px;}
.ogfx-4309{width:11px;height:5px;background-position:-584px -29px;}
.ogfx-4310{width:6px;height:9px;background-position:-595px -29px;}
.ogfx-4311{width:7px;height:7px;background-position:-601px -29px;}
.ogfx-4312{width:10px;height:9px;background-position:-608px -29px;}
.ogfx-4313{width:7px;height:6px;background-position:-618px -29px;}
.ogfx-4314{width:10px;height:10px;background-position:-625px -29px;}
.ogfx-4315{width:11px;height:9px;background-position:-635px -29px;}
.ogfx-4316{width:12px;height:7px;background-position:-646px -29px;}
.ogfx-4317{width:10px;height:10px;background-position:-658px -29px;}
.ogfx-4318{width:10px;height:6px;background-position:-668px -29px;}
.ogfx-4319{width:6px;height:10px;background-position:-678px -29px;}
.ogfx-4320{width:9px;height:6px;background-position:-684px -29px;}
.ogfx-4321{width:10px;height:9px;background-position:-693px -29px;}
.ogfx-4322{width:9px;height:6px;background-position:-703px -29px;}
.ogfx-4323{width:6px;height:10px;background-position:-712px -29px;}

/*!
 *       __ _____                     ________                              __
 *      / // _  /__ __ _____ ___ __ _/__  ___/__ ___ ______ __ __  __ ___  / /
 *  __ / // // // // // _  // _// // / / // _  // _//     // //  \/ // _ \/ /
 * /  / // // // // // ___// / / // / / // ___// / / / / // // /\  // // / /__
 * \___//____ \\___//____//_/ _\_  / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
 *           \/              /____/                              version 2.0.1
 * http://terminal.jcubic.pl
 *
 * This file is part of jQuery Terminal.
 *
 * Copyright (c) 2011-2018 Jakub Jankiewicz <http://jcubic.pl>
 * Released under the MIT license
 *
 * Date: Sun, 18 Nov 2018 12:07:32 +0000
 */
.terminal .terminal-output .format, .cmd .format,
.cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{
    display: inline-block;
}
.terminal h1, .terminal h2, .terminal h3, .terminal h4, .terminal h5, .terminal h6, .terminal pre, .cmd {
    margin: 0;
}
.terminal h1, .terminal h2, .terminal h3, .terminal h4, .terminal h5, .terminal h6 {
    line-height: 1.2em;
}
/*
.cmd .mask {
    width: 10px;
    height: 11px;
    background: black;
    z-index: 100;
}
*/
.cmd .clipboard {
    position: absolute;
    left: -16px;
    top: 0;
    width: 16px;
    height: 16px;
    /* this seems to work after all on Android */
    /*left: -99999px;
    clip: rect(1px,1px,1px,1px);
    /* on desktop textarea appear when paste */
    /* opacity is needed for Edge and IE
    opacity: 0.01;
    filter: alpha(opacity = 0.01);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.01);*/
    background-color: transparent;
    border: none;
    color: transparent;
    outline: none;
    padding: 0;
    resize: none;
    z-index: 1000;
    overflow: hidden;
    white-space: pre;
    text-indent: -9999em; /* better cursor hiding for Safari and IE */
    top: calc(var(--cursor-line, 0) * 1em);
}
.cmd .noselect, .cmd [role="presentation"]:not(.cursor-line) > span:last-child,
.cmd .cursor-line > span:last-child > span:last-child {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.terminal img, .terminal audio, .terminal object, .terminal canvas {
    cursor: default;
}
.terminal {
    position: relative;
    /*overflow: hidden;*/
    overflow-y: auto;
    /* overflow-x: hidden; */
}
terminal.temp {
    visibility: hidden;
}
.terminal {
    contain: content;
}
body.terminal {
    min-height: 100vh;
    height: 100%;
}
html {
    height: 100%;
}
body.terminal, body.full-screen-terminal {
    margin: 0;
    height: 100%;
}
body.full-screen-terminal .terminal {
    height: 100%;
}
.terminal > div:not(.font) {
    min-height: 100%;
}
.terminal > .resizer, .terminal > .font .resizer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    height: 100%;
    border: none;
    padding: 0;
    width: 100%
}
.cmd {
    padding: 0;
    position: relative;
    float: left;
}
.terminal a[tabindex="1000"],
.terminal a[tabindex="1000"]:active,
.terminal a[tabindex="1000"]:focus {
    outline: none;
}
.terminal .inverted, .cmd .inverted {
    background-color: #aaa;
    color: #000;
}
.cmd .cursor {
    display: inline-block;
    position: relative;
    height: 14px;
    min-width: 1ch;
    /* box-sizing: border-box; */
}
.cmd .cursor span span {
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    background-clip: content-box;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    /* margin-left: -1px; */
    background-color: inherit;
    color: inherit;
    bottom: 0;
    left: -1px;
}
.cmd .cursor-line > span:empty {
    /* display: none; */
}
.cmd .cursor-line > span:empty + .cursor + span {
    /*margin-left: -1px;*/
}
.cmd .cursor-line > span:not(.cursor):not(:empty) {
    /* margin-left: -1px; */
}
.cmd .cursor-line > span {
    display: inline-block;
    float: left;
}
.cmd .cursor.blink span span {
    -webkit-animation: terminal-blink 1s infinite linear;
       -moz-animation: terminal-blink 1s infinite linear;
        -ms-animation: terminal-blink 1s infinite linear;
            animation: terminal-blink 1s infinite linear;
}
.bar.terminal .inverted, .bar.cmd .inverted {
    border-left-color: #aaa;
}
.terminal .terminal .terminal-output > div > div, .cmd .prompt {
    display: block;
    line-height: 14px;
    height: auto;
}
.terminal .terminal-output > div:not(.raw) div {
    white-space: nowrap;
}
.cmd .prompt > span {
    float: left;
}
.terminal,
.terminal-output > :not(.raw) span,
.terminal-output > :not(.raw) a,
.terminal-output > :not(.raw) div,
.cmd,
.cmd span,
.cmd div {
    font-family: monospace;
    /*font-family: FreeMono, monospace; this don't work on Android */
    color: #aaa;
    background-color: #000;
    font-size: 12px;
    line-height: 14px;
}
.terminal, .cmd {
    box-sizing: border-box;
    cursor: text;
}
.cmd .cursor span:not(.token) {
    color: inherit;
    background-color: inherit;
}
.cmd .cursor * {
    background-color: transparent;
}
.cmd div {
    clear: both;
    min-height: 14px;
}
.cmd .prompt + div {
    clear: right;
}
.terminal-output > div > div {
    min-height: 14px;
}
terminal .terminal-output > div {
    margin-top: -1px;
}
.terminal-output > div.raw > div * {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.terminal .font {
    position: absolute;
    float: left;
    font-size: inherit;
    line-height: inherit;
    top: -100%;
    left: 0;
    margin-bottom: 1px;
}
.terminal .terminal-output div span {
    display: inline-block;
}
.cmd > span:not(.prompt) {
    float: left;
}
.cmd .prompt span.line {
    display: block;
    float: none;
}
.terminal table {
    border-collapse: collapse;
}
.terminal td {
    border: 1px solid #aaa;
}
.cmd span[data-text] span {
    background-color: inherit;
    color: inherit;
}
.cmd [role="presentation"] {
    overflow: hidden;
    padding-bottom: 3px;
    margin-bottom: -3px;
}
/*
 * this is set so animation can select original color as backgound for cursor
 * so span can have --color for selection
 */
.cmd {
    --original-color: var(--color, #aaa);
}
@-webkit-keyframes terminal-blink {
    0%, 50% {
        background-color: #bbb;
        background-color: var(--original-color, #bbb);
        color: #000;
        color: var(--background, #000);
    }
    50.1%, 100% {
        background-color: inherit;
        color: inherit;
    }
}
@-ms-keyframes terminal-blink {
    0%, 50% {
        background-color: #bbb;
        background-color: var(--original-color, #bbb);
        color: #000;
        color: var(--background, #000);
    }
    50.1%, 100% {
        background-color: inherit;
        color: inherit;
    }
}
@-moz-keyframes terminal-blink {
    0%, 50% {
        background-color: #aaa;
        background-color: var(--original-color, #aaa);
        color: #000;
        color: var(--background, #000);
    }
    50.1%, 100% {
        background-color: inherit;
        color: inherit;
    }
}
@keyframes terminal-blink {
    0%, 50% {
        background-color: #aaa;
        background-color: var(--original-color, #aaa);
        color: #000;
        color: var(--background, #000);
    }
    50.1%, 100% {
        background-color: inherit;
        color: inherit;
    }
}
@-webkit-keyframes terminal-bar {
  0%, 50% {
      border-left-color: #aaa;
      border-left-color: var(--color, #aaa);
  }
  50.1%, 100% {
      border-left-color: #000;
      border-left-color: var(--background, #000);
  }
}
@-ms-keyframes terminal-bar {
  0%, 50% {
      border-left-color: #aaa;
      border-left-color: var(--color, #aaa);
  }
  50.1%, 100% {
      border-left-color: #000;
      border-left-color: var(--background, #000);
  }
}
@-moz-keyframes terminal-bar {
  0%, 50% {
      border-left-color: #aaa;
      border-left-color: var(--color, #aaa);
  }
  50.1%, 100% {
      border-left-color: #000;
      border-left-color: var(--background, #000);
  }
}
@keyframes terminal-bar {
  0%, 50% {
      border-left-color: #aaa;
      border-left-color: var(--color, #aaa);
  }
  50.1%, 100% {
      border-left-color: #000;
      border-left-color: var(--background, #000);
  }
}
@-webkit-keyframes terminal-underline {
  0%, 50% {
      border-left: none;
      border-bottom-color: #aaa;
      border-bottom-color: var(--color, #aaa);
  }
  50.1%, 100% {
      border-left: none;
      border-bottom-color: #000;
      border-bottom-color: var(--background, #000);
  }
}
@-ms-keyframes terminal-underline {
  0%, 50% {
      border-left: none;
      border-bottom-color: #aaa;
      border-bottom-color: var(--color, #aaa);
  }
  50.1%, 100% {
      border-left: none;
      border-bottom-color: #000;
      border-bottom-color: var(--background, #000);
  }
}
@-moz-keyframes terminal-underline {
  0%, 50% {
      border-left: none;
      border-bottom-color: #aaa;
      border-bottom-color: var(--color, #aaa);
  }
  50.1%, 100% {
      border-left: none;
      border-bottom-color: #000;
      border-bottom-color: var(--background, #000);
  }
}
@keyframes terminal-underline {
  0%, 50% {
      border-bottom-color: #aaa;
      border-bottom-color: var(--color, #aaa);
  }
  50.1%, 100% {
      border-bottom-color: #000;
      border-bottom-color: var(--background, #000);
  }
}
.underline-animation .cursor.blink span span {
    /* margin-top: 2px; */
    border-left: none;
    /* margin-left: 0; */
    margin-right: -1px;
    -webkit-animation-name: terminal-underline;
    -moz-animation-name: terminal-underline;
    -ms-animation-name: terminal-underline;
    animation-name: terminal-underline;
    right: 1px;
}
.bar-animation .cursor.blink span span {
    -webkit-animation-name: terminal-bar;
       -moz-animation-name: terminal-bar;
        -ms-animation-name: terminal-bar;
            animation-name: terminal-bar;
}
/*
   Internet Explorer & Edge *, Safari ≤ 6
   source: https://w3reign.com/internet-explorer-edge-css-hacks/
*/


@supports (-ms-ime-align:auto) {
    .cmd .clipboard {
        margin-left: -9999px;
    }
    @keyframes terminal-blink {
        0%, 50% {
            background-color: var(--original-color, #aaa);
            color: var(--background, #000);
        }
        50.1%, 100% {
            background-color: var(--background, #000);
            color: var(--original-color, #aaa);
        }
    }
    @keyframes terminal-bar {
        0%, 50% {
            border-left-color: var(--color, #aaa);
        }
        50.1%, 100% {
            border-left-color: var(--background, #000);
        }
    }
    @keyframes terminal-underline {
        0%, 50% {
            border-bottom-color: var(--color, #aaa);
            line-height: 12px;
            line-height: calc(var(--size, 1) * 12px);
        }
        50.1%, 100% {
            border-bottom-color: var(--background, #000);
            line-height: 12px;
            line-height: calc(var(--size, 1) * 12px);
        }
    }
}
/* IE hack Edge one don't work in IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cmd .clipboard {
        margin-left: -9999px;
    }
    .underline-animation .cursor.blink span span {
        margin-top: 1px;
    }
    @-ms-keyframes terminal-blink {
        0%, 50% {
            background-color: #aaa;
            color: #000;
        }
        50.1%, 100% {
            background-color: #000;
            color: #aaa;
        }
    }
}
.terminal h1::-moz-selection,
.terminal h2::-moz-selection,
.terminal h3::-moz-selection,
.terminal h4::-moz-selection,
.terminal h5::-moz-selection,
.terminal h6::-moz-selection,
.terminal pre::-moz-selection,
.terminal td::-moz-selection,
.terminal .terminal-output div div::-moz-selection,
.terminal .terminal-output div span::-moz-selection,
.terminal .terminal-output div div a::-moz-selection,
.terminal .terminal-output .raw div::-moz-selection,
.cmd div::-moz-selection,
.cmd > span::-moz-selection,
.cmd > span span::-moz-selection,
.cmd > div::-moz-selection,
.cmd > div span::-moz-selection,
.cmd .prompt span::-moz-selection {
    background-color: #aaa;
    color: #000;
}
/* this don't work in Chrome
.terminal tr td::-moz-selection {
    border-color: #000;
}
.terminal tr td::selection {
    border-color: #000;
}
*/
.terminal h1::selection,
.terminal h2::selection,
.terminal h3::selection,
.terminal h4::selection,
.terminal h5::selection,
.terminal h6::selection,
.terminal pre::selection,
.terminal td::selection,
.terminal .terminal-output div div::selection,
.terminal .terminal-output div div a::selection,
.terminal .terminal-output div span::selection,
.terminal .terminal-output .raw div::selection,
.cmd div::selection,
.cmd > span::selection,
.cmd > span span::selection,
.cmd > div::selection,
.cmd > div span::selection,
.cmd .prompt span::selection {
    /*
     * use rgba to fix transparent selection in chrome
     * http://stackoverflow.com/questions/7224445/css3-selection-behaves-differently-in-ff-chrome
     */
    background-color: rgba(170, 170, 170, 0.99);
    color: #000;
}

.terminal .terminal-output > :not(.raw) .error,
.terminal .terminal-output > :not(.raw) .error * {
    color: red;
    color: var(--error-color, red);
}
.tilda {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
}
.ui-dialog-content .terminal {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.ui-dialog .ui-dialog-content.dterm {
    padding: 0;
}
.clear {
    clear: both;
}
.terminal .terminal-output > :not(.raw) a[href] {
    color: #0F60FF;
    color: var(--link-color, #0F60FF);
    cursor: pointer;
}
.terminal .terminal-output > :not(.raw) a[href]:hover {
    background-color: #0F60FF;
    background-color: var(--link-color, #0F60FF);
    color: var(--background, #000);
    text-decoration: none;
}
.terminal .terminal-fill {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    margin: 1px 0 0;
    border: none;
    opacity: 0.01;
    pointer-events: none;
    box-sizing: border-box;
}
.terminal, .terminal .terminal-fill {
    padding: 10px;
}
/* padding added as margin to .cmd to fix FireFox bug see: https://stackoverflow.com/q/29986977/387194 */
.terminal {
    padding-bottom: 0;
}
.terminal .cmd {
    margin-bottom: 10px;
}
@supports (--css: variables) {
    .terminal,
    .terminal-output > :not(.raw) span,
    .terminal-output > :not(.raw) a,
    .terminal-output > :not(.raw) div,
    .cmd,
    .cmd span,
    .cmd div {
        color: var(--color, #aaa);
        background-color: var(--background, #000);
    }
    .terminal span[style*="--length"] {
        /*
         * default value for char-width taken from Google Chrome for default font
         * to silence warning in webpack #371
         */
        width: calc(var(--length, 1) * var(--char-width, 7.23438) * 1px);
        display: inline-block;
    }
    .terminal,
    .terminal-output > :not(.raw) span,
    .terminal-output > :not(.raw) a,
    .terminal-output > :not(.raw) div,
    .cmd,
    .cmd span,
    .cmd div {
        font-size: calc(var(--size, 1) * 12px);
        line-height: calc(var(--size, 1) * 14px);
    }
    .cmd .clipboard {
        top: calc(var(--size, 1) * 14 * var(--cursor-line, 0) * 1px);
    }
    .terminal .terminal-output > div > div {
        min-height: calc(var(--size, 1) * 14px);
    }
    .terminal .inverted, .cmd .inverted {
        background-color: var(--color, #aaa);
        color: var(--background, #000);
    }
    .cmd div {
        min-height: calc(var(--size, 1) * 14px);
    }
    .cmd .cursor.blink {
        color: var(--color, #aaa);
        background-color: var(--background, #000);
    }
    .cmd .cursor.blink span span {
        -webkit-animation: var(--animation, terminal-blink) 1s infinite linear;
           -moz-animation: var(--animation, terminal-blink) 1s infinite linear;
            -ms-animation: var(--animation, terminal-blink) 1s infinite linear;
                animation: var(--animation, terminal-blink) 1s infinite linear;
    }
    .cmd .cursor {
        height: calc(var(--size, 1) * 14px);
        min-width: calc(var(--char-width, 7.23438) * 1px);
    }
    .terminal h1::-moz-selection,
    .terminal h2::-moz-selection,
    .terminal h3::-moz-selection,
    .terminal h4::-moz-selection,
    .terminal h5::-moz-selection,
    .terminal h6::-moz-selection,
    .terminal pre::-moz-selection,
    .terminal td::-moz-selection,
    .terminal .terminal-output div div::-moz-selection,
    .terminal .terminal-output div span::-moz-selection,
    .terminal .terminal-output div div a::-moz-selection,
    .cmd div::-moz-selection,
    .cmd > span::-moz-selection,
    .cmd > span span::-moz-selection,
    .cmd > div::-moz-selection,
    .cmd > div span::-moz-selection,
    .cmd .prompt span::-moz-selection {
        background-color: var(--color, #aaa);
        color: var(--background, #000);
    }
    .terminal h1::selection,
    .terminal h2::selection,
    .terminal h3::selection,
    .terminal h4::selection,
    .terminal h5::selection,
    .terminal h6::selection,
    .terminal pre::selection,
    .terminal td::selection,
    .terminal .terminal-output div div::selection,
    .terminal .terminal-output div div a::selection,
    .terminal .terminal-output div span::selection,
    .cmd div::selection,
    .cmd > span::selection,
    .cmd > span span::selection,
    .cmd > div::selection,
    .cmd > div span::selection,
    .cmd .prompt span::selection {
        background-color: var(--color, rgba(170, 170, 170, 0.99));
        color: var(--background, #000) !important;
    }
}
/*
 * overwrite css variables that don't work with selection in Edge
 */
@supports (-ms-ime-align:auto) {
    .terminal h1::selection,
    .terminal h2::selection,
    .terminal h3::selection,
    .terminal h4::selection,
    .terminal h5::selection,
    .terminal h6::selection,
    .terminal pre::selection,
    .terminal td::selection,
    .terminal .terminal-output div div::selection,
    .terminal .terminal-output div div a::selection,
    .terminal .terminal-output div span::selection,
    .cmd div::selection,
    .cmd > span::selection,
    .cmd > span span::selection,
    .cmd > div::selection,
    .cmd > div span::selection,
    .cmd .prompt span::selection {
        background-color: rgba(170, 170, 170, 0.99);
        color: #000;
    }
}
/* PrismJS style overwrites */
.terminal .token.operator,
.terminal .token.entity,
.terminal .token.variable,
.terminal .token.url,
.terminal .token.string,
.terminal .style .token.string,
.terminal .token.token,
.cmd .token.operator,
.cmd .token.entity,
.cmd .token.variable,
.cmd .token.url,
.cmd .token.string,
.cmd .style .token.string,
.cmd .token.token {
    background-color: inherit;
}
/* FireFox hack */
@supports (-moz-animation: foo) {
    .terminal,
    .terminal .terminal-output > :not(.raw) span,
    .terminal .terminal-output > :not(.raw) a,
    .terminal .terminal-output > :not(.raw) div,
    .cmd,
    .cmd span,
    .cmd div {
        line-height: calc(var(--size, 1) * 13px);
    }
}

@charset "UTF-8";
@media -sass-debug-info{filename{}line{font-family:\000036}}
body > div.container {
  margin-top: 110px;
}

@media -sass-debug-info{filename{}line{font-family:\0000312}}
.news .date {
  display: block;
  font-size: 85%;
}
@media -sass-debug-info{filename{}line{font-family:\0000315}}
.news .author {
  display: block;
  font-weight: bold;
}

@media -sass-debug-info{filename{}line{font-family:\0000325}}
.menu .header {
  height: 50px;
}
@media -sass-debug-info{filename{}line{font-family:\0000328}}
.menu .header .logo {
  float: left;
  margin-right: 20px;
  margin-bottom: -20px;
}
@media -sass-debug-info{filename{}line{font-family:\0000333}}
.menu .header .brand {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  padding: 0;
  height: auto;
}
@media -sass-debug-info{filename{}line{font-family:\0000341}}
.menu .header .user-block {
  float: right;
  width: 350px;
  height: 50px;
  color: #fff;
}
@media -sass-debug-info{filename{}line{font-family:\0000346}}
.menu .header .user-block .login-btn {
  margin-top: 10px;
  margin-right: 7px;
  float: right;
}
@media -sass-debug-info{filename{}line{font-family:\0000352}}
.menu .header .user-block .sign-up-btn {
  float: right;
  clear: right;
}
@media -sass-debug-info{filename{}line{font-family:\0000357}}
.menu .header .user-block .info {
  width: 250px;
  float: left;
  color: #fff;
  border-radius: 4px;
  margin: 0 -10px;
  padding: 0 10px;
}
@media -sass-debug-info{filename{}line{font-family:\0000364}}
.menu .header .user-block .info:hover {
  background-color: #333;
}
@media -sass-debug-info{filename{}line{font-family:\0000367}}
.menu .header .user-block .info .title-block {
  margin-top: 5px;
  height: 20px;
}
@media -sass-debug-info{filename{}line{font-family:\0000370}}
.menu .header .user-block .info .title-block .name {
  font-weight: bold;
}
@media -sass-debug-info{filename{}line{font-family:\0000373}}
.menu .header .user-block .info .title-block .ttd-title {
  float: right;
}
@media -sass-debug-info{filename{}line{font-family:\0000376}}
.menu .header .user-block .info .exp {
  margin-top: 5px;
  position: relative;
  background-color: #555;
}
@media -sass-debug-info{filename{}line{font-family:\0000385}}
.menu .header .user-block .info .exp .exp-bar span {
  position: absolute;
  display: block;
  width: 100%;
  font-weight: bold;
}
@media -sass-debug-info{filename{}line{font-family:\0000391}}
.menu .header .user-block .controls {
  width: 100px;
  float: left;
  padding-left: 10px;
}
@media -sass-debug-info{filename{}line{font-family:\0000396}}
.menu .header .user-block .controls a {
  width: 90px;
}

@media -sass-debug-info{filename{}line{font-family:\00003100}}
.submenu {
  margin: auto;
}

@media -sass-debug-info{filename{}line{font-family:\00003105}}
.user {
  font-weight: bold;
}

@media -sass-debug-info{filename{}line{font-family:\00003108}}
.client-quit {
  opacity: 0.4;
}

@media -sass-debug-info{filename{}line{font-family:\00003111}}
.profile-header {
  background-color: #ccc;
  padding: 10px;
  border-radius: 4px;
}
@media -sass-debug-info{filename{}line{font-family:\00003117}}
.profile-header i {
  float: left;
  margin-right: 10px;
}
@media -sass-debug-info{filename{}line{font-family:\00003121}}
.profile-header .name {
  font-weight: bold;
}

@media -sass-debug-info{filename{}line{font-family:\00003131}}
.pwd-restore {
  margin-top: 40px;
}

@media -sass-debug-info{filename{}line{font-family:\00003138}}
.markdown a[href^='/users/id/'], .markdown a[href^='user:'], .md-preview a[href^='/users/id/'], .md-preview a[href^='user:'] {
  font-weight: bold;
}
@media -sass-debug-info{filename{}line{font-family:\00003141}}
.markdown blockquote, .md-preview blockquote {
  font-size: inherit;
}

@media -sass-debug-info{filename{}line{font-family:\00003149}}
html {
  position: relative;
  min-height: 100%;
  height: auto !important;
}

@media -sass-debug-info{filename{}line{font-family:\00003154}}
body {
  margin-bottom: 50px !important;
}

@media -sass-debug-info{filename{}line{font-family:\00003157}}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  padding-top: 10px;
  color: #777;
}
@media -sass-debug-info{filename{}line{font-family:\00003166}}
footer ul.nav, footer ul.submenu, footer .profile-header ul, .profile-header footer ul {
  float: left;
}
@media -sass-debug-info{filename{}line{font-family:\00003169}}
footer ul.nav li > a, footer ul.submenu li > a, footer .profile-header ul li > a, .profile-header footer ul li > a {
  padding: 0px 10px;
  opacity: 0.75;
}
@media -sass-debug-info{filename{}line{font-family:\00003172}}
footer ul.nav li + li, footer ul.submenu li + li, footer .profile-header ul li + li, .profile-header footer ul li + li {
  border-left: 1px solid #ccc;
}
@media -sass-debug-info{filename{}line{font-family:\00003177}}
footer .copyright {
  float: right;
}

@media -sass-debug-info{filename{}line{font-family:\00003180}}
.symbol-target {
  padding-top: 110px;
  margin-top: -110px;
  width: 1px;
  display: hidden;
}

@media -sass-debug-info{filename{}line{font-family:\00003186}}
.admin-only {
  padding: 5px 15px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #d9534f;
}
@media -sass-debug-info{filename{}line{font-family:\00003193}}
.admin-only h4 {
  color: #d9534f;
}
@media -sass-debug-info{filename{}line{font-family:\00003196}}
.admin-only:before {
  content: "admin info";
  float: right;
  margin: 0 0 0 0;
  color: #D99896;
}

@media -sass-debug-info{filename{}line{font-family:\00003202}}
#config.form-control {
  height: 500px;
}

@media -sass-debug-info{filename{}line{font-family:\00003205}}
.diff-add {
  background-color: #cfc;
}

@media -sass-debug-info{filename{}line{font-family:\00003208}}
.diff-del {
  background-color: #fcc;
}

@media -sass-debug-info{filename{}line{font-family:\00003211}}
.diff-mod {
  background-color: #ffc;
}

@media -sass-debug-info{filename{}line{font-family:\00003214}}
.diff-section {
  font-weight: bold;
}

@media -sass-debug-info{filename{}line{font-family:\00003217}}
.config-default {
  color: #777;
}

@media -sass-debug-info{filename{}line{font-family:\00003222}}
.md-collapse > .panel-heading a:after {
  font-family: FontAwesome;
  content: "";
  float: right;
  color: grey;
}
@media -sass-debug-info{filename{}line{font-family:\00003228}}
.md-collapse > .panel-heading a.collapsed:after {
  content: "";
}
@media -sass-debug-info{filename{}line{font-family:\00003231}}
.md-collapse > .panel-heading a p {
  margin: 0;
  display: inline;
}

@media -sass-debug-info{filename{}line{font-family:\00003236}}
.chat_company_icon {
  display: inline-block;
  color: #fff;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  margin-right: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

@media -sass-debug-info{filename{}line{font-family:\00003250}}
.chat_message.status-msg {
  background-color: #ccc;
}

@media -sass-debug-info{filename{}line{font-family:\00003254}}
.chat_clients > div {
  padding: 5px;
}

@media -sass-debug-info{filename{}line{font-family:\00003257}}
.chat_clients_server {
  margin-top: 10px;
  background-color: #ddd;
  padding: 5px;
}
@media -sass-debug-info{filename{}line{font-family:\00003262}}
.chat_clients_server:nth-child(1) {
  margin-top: 0px;
}
@media -sass-debug-info{filename{}line{font-family:\00003271}}
.chat_clients_server .status .clients, .chat_clients_server .status .companies {
  margin-left: 5px;
  font-weight: bold;
}
@media -sass-debug-info{filename{}line{font-family:\00003274}}
.chat_clients_server .status .clients i, .chat_clients_server .status .companies i {
  margin-left: 2px;
}

@media -sass-debug-info{filename{}line{font-family:\00003277}}
.chat_clients_client {
  margin-left: 20px;
}

@media -sass-debug-info{filename{}line{font-family:\00003281}}
.chat_client, .chat_company {
  display: inline-block;
  border-radius: 5px;
}
@media -sass-debug-info{filename{}line{font-family:\00003286}}
.chat_client > i, .chat_company > i {
  vertical-align: top;
  margin-top: -1px;
}
@media -sass-debug-info{filename{}line{font-family:\00003289}}
.chat_client .profile-link > i, .chat_company .profile-link > i {
  margin-left: 5px;
}
@media -sass-debug-info{filename{}line{font-family:\00003291}}
.chat_client .name, .chat_company .name {
  font-weight: bold;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\000039}}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\0000319}}
body {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\0000333}}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\0000354}}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\0000367}}
audio:not([controls]) {
  display: none;
  height: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\0000377}}
[hidden],
template {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\0000389}}
a {
  background-color: transparent;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\0000397}}
a:active,
a:hover {
  outline: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003109}}
abbr[title] {
  border-bottom: 1px dotted;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003117}}
b,
strong {
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003126}}
dfn {
  font-style: italic;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003135}}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003144}}
mark {
  background: #ff0;
  color: #000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003153}}
small {
  font-size: 80%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003161}}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003169}}
sup {
  top: -0.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003173}}
sub {
  bottom: -0.25em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003184}}
img {
  border: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003192}}
svg:not(:root) {
  overflow: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003203}}
figure {
  margin: 1em 40px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003211}}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003221}}
pre {
  overflow: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003229}}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003252}}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003266}}
button {
  overflow: visible;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003277}}
button,
select {
  text-transform: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003290}}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003302}}
button[disabled],
html input[disabled] {
  cursor: default;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003311}}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003322}}
input {
  line-height: normal;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003334}}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003346}}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003357}}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003370}}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003379}}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003390}}
legend {
  border: 0;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003399}}
textarea {
  overflow: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003408}}
optgroup {
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003419}}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_normalize\.scss}line{font-family:\00003424}}
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\000039}}
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000318}}
  a,
  a:visited {
    text-decoration: underline;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000323}}
  a[href]:after {
    content: " (" attr(href) ")";
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000327}}
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000333}}
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000338}}
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000344}}
  thead {
    display: table-header-group;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000348}}
  tr,
  img {
    page-break-inside: avoid;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000353}}
  img {
    max-width: 100% !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000357}}
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000364}}
  h2,
  h3 {
    page-break-after: avoid;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000373}}
  select {
    background: #fff !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000378}}
  .navbar, .menu {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000383}}
  .btn > .caret, button[type="submit"] > .caret, .menu .header .user-block .login-btn > .caret, .menu .header .user-block .sign-up-btn > .caret, .menu .header .user-block .controls a > .caret, .forum-pages .new-topic-btn > .caret, .forum-pages .reply-btn > .caret, .forum-pages .locked-reply-btn > .caret, .post .footer .post-menu .edit-btn > .caret,
  .dropup > .btn > .caret,
  .dropup > button[type="submit"] > .caret,
  .menu .header .user-block .dropup > .login-btn > .caret,
  .menu .header .user-block .dropup > .sign-up-btn > .caret,
  .menu .header .user-block .controls .dropup > a > .caret,
  .forum-pages .dropup > .new-topic-btn > .caret,
  .forum-pages .dropup > .reply-btn > .caret,
  .forum-pages .dropup > .locked-reply-btn > .caret,
  .post .footer .post-menu .dropup > .edit-btn > .caret {
    border-top-color: #000 !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000387}}
  .label, .chat_clients_server .status .offline {
    border: 1px solid #000;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000391}}
  .table, .profile-games table, .markdown table, .md-preview table, .games-list, .forum-table, .forum-topics {
    border-collapse: collapse !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\0000394}}
  .table td, .profile-games table td, .markdown table td, .md-preview table td, .games-list td, .forum-table td, .forum-topics td,
  .table th,
  .profile-games table th,
  .markdown table th,
  .md-preview table th,
  .games-list th,
  .forum-table th,
  .forum-topics th {
    background-color: #fff !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_print\.scss}line{font-family:\00003100}}
  .table-bordered th, .forum-table th, .forum-topics th,
  .table-bordered td,
  .forum-table td,
  .forum-topics td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000322}}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000335}}
.glyphicon-asterisk:before {
  content: "\2a";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000336}}
.glyphicon-plus:before {
  content: "\2b";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000338}}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000339}}
.glyphicon-minus:before {
  content: "\2212";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000340}}
.glyphicon-cloud:before {
  content: "\2601";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000341}}
.glyphicon-envelope:before {
  content: "\2709";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000342}}
.glyphicon-pencil:before {
  content: "\270f";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000343}}
.glyphicon-glass:before {
  content: "\e001";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000344}}
.glyphicon-music:before {
  content: "\e002";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000345}}
.glyphicon-search:before {
  content: "\e003";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000346}}
.glyphicon-heart:before {
  content: "\e005";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000347}}
.glyphicon-star:before {
  content: "\e006";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000348}}
.glyphicon-star-empty:before {
  content: "\e007";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000349}}
.glyphicon-user:before {
  content: "\e008";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000350}}
.glyphicon-film:before {
  content: "\e009";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000351}}
.glyphicon-th-large:before {
  content: "\e010";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000352}}
.glyphicon-th:before {
  content: "\e011";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000353}}
.glyphicon-th-list:before {
  content: "\e012";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000354}}
.glyphicon-ok:before {
  content: "\e013";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000355}}
.glyphicon-remove:before {
  content: "\e014";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000356}}
.glyphicon-zoom-in:before {
  content: "\e015";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000357}}
.glyphicon-zoom-out:before {
  content: "\e016";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000358}}
.glyphicon-off:before {
  content: "\e017";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000359}}
.glyphicon-signal:before {
  content: "\e018";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000360}}
.glyphicon-cog:before {
  content: "\e019";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000361}}
.glyphicon-trash:before {
  content: "\e020";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000362}}
.glyphicon-home:before {
  content: "\e021";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000363}}
.glyphicon-file:before {
  content: "\e022";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000364}}
.glyphicon-time:before {
  content: "\e023";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000365}}
.glyphicon-road:before {
  content: "\e024";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000366}}
.glyphicon-download-alt:before {
  content: "\e025";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000367}}
.glyphicon-download:before {
  content: "\e026";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000368}}
.glyphicon-upload:before {
  content: "\e027";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000369}}
.glyphicon-inbox:before {
  content: "\e028";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000370}}
.glyphicon-play-circle:before {
  content: "\e029";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000371}}
.glyphicon-repeat:before {
  content: "\e030";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000372}}
.glyphicon-refresh:before {
  content: "\e031";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000373}}
.glyphicon-list-alt:before {
  content: "\e032";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000374}}
.glyphicon-lock:before {
  content: "\e033";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000375}}
.glyphicon-flag:before {
  content: "\e034";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000376}}
.glyphicon-headphones:before {
  content: "\e035";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000377}}
.glyphicon-volume-off:before {
  content: "\e036";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000378}}
.glyphicon-volume-down:before {
  content: "\e037";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000379}}
.glyphicon-volume-up:before {
  content: "\e038";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000380}}
.glyphicon-qrcode:before {
  content: "\e039";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000381}}
.glyphicon-barcode:before {
  content: "\e040";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000382}}
.glyphicon-tag:before {
  content: "\e041";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000383}}
.glyphicon-tags:before {
  content: "\e042";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000384}}
.glyphicon-book:before {
  content: "\e043";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000385}}
.glyphicon-bookmark:before {
  content: "\e044";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000386}}
.glyphicon-print:before {
  content: "\e045";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000387}}
.glyphicon-camera:before {
  content: "\e046";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000388}}
.glyphicon-font:before {
  content: "\e047";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000389}}
.glyphicon-bold:before {
  content: "\e048";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000390}}
.glyphicon-italic:before {
  content: "\e049";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000391}}
.glyphicon-text-height:before {
  content: "\e050";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000392}}
.glyphicon-text-width:before {
  content: "\e051";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000393}}
.glyphicon-align-left:before {
  content: "\e052";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000394}}
.glyphicon-align-center:before {
  content: "\e053";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000395}}
.glyphicon-align-right:before {
  content: "\e054";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000396}}
.glyphicon-align-justify:before {
  content: "\e055";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000397}}
.glyphicon-list:before {
  content: "\e056";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000398}}
.glyphicon-indent-left:before {
  content: "\e057";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\0000399}}
.glyphicon-indent-right:before {
  content: "\e058";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003100}}
.glyphicon-facetime-video:before {
  content: "\e059";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003101}}
.glyphicon-picture:before {
  content: "\e060";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003102}}
.glyphicon-map-marker:before {
  content: "\e062";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003103}}
.glyphicon-adjust:before {
  content: "\e063";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003104}}
.glyphicon-tint:before {
  content: "\e064";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003105}}
.glyphicon-edit:before {
  content: "\e065";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003106}}
.glyphicon-share:before {
  content: "\e066";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003107}}
.glyphicon-check:before {
  content: "\e067";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003108}}
.glyphicon-move:before {
  content: "\e068";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003109}}
.glyphicon-step-backward:before {
  content: "\e069";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003110}}
.glyphicon-fast-backward:before {
  content: "\e070";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003111}}
.glyphicon-backward:before {
  content: "\e071";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003112}}
.glyphicon-play:before {
  content: "\e072";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003113}}
.glyphicon-pause:before {
  content: "\e073";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003114}}
.glyphicon-stop:before {
  content: "\e074";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003115}}
.glyphicon-forward:before {
  content: "\e075";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003116}}
.glyphicon-fast-forward:before {
  content: "\e076";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003117}}
.glyphicon-step-forward:before {
  content: "\e077";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003118}}
.glyphicon-eject:before {
  content: "\e078";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003119}}
.glyphicon-chevron-left:before {
  content: "\e079";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003120}}
.glyphicon-chevron-right:before {
  content: "\e080";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003121}}
.glyphicon-plus-sign:before {
  content: "\e081";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003122}}
.glyphicon-minus-sign:before {
  content: "\e082";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003123}}
.glyphicon-remove-sign:before {
  content: "\e083";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003124}}
.glyphicon-ok-sign:before {
  content: "\e084";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003125}}
.glyphicon-question-sign:before {
  content: "\e085";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003126}}
.glyphicon-info-sign:before {
  content: "\e086";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003127}}
.glyphicon-screenshot:before {
  content: "\e087";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003128}}
.glyphicon-remove-circle:before {
  content: "\e088";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003129}}
.glyphicon-ok-circle:before {
  content: "\e089";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003130}}
.glyphicon-ban-circle:before {
  content: "\e090";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003131}}
.glyphicon-arrow-left:before {
  content: "\e091";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003132}}
.glyphicon-arrow-right:before {
  content: "\e092";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003133}}
.glyphicon-arrow-up:before {
  content: "\e093";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003134}}
.glyphicon-arrow-down:before {
  content: "\e094";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003135}}
.glyphicon-share-alt:before {
  content: "\e095";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003136}}
.glyphicon-resize-full:before {
  content: "\e096";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003137}}
.glyphicon-resize-small:before {
  content: "\e097";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003138}}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003139}}
.glyphicon-gift:before {
  content: "\e102";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003140}}
.glyphicon-leaf:before {
  content: "\e103";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003141}}
.glyphicon-fire:before {
  content: "\e104";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003142}}
.glyphicon-eye-open:before {
  content: "\e105";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003143}}
.glyphicon-eye-close:before {
  content: "\e106";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003144}}
.glyphicon-warning-sign:before {
  content: "\e107";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003145}}
.glyphicon-plane:before {
  content: "\e108";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003146}}
.glyphicon-calendar:before {
  content: "\e109";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003147}}
.glyphicon-random:before {
  content: "\e110";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003148}}
.glyphicon-comment:before {
  content: "\e111";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003149}}
.glyphicon-magnet:before {
  content: "\e112";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003150}}
.glyphicon-chevron-up:before {
  content: "\e113";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003151}}
.glyphicon-chevron-down:before {
  content: "\e114";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003152}}
.glyphicon-retweet:before {
  content: "\e115";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003153}}
.glyphicon-shopping-cart:before {
  content: "\e116";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003154}}
.glyphicon-folder-close:before {
  content: "\e117";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003155}}
.glyphicon-folder-open:before {
  content: "\e118";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003156}}
.glyphicon-resize-vertical:before {
  content: "\e119";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003157}}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003158}}
.glyphicon-hdd:before {
  content: "\e121";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003159}}
.glyphicon-bullhorn:before {
  content: "\e122";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003160}}
.glyphicon-bell:before {
  content: "\e123";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003161}}
.glyphicon-certificate:before {
  content: "\e124";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003162}}
.glyphicon-thumbs-up:before {
  content: "\e125";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003163}}
.glyphicon-thumbs-down:before {
  content: "\e126";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003164}}
.glyphicon-hand-right:before {
  content: "\e127";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003165}}
.glyphicon-hand-left:before {
  content: "\e128";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003166}}
.glyphicon-hand-up:before {
  content: "\e129";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003167}}
.glyphicon-hand-down:before {
  content: "\e130";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003168}}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003169}}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003170}}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003171}}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003172}}
.glyphicon-globe:before {
  content: "\e135";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003173}}
.glyphicon-wrench:before {
  content: "\e136";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003174}}
.glyphicon-tasks:before {
  content: "\e137";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003175}}
.glyphicon-filter:before {
  content: "\e138";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003176}}
.glyphicon-briefcase:before {
  content: "\e139";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003177}}
.glyphicon-fullscreen:before {
  content: "\e140";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003178}}
.glyphicon-dashboard:before {
  content: "\e141";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003179}}
.glyphicon-paperclip:before {
  content: "\e142";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003180}}
.glyphicon-heart-empty:before {
  content: "\e143";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003181}}
.glyphicon-link:before {
  content: "\e144";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003182}}
.glyphicon-phone:before {
  content: "\e145";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003183}}
.glyphicon-pushpin:before {
  content: "\e146";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003184}}
.glyphicon-usd:before {
  content: "\e148";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003185}}
.glyphicon-gbp:before {
  content: "\e149";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003186}}
.glyphicon-sort:before {
  content: "\e150";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003187}}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003188}}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003189}}
.glyphicon-sort-by-order:before {
  content: "\e153";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003190}}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003191}}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003192}}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003193}}
.glyphicon-unchecked:before {
  content: "\e157";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003194}}
.glyphicon-expand:before {
  content: "\e158";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003195}}
.glyphicon-collapse-down:before {
  content: "\e159";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003196}}
.glyphicon-collapse-up:before {
  content: "\e160";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003197}}
.glyphicon-log-in:before {
  content: "\e161";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003198}}
.glyphicon-flash:before {
  content: "\e162";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003199}}
.glyphicon-log-out:before {
  content: "\e163";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003200}}
.glyphicon-new-window:before {
  content: "\e164";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003201}}
.glyphicon-record:before {
  content: "\e165";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003202}}
.glyphicon-save:before {
  content: "\e166";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003203}}
.glyphicon-open:before {
  content: "\e167";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003204}}
.glyphicon-saved:before {
  content: "\e168";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003205}}
.glyphicon-import:before {
  content: "\e169";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003206}}
.glyphicon-export:before {
  content: "\e170";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003207}}
.glyphicon-send:before {
  content: "\e171";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003208}}
.glyphicon-floppy-disk:before {
  content: "\e172";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003209}}
.glyphicon-floppy-saved:before {
  content: "\e173";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003210}}
.glyphicon-floppy-remove:before {
  content: "\e174";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003211}}
.glyphicon-floppy-save:before {
  content: "\e175";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003212}}
.glyphicon-floppy-open:before {
  content: "\e176";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003213}}
.glyphicon-credit-card:before {
  content: "\e177";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003214}}
.glyphicon-transfer:before {
  content: "\e178";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003215}}
.glyphicon-cutlery:before {
  content: "\e179";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003216}}
.glyphicon-header:before {
  content: "\e180";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003217}}
.glyphicon-compressed:before {
  content: "\e181";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003218}}
.glyphicon-earphone:before {
  content: "\e182";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003219}}
.glyphicon-phone-alt:before {
  content: "\e183";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003220}}
.glyphicon-tower:before {
  content: "\e184";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003221}}
.glyphicon-stats:before {
  content: "\e185";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003222}}
.glyphicon-sd-video:before {
  content: "\e186";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003223}}
.glyphicon-hd-video:before {
  content: "\e187";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003224}}
.glyphicon-subtitles:before {
  content: "\e188";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003225}}
.glyphicon-sound-stereo:before {
  content: "\e189";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003226}}
.glyphicon-sound-dolby:before {
  content: "\e190";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003227}}
.glyphicon-sound-5-1:before {
  content: "\e191";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003228}}
.glyphicon-sound-6-1:before {
  content: "\e192";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003229}}
.glyphicon-sound-7-1:before {
  content: "\e193";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003230}}
.glyphicon-copyright-mark:before {
  content: "\e194";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003231}}
.glyphicon-registration-mark:before {
  content: "\e195";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003232}}
.glyphicon-cloud-download:before {
  content: "\e197";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003233}}
.glyphicon-cloud-upload:before {
  content: "\e198";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003234}}
.glyphicon-tree-conifer:before {
  content: "\e199";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003235}}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003236}}
.glyphicon-cd:before {
  content: "\e201";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003237}}
.glyphicon-save-file:before {
  content: "\e202";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003238}}
.glyphicon-open-file:before {
  content: "\e203";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003239}}
.glyphicon-level-up:before {
  content: "\e204";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003240}}
.glyphicon-copy:before {
  content: "\e205";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003241}}
.glyphicon-paste:before {
  content: "\e206";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003250}}
.glyphicon-alert:before {
  content: "\e209";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003251}}
.glyphicon-equalizer:before {
  content: "\e210";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003252}}
.glyphicon-king:before {
  content: "\e211";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003253}}
.glyphicon-queen:before {
  content: "\e212";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003254}}
.glyphicon-pawn:before {
  content: "\e213";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003255}}
.glyphicon-bishop:before {
  content: "\e214";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003256}}
.glyphicon-knight:before {
  content: "\e215";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003257}}
.glyphicon-baby-formula:before {
  content: "\e216";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003258}}
.glyphicon-tent:before {
  content: "\26fa";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003259}}
.glyphicon-blackboard:before {
  content: "\e218";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003260}}
.glyphicon-bed:before {
  content: "\e219";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003261}}
.glyphicon-apple:before {
  content: "\f8ff";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003262}}
.glyphicon-erase:before {
  content: "\e221";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003263}}
.glyphicon-hourglass:before {
  content: "\231b";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003264}}
.glyphicon-lamp:before {
  content: "\e223";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003265}}
.glyphicon-duplicate:before {
  content: "\e224";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003266}}
.glyphicon-piggy-bank:before {
  content: "\e225";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003267}}
.glyphicon-scissors:before {
  content: "\e226";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003268}}
.glyphicon-bitcoin:before {
  content: "\e227";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003269}}
.glyphicon-btc:before {
  content: "\e227";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003270}}
.glyphicon-xbt:before {
  content: "\e227";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003271}}
.glyphicon-yen:before {
  content: "\00a5";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003272}}
.glyphicon-jpy:before {
  content: "\00a5";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003273}}
.glyphicon-ruble:before {
  content: "\20bd";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003274}}
.glyphicon-rub:before {
  content: "\20bd";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003275}}
.glyphicon-scale:before {
  content: "\e230";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003276}}
.glyphicon-ice-lolly:before {
  content: "\e231";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003277}}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003278}}
.glyphicon-education:before {
  content: "\e233";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003279}}
.glyphicon-option-horizontal:before {
  content: "\e234";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003280}}
.glyphicon-option-vertical:before {
  content: "\e235";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003281}}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003282}}
.glyphicon-modal-window:before {
  content: "\e237";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003283}}
.glyphicon-oil:before {
  content: "\e238";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003284}}
.glyphicon-grain:before {
  content: "\e239";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003285}}
.glyphicon-sunglasses:before {
  content: "\e240";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003286}}
.glyphicon-text-size:before {
  content: "\e241";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003287}}
.glyphicon-text-color:before {
  content: "\e242";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003288}}
.glyphicon-text-background:before {
  content: "\e243";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003289}}
.glyphicon-object-align-top:before {
  content: "\e244";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003290}}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003291}}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003292}}
.glyphicon-object-align-left:before {
  content: "\e247";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003293}}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003294}}
.glyphicon-object-align-right:before {
  content: "\e249";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003295}}
.glyphicon-triangle-right:before {
  content: "\e250";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003296}}
.glyphicon-triangle-left:before {
  content: "\e251";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003297}}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003298}}
.glyphicon-triangle-top:before {
  content: "\e253";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003299}}
.glyphicon-console:before {
  content: "\e254";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003300}}
.glyphicon-superscript:before {
  content: "\e255";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003301}}
.glyphicon-subscript:before {
  content: "\e256";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003302}}
.glyphicon-menu-left:before {
  content: "\e257";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003303}}
.glyphicon-menu-right:before {
  content: "\e258";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003304}}
.glyphicon-menu-down:before {
  content: "\e259";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_glyphicons\.scss}line{font-family:\00003305}}
.glyphicon-menu-up:before {
  content: "\e260";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\0000311}}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\0000314}}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\0000322}}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\0000327}}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\0000336}}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\0000348}}
a {
  color: #337ab7;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\0000352}}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\0000358}}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\0000369}}
figure {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\0000376}}
img {
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\0000381}}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\0000386}}
.img-rounded {
  border-radius: 6px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\0000393}}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\00003106}}
.img-circle {
  border-radius: 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\00003113}}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\00003125}}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\00003141}}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_scaffolding\.scss}line{font-family:\00003160}}
[role="button"] {
  cursor: pointer;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\000039}}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000316}}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000324}}
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000330}}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000335}}
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000341}}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000347}}
h1, .h1 {
  font-size: 36px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000348}}
h2, .h2 {
  font-size: 30px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000349}}
h3, .h3 {
  font-size: 24px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000350}}
h4, .h4 {
  font-size: 18px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000351}}
h5, .h5 {
  font-size: 14px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000352}}
h6, .h6 {
  font-size: 12px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000358}}
p {
  margin: 0 0 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000362}}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000362}}
  .lead {
    font-size: 21px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000378}}
small,
.small {
  font-size: 85%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000383}}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000390}}
.text-left {
  text-align: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000391}}
.text-right {
  text-align: right;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000392}}
.text-center {
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000393}}
.text-justify {
  text-align: justify;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000394}}
.text-nowrap {
  white-space: nowrap;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000397}}
.text-lowercase {
  text-transform: lowercase;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000398}}
.text-uppercase, .initialism {
  text-transform: uppercase;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\0000399}}
.text-capitalize {
  text-transform: capitalize;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003102}}
.text-muted {
  color: #777777;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_text-emphasis\.scss}line{font-family:\000035}}
.text-primary {
  color: #337ab7;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_text-emphasis\.scss}line{font-family:\000038}}
a.text-primary:hover {
  color: #286090;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_text-emphasis\.scss}line{font-family:\000035}}
.text-success {
  color: #3c763d;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_text-emphasis\.scss}line{font-family:\000038}}
a.text-success:hover {
  color: #2b542c;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_text-emphasis\.scss}line{font-family:\000035}}
.text-info {
  color: #31708f;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_text-emphasis\.scss}line{font-family:\000038}}
a.text-info:hover {
  color: #245269;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_text-emphasis\.scss}line{font-family:\000035}}
.text-warning {
  color: #8a6d3b;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_text-emphasis\.scss}line{font-family:\000038}}
a.text-warning:hover {
  color: #66512c;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_text-emphasis\.scss}line{font-family:\000035}}
.text-danger {
  color: #a94442;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_text-emphasis\.scss}line{font-family:\000038}}
a.text-danger:hover {
  color: #843534;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003119}}
.bg-primary {
  color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_background-variant\.scss}line{font-family:\000035}}
.bg-primary {
  background-color: #337ab7;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_background-variant\.scss}line{font-family:\000038}}
a.bg-primary:hover {
  background-color: #286090;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_background-variant\.scss}line{font-family:\000035}}
.bg-success {
  background-color: #dff0d8;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_background-variant\.scss}line{font-family:\000038}}
a.bg-success:hover {
  background-color: #c1e2b3;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_background-variant\.scss}line{font-family:\000035}}
.bg-info {
  background-color: #d9edf7;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_background-variant\.scss}line{font-family:\000038}}
a.bg-info:hover {
  background-color: #afd9ee;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_background-variant\.scss}line{font-family:\000035}}
.bg-warning {
  background-color: #fcf8e3;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_background-variant\.scss}line{font-family:\000038}}
a.bg-warning:hover {
  background-color: #f7ecb5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_background-variant\.scss}line{font-family:\000035}}
.bg-danger {
  background-color: #f2dede;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_background-variant\.scss}line{font-family:\000038}}
a.bg-danger:hover {
  background-color: #e4b9b9;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003138}}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003149}}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003153}}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003167}}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003173}}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003177}}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003185}}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003189}}
dt,
dd {
  line-height: 1.428571429;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003193}}
dt {
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003196}}
dd {
  margin-left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000314}}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000319}}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003211}}
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003218}}
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003229}}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003235}}
.initialism {
  font-size: 90%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003241}}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003250}}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003257}}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003265}}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003274}}
.blockquote-reverse,
blockquote.pull-right,
.news blockquote.author,
.chat_clients_server blockquote.status {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003286}}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
.news blockquote.author footer:before,
.chat_clients_server blockquote.status footer:before,
blockquote.pull-right small:before,
.news blockquote.author small:before,
.chat_clients_server blockquote.status small:before,
blockquote.pull-right .small:before,
.news blockquote.author .small:before,
.chat_clients_server blockquote.status .small:before {
  content: '';
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003287}}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
.news blockquote.author footer:after,
.chat_clients_server blockquote.status footer:after,
blockquote.pull-right small:after,
.news blockquote.author small:after,
.chat_clients_server blockquote.status small:after,
blockquote.pull-right .small:after,
.news blockquote.author .small:after,
.chat_clients_server blockquote.status .small:after {
  content: '\00A0 \2014';
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_type\.scss}line{font-family:\00003294}}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_code\.scss}line{font-family:\000037}}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_code\.scss}line{font-family:\0000315}}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_code\.scss}line{font-family:\0000324}}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_code\.scss}line{font-family:\0000332}}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_code\.scss}line{font-family:\0000341}}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_code\.scss}line{font-family:\0000355}}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_code\.scss}line{font-family:\0000366}}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_grid\.scss}line{font-family:\0000310}}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000314}}
.container:before, .container:after {
  content: " ";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000319}}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_grid\.scss}line{font-family:\0000310}}
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_grid\.scss}line{font-family:\0000310}}
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_grid\.scss}line{font-family:\0000310}}
  .container {
    width: 1170px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_grid\.scss}line{font-family:\0000330}}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000314}}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000319}}
.container-fluid:after {
  clear: both;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_grid\.scss}line{font-family:\0000339}}
.row, .chat_text-window {
  margin-left: -15px;
  margin-right: -15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000314}}
.row:before, .chat_text-window:before, .row:after, .chat_text-window:after {
  content: " ";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000319}}
.row:after, .chat_text-window:after {
  clear: both;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000311}}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .post .author-box, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .chat_clients, .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, .chat_history, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .post .post-box, .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: 15px;
  padding-right: 15px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000327}}
.col-xs-1, .col-xs-2, .post .author-box, .col-xs-3, .col-xs-4, .chat_clients, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .chat_history, .col-xs-9, .col-xs-10, .post .post-box, .col-xs-11, .col-xs-12 {
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
.col-xs-1 {
  width: 8.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
.col-xs-2, .post .author-box {
  width: 16.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
.col-xs-3 {
  width: 25%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
.col-xs-4, .chat_clients {
  width: 33.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
.col-xs-5 {
  width: 41.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
.col-xs-6 {
  width: 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
.col-xs-7 {
  width: 58.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
.col-xs-8, .chat_history {
  width: 66.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
.col-xs-9 {
  width: 75%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
.col-xs-10, .post .post-box {
  width: 83.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
.col-xs-11 {
  width: 91.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
.col-xs-12 {
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000355}}
.col-xs-pull-0 {
  right: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
.col-xs-pull-1 {
  right: 8.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
.col-xs-pull-2 {
  right: 16.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
.col-xs-pull-3 {
  right: 25%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
.col-xs-pull-4 {
  right: 33.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
.col-xs-pull-5 {
  right: 41.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
.col-xs-pull-6 {
  right: 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
.col-xs-pull-7 {
  right: 58.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
.col-xs-pull-8 {
  right: 66.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
.col-xs-pull-9 {
  right: 75%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
.col-xs-pull-10 {
  right: 83.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
.col-xs-pull-11 {
  right: 91.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
.col-xs-pull-12 {
  right: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000345}}
.col-xs-push-0 {
  left: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
.col-xs-push-1 {
  left: 8.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
.col-xs-push-2 {
  left: 16.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
.col-xs-push-3 {
  left: 25%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
.col-xs-push-4 {
  left: 33.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
.col-xs-push-5 {
  left: 41.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
.col-xs-push-6 {
  left: 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
.col-xs-push-7 {
  left: 58.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
.col-xs-push-8 {
  left: 66.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
.col-xs-push-9 {
  left: 75%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
.col-xs-push-10 {
  left: 83.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
.col-xs-push-11 {
  left: 91.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
.col-xs-push-12 {
  left: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
.col-xs-offset-0 {
  margin-left: 0%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
.col-xs-offset-3 {
  margin-left: 25%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
.col-xs-offset-6 {
  margin-left: 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
.col-xs-offset-9 {
  margin-left: 75%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000327}}
  .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;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-sm-1 {
    width: 8.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-sm-2 {
    width: 16.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-sm-3 {
    width: 25%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-sm-4 {
    width: 33.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-sm-5 {
    width: 41.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-sm-6 {
    width: 50%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-sm-7 {
    width: 58.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-sm-8 {
    width: 66.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-sm-9 {
    width: 75%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-sm-10 {
    width: 83.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-sm-11 {
    width: 91.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-sm-12 {
    width: 100%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000355}}
  .col-sm-pull-0 {
    right: auto;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-sm-pull-3 {
    right: 25%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-sm-pull-6 {
    right: 50%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-sm-pull-9 {
    right: 75%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-sm-pull-12 {
    right: 100%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000345}}
  .col-sm-push-0 {
    left: auto;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-sm-push-1 {
    left: 8.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-sm-push-2 {
    left: 16.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-sm-push-3 {
    left: 25%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-sm-push-4 {
    left: 33.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-sm-push-5 {
    left: 41.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-sm-push-6 {
    left: 50%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-sm-push-7 {
    left: 58.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-sm-push-8 {
    left: 66.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-sm-push-9 {
    left: 75%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-sm-push-10 {
    left: 83.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-sm-push-11 {
    left: 91.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-sm-push-12 {
    left: 100%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-sm-offset-0 {
    margin-left: 0%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-sm-offset-3 {
    margin-left: 25%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-sm-offset-6 {
    margin-left: 50%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-sm-offset-9 {
    margin-left: 75%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000327}}
  .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;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-md-1 {
    width: 8.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-md-2 {
    width: 16.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-md-3 {
    width: 25%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-md-4 {
    width: 33.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-md-5 {
    width: 41.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-md-6 {
    width: 50%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-md-7 {
    width: 58.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-md-8 {
    width: 66.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-md-9 {
    width: 75%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-md-10 {
    width: 83.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-md-11 {
    width: 91.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-md-12 {
    width: 100%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000355}}
  .col-md-pull-0 {
    right: auto;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-md-pull-1 {
    right: 8.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-md-pull-2 {
    right: 16.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-md-pull-3 {
    right: 25%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-md-pull-4 {
    right: 33.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-md-pull-5 {
    right: 41.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-md-pull-6 {
    right: 50%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-md-pull-7 {
    right: 58.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-md-pull-8 {
    right: 66.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-md-pull-9 {
    right: 75%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-md-pull-10 {
    right: 83.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-md-pull-11 {
    right: 91.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-md-pull-12 {
    right: 100%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000345}}
  .col-md-push-0 {
    left: auto;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-md-push-1 {
    left: 8.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-md-push-2 {
    left: 16.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-md-push-3 {
    left: 25%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-md-push-4 {
    left: 33.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-md-push-5 {
    left: 41.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-md-push-6 {
    left: 50%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-md-push-7 {
    left: 58.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-md-push-8 {
    left: 66.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-md-push-9 {
    left: 75%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-md-push-10 {
    left: 83.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-md-push-11 {
    left: 91.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-md-push-12 {
    left: 100%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-md-offset-0 {
    margin-left: 0%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-md-offset-3 {
    margin-left: 25%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-md-offset-6 {
    margin-left: 50%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-md-offset-9 {
    margin-left: 75%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000327}}
  .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;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-lg-1 {
    width: 8.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-lg-2 {
    width: 16.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-lg-3 {
    width: 25%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-lg-4 {
    width: 33.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-lg-5 {
    width: 41.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-lg-6 {
    width: 50%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-lg-7 {
    width: 58.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-lg-8 {
    width: 66.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-lg-9 {
    width: 75%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-lg-10 {
    width: 83.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-lg-11 {
    width: 91.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000335}}
  .col-lg-12 {
    width: 100%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000355}}
  .col-lg-pull-0 {
    right: auto;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-lg-pull-3 {
    right: 25%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-lg-pull-6 {
    right: 50%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-lg-pull-9 {
    right: 75%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000350}}
  .col-lg-pull-12 {
    right: 100%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000345}}
  .col-lg-push-0 {
    left: auto;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-lg-push-1 {
    left: 8.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-lg-push-2 {
    left: 16.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-lg-push-3 {
    left: 25%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-lg-push-4 {
    left: 33.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-lg-push-5 {
    left: 41.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-lg-push-6 {
    left: 50%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-lg-push-7 {
    left: 58.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-lg-push-8 {
    left: 66.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-lg-push-9 {
    left: 75%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-lg-push-10 {
    left: 83.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-lg-push-11 {
    left: 91.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000340}}
  .col-lg-push-12 {
    left: 100%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-lg-offset-0 {
    margin-left: 0%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-lg-offset-3 {
    margin-left: 25%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-lg-offset-6 {
    margin-left: 50%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-lg-offset-9 {
    margin-left: 75%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_grid-framework\.scss}line{font-family:\0000360}}
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\000036}}
table {
  background-color: transparent;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\000039}}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\0000315}}
th {
  text-align: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\0000322}}
.table, .profile-games table, .markdown table, .md-preview table, .games-list, .forum-table, .forum-topics {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\0000331}}
.table > thead > tr > th, .profile-games table > thead > tr > th, .markdown table > thead > tr > th, .md-preview table > thead > tr > th, .games-list > thead > tr > th, .forum-table > thead > tr > th, .forum-topics > thead > tr > th,
.table > thead > tr > td,
.profile-games table > thead > tr > td,
.markdown table > thead > tr > td,
.md-preview table > thead > tr > td,
.games-list > thead > tr > td,
.forum-table > thead > tr > td,
.forum-topics > thead > tr > td,
.table > tbody > tr > th,
.profile-games table > tbody > tr > th,
.markdown table > tbody > tr > th,
.md-preview table > tbody > tr > th,
.games-list > tbody > tr > th,
.forum-table > tbody > tr > th,
.forum-topics > tbody > tr > th,
.table > tbody > tr > td,
.profile-games table > tbody > tr > td,
.markdown table > tbody > tr > td,
.md-preview table > tbody > tr > td,
.games-list > tbody > tr > td,
.forum-table > tbody > tr > td,
.forum-topics > tbody > tr > td,
.table > tfoot > tr > th,
.profile-games table > tfoot > tr > th,
.markdown table > tfoot > tr > th,
.md-preview table > tfoot > tr > th,
.games-list > tfoot > tr > th,
.forum-table > tfoot > tr > th,
.forum-topics > tfoot > tr > th,
.table > tfoot > tr > td,
.profile-games table > tfoot > tr > td,
.markdown table > tfoot > tr > td,
.md-preview table > tfoot > tr > td,
.games-list > tfoot > tr > td,
.forum-table > tfoot > tr > td,
.forum-topics > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\0000341}}
.table > thead > tr > th, .profile-games table > thead > tr > th, .markdown table > thead > tr > th, .md-preview table > thead > tr > th, .games-list > thead > tr > th, .forum-table > thead > tr > th, .forum-topics > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\0000350}}
.table > caption + thead > tr:first-child > th, .profile-games table > caption + thead > tr:first-child > th, .markdown table > caption + thead > tr:first-child > th, .md-preview table > caption + thead > tr:first-child > th, .games-list > caption + thead > tr:first-child > th, .forum-table > caption + thead > tr:first-child > th, .forum-topics > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.profile-games table > caption + thead > tr:first-child > td,
.markdown table > caption + thead > tr:first-child > td,
.md-preview table > caption + thead > tr:first-child > td,
.games-list > caption + thead > tr:first-child > td,
.forum-table > caption + thead > tr:first-child > td,
.forum-topics > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.profile-games table > colgroup + thead > tr:first-child > th,
.markdown table > colgroup + thead > tr:first-child > th,
.md-preview table > colgroup + thead > tr:first-child > th,
.games-list > colgroup + thead > tr:first-child > th,
.forum-table > colgroup + thead > tr:first-child > th,
.forum-topics > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.profile-games table > colgroup + thead > tr:first-child > td,
.markdown table > colgroup + thead > tr:first-child > td,
.md-preview table > colgroup + thead > tr:first-child > td,
.games-list > colgroup + thead > tr:first-child > td,
.forum-table > colgroup + thead > tr:first-child > td,
.forum-topics > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.profile-games table > thead:first-child > tr:first-child > th,
.markdown table > thead:first-child > tr:first-child > th,
.md-preview table > thead:first-child > tr:first-child > th,
.games-list > thead:first-child > tr:first-child > th,
.forum-table > thead:first-child > tr:first-child > th,
.forum-topics > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.profile-games table > thead:first-child > tr:first-child > td,
.markdown table > thead:first-child > tr:first-child > td,
.md-preview table > thead:first-child > tr:first-child > td,
.games-list > thead:first-child > tr:first-child > td,
.forum-table > thead:first-child > tr:first-child > td,
.forum-topics > thead:first-child > tr:first-child > td {
  border-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\0000357}}
.table > tbody + tbody, .profile-games table > tbody + tbody, .markdown table > tbody + tbody, .md-preview table > tbody + tbody, .games-list > tbody + tbody, .forum-table > tbody + tbody, .forum-topics > tbody + tbody {
  border-top: 2px solid #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\0000362}}
.table .table, .profile-games table .table, .markdown table .table, .md-preview table .table, .games-list .table, .forum-table .table, .forum-topics .table, .table .profile-games table, .profile-games .table table, .profile-games table table, .games-list .profile-games table, .profile-games .games-list table, .forum-table .profile-games table, .profile-games .forum-table table, .forum-topics .profile-games table, .profile-games .forum-topics table, .table .markdown table, .markdown .table table, .markdown table table, .games-list .markdown table, .markdown .games-list table, .forum-table .markdown table, .markdown .forum-table table, .forum-topics .markdown table, .markdown .forum-topics table, .table .md-preview table, .md-preview .table table, .md-preview table table, .games-list .md-preview table, .md-preview .games-list table, .forum-table .md-preview table, .md-preview .forum-table table, .forum-topics .md-preview table, .md-preview .forum-topics table, .table .games-list, .profile-games table .games-list, .markdown table .games-list, .md-preview table .games-list, .games-list .games-list, .forum-table .games-list, .forum-topics .games-list, .table .forum-table, .profile-games table .forum-table, .markdown table .forum-table, .md-preview table .forum-table, .games-list .forum-table, .forum-table .forum-table, .forum-topics .forum-table, .table .forum-topics, .profile-games table .forum-topics, .markdown table .forum-topics, .md-preview table .forum-topics, .games-list .forum-topics, .forum-table .forum-topics, .forum-topics .forum-topics {
  background-color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\0000375}}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\0000388}}
.table-bordered, .forum-table, .forum-topics {
  border: 1px solid #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\0000394}}
.table-bordered > thead > tr > th, .forum-table > thead > tr > th, .forum-topics > thead > tr > th,
.table-bordered > thead > tr > td,
.forum-table > thead > tr > td,
.forum-topics > thead > tr > td,
.table-bordered > tbody > tr > th,
.forum-table > tbody > tr > th,
.forum-topics > tbody > tr > th,
.table-bordered > tbody > tr > td,
.forum-table > tbody > tr > td,
.forum-topics > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.forum-table > tfoot > tr > th,
.forum-topics > tfoot > tr > th,
.table-bordered > tfoot > tr > td,
.forum-table > tfoot > tr > td,
.forum-topics > tfoot > tr > td {
  border: 1px solid #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\00003101}}
.table-bordered > thead > tr > th, .forum-table > thead > tr > th, .forum-topics > thead > tr > th,
.table-bordered > thead > tr > td,
.forum-table > thead > tr > td,
.forum-topics > thead > tr > td {
  border-bottom-width: 2px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\00003114}}
.table-striped > tbody > tr:nth-of-type(odd), .games-list > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\00003125}}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\00003135}}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\00003143}}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_table-row\.scss}line{font-family:\000039}}
.table > thead > tr > td.active, .profile-games table > thead > tr > td.active, .markdown table > thead > tr > td.active, .md-preview table > thead > tr > td.active, .games-list > thead > tr > td.active, .forum-table > thead > tr > td.active, .forum-topics > thead > tr > td.active,
.table > thead > tr > th.active,
.profile-games table > thead > tr > th.active,
.markdown table > thead > tr > th.active,
.md-preview table > thead > tr > th.active,
.games-list > thead > tr > th.active,
.forum-table > thead > tr > th.active,
.forum-topics > thead > tr > th.active, .table > thead > tr.active > td, .profile-games table > thead > tr.active > td, .markdown table > thead > tr.active > td, .md-preview table > thead > tr.active > td, .games-list > thead > tr.active > td, .forum-table > thead > tr.active > td, .forum-topics > thead > tr.active > td, .table > thead > tr.active > th, .profile-games table > thead > tr.active > th, .markdown table > thead > tr.active > th, .md-preview table > thead > tr.active > th, .games-list > thead > tr.active > th, .forum-table > thead > tr.active > th, .forum-topics > thead > tr.active > th,
.table > tbody > tr > td.active,
.profile-games table > tbody > tr > td.active,
.markdown table > tbody > tr > td.active,
.md-preview table > tbody > tr > td.active,
.games-list > tbody > tr > td.active,
.forum-table > tbody > tr > td.active,
.forum-topics > tbody > tr > td.active,
.table > tbody > tr > th.active,
.profile-games table > tbody > tr > th.active,
.markdown table > tbody > tr > th.active,
.md-preview table > tbody > tr > th.active,
.games-list > tbody > tr > th.active,
.forum-table > tbody > tr > th.active,
.forum-topics > tbody > tr > th.active,
.table > tbody > tr.active > td,
.profile-games table > tbody > tr.active > td,
.markdown table > tbody > tr.active > td,
.md-preview table > tbody > tr.active > td,
.games-list > tbody > tr.active > td,
.forum-table > tbody > tr.active > td,
.forum-topics > tbody > tr.active > td,
.table > tbody > tr.active > th,
.profile-games table > tbody > tr.active > th,
.markdown table > tbody > tr.active > th,
.md-preview table > tbody > tr.active > th,
.games-list > tbody > tr.active > th,
.forum-table > tbody > tr.active > th,
.forum-topics > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.profile-games table > tfoot > tr > td.active,
.markdown table > tfoot > tr > td.active,
.md-preview table > tfoot > tr > td.active,
.games-list > tfoot > tr > td.active,
.forum-table > tfoot > tr > td.active,
.forum-topics > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.profile-games table > tfoot > tr > th.active,
.markdown table > tfoot > tr > th.active,
.md-preview table > tfoot > tr > th.active,
.games-list > tfoot > tr > th.active,
.forum-table > tfoot > tr > th.active,
.forum-topics > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.profile-games table > tfoot > tr.active > td,
.markdown table > tfoot > tr.active > td,
.md-preview table > tfoot > tr.active > td,
.games-list > tfoot > tr.active > td,
.forum-table > tfoot > tr.active > td,
.forum-topics > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.profile-games table > tfoot > tr.active > th,
.markdown table > tfoot > tr.active > th,
.md-preview table > tfoot > tr.active > th,
.games-list > tfoot > tr.active > th,
.forum-table > tfoot > tr.active > th,
.forum-topics > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_table-row\.scss}line{font-family:\0000320}}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_table-row\.scss}line{font-family:\000039}}
.table > thead > tr > td.success, .profile-games table > thead > tr > td.success, .markdown table > thead > tr > td.success, .md-preview table > thead > tr > td.success, .games-list > thead > tr > td.success, .forum-table > thead > tr > td.success, .forum-topics > thead > tr > td.success,
.table > thead > tr > th.success,
.profile-games table > thead > tr > th.success,
.markdown table > thead > tr > th.success,
.md-preview table > thead > tr > th.success,
.games-list > thead > tr > th.success,
.forum-table > thead > tr > th.success,
.forum-topics > thead > tr > th.success, .table > thead > tr.success > td, .profile-games table > thead > tr.success > td, .markdown table > thead > tr.success > td, .md-preview table > thead > tr.success > td, .games-list > thead > tr.success > td, .forum-table > thead > tr.success > td, .forum-topics > thead > tr.success > td, .table > thead > tr.success > th, .profile-games table > thead > tr.success > th, .markdown table > thead > tr.success > th, .md-preview table > thead > tr.success > th, .games-list > thead > tr.success > th, .forum-table > thead > tr.success > th, .forum-topics > thead > tr.success > th,
.table > tbody > tr > td.success,
.profile-games table > tbody > tr > td.success,
.markdown table > tbody > tr > td.success,
.md-preview table > tbody > tr > td.success,
.games-list > tbody > tr > td.success,
.forum-table > tbody > tr > td.success,
.forum-topics > tbody > tr > td.success,
.table > tbody > tr > th.success,
.profile-games table > tbody > tr > th.success,
.markdown table > tbody > tr > th.success,
.md-preview table > tbody > tr > th.success,
.games-list > tbody > tr > th.success,
.forum-table > tbody > tr > th.success,
.forum-topics > tbody > tr > th.success,
.table > tbody > tr.success > td,
.profile-games table > tbody > tr.success > td,
.markdown table > tbody > tr.success > td,
.md-preview table > tbody > tr.success > td,
.games-list > tbody > tr.success > td,
.forum-table > tbody > tr.success > td,
.forum-topics > tbody > tr.success > td,
.table > tbody > tr.success > th,
.profile-games table > tbody > tr.success > th,
.markdown table > tbody > tr.success > th,
.md-preview table > tbody > tr.success > th,
.games-list > tbody > tr.success > th,
.forum-table > tbody > tr.success > th,
.forum-topics > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.profile-games table > tfoot > tr > td.success,
.markdown table > tfoot > tr > td.success,
.md-preview table > tfoot > tr > td.success,
.games-list > tfoot > tr > td.success,
.forum-table > tfoot > tr > td.success,
.forum-topics > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.profile-games table > tfoot > tr > th.success,
.markdown table > tfoot > tr > th.success,
.md-preview table > tfoot > tr > th.success,
.games-list > tfoot > tr > th.success,
.forum-table > tfoot > tr > th.success,
.forum-topics > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.profile-games table > tfoot > tr.success > td,
.markdown table > tfoot > tr.success > td,
.md-preview table > tfoot > tr.success > td,
.games-list > tfoot > tr.success > td,
.forum-table > tfoot > tr.success > td,
.forum-topics > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.profile-games table > tfoot > tr.success > th,
.markdown table > tfoot > tr.success > th,
.md-preview table > tfoot > tr.success > th,
.games-list > tfoot > tr.success > th,
.forum-table > tfoot > tr.success > th,
.forum-topics > tfoot > tr.success > th {
  background-color: #dff0d8;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_table-row\.scss}line{font-family:\0000320}}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_table-row\.scss}line{font-family:\000039}}
.table > thead > tr > td.info, .profile-games table > thead > tr > td.info, .markdown table > thead > tr > td.info, .md-preview table > thead > tr > td.info, .games-list > thead > tr > td.info, .forum-table > thead > tr > td.info, .forum-topics > thead > tr > td.info,
.table > thead > tr > th.info,
.profile-games table > thead > tr > th.info,
.markdown table > thead > tr > th.info,
.md-preview table > thead > tr > th.info,
.games-list > thead > tr > th.info,
.forum-table > thead > tr > th.info,
.forum-topics > thead > tr > th.info, .table > thead > tr.info > td, .profile-games table > thead > tr.info > td, .markdown table > thead > tr.info > td, .md-preview table > thead > tr.info > td, .games-list > thead > tr.info > td, .forum-table > thead > tr.info > td, .forum-topics > thead > tr.info > td, .table > thead > tr.info > th, .profile-games table > thead > tr.info > th, .markdown table > thead > tr.info > th, .md-preview table > thead > tr.info > th, .games-list > thead > tr.info > th, .forum-table > thead > tr.info > th, .forum-topics > thead > tr.info > th,
.table > tbody > tr > td.info,
.profile-games table > tbody > tr > td.info,
.markdown table > tbody > tr > td.info,
.md-preview table > tbody > tr > td.info,
.games-list > tbody > tr > td.info,
.forum-table > tbody > tr > td.info,
.forum-topics > tbody > tr > td.info,
.table > tbody > tr > th.info,
.profile-games table > tbody > tr > th.info,
.markdown table > tbody > tr > th.info,
.md-preview table > tbody > tr > th.info,
.games-list > tbody > tr > th.info,
.forum-table > tbody > tr > th.info,
.forum-topics > tbody > tr > th.info,
.table > tbody > tr.info > td,
.profile-games table > tbody > tr.info > td,
.markdown table > tbody > tr.info > td,
.md-preview table > tbody > tr.info > td,
.games-list > tbody > tr.info > td,
.forum-table > tbody > tr.info > td,
.forum-topics > tbody > tr.info > td,
.table > tbody > tr.info > th,
.profile-games table > tbody > tr.info > th,
.markdown table > tbody > tr.info > th,
.md-preview table > tbody > tr.info > th,
.games-list > tbody > tr.info > th,
.forum-table > tbody > tr.info > th,
.forum-topics > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.profile-games table > tfoot > tr > td.info,
.markdown table > tfoot > tr > td.info,
.md-preview table > tfoot > tr > td.info,
.games-list > tfoot > tr > td.info,
.forum-table > tfoot > tr > td.info,
.forum-topics > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.profile-games table > tfoot > tr > th.info,
.markdown table > tfoot > tr > th.info,
.md-preview table > tfoot > tr > th.info,
.games-list > tfoot > tr > th.info,
.forum-table > tfoot > tr > th.info,
.forum-topics > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.profile-games table > tfoot > tr.info > td,
.markdown table > tfoot > tr.info > td,
.md-preview table > tfoot > tr.info > td,
.games-list > tfoot > tr.info > td,
.forum-table > tfoot > tr.info > td,
.forum-topics > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.profile-games table > tfoot > tr.info > th,
.markdown table > tfoot > tr.info > th,
.md-preview table > tfoot > tr.info > th,
.games-list > tfoot > tr.info > th,
.forum-table > tfoot > tr.info > th,
.forum-topics > tfoot > tr.info > th {
  background-color: #d9edf7;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_table-row\.scss}line{font-family:\0000320}}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_table-row\.scss}line{font-family:\000039}}
.table > thead > tr > td.warning, .profile-games table > thead > tr > td.warning, .markdown table > thead > tr > td.warning, .md-preview table > thead > tr > td.warning, .games-list > thead > tr > td.warning, .forum-table > thead > tr > td.warning, .forum-topics > thead > tr > td.warning,
.table > thead > tr > th.warning,
.profile-games table > thead > tr > th.warning,
.markdown table > thead > tr > th.warning,
.md-preview table > thead > tr > th.warning,
.games-list > thead > tr > th.warning,
.forum-table > thead > tr > th.warning,
.forum-topics > thead > tr > th.warning, .table > thead > tr.warning > td, .profile-games table > thead > tr.warning > td, .markdown table > thead > tr.warning > td, .md-preview table > thead > tr.warning > td, .games-list > thead > tr.warning > td, .forum-table > thead > tr.warning > td, .forum-topics > thead > tr.warning > td, .table > thead > tr.warning > th, .profile-games table > thead > tr.warning > th, .markdown table > thead > tr.warning > th, .md-preview table > thead > tr.warning > th, .games-list > thead > tr.warning > th, .forum-table > thead > tr.warning > th, .forum-topics > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.profile-games table > tbody > tr > td.warning,
.markdown table > tbody > tr > td.warning,
.md-preview table > tbody > tr > td.warning,
.games-list > tbody > tr > td.warning,
.forum-table > tbody > tr > td.warning,
.forum-topics > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.profile-games table > tbody > tr > th.warning,
.markdown table > tbody > tr > th.warning,
.md-preview table > tbody > tr > th.warning,
.games-list > tbody > tr > th.warning,
.forum-table > tbody > tr > th.warning,
.forum-topics > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.profile-games table > tbody > tr.warning > td,
.markdown table > tbody > tr.warning > td,
.md-preview table > tbody > tr.warning > td,
.games-list > tbody > tr.warning > td,
.forum-table > tbody > tr.warning > td,
.forum-topics > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.profile-games table > tbody > tr.warning > th,
.markdown table > tbody > tr.warning > th,
.md-preview table > tbody > tr.warning > th,
.games-list > tbody > tr.warning > th,
.forum-table > tbody > tr.warning > th,
.forum-topics > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.profile-games table > tfoot > tr > td.warning,
.markdown table > tfoot > tr > td.warning,
.md-preview table > tfoot > tr > td.warning,
.games-list > tfoot > tr > td.warning,
.forum-table > tfoot > tr > td.warning,
.forum-topics > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.profile-games table > tfoot > tr > th.warning,
.markdown table > tfoot > tr > th.warning,
.md-preview table > tfoot > tr > th.warning,
.games-list > tfoot > tr > th.warning,
.forum-table > tfoot > tr > th.warning,
.forum-topics > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.profile-games table > tfoot > tr.warning > td,
.markdown table > tfoot > tr.warning > td,
.md-preview table > tfoot > tr.warning > td,
.games-list > tfoot > tr.warning > td,
.forum-table > tfoot > tr.warning > td,
.forum-topics > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.profile-games table > tfoot > tr.warning > th,
.markdown table > tfoot > tr.warning > th,
.md-preview table > tfoot > tr.warning > th,
.games-list > tfoot > tr.warning > th,
.forum-table > tfoot > tr.warning > th,
.forum-topics > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_table-row\.scss}line{font-family:\0000320}}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_table-row\.scss}line{font-family:\000039}}
.table > thead > tr > td.danger, .profile-games table > thead > tr > td.danger, .markdown table > thead > tr > td.danger, .md-preview table > thead > tr > td.danger, .games-list > thead > tr > td.danger, .forum-table > thead > tr > td.danger, .forum-topics > thead > tr > td.danger,
.table > thead > tr > th.danger,
.profile-games table > thead > tr > th.danger,
.markdown table > thead > tr > th.danger,
.md-preview table > thead > tr > th.danger,
.games-list > thead > tr > th.danger,
.forum-table > thead > tr > th.danger,
.forum-topics > thead > tr > th.danger, .table > thead > tr.danger > td, .profile-games table > thead > tr.danger > td, .markdown table > thead > tr.danger > td, .md-preview table > thead > tr.danger > td, .games-list > thead > tr.danger > td, .forum-table > thead > tr.danger > td, .forum-topics > thead > tr.danger > td, .table > thead > tr.danger > th, .profile-games table > thead > tr.danger > th, .markdown table > thead > tr.danger > th, .md-preview table > thead > tr.danger > th, .games-list > thead > tr.danger > th, .forum-table > thead > tr.danger > th, .forum-topics > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.profile-games table > tbody > tr > td.danger,
.markdown table > tbody > tr > td.danger,
.md-preview table > tbody > tr > td.danger,
.games-list > tbody > tr > td.danger,
.forum-table > tbody > tr > td.danger,
.forum-topics > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.profile-games table > tbody > tr > th.danger,
.markdown table > tbody > tr > th.danger,
.md-preview table > tbody > tr > th.danger,
.games-list > tbody > tr > th.danger,
.forum-table > tbody > tr > th.danger,
.forum-topics > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.profile-games table > tbody > tr.danger > td,
.markdown table > tbody > tr.danger > td,
.md-preview table > tbody > tr.danger > td,
.games-list > tbody > tr.danger > td,
.forum-table > tbody > tr.danger > td,
.forum-topics > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.profile-games table > tbody > tr.danger > th,
.markdown table > tbody > tr.danger > th,
.md-preview table > tbody > tr.danger > th,
.games-list > tbody > tr.danger > th,
.forum-table > tbody > tr.danger > th,
.forum-topics > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.profile-games table > tfoot > tr > td.danger,
.markdown table > tfoot > tr > td.danger,
.md-preview table > tfoot > tr > td.danger,
.games-list > tfoot > tr > td.danger,
.forum-table > tfoot > tr > td.danger,
.forum-topics > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.profile-games table > tfoot > tr > th.danger,
.markdown table > tfoot > tr > th.danger,
.md-preview table > tfoot > tr > th.danger,
.games-list > tfoot > tr > th.danger,
.forum-table > tfoot > tr > th.danger,
.forum-topics > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.profile-games table > tfoot > tr.danger > td,
.markdown table > tfoot > tr.danger > td,
.md-preview table > tfoot > tr.danger > td,
.games-list > tfoot > tr.danger > td,
.forum-table > tfoot > tr.danger > td,
.forum-topics > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.profile-games table > tfoot > tr.danger > th,
.markdown table > tfoot > tr.danger > th,
.md-preview table > tfoot > tr.danger > th,
.games-list > tfoot > tr.danger > th,
.forum-table > tfoot > tr.danger > th,
.forum-topics > tfoot > tr.danger > th {
  background-color: #f2dede;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_table-row\.scss}line{font-family:\0000320}}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\00003171}}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\00003171}}
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\00003183}}
  .table-responsive > .table, .profile-games .table-responsive > table, .markdown .table-responsive > table, .md-preview .table-responsive > table, .table-responsive > .games-list, .table-responsive > .forum-table, .table-responsive > .forum-topics {
    margin-bottom: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\00003191}}
  .table-responsive > .table > thead > tr > th, .profile-games .table-responsive > table > thead > tr > th, .markdown .table-responsive > table > thead > tr > th, .md-preview .table-responsive > table > thead > tr > th, .table-responsive > .games-list > thead > tr > th, .table-responsive > .forum-table > thead > tr > th, .table-responsive > .forum-topics > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .profile-games .table-responsive > table > thead > tr > td,
  .markdown .table-responsive > table > thead > tr > td,
  .md-preview .table-responsive > table > thead > tr > td,
  .table-responsive > .games-list > thead > tr > td,
  .table-responsive > .forum-table > thead > tr > td,
  .table-responsive > .forum-topics > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .profile-games .table-responsive > table > tbody > tr > th,
  .markdown .table-responsive > table > tbody > tr > th,
  .md-preview .table-responsive > table > tbody > tr > th,
  .table-responsive > .games-list > tbody > tr > th,
  .table-responsive > .forum-table > tbody > tr > th,
  .table-responsive > .forum-topics > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .profile-games .table-responsive > table > tbody > tr > td,
  .markdown .table-responsive > table > tbody > tr > td,
  .md-preview .table-responsive > table > tbody > tr > td,
  .table-responsive > .games-list > tbody > tr > td,
  .table-responsive > .forum-table > tbody > tr > td,
  .table-responsive > .forum-topics > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .profile-games .table-responsive > table > tfoot > tr > th,
  .markdown .table-responsive > table > tfoot > tr > th,
  .md-preview .table-responsive > table > tfoot > tr > th,
  .table-responsive > .games-list > tfoot > tr > th,
  .table-responsive > .forum-table > tfoot > tr > th,
  .table-responsive > .forum-topics > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .profile-games .table-responsive > table > tfoot > tr > td,
  .markdown .table-responsive > table > tfoot > tr > td,
  .md-preview .table-responsive > table > tfoot > tr > td,
  .table-responsive > .games-list > tfoot > tr > td,
  .table-responsive > .forum-table > tfoot > tr > td,
  .table-responsive > .forum-topics > tfoot > tr > td {
    white-space: nowrap;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\00003200}}
  .table-responsive > .table-bordered, .table-responsive > .forum-table, .table-responsive > .forum-topics {
    border: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\00003208}}
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .forum-table > thead > tr > th:first-child, .table-responsive > .forum-topics > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .forum-table > thead > tr > td:first-child,
  .table-responsive > .forum-topics > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .forum-table > tbody > tr > th:first-child,
  .table-responsive > .forum-topics > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .forum-table > tbody > tr > td:first-child,
  .table-responsive > .forum-topics > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .forum-table > tfoot > tr > th:first-child,
  .table-responsive > .forum-topics > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .forum-table > tfoot > tr > td:first-child,
  .table-responsive > .forum-topics > tfoot > tr > td:first-child {
    border-left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\00003212}}
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .forum-table > thead > tr > th:last-child, .table-responsive > .forum-topics > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .forum-table > thead > tr > td:last-child,
  .table-responsive > .forum-topics > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .forum-table > tbody > tr > th:last-child,
  .table-responsive > .forum-topics > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .forum-table > tbody > tr > td:last-child,
  .table-responsive > .forum-topics > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .forum-table > tfoot > tr > th:last-child,
  .table-responsive > .forum-topics > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .forum-table > tfoot > tr > td:last-child,
  .table-responsive > .forum-topics > tfoot > tr > td:last-child {
    border-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tables\.scss}line{font-family:\00003225}}
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .forum-table > tbody > tr:last-child > th, .table-responsive > .forum-topics > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .forum-table > tbody > tr:last-child > td,
  .table-responsive > .forum-topics > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .forum-table > tfoot > tr:last-child > th,
  .table-responsive > .forum-topics > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .forum-table > tfoot > tr:last-child > td,
  .table-responsive > .forum-topics > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\0000310}}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\0000320}}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\0000332}}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\0000347}}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\0000352}}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\0000360}}
input[type="file"] {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\0000365}}
input[type="range"] {
  display: block;
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\0000371}}
select[multiple],
select[size] {
  height: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\0000377}}
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;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\0000384}}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003115}}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000357}}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_vendor-prefixes\.scss}line{font-family:\00003103}}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_vendor-prefixes\.scss}line{font-family:\00003107}}
.form-control:-ms-input-placeholder {
  color: #999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_vendor-prefixes\.scss}line{font-family:\00003108}}
.form-control::-webkit-input-placeholder {
  color: #999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003141}}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003148}}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003157}}
textarea.form-control {
  height: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003169}}
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003182}}
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003188}}
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .menu .header .user-block .input-group-sm > .input-group-btn > input[type="date"].login-btn,
  .menu .header .user-block .input-group-sm > .input-group-btn > input[type="date"].sign-up-btn,
  .forum-pages .input-group-sm > .input-group-btn > input[type="date"].new-topic-btn,
  .forum-pages .input-group-sm > .input-group-btn > input[type="date"].reply-btn,
  .forum-pages .input-group-sm > .input-group-btn > input[type="date"].locked-reply-btn,
  .post .footer .post-menu .input-group-sm > .input-group-btn > input[type="date"].edit-btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .menu .header .user-block .input-group-sm > .input-group-btn > input[type="time"].login-btn,
  .menu .header .user-block .input-group-sm > .input-group-btn > input[type="time"].sign-up-btn,
  .forum-pages .input-group-sm > .input-group-btn > input[type="time"].new-topic-btn,
  .forum-pages .input-group-sm > .input-group-btn > input[type="time"].reply-btn,
  .forum-pages .input-group-sm > .input-group-btn > input[type="time"].locked-reply-btn,
  .post .footer .post-menu .input-group-sm > .input-group-btn > input[type="time"].edit-btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .menu .header .user-block .input-group-sm > .input-group-btn > input[type="datetime-local"].login-btn,
  .menu .header .user-block .input-group-sm > .input-group-btn > input[type="datetime-local"].sign-up-btn,
  .forum-pages .input-group-sm > .input-group-btn > input[type="datetime-local"].new-topic-btn,
  .forum-pages .input-group-sm > .input-group-btn > input[type="datetime-local"].reply-btn,
  .forum-pages .input-group-sm > .input-group-btn > input[type="datetime-local"].locked-reply-btn,
  .post .footer .post-menu .input-group-sm > .input-group-btn > input[type="datetime-local"].edit-btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .menu .header .user-block .input-group-sm > .input-group-btn > input[type="month"].login-btn,
  .menu .header .user-block .input-group-sm > .input-group-btn > input[type="month"].sign-up-btn,
  .forum-pages .input-group-sm > .input-group-btn > input[type="month"].new-topic-btn,
  .forum-pages .input-group-sm > .input-group-btn > input[type="month"].reply-btn,
  .forum-pages .input-group-sm > .input-group-btn > input[type="month"].locked-reply-btn,
  .post .footer .post-menu .input-group-sm > .input-group-btn > input[type="month"].edit-btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003193}}
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .menu .header .user-block .input-group-lg > .input-group-btn > input[type="date"].login-btn,
  .menu .header .user-block .input-group-lg > .input-group-btn > input[type="date"].sign-up-btn,
  .forum-pages .input-group-lg > .input-group-btn > input[type="date"].new-topic-btn,
  .forum-pages .input-group-lg > .input-group-btn > input[type="date"].reply-btn,
  .forum-pages .input-group-lg > .input-group-btn > input[type="date"].locked-reply-btn,
  .post .footer .post-menu .input-group-lg > .input-group-btn > input[type="date"].edit-btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .menu .header .user-block .input-group-lg > .input-group-btn > input[type="time"].login-btn,
  .menu .header .user-block .input-group-lg > .input-group-btn > input[type="time"].sign-up-btn,
  .forum-pages .input-group-lg > .input-group-btn > input[type="time"].new-topic-btn,
  .forum-pages .input-group-lg > .input-group-btn > input[type="time"].reply-btn,
  .forum-pages .input-group-lg > .input-group-btn > input[type="time"].locked-reply-btn,
  .post .footer .post-menu .input-group-lg > .input-group-btn > input[type="time"].edit-btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .menu .header .user-block .input-group-lg > .input-group-btn > input[type="datetime-local"].login-btn,
  .menu .header .user-block .input-group-lg > .input-group-btn > input[type="datetime-local"].sign-up-btn,
  .forum-pages .input-group-lg > .input-group-btn > input[type="datetime-local"].new-topic-btn,
  .forum-pages .input-group-lg > .input-group-btn > input[type="datetime-local"].reply-btn,
  .forum-pages .input-group-lg > .input-group-btn > input[type="datetime-local"].locked-reply-btn,
  .post .footer .post-menu .input-group-lg > .input-group-btn > input[type="datetime-local"].edit-btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .menu .header .user-block .input-group-lg > .input-group-btn > input[type="month"].login-btn,
  .menu .header .user-block .input-group-lg > .input-group-btn > input[type="month"].sign-up-btn,
  .forum-pages .input-group-lg > .input-group-btn > input[type="month"].new-topic-btn,
  .forum-pages .input-group-lg > .input-group-btn > input[type="month"].reply-btn,
  .forum-pages .input-group-lg > .input-group-btn > input[type="month"].locked-reply-btn,
  .post .footer .post-menu .input-group-lg > .input-group-btn > input[type="month"].edit-btn, .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003206}}
.form-group {
  margin-bottom: 15px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003215}}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003222}}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003230}}
.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;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003239}}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003245}}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003255}}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003267}}
input[type="radio"][disabled], input[type="radio"].disabled, .forum-pages input[type="radio"].locked-reply-btn, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
.forum-pages input[type="checkbox"].locked-reply-btn,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003276}}
.radio-inline.disabled, .forum-pages .radio-inline.locked-reply-btn, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
.forum-pages .checkbox-inline.locked-reply-btn,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003286}}
.radio.disabled label, .forum-pages .radio.locked-reply-btn label, fieldset[disabled] .radio label,
.checkbox.disabled label,
.forum-pages .checkbox.locked-reply-btn label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003298}}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003306}}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > button.form-control-static[type="submit"],
.menu .header .user-block .input-group-lg > .input-group-btn > .form-control-static.login-btn,
.menu .header .user-block .input-group-lg > .input-group-btn > .form-control-static.sign-up-btn,
.menu .header .user-block .controls .input-group-lg > .input-group-btn > a.form-control-static,
.forum-pages .input-group-lg > .input-group-btn > .form-control-static.new-topic-btn,
.forum-pages .input-group-lg > .input-group-btn > .form-control-static.reply-btn,
.forum-pages .input-group-lg > .input-group-btn > .form-control-static.locked-reply-btn,
.post .footer .post-menu .input-group-lg > .input-group-btn > .form-control-static.edit-btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > button.form-control-static[type="submit"],
.menu .header .user-block .input-group-sm > .input-group-btn > .form-control-static.login-btn,
.menu .header .user-block .input-group-sm > .input-group-btn > .form-control-static.sign-up-btn,
.menu .header .user-block .controls .input-group-sm > .input-group-btn > a.form-control-static,
.forum-pages .input-group-sm > .input-group-btn > .form-control-static.new-topic-btn,
.forum-pages .input-group-sm > .input-group-btn > .form-control-static.reply-btn,
.forum-pages .input-group-sm > .input-group-btn > .form-control-static.locked-reply-btn,
.post .footer .post-menu .input-group-sm > .input-group-btn > .form-control-static.edit-btn {
  padding-left: 0;
  padding-right: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000371}}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > button[type="submit"],
.menu .header .user-block .input-group-sm > .input-group-btn > .login-btn,
.menu .header .user-block .input-group-sm > .input-group-btn > .sign-up-btn,
.menu .header .user-block .controls .input-group-sm > .input-group-btn > a,
.forum-pages .input-group-sm > .input-group-btn > .new-topic-btn,
.forum-pages .input-group-sm > .input-group-btn > .reply-btn,
.forum-pages .input-group-sm > .input-group-btn > .locked-reply-btn,
.post .footer .post-menu .input-group-sm > .input-group-btn > .edit-btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000379}}
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.menu .header .user-block .input-group-sm > .input-group-btn > select.login-btn,
.menu .header .user-block .input-group-sm > .input-group-btn > select.sign-up-btn,
.forum-pages .input-group-sm > .input-group-btn > select.new-topic-btn,
.forum-pages .input-group-sm > .input-group-btn > select.reply-btn,
.forum-pages .input-group-sm > .input-group-btn > select.locked-reply-btn,
.post .footer .post-menu .input-group-sm > .input-group-btn > select.edit-btn {
  height: 30px;
  line-height: 30px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000384}}
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.menu .header .user-block .input-group-sm > .input-group-btn > textarea.login-btn,
.menu .header .user-block .input-group-sm > .input-group-btn > textarea.sign-up-btn,
.forum-pages .input-group-sm > .input-group-btn > textarea.new-topic-btn,
.forum-pages .input-group-sm > .input-group-btn > textarea.reply-btn,
.forum-pages .input-group-sm > .input-group-btn > textarea.locked-reply-btn,
.post .footer .post-menu .input-group-sm > .input-group-btn > textarea.edit-btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.menu .header .user-block .input-group-sm > .input-group-btn > select[multiple].login-btn,
.menu .header .user-block .input-group-sm > .input-group-btn > select[multiple].sign-up-btn,
.forum-pages .input-group-sm > .input-group-btn > select[multiple].new-topic-btn,
.forum-pages .input-group-sm > .input-group-btn > select[multiple].reply-btn,
.forum-pages .input-group-sm > .input-group-btn > select[multiple].locked-reply-btn,
.post .footer .post-menu .input-group-sm > .input-group-btn > select[multiple].edit-btn {
  height: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000371}}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000379}}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000384}}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003327}}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000371}}
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > button[type="submit"],
.menu .header .user-block .input-group-lg > .input-group-btn > .login-btn,
.menu .header .user-block .input-group-lg > .input-group-btn > .sign-up-btn,
.menu .header .user-block .controls .input-group-lg > .input-group-btn > a,
.forum-pages .input-group-lg > .input-group-btn > .new-topic-btn,
.forum-pages .input-group-lg > .input-group-btn > .reply-btn,
.forum-pages .input-group-lg > .input-group-btn > .locked-reply-btn,
.post .footer .post-menu .input-group-lg > .input-group-btn > .edit-btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000379}}
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.menu .header .user-block .input-group-lg > .input-group-btn > select.login-btn,
.menu .header .user-block .input-group-lg > .input-group-btn > select.sign-up-btn,
.forum-pages .input-group-lg > .input-group-btn > select.new-topic-btn,
.forum-pages .input-group-lg > .input-group-btn > select.reply-btn,
.forum-pages .input-group-lg > .input-group-btn > select.locked-reply-btn,
.post .footer .post-menu .input-group-lg > .input-group-btn > select.edit-btn {
  height: 46px;
  line-height: 46px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000384}}
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.menu .header .user-block .input-group-lg > .input-group-btn > textarea.login-btn,
.menu .header .user-block .input-group-lg > .input-group-btn > textarea.sign-up-btn,
.forum-pages .input-group-lg > .input-group-btn > textarea.new-topic-btn,
.forum-pages .input-group-lg > .input-group-btn > textarea.reply-btn,
.forum-pages .input-group-lg > .input-group-btn > textarea.locked-reply-btn,
.post .footer .post-menu .input-group-lg > .input-group-btn > textarea.edit-btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.menu .header .user-block .input-group-lg > .input-group-btn > select[multiple].login-btn,
.menu .header .user-block .input-group-lg > .input-group-btn > select[multiple].sign-up-btn,
.forum-pages .input-group-lg > .input-group-btn > select[multiple].new-topic-btn,
.forum-pages .input-group-lg > .input-group-btn > select[multiple].reply-btn,
.forum-pages .input-group-lg > .input-group-btn > select[multiple].locked-reply-btn,
.post .footer .post-menu .input-group-lg > .input-group-btn > select[multiple].edit-btn {
  height: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000371}}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000379}}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000384}}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003341}}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003355}}
.has-feedback {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003360}}
.has-feedback .form-control {
  padding-right: 42.5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003365}}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003377}}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > button[type="submit"] + .form-control-feedback,
.menu .header .user-block .input-group-lg > .input-group-btn > .login-btn + .form-control-feedback,
.menu .header .user-block .input-group-lg > .input-group-btn > .sign-up-btn + .form-control-feedback,
.menu .header .user-block .controls .input-group-lg > .input-group-btn > a + .form-control-feedback,
.forum-pages .input-group-lg > .input-group-btn > .new-topic-btn + .form-control-feedback,
.forum-pages .input-group-lg > .input-group-btn > .reply-btn + .form-control-feedback,
.forum-pages .input-group-lg > .input-group-btn > .locked-reply-btn + .form-control-feedback,
.post .footer .post-menu .input-group-lg > .input-group-btn > .edit-btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003382}}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > button[type="submit"] + .form-control-feedback,
.menu .header .user-block .input-group-sm > .input-group-btn > .login-btn + .form-control-feedback,
.menu .header .user-block .input-group-sm > .input-group-btn > .sign-up-btn + .form-control-feedback,
.menu .header .user-block .controls .input-group-sm > .input-group-btn > a + .form-control-feedback,
.forum-pages .input-group-sm > .input-group-btn > .new-topic-btn + .form-control-feedback,
.forum-pages .input-group-sm > .input-group-btn > .reply-btn + .form-control-feedback,
.forum-pages .input-group-sm > .input-group-btn > .locked-reply-btn + .form-control-feedback,
.post .footer .post-menu .input-group-sm > .input-group-btn > .edit-btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\000038}}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000321}}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000324}}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000331}}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000337}}
.has-success .form-control-feedback {
  color: #3c763d;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\000038}}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000321}}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000324}}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000331}}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000337}}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\000038}}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000321}}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000324}}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000331}}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_forms\.scss}line{font-family:\0000337}}
.has-error .form-control-feedback {
  color: #a94442;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003402}}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003405}}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003416}}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003441}}
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003448}}
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003455}}
  .form-inline .form-control-static {
    display: inline-block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003459}}
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003463}}
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003471}}
  .form-inline .input-group > .form-control {
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003475}}
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003482}}
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003489}}
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003493}}
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003500}}
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003522}}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003532}}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003538}}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000314}}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000319}}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003545}}
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003556}}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003566}}
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003573}}
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\000039}}
.btn, button[type="submit"], .menu .header .user-block .login-btn, .menu .header .user-block .sign-up-btn, .menu .header .user-block .controls a, .forum-pages .new-topic-btn, .forum-pages .reply-btn, .forum-pages .locked-reply-btn, .post .footer .post-menu .edit-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\0000326}}
.btn:focus, button[type="submit"]:focus, .menu .header .user-block .login-btn:focus, .menu .header .user-block .sign-up-btn:focus, .menu .header .user-block .controls a:focus, .forum-pages .new-topic-btn:focus, .forum-pages .reply-btn:focus, .forum-pages .locked-reply-btn:focus, .post .footer .post-menu .edit-btn:focus, .btn.focus, button.focus[type="submit"], .menu .header .user-block .focus.login-btn, .menu .header .user-block .focus.sign-up-btn, .menu .header .user-block .controls a.focus, .forum-pages .focus.new-topic-btn, .forum-pages .focus.reply-btn, .forum-pages .focus.locked-reply-btn, .post .footer .post-menu .focus.edit-btn, .btn:active:focus, button[type="submit"]:active:focus, .menu .header .user-block .login-btn:active:focus, .menu .header .user-block .sign-up-btn:active:focus, .menu .header .user-block .controls a:active:focus, .forum-pages .new-topic-btn:active:focus, .forum-pages .reply-btn:active:focus, .forum-pages .locked-reply-btn:active:focus, .post .footer .post-menu .edit-btn:active:focus, .btn:active.focus, button[type="submit"]:active.focus, .menu .header .user-block .login-btn:active.focus, .menu .header .user-block .sign-up-btn:active.focus, .menu .header .user-block .controls a:active.focus, .forum-pages .new-topic-btn:active.focus, .forum-pages .reply-btn:active.focus, .forum-pages .locked-reply-btn:active.focus, .post .footer .post-menu .edit-btn:active.focus, .btn.active:focus, button.active[type="submit"]:focus, .menu .header .user-block .active.login-btn:focus, .menu .header .user-block .active.sign-up-btn:focus, .menu .header .user-block .controls a.active:focus, .forum-pages .active.new-topic-btn:focus, .forum-pages .active.reply-btn:focus, .forum-pages .active.locked-reply-btn:focus, .post .footer .post-menu .active.edit-btn:focus, .btn.active.focus, button.active.focus[type="submit"], .menu .header .user-block .active.focus.login-btn, .menu .header .user-block .active.focus.sign-up-btn, .menu .header .user-block .controls a.active.focus, .forum-pages .active.focus.new-topic-btn, .forum-pages .active.focus.reply-btn, .forum-pages .active.focus.locked-reply-btn, .post .footer .post-menu .active.focus.edit-btn {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\0000332}}
.btn:hover, button[type="submit"]:hover, .menu .header .user-block .login-btn:hover, .menu .header .user-block .sign-up-btn:hover, .menu .header .user-block .controls a:hover, .forum-pages .new-topic-btn:hover, .forum-pages .reply-btn:hover, .forum-pages .locked-reply-btn:hover, .post .footer .post-menu .edit-btn:hover, .btn:focus, button[type="submit"]:focus, .menu .header .user-block .login-btn:focus, .menu .header .user-block .sign-up-btn:focus, .menu .header .user-block .controls a:focus, .forum-pages .new-topic-btn:focus, .forum-pages .reply-btn:focus, .forum-pages .locked-reply-btn:focus, .post .footer .post-menu .edit-btn:focus, .btn.focus, button.focus[type="submit"], .menu .header .user-block .focus.login-btn, .menu .header .user-block .focus.sign-up-btn, .menu .header .user-block .controls a.focus, .forum-pages .focus.new-topic-btn, .forum-pages .focus.reply-btn, .forum-pages .focus.locked-reply-btn, .post .footer .post-menu .focus.edit-btn {
  color: #333;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\0000339}}
.btn:active, button[type="submit"]:active, .menu .header .user-block .login-btn:active, .menu .header .user-block .sign-up-btn:active, .menu .header .user-block .controls a:active, .forum-pages .new-topic-btn:active, .forum-pages .reply-btn:active, .forum-pages .locked-reply-btn:active, .post .footer .post-menu .edit-btn:active, .btn.active, button.active[type="submit"], .menu .header .user-block .active.login-btn, .menu .header .user-block .active.sign-up-btn, .menu .header .user-block .controls a.active, .forum-pages .active.new-topic-btn, .forum-pages .active.reply-btn, .forum-pages .active.locked-reply-btn, .post .footer .post-menu .active.edit-btn {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\0000346}}
.btn.disabled, button.disabled[type="submit"], .menu .header .user-block .disabled.login-btn, .menu .header .user-block .forum-pages .login-btn.locked-reply-btn, .forum-pages .menu .header .user-block .login-btn.locked-reply-btn, .menu .header .user-block .disabled.sign-up-btn, .menu .header .user-block .forum-pages .sign-up-btn.locked-reply-btn, .forum-pages .menu .header .user-block .sign-up-btn.locked-reply-btn, .menu .header .user-block .controls a.disabled, .menu .header .user-block .controls .forum-pages a.locked-reply-btn, .forum-pages .menu .header .user-block .controls a.locked-reply-btn, .forum-pages .disabled.new-topic-btn, .forum-pages .disabled.reply-btn, .forum-pages .locked-reply-btn, .post .footer .post-menu .disabled.edit-btn, .post .footer .post-menu .forum-pages .edit-btn.locked-reply-btn, .forum-pages .post .footer .post-menu .edit-btn.locked-reply-btn, .btn[disabled], button[disabled][type="submit"], .menu .header .user-block [disabled].login-btn, .menu .header .user-block [disabled].sign-up-btn, .menu .header .user-block .controls a[disabled], .forum-pages [disabled].new-topic-btn, .forum-pages [disabled].reply-btn, .forum-pages [disabled].locked-reply-btn, .post .footer .post-menu [disabled].edit-btn, fieldset[disabled] .btn, fieldset[disabled] button[type="submit"], fieldset[disabled] .menu .header .user-block .login-btn, .menu .header .user-block fieldset[disabled] .login-btn, fieldset[disabled] .menu .header .user-block .sign-up-btn, .menu .header .user-block fieldset[disabled] .sign-up-btn, fieldset[disabled] .menu .header .user-block .controls a, .menu .header .user-block .controls fieldset[disabled] a, fieldset[disabled] .forum-pages .new-topic-btn, .forum-pages fieldset[disabled] .new-topic-btn, fieldset[disabled] .forum-pages .reply-btn, .forum-pages fieldset[disabled] .reply-btn, fieldset[disabled] .forum-pages .locked-reply-btn, .forum-pages fieldset[disabled] .locked-reply-btn, fieldset[disabled] .post .footer .post-menu .edit-btn, .post .footer .post-menu fieldset[disabled] .edit-btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\0000360}}
.btn-default, .forum-pages .locked-reply-btn {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000311}}
.btn-default:hover, .forum-pages .locked-reply-btn:hover, .btn-default:focus, .forum-pages .locked-reply-btn:focus, .btn-default.focus, .forum-pages .focus.locked-reply-btn, .btn-default:active, .forum-pages .locked-reply-btn:active, .btn-default.active, .forum-pages .active.locked-reply-btn, .open > .btn-default.dropdown-toggle, .forum-pages .open > .dropdown-toggle.locked-reply-btn {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000321}}
.btn-default:active, .forum-pages .locked-reply-btn:active, .btn-default.active, .forum-pages .active.locked-reply-btn, .open > .btn-default.dropdown-toggle, .forum-pages .open > .dropdown-toggle.locked-reply-btn {
  background-image: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000329}}
.btn-default.disabled, .forum-pages .locked-reply-btn, .btn-default.disabled:hover, .forum-pages .locked-reply-btn:hover, .btn-default.disabled:focus, .forum-pages .locked-reply-btn:focus, .btn-default.disabled.focus, .forum-pages .focus.locked-reply-btn, .btn-default.disabled:active, .forum-pages .locked-reply-btn:active, .btn-default.disabled.active, .forum-pages .active.locked-reply-btn, .btn-default[disabled], .forum-pages [disabled].locked-reply-btn, .btn-default[disabled]:hover, .forum-pages [disabled].locked-reply-btn:hover, .btn-default[disabled]:focus, .forum-pages [disabled].locked-reply-btn:focus, .btn-default[disabled].focus, .forum-pages [disabled].focus.locked-reply-btn, .btn-default[disabled]:active, .forum-pages [disabled].locked-reply-btn:active, .btn-default[disabled].active, .forum-pages [disabled].active.locked-reply-btn, fieldset[disabled] .btn-default, fieldset[disabled] .forum-pages .locked-reply-btn, .forum-pages fieldset[disabled] .locked-reply-btn, fieldset[disabled] .btn-default:hover, fieldset[disabled] .forum-pages .locked-reply-btn:hover, .forum-pages fieldset[disabled] .locked-reply-btn:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .forum-pages .locked-reply-btn:focus, .forum-pages fieldset[disabled] .locked-reply-btn:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .forum-pages .focus.locked-reply-btn, .forum-pages fieldset[disabled] .focus.locked-reply-btn, fieldset[disabled] .btn-default:active, fieldset[disabled] .forum-pages .locked-reply-btn:active, .forum-pages fieldset[disabled] .locked-reply-btn:active, fieldset[disabled] .btn-default.active, fieldset[disabled] .forum-pages .active.locked-reply-btn, .forum-pages fieldset[disabled] .active.locked-reply-btn {
  background-color: #fff;
  border-color: #ccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000340}}
.btn-default .badge, .forum-pages .locked-reply-btn .badge {
  color: #fff;
  background-color: #333;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\0000363}}
.btn-primary, button[type="submit"], .menu .header .user-block .login-btn, .forum-pages .new-topic-btn, .forum-pages .reply-btn {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000311}}
.btn-primary:hover, button[type="submit"]:hover, .menu .header .user-block .login-btn:hover, .forum-pages .new-topic-btn:hover, .forum-pages .reply-btn:hover, .btn-primary:focus, button[type="submit"]:focus, .menu .header .user-block .login-btn:focus, .forum-pages .new-topic-btn:focus, .forum-pages .reply-btn:focus, .btn-primary.focus, button.focus[type="submit"], .menu .header .user-block .focus.login-btn, .forum-pages .focus.new-topic-btn, .forum-pages .focus.reply-btn, .btn-primary:active, button[type="submit"]:active, .menu .header .user-block .login-btn:active, .forum-pages .new-topic-btn:active, .forum-pages .reply-btn:active, .btn-primary.active, button.active[type="submit"], .menu .header .user-block .active.login-btn, .forum-pages .active.new-topic-btn, .forum-pages .active.reply-btn, .open > .btn-primary.dropdown-toggle, .open > button.dropdown-toggle[type="submit"], .menu .header .user-block .open > .dropdown-toggle.login-btn, .forum-pages .open > .dropdown-toggle.new-topic-btn, .forum-pages .open > .dropdown-toggle.reply-btn {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000321}}
.btn-primary:active, button[type="submit"]:active, .menu .header .user-block .login-btn:active, .forum-pages .new-topic-btn:active, .forum-pages .reply-btn:active, .btn-primary.active, button.active[type="submit"], .menu .header .user-block .active.login-btn, .forum-pages .active.new-topic-btn, .forum-pages .active.reply-btn, .open > .btn-primary.dropdown-toggle, .open > button.dropdown-toggle[type="submit"], .menu .header .user-block .open > .dropdown-toggle.login-btn, .forum-pages .open > .dropdown-toggle.new-topic-btn, .forum-pages .open > .dropdown-toggle.reply-btn {
  background-image: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000329}}
.btn-primary.disabled, button.disabled[type="submit"], .forum-pages button[type="submit"].locked-reply-btn, .menu .header .user-block .disabled.login-btn, .menu .header .user-block .forum-pages .login-btn.locked-reply-btn, .forum-pages .menu .header .user-block .login-btn.locked-reply-btn, .forum-pages .disabled.new-topic-btn, .forum-pages .new-topic-btn.locked-reply-btn, .forum-pages .disabled.reply-btn, .forum-pages .reply-btn.locked-reply-btn, .forum-pages .btn-primary.locked-reply-btn, .btn-primary.disabled:hover, button.disabled[type="submit"]:hover, .forum-pages button[type="submit"].locked-reply-btn:hover, .menu .header .user-block .disabled.login-btn:hover, .menu .header .user-block .forum-pages .login-btn.locked-reply-btn:hover, .forum-pages .menu .header .user-block .login-btn.locked-reply-btn:hover, .forum-pages .disabled.new-topic-btn:hover, .forum-pages .new-topic-btn.locked-reply-btn:hover, .forum-pages .disabled.reply-btn:hover, .forum-pages .reply-btn.locked-reply-btn:hover, .forum-pages .btn-primary.locked-reply-btn:hover, .btn-primary.disabled:focus, button.disabled[type="submit"]:focus, .forum-pages button[type="submit"].locked-reply-btn:focus, .menu .header .user-block .disabled.login-btn:focus, .menu .header .user-block .forum-pages .login-btn.locked-reply-btn:focus, .forum-pages .menu .header .user-block .login-btn.locked-reply-btn:focus, .forum-pages .disabled.new-topic-btn:focus, .forum-pages .new-topic-btn.locked-reply-btn:focus, .forum-pages .disabled.reply-btn:focus, .forum-pages .reply-btn.locked-reply-btn:focus, .forum-pages .btn-primary.locked-reply-btn:focus, .btn-primary.disabled.focus, button.disabled.focus[type="submit"], .forum-pages button.focus[type="submit"].locked-reply-btn, .menu .header .user-block .disabled.focus.login-btn, .menu .header .user-block .forum-pages .focus.login-btn.locked-reply-btn, .forum-pages .menu .header .user-block .focus.login-btn.locked-reply-btn, .forum-pages .disabled.focus.new-topic-btn, .forum-pages .focus.new-topic-btn.locked-reply-btn, .forum-pages .disabled.focus.reply-btn, .forum-pages .focus.reply-btn.locked-reply-btn, .forum-pages .btn-primary.focus.locked-reply-btn, .btn-primary.disabled:active, button.disabled[type="submit"]:active, .forum-pages button[type="submit"].locked-reply-btn:active, .menu .header .user-block .disabled.login-btn:active, .menu .header .user-block .forum-pages .login-btn.locked-reply-btn:active, .forum-pages .menu .header .user-block .login-btn.locked-reply-btn:active, .forum-pages .disabled.new-topic-btn:active, .forum-pages .new-topic-btn.locked-reply-btn:active, .forum-pages .disabled.reply-btn:active, .forum-pages .reply-btn.locked-reply-btn:active, .forum-pages .btn-primary.locked-reply-btn:active, .btn-primary.disabled.active, button.disabled.active[type="submit"], .forum-pages button.active[type="submit"].locked-reply-btn, .menu .header .user-block .disabled.active.login-btn, .menu .header .user-block .forum-pages .active.login-btn.locked-reply-btn, .forum-pages .menu .header .user-block .active.login-btn.locked-reply-btn, .forum-pages .disabled.active.new-topic-btn, .forum-pages .active.new-topic-btn.locked-reply-btn, .forum-pages .disabled.active.reply-btn, .forum-pages .active.reply-btn.locked-reply-btn, .forum-pages .btn-primary.active.locked-reply-btn, .btn-primary[disabled], button[disabled][type="submit"], .menu .header .user-block [disabled].login-btn, .forum-pages [disabled].new-topic-btn, .forum-pages [disabled].reply-btn, .btn-primary[disabled]:hover, button[disabled][type="submit"]:hover, .menu .header .user-block [disabled].login-btn:hover, .forum-pages [disabled].new-topic-btn:hover, .forum-pages [disabled].reply-btn:hover, .btn-primary[disabled]:focus, button[disabled][type="submit"]:focus, .menu .header .user-block [disabled].login-btn:focus, .forum-pages [disabled].new-topic-btn:focus, .forum-pages [disabled].reply-btn:focus, .btn-primary[disabled].focus, button[disabled].focus[type="submit"], .menu .header .user-block [disabled].focus.login-btn, .forum-pages [disabled].focus.new-topic-btn, .forum-pages [disabled].focus.reply-btn, .btn-primary[disabled]:active, button[disabled][type="submit"]:active, .menu .header .user-block [disabled].login-btn:active, .forum-pages [disabled].new-topic-btn:active, .forum-pages [disabled].reply-btn:active, .btn-primary[disabled].active, button[disabled].active[type="submit"], .menu .header .user-block [disabled].active.login-btn, .forum-pages [disabled].active.new-topic-btn, .forum-pages [disabled].active.reply-btn, fieldset[disabled] .btn-primary, fieldset[disabled] button[type="submit"], fieldset[disabled] .menu .header .user-block .login-btn, .menu .header .user-block fieldset[disabled] .login-btn, fieldset[disabled] .forum-pages .new-topic-btn, .forum-pages fieldset[disabled] .new-topic-btn, fieldset[disabled] .forum-pages .reply-btn, .forum-pages fieldset[disabled] .reply-btn, fieldset[disabled] .btn-primary:hover, fieldset[disabled] button[type="submit"]:hover, fieldset[disabled] .menu .header .user-block .login-btn:hover, .menu .header .user-block fieldset[disabled] .login-btn:hover, fieldset[disabled] .forum-pages .new-topic-btn:hover, .forum-pages fieldset[disabled] .new-topic-btn:hover, fieldset[disabled] .forum-pages .reply-btn:hover, .forum-pages fieldset[disabled] .reply-btn:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] button[type="submit"]:focus, fieldset[disabled] .menu .header .user-block .login-btn:focus, .menu .header .user-block fieldset[disabled] .login-btn:focus, fieldset[disabled] .forum-pages .new-topic-btn:focus, .forum-pages fieldset[disabled] .new-topic-btn:focus, fieldset[disabled] .forum-pages .reply-btn:focus, .forum-pages fieldset[disabled] .reply-btn:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] button.focus[type="submit"], fieldset[disabled] .menu .header .user-block .focus.login-btn, .menu .header .user-block fieldset[disabled] .focus.login-btn, fieldset[disabled] .forum-pages .focus.new-topic-btn, .forum-pages fieldset[disabled] .focus.new-topic-btn, fieldset[disabled] .forum-pages .focus.reply-btn, .forum-pages fieldset[disabled] .focus.reply-btn, fieldset[disabled] .btn-primary:active, fieldset[disabled] button[type="submit"]:active, fieldset[disabled] .menu .header .user-block .login-btn:active, .menu .header .user-block fieldset[disabled] .login-btn:active, fieldset[disabled] .forum-pages .new-topic-btn:active, .forum-pages fieldset[disabled] .new-topic-btn:active, fieldset[disabled] .forum-pages .reply-btn:active, .forum-pages fieldset[disabled] .reply-btn:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] button.active[type="submit"], fieldset[disabled] .menu .header .user-block .active.login-btn, .menu .header .user-block fieldset[disabled] .active.login-btn, fieldset[disabled] .forum-pages .active.new-topic-btn, .forum-pages fieldset[disabled] .active.new-topic-btn, fieldset[disabled] .forum-pages .active.reply-btn, .forum-pages fieldset[disabled] .active.reply-btn {
  background-color: #337ab7;
  border-color: #2e6da4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000340}}
.btn-primary .badge, button[type="submit"] .badge, .menu .header .user-block .login-btn .badge, .forum-pages .new-topic-btn .badge, .forum-pages .reply-btn .badge {
  color: #337ab7;
  background-color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\0000367}}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000311}}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000321}}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000329}}
.btn-success.disabled, .forum-pages .btn-success.locked-reply-btn, .btn-success.disabled:hover, .forum-pages .btn-success.locked-reply-btn:hover, .btn-success.disabled:focus, .forum-pages .btn-success.locked-reply-btn:focus, .btn-success.disabled.focus, .forum-pages .btn-success.focus.locked-reply-btn, .btn-success.disabled:active, .forum-pages .btn-success.locked-reply-btn:active, .btn-success.disabled.active, .forum-pages .btn-success.active.locked-reply-btn, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000340}}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\0000371}}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000311}}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000321}}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000329}}
.btn-info.disabled, .forum-pages .btn-info.locked-reply-btn, .btn-info.disabled:hover, .forum-pages .btn-info.locked-reply-btn:hover, .btn-info.disabled:focus, .forum-pages .btn-info.locked-reply-btn:focus, .btn-info.disabled.focus, .forum-pages .btn-info.focus.locked-reply-btn, .btn-info.disabled:active, .forum-pages .btn-info.locked-reply-btn:active, .btn-info.disabled.active, .forum-pages .btn-info.active.locked-reply-btn, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000340}}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\0000375}}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000311}}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000321}}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000329}}
.btn-warning.disabled, .forum-pages .btn-warning.locked-reply-btn, .btn-warning.disabled:hover, .forum-pages .btn-warning.locked-reply-btn:hover, .btn-warning.disabled:focus, .forum-pages .btn-warning.locked-reply-btn:focus, .btn-warning.disabled.focus, .forum-pages .btn-warning.focus.locked-reply-btn, .btn-warning.disabled:active, .forum-pages .btn-warning.locked-reply-btn:active, .btn-warning.disabled.active, .forum-pages .btn-warning.active.locked-reply-btn, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000340}}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\0000379}}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000311}}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000321}}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000329}}
.btn-danger.disabled, .forum-pages .btn-danger.locked-reply-btn, .btn-danger.disabled:hover, .forum-pages .btn-danger.locked-reply-btn:hover, .btn-danger.disabled:focus, .forum-pages .btn-danger.locked-reply-btn:focus, .btn-danger.disabled.focus, .forum-pages .btn-danger.focus.locked-reply-btn, .btn-danger.disabled:active, .forum-pages .btn-danger.locked-reply-btn:active, .btn-danger.disabled.active, .forum-pages .btn-danger.active.locked-reply-btn, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_buttons\.scss}line{font-family:\0000340}}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\0000388}}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\0000393}}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\00003101}}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\00003107}}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\00003115}}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\00003127}}
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > button[type="submit"], .menu .header .user-block .btn-group-lg > .login-btn, .menu .header .user-block .btn-group-lg > .sign-up-btn, .menu .header .user-block .controls .btn-group-lg > a, .forum-pages .btn-group-lg > .new-topic-btn, .forum-pages .btn-group-lg > .reply-btn, .forum-pages .btn-group-lg > .locked-reply-btn, .post .footer .post-menu .btn-group-lg > .edit-btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\00003131}}
.btn-sm, .menu .header .user-block .controls a, .btn-group-sm > .btn, .btn-group-sm > button[type="submit"], .menu .header .user-block .btn-group-sm > .login-btn, .menu .header .user-block .btn-group-sm > .sign-up-btn, .forum-pages .btn-group-sm > .new-topic-btn, .forum-pages .btn-group-sm > .reply-btn, .forum-pages .btn-group-sm > .locked-reply-btn, .post .footer .post-menu .btn-group-sm > .edit-btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\00003135}}
.btn-xs, .btn-group-xs > .btn, .btn-group-xs > button[type="submit"], .menu .header .user-block .btn-group-xs > .login-btn, .menu .header .user-block .btn-group-xs > .sign-up-btn, .menu .header .user-block .controls .btn-group-xs > a, .forum-pages .btn-group-xs > .new-topic-btn, .forum-pages .btn-group-xs > .reply-btn, .forum-pages .btn-group-xs > .locked-reply-btn, .post .footer .post-menu .btn-group-xs > .edit-btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\00003143}}
.btn-block {
  display: block;
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\00003149}}
.btn-block + .btn-block {
  margin-top: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_buttons\.scss}line{font-family:\00003157}}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_component-animations\.scss}line{font-family:\0000310}}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_component-animations\.scss}line{font-family:\0000313}}
.fade.in {
  opacity: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_component-animations\.scss}line{font-family:\0000318}}
.collapse {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_component-animations\.scss}line{font-family:\0000321}}
.collapse.in {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_component-animations\.scss}line{font-family:\0000326}}
tr.collapse.in {
  display: table-row;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_component-animations\.scss}line{font-family:\0000328}}
tbody.collapse.in {
  display: table-row-group;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_component-animations\.scss}line{font-family:\0000330}}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\000037}}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\0000319}}
.dropup,
.dropdown {
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\0000325}}
.dropdown-toggle:focus {
  outline: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\0000330}}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\0000353}}
.dropdown-menu.pull-right, .news .dropdown-menu.author, .chat_clients_server .dropdown-menu.status {
  right: 0;
  left: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\0000359}}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\0000364}}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\0000377}}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\0000387}}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\00003102}}
.dropdown-menu > .disabled > a, .forum-pages .dropdown-menu > .locked-reply-btn > a, .dropdown-menu > .disabled > a:hover, .forum-pages .dropdown-menu > .locked-reply-btn > a:hover, .dropdown-menu > .disabled > a:focus, .forum-pages .dropdown-menu > .locked-reply-btn > a:focus {
  color: #777777;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\00003109}}
.dropdown-menu > .disabled > a:hover, .forum-pages .dropdown-menu > .locked-reply-btn > a:hover, .dropdown-menu > .disabled > a:focus, .forum-pages .dropdown-menu > .locked-reply-btn > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\00003122}}
.open > .dropdown-menu {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\00003127}}
.open > a {
  outline: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\00003136}}
.dropdown-menu-right {
  left: auto;
  right: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\00003146}}
.dropdown-menu-left {
  left: 0;
  right: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\00003152}}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\00003162}}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\00003172}}
.pull-right > .dropdown-menu, .news .author > .dropdown-menu, .chat_clients_server .status > .dropdown-menu {
  right: 0;
  left: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\00003185}}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\00003191}}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\00003205}}
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_dropdowns\.scss}line{font-family:\00003210}}
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\000036}}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\0000311}}
.btn-group > .btn, .btn-group > button[type="submit"], .menu .header .user-block .btn-group > .login-btn, .menu .header .user-block .btn-group > .sign-up-btn, .menu .header .user-block .controls .btn-group > a, .forum-pages .btn-group > .new-topic-btn, .forum-pages .btn-group > .reply-btn, .forum-pages .btn-group > .locked-reply-btn, .post .footer .post-menu .btn-group > .edit-btn,
.btn-group-vertical > .btn,
.btn-group-vertical > button[type="submit"],
.menu .header .user-block .btn-group-vertical > .login-btn,
.menu .header .user-block .btn-group-vertical > .sign-up-btn,
.menu .header .user-block .controls .btn-group-vertical > a,
.forum-pages .btn-group-vertical > .new-topic-btn,
.forum-pages .btn-group-vertical > .reply-btn,
.forum-pages .btn-group-vertical > .locked-reply-btn,
.post .footer .post-menu .btn-group-vertical > .edit-btn {
  position: relative;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\0000315}}
.btn-group > .btn:hover, .btn-group > button[type="submit"]:hover, .menu .header .user-block .btn-group > .login-btn:hover, .menu .header .user-block .btn-group > .sign-up-btn:hover, .menu .header .user-block .controls .btn-group > a:hover, .forum-pages .btn-group > .new-topic-btn:hover, .forum-pages .btn-group > .reply-btn:hover, .forum-pages .btn-group > .locked-reply-btn:hover, .post .footer .post-menu .btn-group > .edit-btn:hover, .btn-group > .btn:focus, .btn-group > button[type="submit"]:focus, .menu .header .user-block .btn-group > .login-btn:focus, .menu .header .user-block .btn-group > .sign-up-btn:focus, .menu .header .user-block .controls .btn-group > a:focus, .forum-pages .btn-group > .new-topic-btn:focus, .forum-pages .btn-group > .reply-btn:focus, .forum-pages .btn-group > .locked-reply-btn:focus, .post .footer .post-menu .btn-group > .edit-btn:focus, .btn-group > .btn:active, .btn-group > button[type="submit"]:active, .menu .header .user-block .btn-group > .login-btn:active, .menu .header .user-block .btn-group > .sign-up-btn:active, .menu .header .user-block .controls .btn-group > a:active, .forum-pages .btn-group > .new-topic-btn:active, .forum-pages .btn-group > .reply-btn:active, .forum-pages .btn-group > .locked-reply-btn:active, .post .footer .post-menu .btn-group > .edit-btn:active, .btn-group > .btn.active, .btn-group > button.active[type="submit"], .menu .header .user-block .btn-group > .active.login-btn, .menu .header .user-block .btn-group > .active.sign-up-btn, .menu .header .user-block .controls .btn-group > a.active, .forum-pages .btn-group > .active.new-topic-btn, .forum-pages .btn-group > .active.reply-btn, .forum-pages .btn-group > .active.locked-reply-btn, .post .footer .post-menu .btn-group > .active.edit-btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > button[type="submit"]:hover,
.menu .header .user-block .btn-group-vertical > .login-btn:hover,
.menu .header .user-block .btn-group-vertical > .sign-up-btn:hover,
.menu .header .user-block .controls .btn-group-vertical > a:hover,
.forum-pages .btn-group-vertical > .new-topic-btn:hover,
.forum-pages .btn-group-vertical > .reply-btn:hover,
.forum-pages .btn-group-vertical > .locked-reply-btn:hover,
.post .footer .post-menu .btn-group-vertical > .edit-btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > button[type="submit"]:focus,
.menu .header .user-block .btn-group-vertical > .login-btn:focus,
.menu .header .user-block .btn-group-vertical > .sign-up-btn:focus,
.menu .header .user-block .controls .btn-group-vertical > a:focus,
.forum-pages .btn-group-vertical > .new-topic-btn:focus,
.forum-pages .btn-group-vertical > .reply-btn:focus,
.forum-pages .btn-group-vertical > .locked-reply-btn:focus,
.post .footer .post-menu .btn-group-vertical > .edit-btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > button[type="submit"]:active,
.menu .header .user-block .btn-group-vertical > .login-btn:active,
.menu .header .user-block .btn-group-vertical > .sign-up-btn:active,
.menu .header .user-block .controls .btn-group-vertical > a:active,
.forum-pages .btn-group-vertical > .new-topic-btn:active,
.forum-pages .btn-group-vertical > .reply-btn:active,
.forum-pages .btn-group-vertical > .locked-reply-btn:active,
.post .footer .post-menu .btn-group-vertical > .edit-btn:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > button.active[type="submit"],
.menu .header .user-block .btn-group-vertical > .active.login-btn,
.menu .header .user-block .btn-group-vertical > .active.sign-up-btn,
.menu .header .user-block .controls .btn-group-vertical > a.active,
.forum-pages .btn-group-vertical > .active.new-topic-btn,
.forum-pages .btn-group-vertical > .active.reply-btn,
.forum-pages .btn-group-vertical > .active.locked-reply-btn,
.post .footer .post-menu .btn-group-vertical > .active.edit-btn {
  z-index: 2;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\0000326}}
.btn-group .btn + .btn, .btn-group button[type="submit"] + .btn, .btn-group .menu .header .user-block .login-btn + .btn, .menu .header .user-block .btn-group .login-btn + .btn, .btn-group .menu .header .user-block .sign-up-btn + .btn, .menu .header .user-block .btn-group .sign-up-btn + .btn, .btn-group .menu .header .user-block .controls a + .btn, .menu .header .user-block .controls .btn-group a + .btn, .btn-group .forum-pages .new-topic-btn + .btn, .forum-pages .btn-group .new-topic-btn + .btn, .btn-group .forum-pages .reply-btn + .btn, .forum-pages .btn-group .reply-btn + .btn, .btn-group .forum-pages .locked-reply-btn + .btn, .forum-pages .btn-group .locked-reply-btn + .btn, .btn-group .post .footer .post-menu .edit-btn + .btn, .post .footer .post-menu .btn-group .edit-btn + .btn, .btn-group .btn + button[type="submit"], .btn-group button[type="submit"] + button[type="submit"], .btn-group .menu .header .user-block .login-btn + button[type="submit"], .menu .header .user-block .btn-group .login-btn + button[type="submit"], .btn-group .menu .header .user-block .sign-up-btn + button[type="submit"], .menu .header .user-block .btn-group .sign-up-btn + button[type="submit"], .btn-group .menu .header .user-block .controls a + button[type="submit"], .menu .header .user-block .controls .btn-group a + button[type="submit"], .btn-group .forum-pages .new-topic-btn + button[type="submit"], .forum-pages .btn-group .new-topic-btn + button[type="submit"], .btn-group .forum-pages .reply-btn + button[type="submit"], .forum-pages .btn-group .reply-btn + button[type="submit"], .btn-group .forum-pages .locked-reply-btn + button[type="submit"], .forum-pages .btn-group .locked-reply-btn + button[type="submit"], .btn-group .post .footer .post-menu .edit-btn + button[type="submit"], .post .footer .post-menu .btn-group .edit-btn + button[type="submit"], .btn-group .menu .header .user-block .btn + .login-btn, .menu .header .user-block .btn-group .btn + .login-btn, .btn-group .menu .header .user-block button[type="submit"] + .login-btn, .menu .header .user-block .btn-group button[type="submit"] + .login-btn, .btn-group .menu .header .user-block .login-btn + .login-btn, .menu .header .user-block .btn-group .login-btn + .login-btn, .btn-group .menu .header .user-block .sign-up-btn + .login-btn, .menu .header .user-block .btn-group .sign-up-btn + .login-btn, .btn-group .menu .header .user-block .controls a + .login-btn, .menu .header .user-block .controls .btn-group a + .login-btn, .btn-group .forum-pages .menu .header .user-block .new-topic-btn + .login-btn, .menu .header .user-block .btn-group .forum-pages .new-topic-btn + .login-btn, .forum-pages .btn-group .menu .header .user-block .new-topic-btn + .login-btn, .menu .header .user-block .forum-pages .btn-group .new-topic-btn + .login-btn, .btn-group .forum-pages .menu .header .user-block .reply-btn + .login-btn, .menu .header .user-block .btn-group .forum-pages .reply-btn + .login-btn, .forum-pages .btn-group .menu .header .user-block .reply-btn + .login-btn, .menu .header .user-block .forum-pages .btn-group .reply-btn + .login-btn, .btn-group .forum-pages .menu .header .user-block .locked-reply-btn + .login-btn, .menu .header .user-block .btn-group .forum-pages .locked-reply-btn + .login-btn, .forum-pages .btn-group .menu .header .user-block .locked-reply-btn + .login-btn, .menu .header .user-block .forum-pages .btn-group .locked-reply-btn + .login-btn, .btn-group .post .footer .post-menu .menu .header .user-block .edit-btn + .login-btn, .menu .header .user-block .btn-group .post .footer .post-menu .edit-btn + .login-btn, .post .footer .post-menu .btn-group .menu .header .user-block .edit-btn + .login-btn, .menu .header .user-block .post .footer .post-menu .btn-group .edit-btn + .login-btn, .btn-group .menu .header .user-block .btn + .sign-up-btn, .menu .header .user-block .btn-group .btn + .sign-up-btn, .btn-group .menu .header .user-block button[type="submit"] + .sign-up-btn, .menu .header .user-block .btn-group button[type="submit"] + .sign-up-btn, .btn-group .menu .header .user-block .login-btn + .sign-up-btn, .menu .header .user-block .btn-group .login-btn + .sign-up-btn, .btn-group .menu .header .user-block .sign-up-btn + .sign-up-btn, .menu .header .user-block .btn-group .sign-up-btn + .sign-up-btn, .btn-group .menu .header .user-block .controls a + .sign-up-btn, .menu .header .user-block .controls .btn-group a + .sign-up-btn, .btn-group .forum-pages .menu .header .user-block .new-topic-btn + .sign-up-btn, .menu .header .user-block .btn-group .forum-pages .new-topic-btn + .sign-up-btn, .forum-pages .btn-group .menu .header .user-block .new-topic-btn + .sign-up-btn, .menu .header .user-block .forum-pages .btn-group .new-topic-btn + .sign-up-btn, .btn-group .forum-pages .menu .header .user-block .reply-btn + .sign-up-btn, .menu .header .user-block .btn-group .forum-pages .reply-btn + .sign-up-btn, .forum-pages .btn-group .menu .header .user-block .reply-btn + .sign-up-btn, .menu .header .user-block .forum-pages .btn-group .reply-btn + .sign-up-btn, .btn-group .forum-pages .menu .header .user-block .locked-reply-btn + .sign-up-btn, .menu .header .user-block .btn-group .forum-pages .locked-reply-btn + .sign-up-btn, .forum-pages .btn-group .menu .header .user-block .locked-reply-btn + .sign-up-btn, .menu .header .user-block .forum-pages .btn-group .locked-reply-btn + .sign-up-btn, .btn-group .post .footer .post-menu .menu .header .user-block .edit-btn + .sign-up-btn, .menu .header .user-block .btn-group .post .footer .post-menu .edit-btn + .sign-up-btn, .post .footer .post-menu .btn-group .menu .header .user-block .edit-btn + .sign-up-btn, .menu .header .user-block .post .footer .post-menu .btn-group .edit-btn + .sign-up-btn, .btn-group .menu .header .user-block .controls .btn + a, .menu .header .user-block .controls .btn-group .btn + a, .btn-group .menu .header .user-block .controls button[type="submit"] + a, .menu .header .user-block .controls .btn-group button[type="submit"] + a, .btn-group .menu .header .user-block .controls .login-btn + a, .menu .header .user-block .btn-group .controls .login-btn + a, .menu .header .user-block .controls .btn-group .login-btn + a, .btn-group .menu .header .user-block .controls .sign-up-btn + a, .menu .header .user-block .btn-group .controls .sign-up-btn + a, .menu .header .user-block .controls .btn-group .sign-up-btn + a, .btn-group .menu .header .user-block .controls a + a, .menu .header .user-block .controls .btn-group a + a, .btn-group .forum-pages .menu .header .user-block .controls .new-topic-btn + a, .menu .header .user-block .controls .btn-group .forum-pages .new-topic-btn + a, .forum-pages .btn-group .menu .header .user-block .controls .new-topic-btn + a, .menu .header .user-block .controls .forum-pages .btn-group .new-topic-btn + a, .btn-group .forum-pages .menu .header .user-block .controls .reply-btn + a, .menu .header .user-block .controls .btn-group .forum-pages .reply-btn + a, .forum-pages .btn-group .menu .header .user-block .controls .reply-btn + a, .menu .header .user-block .controls .forum-pages .btn-group .reply-btn + a, .btn-group .forum-pages .menu .header .user-block .controls .locked-reply-btn + a, .menu .header .user-block .controls .btn-group .forum-pages .locked-reply-btn + a, .forum-pages .btn-group .menu .header .user-block .controls .locked-reply-btn + a, .menu .header .user-block .controls .forum-pages .btn-group .locked-reply-btn + a, .btn-group .post .footer .post-menu .menu .header .user-block .controls .edit-btn + a, .menu .header .user-block .controls .btn-group .post .footer .post-menu .edit-btn + a, .post .footer .post-menu .btn-group .menu .header .user-block .controls .edit-btn + a, .menu .header .user-block .controls .post .footer .post-menu .btn-group .edit-btn + a, .btn-group .forum-pages .btn + .new-topic-btn, .forum-pages .btn-group .btn + .new-topic-btn, .btn-group .forum-pages button[type="submit"] + .new-topic-btn, .forum-pages .btn-group button[type="submit"] + .new-topic-btn, .btn-group .menu .header .user-block .forum-pages .login-btn + .new-topic-btn, .forum-pages .btn-group .menu .header .user-block .login-btn + .new-topic-btn, .menu .header .user-block .btn-group .forum-pages .login-btn + .new-topic-btn, .forum-pages .menu .header .user-block .btn-group .login-btn + .new-topic-btn, .btn-group .menu .header .user-block .forum-pages .sign-up-btn + .new-topic-btn, .forum-pages .btn-group .menu .header .user-block .sign-up-btn + .new-topic-btn, .menu .header .user-block .btn-group .forum-pages .sign-up-btn + .new-topic-btn, .forum-pages .menu .header .user-block .btn-group .sign-up-btn + .new-topic-btn, .btn-group .menu .header .user-block .controls .forum-pages a + .new-topic-btn, .forum-pages .btn-group .menu .header .user-block .controls a + .new-topic-btn, .menu .header .user-block .controls .btn-group .forum-pages a + .new-topic-btn, .forum-pages .menu .header .user-block .controls .btn-group a + .new-topic-btn, .btn-group .forum-pages .new-topic-btn + .new-topic-btn, .forum-pages .btn-group .new-topic-btn + .new-topic-btn, .btn-group .forum-pages .reply-btn + .new-topic-btn, .forum-pages .btn-group .reply-btn + .new-topic-btn, .btn-group .forum-pages .locked-reply-btn + .new-topic-btn, .forum-pages .btn-group .locked-reply-btn + .new-topic-btn, .btn-group .post .footer .post-menu .forum-pages .edit-btn + .new-topic-btn, .forum-pages .btn-group .post .footer .post-menu .edit-btn + .new-topic-btn, .post .footer .post-menu .btn-group .forum-pages .edit-btn + .new-topic-btn, .forum-pages .post .footer .post-menu .btn-group .edit-btn + .new-topic-btn, .btn-group .forum-pages .btn + .reply-btn, .forum-pages .btn-group .btn + .reply-btn, .btn-group .forum-pages button[type="submit"] + .reply-btn, .forum-pages .btn-group button[type="submit"] + .reply-btn, .btn-group .menu .header .user-block .forum-pages .login-btn + .reply-btn, .forum-pages .btn-group .menu .header .user-block .login-btn + .reply-btn, .menu .header .user-block .btn-group .forum-pages .login-btn + .reply-btn, .forum-pages .menu .header .user-block .btn-group .login-btn + .reply-btn, .btn-group .menu .header .user-block .forum-pages .sign-up-btn + .reply-btn, .forum-pages .btn-group .menu .header .user-block .sign-up-btn + .reply-btn, .menu .header .user-block .btn-group .forum-pages .sign-up-btn + .reply-btn, .forum-pages .menu .header .user-block .btn-group .sign-up-btn + .reply-btn, .btn-group .menu .header .user-block .controls .forum-pages a + .reply-btn, .forum-pages .btn-group .menu .header .user-block .controls a + .reply-btn, .menu .header .user-block .controls .btn-group .forum-pages a + .reply-btn, .forum-pages .menu .header .user-block .controls .btn-group a + .reply-btn, .btn-group .forum-pages .new-topic-btn + .reply-btn, .forum-pages .btn-group .new-topic-btn + .reply-btn, .btn-group .forum-pages .reply-btn + .reply-btn, .forum-pages .btn-group .reply-btn + .reply-btn, .btn-group .forum-pages .locked-reply-btn + .reply-btn, .forum-pages .btn-group .locked-reply-btn + .reply-btn, .btn-group .post .footer .post-menu .forum-pages .edit-btn + .reply-btn, .forum-pages .btn-group .post .footer .post-menu .edit-btn + .reply-btn, .post .footer .post-menu .btn-group .forum-pages .edit-btn + .reply-btn, .forum-pages .post .footer .post-menu .btn-group .edit-btn + .reply-btn, .btn-group .forum-pages .btn + .locked-reply-btn, .forum-pages .btn-group .btn + .locked-reply-btn, .btn-group .forum-pages button[type="submit"] + .locked-reply-btn, .forum-pages .btn-group button[type="submit"] + .locked-reply-btn, .btn-group .menu .header .user-block .forum-pages .login-btn + .locked-reply-btn, .forum-pages .btn-group .menu .header .user-block .login-btn + .locked-reply-btn, .menu .header .user-block .btn-group .forum-pages .login-btn + .locked-reply-btn, .forum-pages .menu .header .user-block .btn-group .login-btn + .locked-reply-btn, .btn-group .menu .header .user-block .forum-pages .sign-up-btn + .locked-reply-btn, .forum-pages .btn-group .menu .header .user-block .sign-up-btn + .locked-reply-btn, .menu .header .user-block .btn-group .forum-pages .sign-up-btn + .locked-reply-btn, .forum-pages .menu .header .user-block .btn-group .sign-up-btn + .locked-reply-btn, .btn-group .menu .header .user-block .controls .forum-pages a + .locked-reply-btn, .forum-pages .btn-group .menu .header .user-block .controls a + .locked-reply-btn, .menu .header .user-block .controls .btn-group .forum-pages a + .locked-reply-btn, .forum-pages .menu .header .user-block .controls .btn-group a + .locked-reply-btn, .btn-group .forum-pages .new-topic-btn + .locked-reply-btn, .forum-pages .btn-group .new-topic-btn + .locked-reply-btn, .btn-group .forum-pages .reply-btn + .locked-reply-btn, .forum-pages .btn-group .reply-btn + .locked-reply-btn, .btn-group .forum-pages .locked-reply-btn + .locked-reply-btn, .forum-pages .btn-group .locked-reply-btn + .locked-reply-btn, .btn-group .post .footer .post-menu .forum-pages .edit-btn + .locked-reply-btn, .forum-pages .btn-group .post .footer .post-menu .edit-btn + .locked-reply-btn, .post .footer .post-menu .btn-group .forum-pages .edit-btn + .locked-reply-btn, .forum-pages .post .footer .post-menu .btn-group .edit-btn + .locked-reply-btn, .btn-group .post .footer .post-menu .btn + .edit-btn, .post .footer .post-menu .btn-group .btn + .edit-btn, .btn-group .post .footer .post-menu button[type="submit"] + .edit-btn, .post .footer .post-menu .btn-group button[type="submit"] + .edit-btn, .btn-group .menu .header .user-block .post .footer .post-menu .login-btn + .edit-btn, .post .footer .post-menu .btn-group .menu .header .user-block .login-btn + .edit-btn, .menu .header .user-block .btn-group .post .footer .post-menu .login-btn + .edit-btn, .post .footer .post-menu .menu .header .user-block .btn-group .login-btn + .edit-btn, .btn-group .menu .header .user-block .post .footer .post-menu .sign-up-btn + .edit-btn, .post .footer .post-menu .btn-group .menu .header .user-block .sign-up-btn + .edit-btn, .menu .header .user-block .btn-group .post .footer .post-menu .sign-up-btn + .edit-btn, .post .footer .post-menu .menu .header .user-block .btn-group .sign-up-btn + .edit-btn, .btn-group .menu .header .user-block .controls .post .footer .post-menu a + .edit-btn, .post .footer .post-menu .btn-group .menu .header .user-block .controls a + .edit-btn, .menu .header .user-block .controls .btn-group .post .footer .post-menu a + .edit-btn, .post .footer .post-menu .menu .header .user-block .controls .btn-group a + .edit-btn, .btn-group .forum-pages .post .footer .post-menu .new-topic-btn + .edit-btn, .post .footer .post-menu .btn-group .forum-pages .new-topic-btn + .edit-btn, .forum-pages .btn-group .post .footer .post-menu .new-topic-btn + .edit-btn, .post .footer .post-menu .forum-pages .btn-group .new-topic-btn + .edit-btn, .btn-group .forum-pages .post .footer .post-menu .reply-btn + .edit-btn, .post .footer .post-menu .btn-group .forum-pages .reply-btn + .edit-btn, .forum-pages .btn-group .post .footer .post-menu .reply-btn + .edit-btn, .post .footer .post-menu .forum-pages .btn-group .reply-btn + .edit-btn, .btn-group .forum-pages .post .footer .post-menu .locked-reply-btn + .edit-btn, .post .footer .post-menu .btn-group .forum-pages .locked-reply-btn + .edit-btn, .forum-pages .btn-group .post .footer .post-menu .locked-reply-btn + .edit-btn, .post .footer .post-menu .forum-pages .btn-group .locked-reply-btn + .edit-btn, .btn-group .post .footer .post-menu .edit-btn + .edit-btn, .post .footer .post-menu .btn-group .edit-btn + .edit-btn,
.btn-group .btn + .btn-group,
.btn-group button[type="submit"] + .btn-group,
.btn-group .menu .header .user-block .login-btn + .btn-group,
.menu .header .user-block .btn-group .login-btn + .btn-group,
.btn-group .menu .header .user-block .sign-up-btn + .btn-group,
.menu .header .user-block .btn-group .sign-up-btn + .btn-group,
.btn-group .menu .header .user-block .controls a + .btn-group,
.menu .header .user-block .controls .btn-group a + .btn-group,
.btn-group .forum-pages .new-topic-btn + .btn-group,
.forum-pages .btn-group .new-topic-btn + .btn-group,
.btn-group .forum-pages .reply-btn + .btn-group,
.forum-pages .btn-group .reply-btn + .btn-group,
.btn-group .forum-pages .locked-reply-btn + .btn-group,
.forum-pages .btn-group .locked-reply-btn + .btn-group,
.btn-group .post .footer .post-menu .edit-btn + .btn-group,
.post .footer .post-menu .btn-group .edit-btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + button[type="submit"],
.btn-group .menu .header .user-block .btn-group + .login-btn,
.menu .header .user-block .btn-group .btn-group + .login-btn,
.btn-group .menu .header .user-block .btn-group + .sign-up-btn,
.menu .header .user-block .btn-group .btn-group + .sign-up-btn,
.btn-group .menu .header .user-block .controls .btn-group + a,
.menu .header .user-block .controls .btn-group .btn-group + a,
.btn-group .forum-pages .btn-group + .new-topic-btn,
.forum-pages .btn-group .btn-group + .new-topic-btn,
.btn-group .forum-pages .btn-group + .reply-btn,
.forum-pages .btn-group .btn-group + .reply-btn,
.btn-group .forum-pages .btn-group + .locked-reply-btn,
.forum-pages .btn-group .btn-group + .locked-reply-btn,
.btn-group .post .footer .post-menu .btn-group + .edit-btn,
.post .footer .post-menu .btn-group .btn-group + .edit-btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\0000335}}
.btn-toolbar {
  margin-left: -5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000314}}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000319}}
.btn-toolbar:after {
  clear: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\0000339}}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\0000343}}
.btn-toolbar > .btn, .btn-toolbar > button[type="submit"], .menu .header .user-block .btn-toolbar > .login-btn, .menu .header .user-block .btn-toolbar > .sign-up-btn, .menu .header .user-block .controls .btn-toolbar > a, .forum-pages .btn-toolbar > .new-topic-btn, .forum-pages .btn-toolbar > .reply-btn, .forum-pages .btn-toolbar > .locked-reply-btn, .post .footer .post-menu .btn-toolbar > .edit-btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\0000350}}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle), .menu .header .user-block .btn-group > .login-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .menu .header .user-block .btn-group > .sign-up-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .menu .header .user-block .controls .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .forum-pages .btn-group > .new-topic-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .forum-pages .btn-group > .reply-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .forum-pages .btn-group > .locked-reply-btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .post .footer .post-menu .btn-group > .edit-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\0000355}}
.btn-group > .btn:first-child, .btn-group > button[type="submit"]:first-child, .menu .header .user-block .btn-group > .login-btn:first-child, .menu .header .user-block .btn-group > .sign-up-btn:first-child, .menu .header .user-block .controls .btn-group > a:first-child, .forum-pages .btn-group > .new-topic-btn:first-child, .forum-pages .btn-group > .reply-btn:first-child, .forum-pages .btn-group > .locked-reply-btn:first-child, .post .footer .post-menu .btn-group > .edit-btn:first-child {
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\0000357}}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > button[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle), .menu .header .user-block .btn-group > .login-btn:first-child:not(:last-child):not(.dropdown-toggle), .menu .header .user-block .btn-group > .sign-up-btn:first-child:not(:last-child):not(.dropdown-toggle), .menu .header .user-block .controls .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), .forum-pages .btn-group > .new-topic-btn:first-child:not(:last-child):not(.dropdown-toggle), .forum-pages .btn-group > .reply-btn:first-child:not(:last-child):not(.dropdown-toggle), .forum-pages .btn-group > .locked-reply-btn:first-child:not(:last-child):not(.dropdown-toggle), .post .footer .post-menu .btn-group > .edit-btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\0000362}}
.btn-group > .btn:last-child:not(:first-child), .btn-group > button[type="submit"]:last-child:not(:first-child), .menu .header .user-block .btn-group > .login-btn:last-child:not(:first-child), .menu .header .user-block .btn-group > .sign-up-btn:last-child:not(:first-child), .menu .header .user-block .controls .btn-group > a:last-child:not(:first-child), .forum-pages .btn-group > .new-topic-btn:last-child:not(:first-child), .forum-pages .btn-group > .reply-btn:last-child:not(:first-child), .forum-pages .btn-group > .locked-reply-btn:last-child:not(:first-child), .post .footer .post-menu .btn-group > .edit-btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\0000368}}
.btn-group > .btn-group {
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\0000371}}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > button[type="submit"], .menu .header .user-block .btn-group > .btn-group:not(:first-child):not(:last-child) > .login-btn, .menu .header .user-block .btn-group > .btn-group:not(:first-child):not(:last-child) > .sign-up-btn, .menu .header .user-block .controls .btn-group > .btn-group:not(:first-child):not(:last-child) > a, .forum-pages .btn-group > .btn-group:not(:first-child):not(:last-child) > .new-topic-btn, .forum-pages .btn-group > .btn-group:not(:first-child):not(:last-child) > .reply-btn, .forum-pages .btn-group > .btn-group:not(:first-child):not(:last-child) > .locked-reply-btn, .post .footer .post-menu .btn-group > .btn-group:not(:first-child):not(:last-child) > .edit-btn {
  border-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\0000375}}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > button[type="submit"]:last-child, .menu .header .user-block .btn-group > .btn-group:first-child:not(:last-child) > .login-btn:last-child, .menu .header .user-block .btn-group > .btn-group:first-child:not(:last-child) > .sign-up-btn:last-child, .menu .header .user-block .controls .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, .forum-pages .btn-group > .btn-group:first-child:not(:last-child) > .new-topic-btn:last-child, .forum-pages .btn-group > .btn-group:first-child:not(:last-child) > .reply-btn:last-child, .forum-pages .btn-group > .btn-group:first-child:not(:last-child) > .locked-reply-btn:last-child, .post .footer .post-menu .btn-group > .btn-group:first-child:not(:last-child) > .edit-btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\0000380}}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > button[type="submit"]:first-child, .menu .header .user-block .btn-group > .btn-group:last-child:not(:first-child) > .login-btn:first-child, .menu .header .user-block .btn-group > .btn-group:last-child:not(:first-child) > .sign-up-btn:first-child, .menu .header .user-block .controls .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, .forum-pages .btn-group > .btn-group:last-child:not(:first-child) > .new-topic-btn:first-child, .forum-pages .btn-group > .btn-group:last-child:not(:first-child) > .reply-btn:first-child, .forum-pages .btn-group > .btn-group:last-child:not(:first-child) > .locked-reply-btn:first-child, .post .footer .post-menu .btn-group > .btn-group:last-child:not(:first-child) > .edit-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\0000385}}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003104}}
.btn-group > .btn + .dropdown-toggle, .btn-group > button[type="submit"] + .dropdown-toggle, .menu .header .user-block .btn-group > .login-btn + .dropdown-toggle, .menu .header .user-block .btn-group > .sign-up-btn + .dropdown-toggle, .menu .header .user-block .controls .btn-group > a + .dropdown-toggle, .forum-pages .btn-group > .new-topic-btn + .dropdown-toggle, .forum-pages .btn-group > .reply-btn + .dropdown-toggle, .forum-pages .btn-group > .locked-reply-btn + .dropdown-toggle, .post .footer .post-menu .btn-group > .edit-btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003108}}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > button[type="submit"] + .dropdown-toggle, .menu .header .user-block .btn-group-lg.btn-group > .login-btn + .dropdown-toggle, .menu .header .user-block .btn-group-lg.btn-group > .sign-up-btn + .dropdown-toggle, .menu .header .user-block .controls .btn-group-lg.btn-group > a + .dropdown-toggle, .forum-pages .btn-group-lg.btn-group > .new-topic-btn + .dropdown-toggle, .forum-pages .btn-group-lg.btn-group > .reply-btn + .dropdown-toggle, .forum-pages .btn-group-lg.btn-group > .locked-reply-btn + .dropdown-toggle, .post .footer .post-menu .btn-group-lg.btn-group > .edit-btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003115}}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003119}}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003126}}
.btn .caret, button[type="submit"] .caret, .menu .header .user-block .login-btn .caret, .menu .header .user-block .sign-up-btn .caret, .menu .header .user-block .controls a .caret, .forum-pages .new-topic-btn .caret, .forum-pages .reply-btn .caret, .forum-pages .locked-reply-btn .caret, .post .footer .post-menu .edit-btn .caret {
  margin-left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003130}}
.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > button[type="submit"] .caret, .menu .header .user-block .btn-group-lg > .login-btn .caret, .menu .header .user-block .btn-group-lg > .sign-up-btn .caret, .menu .header .user-block .controls .btn-group-lg > a .caret, .forum-pages .btn-group-lg > .new-topic-btn .caret, .forum-pages .btn-group-lg > .reply-btn .caret, .forum-pages .btn-group-lg > .locked-reply-btn .caret, .post .footer .post-menu .btn-group-lg > .edit-btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003135}}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > button[type="submit"] .caret, .dropup .menu .header .user-block .btn-group-lg > .login-btn .caret, .menu .header .user-block .dropup .btn-group-lg > .login-btn .caret, .dropup .menu .header .user-block .btn-group-lg > .sign-up-btn .caret, .menu .header .user-block .dropup .btn-group-lg > .sign-up-btn .caret, .dropup .menu .header .user-block .controls .btn-group-lg > a .caret, .menu .header .user-block .controls .dropup .btn-group-lg > a .caret, .dropup .forum-pages .btn-group-lg > .new-topic-btn .caret, .forum-pages .dropup .btn-group-lg > .new-topic-btn .caret, .dropup .forum-pages .btn-group-lg > .reply-btn .caret, .forum-pages .dropup .btn-group-lg > .reply-btn .caret, .dropup .forum-pages .btn-group-lg > .locked-reply-btn .caret, .forum-pages .dropup .btn-group-lg > .locked-reply-btn .caret, .dropup .post .footer .post-menu .btn-group-lg > .edit-btn .caret, .post .footer .post-menu .dropup .btn-group-lg > .edit-btn .caret {
  border-width: 0 5px 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003144}}
.btn-group-vertical > .btn, .btn-group-vertical > button[type="submit"], .menu .header .user-block .btn-group-vertical > .login-btn, .menu .header .user-block .btn-group-vertical > .sign-up-btn, .menu .header .user-block .controls .btn-group-vertical > a, .forum-pages .btn-group-vertical > .new-topic-btn, .forum-pages .btn-group-vertical > .reply-btn, .forum-pages .btn-group-vertical > .locked-reply-btn, .post .footer .post-menu .btn-group-vertical > .edit-btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > button[type="submit"],
.menu .header .user-block .btn-group-vertical > .btn-group > .login-btn,
.menu .header .user-block .btn-group-vertical > .btn-group > .sign-up-btn,
.menu .header .user-block .controls .btn-group-vertical > .btn-group > a,
.forum-pages .btn-group-vertical > .btn-group > .new-topic-btn,
.forum-pages .btn-group-vertical > .btn-group > .reply-btn,
.forum-pages .btn-group-vertical > .btn-group > .locked-reply-btn,
.post .footer .post-menu .btn-group-vertical > .btn-group > .edit-btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000314}}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000319}}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003156}}
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > button[type="submit"], .menu .header .user-block .btn-group-vertical > .btn-group > .login-btn, .menu .header .user-block .btn-group-vertical > .btn-group > .sign-up-btn, .menu .header .user-block .controls .btn-group-vertical > .btn-group > a, .forum-pages .btn-group-vertical > .btn-group > .new-topic-btn, .forum-pages .btn-group-vertical > .btn-group > .reply-btn, .forum-pages .btn-group-vertical > .btn-group > .locked-reply-btn, .post .footer .post-menu .btn-group-vertical > .btn-group > .edit-btn {
  float: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003161}}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > button[type="submit"] + .btn, .menu .header .user-block .btn-group-vertical > .login-btn + .btn, .menu .header .user-block .btn-group-vertical > .sign-up-btn + .btn, .menu .header .user-block .controls .btn-group-vertical > a + .btn, .forum-pages .btn-group-vertical > .new-topic-btn + .btn, .forum-pages .btn-group-vertical > .reply-btn + .btn, .forum-pages .btn-group-vertical > .locked-reply-btn + .btn, .post .footer .post-menu .btn-group-vertical > .edit-btn + .btn, .btn-group-vertical > .btn + button[type="submit"], .btn-group-vertical > button[type="submit"] + button[type="submit"], .menu .header .user-block .btn-group-vertical > .login-btn + button[type="submit"], .menu .header .user-block .btn-group-vertical > .sign-up-btn + button[type="submit"], .menu .header .user-block .controls .btn-group-vertical > a + button[type="submit"], .forum-pages .btn-group-vertical > .new-topic-btn + button[type="submit"], .forum-pages .btn-group-vertical > .reply-btn + button[type="submit"], .forum-pages .btn-group-vertical > .locked-reply-btn + button[type="submit"], .post .footer .post-menu .btn-group-vertical > .edit-btn + button[type="submit"], .menu .header .user-block .btn-group-vertical > .btn + .login-btn, .menu .header .user-block .btn-group-vertical > button[type="submit"] + .login-btn, .menu .header .user-block .btn-group-vertical > .login-btn + .login-btn, .menu .header .user-block .btn-group-vertical > .sign-up-btn + .login-btn, .menu .header .user-block .controls .btn-group-vertical > a + .login-btn, .forum-pages .menu .header .user-block .btn-group-vertical > .new-topic-btn + .login-btn, .menu .header .user-block .forum-pages .btn-group-vertical > .new-topic-btn + .login-btn, .forum-pages .menu .header .user-block .btn-group-vertical > .reply-btn + .login-btn, .menu .header .user-block .forum-pages .btn-group-vertical > .reply-btn + .login-btn, .forum-pages .menu .header .user-block .btn-group-vertical > .locked-reply-btn + .login-btn, .menu .header .user-block .forum-pages .btn-group-vertical > .locked-reply-btn + .login-btn, .post .footer .post-menu .menu .header .user-block .btn-group-vertical > .edit-btn + .login-btn, .menu .header .user-block .post .footer .post-menu .btn-group-vertical > .edit-btn + .login-btn, .menu .header .user-block .btn-group-vertical > .btn + .sign-up-btn, .menu .header .user-block .btn-group-vertical > button[type="submit"] + .sign-up-btn, .menu .header .user-block .btn-group-vertical > .login-btn + .sign-up-btn, .menu .header .user-block .btn-group-vertical > .sign-up-btn + .sign-up-btn, .menu .header .user-block .controls .btn-group-vertical > a + .sign-up-btn, .forum-pages .menu .header .user-block .btn-group-vertical > .new-topic-btn + .sign-up-btn, .menu .header .user-block .forum-pages .btn-group-vertical > .new-topic-btn + .sign-up-btn, .forum-pages .menu .header .user-block .btn-group-vertical > .reply-btn + .sign-up-btn, .menu .header .user-block .forum-pages .btn-group-vertical > .reply-btn + .sign-up-btn, .forum-pages .menu .header .user-block .btn-group-vertical > .locked-reply-btn + .sign-up-btn, .menu .header .user-block .forum-pages .btn-group-vertical > .locked-reply-btn + .sign-up-btn, .post .footer .post-menu .menu .header .user-block .btn-group-vertical > .edit-btn + .sign-up-btn, .menu .header .user-block .post .footer .post-menu .btn-group-vertical > .edit-btn + .sign-up-btn, .menu .header .user-block .controls .btn-group-vertical > .btn + a, .menu .header .user-block .controls .btn-group-vertical > button[type="submit"] + a, .menu .header .user-block .controls .btn-group-vertical > .login-btn + a, .menu .header .user-block .controls .btn-group-vertical > .sign-up-btn + a, .menu .header .user-block .controls .btn-group-vertical > a + a, .forum-pages .menu .header .user-block .controls .btn-group-vertical > .new-topic-btn + a, .menu .header .user-block .controls .forum-pages .btn-group-vertical > .new-topic-btn + a, .forum-pages .menu .header .user-block .controls .btn-group-vertical > .reply-btn + a, .menu .header .user-block .controls .forum-pages .btn-group-vertical > .reply-btn + a, .forum-pages .menu .header .user-block .controls .btn-group-vertical > .locked-reply-btn + a, .menu .header .user-block .controls .forum-pages .btn-group-vertical > .locked-reply-btn + a, .post .footer .post-menu .menu .header .user-block .controls .btn-group-vertical > .edit-btn + a, .menu .header .user-block .controls .post .footer .post-menu .btn-group-vertical > .edit-btn + a, .forum-pages .btn-group-vertical > .btn + .new-topic-btn, .forum-pages .btn-group-vertical > button[type="submit"] + .new-topic-btn, .menu .header .user-block .forum-pages .btn-group-vertical > .login-btn + .new-topic-btn, .forum-pages .menu .header .user-block .btn-group-vertical > .login-btn + .new-topic-btn, .menu .header .user-block .forum-pages .btn-group-vertical > .sign-up-btn + .new-topic-btn, .forum-pages .menu .header .user-block .btn-group-vertical > .sign-up-btn + .new-topic-btn, .menu .header .user-block .controls .forum-pages .btn-group-vertical > a + .new-topic-btn, .forum-pages .menu .header .user-block .controls .btn-group-vertical > a + .new-topic-btn, .forum-pages .btn-group-vertical > .new-topic-btn + .new-topic-btn, .forum-pages .btn-group-vertical > .reply-btn + .new-topic-btn, .forum-pages .btn-group-vertical > .locked-reply-btn + .new-topic-btn, .post .footer .post-menu .forum-pages .btn-group-vertical > .edit-btn + .new-topic-btn, .forum-pages .post .footer .post-menu .btn-group-vertical > .edit-btn + .new-topic-btn, .forum-pages .btn-group-vertical > .btn + .reply-btn, .forum-pages .btn-group-vertical > button[type="submit"] + .reply-btn, .menu .header .user-block .forum-pages .btn-group-vertical > .login-btn + .reply-btn, .forum-pages .menu .header .user-block .btn-group-vertical > .login-btn + .reply-btn, .menu .header .user-block .forum-pages .btn-group-vertical > .sign-up-btn + .reply-btn, .forum-pages .menu .header .user-block .btn-group-vertical > .sign-up-btn + .reply-btn, .menu .header .user-block .controls .forum-pages .btn-group-vertical > a + .reply-btn, .forum-pages .menu .header .user-block .controls .btn-group-vertical > a + .reply-btn, .forum-pages .btn-group-vertical > .new-topic-btn + .reply-btn, .forum-pages .btn-group-vertical > .reply-btn + .reply-btn, .forum-pages .btn-group-vertical > .locked-reply-btn + .reply-btn, .post .footer .post-menu .forum-pages .btn-group-vertical > .edit-btn + .reply-btn, .forum-pages .post .footer .post-menu .btn-group-vertical > .edit-btn + .reply-btn, .forum-pages .btn-group-vertical > .btn + .locked-reply-btn, .forum-pages .btn-group-vertical > button[type="submit"] + .locked-reply-btn, .menu .header .user-block .forum-pages .btn-group-vertical > .login-btn + .locked-reply-btn, .forum-pages .menu .header .user-block .btn-group-vertical > .login-btn + .locked-reply-btn, .menu .header .user-block .forum-pages .btn-group-vertical > .sign-up-btn + .locked-reply-btn, .forum-pages .menu .header .user-block .btn-group-vertical > .sign-up-btn + .locked-reply-btn, .menu .header .user-block .controls .forum-pages .btn-group-vertical > a + .locked-reply-btn, .forum-pages .menu .header .user-block .controls .btn-group-vertical > a + .locked-reply-btn, .forum-pages .btn-group-vertical > .new-topic-btn + .locked-reply-btn, .forum-pages .btn-group-vertical > .reply-btn + .locked-reply-btn, .forum-pages .btn-group-vertical > .locked-reply-btn + .locked-reply-btn, .post .footer .post-menu .forum-pages .btn-group-vertical > .edit-btn + .locked-reply-btn, .forum-pages .post .footer .post-menu .btn-group-vertical > .edit-btn + .locked-reply-btn, .post .footer .post-menu .btn-group-vertical > .btn + .edit-btn, .post .footer .post-menu .btn-group-vertical > button[type="submit"] + .edit-btn, .menu .header .user-block .post .footer .post-menu .btn-group-vertical > .login-btn + .edit-btn, .post .footer .post-menu .menu .header .user-block .btn-group-vertical > .login-btn + .edit-btn, .menu .header .user-block .post .footer .post-menu .btn-group-vertical > .sign-up-btn + .edit-btn, .post .footer .post-menu .menu .header .user-block .btn-group-vertical > .sign-up-btn + .edit-btn, .menu .header .user-block .controls .post .footer .post-menu .btn-group-vertical > a + .edit-btn, .post .footer .post-menu .menu .header .user-block .controls .btn-group-vertical > a + .edit-btn, .forum-pages .post .footer .post-menu .btn-group-vertical > .new-topic-btn + .edit-btn, .post .footer .post-menu .forum-pages .btn-group-vertical > .new-topic-btn + .edit-btn, .forum-pages .post .footer .post-menu .btn-group-vertical > .reply-btn + .edit-btn, .post .footer .post-menu .forum-pages .btn-group-vertical > .reply-btn + .edit-btn, .forum-pages .post .footer .post-menu .btn-group-vertical > .locked-reply-btn + .edit-btn, .post .footer .post-menu .forum-pages .btn-group-vertical > .locked-reply-btn + .edit-btn, .post .footer .post-menu .btn-group-vertical > .edit-btn + .edit-btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > button[type="submit"] + .btn-group,
.menu .header .user-block .btn-group-vertical > .login-btn + .btn-group,
.menu .header .user-block .btn-group-vertical > .sign-up-btn + .btn-group,
.menu .header .user-block .controls .btn-group-vertical > a + .btn-group,
.forum-pages .btn-group-vertical > .new-topic-btn + .btn-group,
.forum-pages .btn-group-vertical > .reply-btn + .btn-group,
.forum-pages .btn-group-vertical > .locked-reply-btn + .btn-group,
.post .footer .post-menu .btn-group-vertical > .edit-btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + button[type="submit"],
.menu .header .user-block .btn-group-vertical > .btn-group + .login-btn,
.menu .header .user-block .btn-group-vertical > .btn-group + .sign-up-btn,
.menu .header .user-block .controls .btn-group-vertical > .btn-group + a,
.forum-pages .btn-group-vertical > .btn-group + .new-topic-btn,
.forum-pages .btn-group-vertical > .btn-group + .reply-btn,
.forum-pages .btn-group-vertical > .btn-group + .locked-reply-btn,
.post .footer .post-menu .btn-group-vertical > .btn-group + .edit-btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003171}}
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > button[type="submit"]:not(:first-child):not(:last-child), .menu .header .user-block .btn-group-vertical > .login-btn:not(:first-child):not(:last-child), .menu .header .user-block .btn-group-vertical > .sign-up-btn:not(:first-child):not(:last-child), .menu .header .user-block .controls .btn-group-vertical > a:not(:first-child):not(:last-child), .forum-pages .btn-group-vertical > .new-topic-btn:not(:first-child):not(:last-child), .forum-pages .btn-group-vertical > .reply-btn:not(:first-child):not(:last-child), .forum-pages .btn-group-vertical > .locked-reply-btn:not(:first-child):not(:last-child), .post .footer .post-menu .btn-group-vertical > .edit-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003174}}
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > button[type="submit"]:first-child:not(:last-child), .menu .header .user-block .btn-group-vertical > .login-btn:first-child:not(:last-child), .menu .header .user-block .btn-group-vertical > .sign-up-btn:first-child:not(:last-child), .menu .header .user-block .controls .btn-group-vertical > a:first-child:not(:last-child), .forum-pages .btn-group-vertical > .new-topic-btn:first-child:not(:last-child), .forum-pages .btn-group-vertical > .reply-btn:first-child:not(:last-child), .forum-pages .btn-group-vertical > .locked-reply-btn:first-child:not(:last-child), .post .footer .post-menu .btn-group-vertical > .edit-btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003178}}
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > button[type="submit"]:last-child:not(:first-child), .menu .header .user-block .btn-group-vertical > .login-btn:last-child:not(:first-child), .menu .header .user-block .btn-group-vertical > .sign-up-btn:last-child:not(:first-child), .menu .header .user-block .controls .btn-group-vertical > a:last-child:not(:first-child), .forum-pages .btn-group-vertical > .new-topic-btn:last-child:not(:first-child), .forum-pages .btn-group-vertical > .reply-btn:last-child:not(:first-child), .forum-pages .btn-group-vertical > .locked-reply-btn:last-child:not(:first-child), .post .footer .post-menu .btn-group-vertical > .edit-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003183}}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button[type="submit"], .menu .header .user-block .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .login-btn, .menu .header .user-block .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .sign-up-btn, .menu .header .user-block .controls .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, .forum-pages .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .new-topic-btn, .forum-pages .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .reply-btn, .forum-pages .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .locked-reply-btn, .post .footer .post-menu .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .edit-btn {
  border-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003187}}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > button[type="submit"]:last-child, .menu .header .user-block .btn-group-vertical > .btn-group:first-child:not(:last-child) > .login-btn:last-child, .menu .header .user-block .btn-group-vertical > .btn-group:first-child:not(:last-child) > .sign-up-btn:last-child, .menu .header .user-block .controls .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, .forum-pages .btn-group-vertical > .btn-group:first-child:not(:last-child) > .new-topic-btn:last-child, .forum-pages .btn-group-vertical > .btn-group:first-child:not(:last-child) > .reply-btn:last-child, .forum-pages .btn-group-vertical > .btn-group:first-child:not(:last-child) > .locked-reply-btn:last-child, .post .footer .post-menu .btn-group-vertical > .btn-group:first-child:not(:last-child) > .edit-btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003192}}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > button[type="submit"]:first-child, .menu .header .user-block .btn-group-vertical > .btn-group:last-child:not(:first-child) > .login-btn:first-child, .menu .header .user-block .btn-group-vertical > .btn-group:last-child:not(:first-child) > .sign-up-btn:first-child, .menu .header .user-block .controls .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, .forum-pages .btn-group-vertical > .btn-group:last-child:not(:first-child) > .new-topic-btn:first-child, .forum-pages .btn-group-vertical > .btn-group:last-child:not(:first-child) > .reply-btn:first-child, .forum-pages .btn-group-vertical > .btn-group:last-child:not(:first-child) > .locked-reply-btn:first-child, .post .footer .post-menu .btn-group-vertical > .btn-group:last-child:not(:first-child) > .edit-btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003200}}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003205}}
.btn-group-justified > .btn, .btn-group-justified > button[type="submit"], .menu .header .user-block .btn-group-justified > .login-btn, .menu .header .user-block .btn-group-justified > .sign-up-btn, .menu .header .user-block .controls .btn-group-justified > a, .forum-pages .btn-group-justified > .new-topic-btn, .forum-pages .btn-group-justified > .reply-btn, .forum-pages .btn-group-justified > .locked-reply-btn, .post .footer .post-menu .btn-group-justified > .edit-btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003211}}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group button[type="submit"], .btn-group-justified > .btn-group .menu .header .user-block .login-btn, .menu .header .user-block .btn-group-justified > .btn-group .login-btn, .btn-group-justified > .btn-group .menu .header .user-block .sign-up-btn, .menu .header .user-block .btn-group-justified > .btn-group .sign-up-btn, .btn-group-justified > .btn-group .menu .header .user-block .controls a, .menu .header .user-block .controls .btn-group-justified > .btn-group a, .btn-group-justified > .btn-group .forum-pages .new-topic-btn, .forum-pages .btn-group-justified > .btn-group .new-topic-btn, .btn-group-justified > .btn-group .forum-pages .reply-btn, .forum-pages .btn-group-justified > .btn-group .reply-btn, .btn-group-justified > .btn-group .forum-pages .locked-reply-btn, .forum-pages .btn-group-justified > .btn-group .locked-reply-btn, .btn-group-justified > .btn-group .post .footer .post-menu .edit-btn, .post .footer .post-menu .btn-group-justified > .btn-group .edit-btn {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003215}}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_button-groups\.scss}line{font-family:\00003236}}
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > button[type="submit"] input[type="radio"], .menu .header .user-block [data-toggle="buttons"] > .login-btn input[type="radio"], .menu .header .user-block [data-toggle="buttons"] > .sign-up-btn input[type="radio"], .menu .header .user-block .controls [data-toggle="buttons"] > a input[type="radio"], .forum-pages [data-toggle="buttons"] > .new-topic-btn input[type="radio"], .forum-pages [data-toggle="buttons"] > .reply-btn input[type="radio"], .forum-pages [data-toggle="buttons"] > .locked-reply-btn input[type="radio"], .post .footer .post-menu [data-toggle="buttons"] > .edit-btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > button[type="submit"] input[type="checkbox"],
.menu .header .user-block [data-toggle="buttons"] > .login-btn input[type="checkbox"],
.menu .header .user-block [data-toggle="buttons"] > .sign-up-btn input[type="checkbox"],
.menu .header .user-block .controls [data-toggle="buttons"] > a input[type="checkbox"],
.forum-pages [data-toggle="buttons"] > .new-topic-btn input[type="checkbox"],
.forum-pages [data-toggle="buttons"] > .reply-btn input[type="checkbox"],
.forum-pages [data-toggle="buttons"] > .locked-reply-btn input[type="checkbox"],
.post .footer .post-menu [data-toggle="buttons"] > .edit-btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > button[type="submit"] input[type="radio"],
.menu .header .user-block [data-toggle="buttons"] > .btn-group > .login-btn input[type="radio"],
.menu .header .user-block [data-toggle="buttons"] > .btn-group > .sign-up-btn input[type="radio"],
.menu .header .user-block .controls [data-toggle="buttons"] > .btn-group > a input[type="radio"],
.forum-pages [data-toggle="buttons"] > .btn-group > .new-topic-btn input[type="radio"],
.forum-pages [data-toggle="buttons"] > .btn-group > .reply-btn input[type="radio"],
.forum-pages [data-toggle="buttons"] > .btn-group > .locked-reply-btn input[type="radio"],
.post .footer .post-menu [data-toggle="buttons"] > .btn-group > .edit-btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > button[type="submit"] input[type="checkbox"],
.menu .header .user-block [data-toggle="buttons"] > .btn-group > .login-btn input[type="checkbox"],
.menu .header .user-block [data-toggle="buttons"] > .btn-group > .sign-up-btn input[type="checkbox"],
.menu .header .user-block .controls [data-toggle="buttons"] > .btn-group > a input[type="checkbox"],
.forum-pages [data-toggle="buttons"] > .btn-group > .new-topic-btn input[type="checkbox"],
.forum-pages [data-toggle="buttons"] > .btn-group > .reply-btn input[type="checkbox"],
.forum-pages [data-toggle="buttons"] > .btn-group > .locked-reply-btn input[type="checkbox"],
.post .footer .post-menu [data-toggle="buttons"] > .btn-group > .edit-btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\000037}}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\0000313}}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\0000319}}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\0000354}}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\0000359}}
.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) {
  border-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\0000364}}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\0000373}}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\0000385}}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > button.input-group-addon[type="submit"],
.menu .header .user-block .input-group-sm > .input-group-btn > .input-group-addon.login-btn,
.menu .header .user-block .input-group-sm > .input-group-btn > .input-group-addon.sign-up-btn,
.menu .header .user-block .controls .input-group-sm > .input-group-btn > a.input-group-addon,
.forum-pages .input-group-sm > .input-group-btn > .input-group-addon.new-topic-btn,
.forum-pages .input-group-sm > .input-group-btn > .input-group-addon.reply-btn,
.forum-pages .input-group-sm > .input-group-btn > .input-group-addon.locked-reply-btn,
.post .footer .post-menu .input-group-sm > .input-group-btn > .input-group-addon.edit-btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\0000390}}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > button.input-group-addon[type="submit"],
.menu .header .user-block .input-group-lg > .input-group-btn > .input-group-addon.login-btn,
.menu .header .user-block .input-group-lg > .input-group-btn > .input-group-addon.sign-up-btn,
.menu .header .user-block .controls .input-group-lg > .input-group-btn > a.input-group-addon,
.forum-pages .input-group-lg > .input-group-btn > .input-group-addon.new-topic-btn,
.forum-pages .input-group-lg > .input-group-btn > .input-group-addon.reply-btn,
.forum-pages .input-group-lg > .input-group-btn > .input-group-addon.locked-reply-btn,
.post .footer .post-menu .input-group-lg > .input-group-btn > .input-group-addon.edit-btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\0000397}}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\00003104}}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > button[type="submit"],
.menu .header .user-block .input-group-btn:first-child > .login-btn,
.menu .header .user-block .input-group-btn:first-child > .sign-up-btn,
.menu .header .user-block .controls .input-group-btn:first-child > a,
.forum-pages .input-group-btn:first-child > .new-topic-btn,
.forum-pages .input-group-btn:first-child > .reply-btn,
.forum-pages .input-group-btn:first-child > .locked-reply-btn,
.post .footer .post-menu .input-group-btn:first-child > .edit-btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > button[type="submit"],
.menu .header .user-block .input-group-btn:first-child > .btn-group > .login-btn,
.menu .header .user-block .input-group-btn:first-child > .btn-group > .sign-up-btn,
.menu .header .user-block .controls .input-group-btn:first-child > .btn-group > a,
.forum-pages .input-group-btn:first-child > .btn-group > .new-topic-btn,
.forum-pages .input-group-btn:first-child > .btn-group > .reply-btn,
.forum-pages .input-group-btn:first-child > .btn-group > .locked-reply-btn,
.post .footer .post-menu .input-group-btn:first-child > .btn-group > .edit-btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > button[type="submit"]:not(:last-child):not(.dropdown-toggle),
.menu .header .user-block .input-group-btn:last-child > .login-btn:not(:last-child):not(.dropdown-toggle),
.menu .header .user-block .input-group-btn:last-child > .sign-up-btn:not(:last-child):not(.dropdown-toggle),
.menu .header .user-block .controls .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.forum-pages .input-group-btn:last-child > .new-topic-btn:not(:last-child):not(.dropdown-toggle),
.forum-pages .input-group-btn:last-child > .reply-btn:not(:last-child):not(.dropdown-toggle),
.forum-pages .input-group-btn:last-child > .locked-reply-btn:not(:last-child):not(.dropdown-toggle),
.post .footer .post-menu .input-group-btn:last-child > .edit-btn: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) > button[type="submit"],
.menu .header .user-block .input-group-btn:last-child > .btn-group:not(:last-child) > .login-btn,
.menu .header .user-block .input-group-btn:last-child > .btn-group:not(:last-child) > .sign-up-btn,
.menu .header .user-block .controls .input-group-btn:last-child > .btn-group:not(:last-child) > a,
.forum-pages .input-group-btn:last-child > .btn-group:not(:last-child) > .new-topic-btn,
.forum-pages .input-group-btn:last-child > .btn-group:not(:last-child) > .reply-btn,
.forum-pages .input-group-btn:last-child > .btn-group:not(:last-child) > .locked-reply-btn,
.post .footer .post-menu .input-group-btn:last-child > .btn-group:not(:last-child) > .edit-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\00003113}}
.input-group-addon:first-child {
  border-right: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\00003116}}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > button[type="submit"],
.menu .header .user-block .input-group-btn:last-child > .login-btn,
.menu .header .user-block .input-group-btn:last-child > .sign-up-btn,
.menu .header .user-block .controls .input-group-btn:last-child > a,
.forum-pages .input-group-btn:last-child > .new-topic-btn,
.forum-pages .input-group-btn:last-child > .reply-btn,
.forum-pages .input-group-btn:last-child > .locked-reply-btn,
.post .footer .post-menu .input-group-btn:last-child > .edit-btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > button[type="submit"],
.menu .header .user-block .input-group-btn:last-child > .btn-group > .login-btn,
.menu .header .user-block .input-group-btn:last-child > .btn-group > .sign-up-btn,
.menu .header .user-block .controls .input-group-btn:last-child > .btn-group > a,
.forum-pages .input-group-btn:last-child > .btn-group > .new-topic-btn,
.forum-pages .input-group-btn:last-child > .btn-group > .reply-btn,
.forum-pages .input-group-btn:last-child > .btn-group > .locked-reply-btn,
.post .footer .post-menu .input-group-btn:last-child > .btn-group > .edit-btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > button[type="submit"]:not(:first-child),
.menu .header .user-block .input-group-btn:first-child > .login-btn:not(:first-child),
.menu .header .user-block .input-group-btn:first-child > .sign-up-btn:not(:first-child),
.menu .header .user-block .controls .input-group-btn:first-child > a:not(:first-child),
.forum-pages .input-group-btn:first-child > .new-topic-btn:not(:first-child),
.forum-pages .input-group-btn:first-child > .reply-btn:not(:first-child),
.forum-pages .input-group-btn:first-child > .locked-reply-btn:not(:first-child),
.post .footer .post-menu .input-group-btn:first-child > .edit-btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > button[type="submit"],
.menu .header .user-block .input-group-btn:first-child > .btn-group:not(:first-child) > .login-btn,
.menu .header .user-block .input-group-btn:first-child > .btn-group:not(:first-child) > .sign-up-btn,
.menu .header .user-block .controls .input-group-btn:first-child > .btn-group:not(:first-child) > a,
.forum-pages .input-group-btn:first-child > .btn-group:not(:first-child) > .new-topic-btn,
.forum-pages .input-group-btn:first-child > .btn-group:not(:first-child) > .reply-btn,
.forum-pages .input-group-btn:first-child > .btn-group:not(:first-child) > .locked-reply-btn,
.post .footer .post-menu .input-group-btn:first-child > .btn-group:not(:first-child) > .edit-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\00003125}}
.input-group-addon:last-child {
  border-left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\00003131}}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\00003140}}
.input-group-btn > .btn, .input-group-btn > button[type="submit"], .menu .header .user-block .input-group-btn > .login-btn, .menu .header .user-block .input-group-btn > .sign-up-btn, .menu .header .user-block .controls .input-group-btn > a, .forum-pages .input-group-btn > .new-topic-btn, .forum-pages .input-group-btn > .reply-btn, .forum-pages .input-group-btn > .locked-reply-btn, .post .footer .post-menu .input-group-btn > .edit-btn {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\00003142}}
.input-group-btn > .btn + .btn, .input-group-btn > button[type="submit"] + .btn, .menu .header .user-block .input-group-btn > .login-btn + .btn, .menu .header .user-block .input-group-btn > .sign-up-btn + .btn, .menu .header .user-block .controls .input-group-btn > a + .btn, .forum-pages .input-group-btn > .new-topic-btn + .btn, .forum-pages .input-group-btn > .reply-btn + .btn, .forum-pages .input-group-btn > .locked-reply-btn + .btn, .post .footer .post-menu .input-group-btn > .edit-btn + .btn, .input-group-btn > .btn + button[type="submit"], .input-group-btn > button[type="submit"] + button[type="submit"], .menu .header .user-block .input-group-btn > .login-btn + button[type="submit"], .menu .header .user-block .input-group-btn > .sign-up-btn + button[type="submit"], .menu .header .user-block .controls .input-group-btn > a + button[type="submit"], .forum-pages .input-group-btn > .new-topic-btn + button[type="submit"], .forum-pages .input-group-btn > .reply-btn + button[type="submit"], .forum-pages .input-group-btn > .locked-reply-btn + button[type="submit"], .post .footer .post-menu .input-group-btn > .edit-btn + button[type="submit"], .menu .header .user-block .input-group-btn > .btn + .login-btn, .menu .header .user-block .input-group-btn > button[type="submit"] + .login-btn, .menu .header .user-block .input-group-btn > .login-btn + .login-btn, .menu .header .user-block .input-group-btn > .sign-up-btn + .login-btn, .menu .header .user-block .controls .input-group-btn > a + .login-btn, .forum-pages .menu .header .user-block .input-group-btn > .new-topic-btn + .login-btn, .menu .header .user-block .forum-pages .input-group-btn > .new-topic-btn + .login-btn, .forum-pages .menu .header .user-block .input-group-btn > .reply-btn + .login-btn, .menu .header .user-block .forum-pages .input-group-btn > .reply-btn + .login-btn, .forum-pages .menu .header .user-block .input-group-btn > .locked-reply-btn + .login-btn, .menu .header .user-block .forum-pages .input-group-btn > .locked-reply-btn + .login-btn, .post .footer .post-menu .menu .header .user-block .input-group-btn > .edit-btn + .login-btn, .menu .header .user-block .post .footer .post-menu .input-group-btn > .edit-btn + .login-btn, .menu .header .user-block .input-group-btn > .btn + .sign-up-btn, .menu .header .user-block .input-group-btn > button[type="submit"] + .sign-up-btn, .menu .header .user-block .input-group-btn > .login-btn + .sign-up-btn, .menu .header .user-block .input-group-btn > .sign-up-btn + .sign-up-btn, .menu .header .user-block .controls .input-group-btn > a + .sign-up-btn, .forum-pages .menu .header .user-block .input-group-btn > .new-topic-btn + .sign-up-btn, .menu .header .user-block .forum-pages .input-group-btn > .new-topic-btn + .sign-up-btn, .forum-pages .menu .header .user-block .input-group-btn > .reply-btn + .sign-up-btn, .menu .header .user-block .forum-pages .input-group-btn > .reply-btn + .sign-up-btn, .forum-pages .menu .header .user-block .input-group-btn > .locked-reply-btn + .sign-up-btn, .menu .header .user-block .forum-pages .input-group-btn > .locked-reply-btn + .sign-up-btn, .post .footer .post-menu .menu .header .user-block .input-group-btn > .edit-btn + .sign-up-btn, .menu .header .user-block .post .footer .post-menu .input-group-btn > .edit-btn + .sign-up-btn, .menu .header .user-block .controls .input-group-btn > .btn + a, .menu .header .user-block .controls .input-group-btn > button[type="submit"] + a, .menu .header .user-block .controls .input-group-btn > .login-btn + a, .menu .header .user-block .controls .input-group-btn > .sign-up-btn + a, .menu .header .user-block .controls .input-group-btn > a + a, .forum-pages .menu .header .user-block .controls .input-group-btn > .new-topic-btn + a, .menu .header .user-block .controls .forum-pages .input-group-btn > .new-topic-btn + a, .forum-pages .menu .header .user-block .controls .input-group-btn > .reply-btn + a, .menu .header .user-block .controls .forum-pages .input-group-btn > .reply-btn + a, .forum-pages .menu .header .user-block .controls .input-group-btn > .locked-reply-btn + a, .menu .header .user-block .controls .forum-pages .input-group-btn > .locked-reply-btn + a, .post .footer .post-menu .menu .header .user-block .controls .input-group-btn > .edit-btn + a, .menu .header .user-block .controls .post .footer .post-menu .input-group-btn > .edit-btn + a, .forum-pages .input-group-btn > .btn + .new-topic-btn, .forum-pages .input-group-btn > button[type="submit"] + .new-topic-btn, .menu .header .user-block .forum-pages .input-group-btn > .login-btn + .new-topic-btn, .forum-pages .menu .header .user-block .input-group-btn > .login-btn + .new-topic-btn, .menu .header .user-block .forum-pages .input-group-btn > .sign-up-btn + .new-topic-btn, .forum-pages .menu .header .user-block .input-group-btn > .sign-up-btn + .new-topic-btn, .menu .header .user-block .controls .forum-pages .input-group-btn > a + .new-topic-btn, .forum-pages .menu .header .user-block .controls .input-group-btn > a + .new-topic-btn, .forum-pages .input-group-btn > .new-topic-btn + .new-topic-btn, .forum-pages .input-group-btn > .reply-btn + .new-topic-btn, .forum-pages .input-group-btn > .locked-reply-btn + .new-topic-btn, .post .footer .post-menu .forum-pages .input-group-btn > .edit-btn + .new-topic-btn, .forum-pages .post .footer .post-menu .input-group-btn > .edit-btn + .new-topic-btn, .forum-pages .input-group-btn > .btn + .reply-btn, .forum-pages .input-group-btn > button[type="submit"] + .reply-btn, .menu .header .user-block .forum-pages .input-group-btn > .login-btn + .reply-btn, .forum-pages .menu .header .user-block .input-group-btn > .login-btn + .reply-btn, .menu .header .user-block .forum-pages .input-group-btn > .sign-up-btn + .reply-btn, .forum-pages .menu .header .user-block .input-group-btn > .sign-up-btn + .reply-btn, .menu .header .user-block .controls .forum-pages .input-group-btn > a + .reply-btn, .forum-pages .menu .header .user-block .controls .input-group-btn > a + .reply-btn, .forum-pages .input-group-btn > .new-topic-btn + .reply-btn, .forum-pages .input-group-btn > .reply-btn + .reply-btn, .forum-pages .input-group-btn > .locked-reply-btn + .reply-btn, .post .footer .post-menu .forum-pages .input-group-btn > .edit-btn + .reply-btn, .forum-pages .post .footer .post-menu .input-group-btn > .edit-btn + .reply-btn, .forum-pages .input-group-btn > .btn + .locked-reply-btn, .forum-pages .input-group-btn > button[type="submit"] + .locked-reply-btn, .menu .header .user-block .forum-pages .input-group-btn > .login-btn + .locked-reply-btn, .forum-pages .menu .header .user-block .input-group-btn > .login-btn + .locked-reply-btn, .menu .header .user-block .forum-pages .input-group-btn > .sign-up-btn + .locked-reply-btn, .forum-pages .menu .header .user-block .input-group-btn > .sign-up-btn + .locked-reply-btn, .menu .header .user-block .controls .forum-pages .input-group-btn > a + .locked-reply-btn, .forum-pages .menu .header .user-block .controls .input-group-btn > a + .locked-reply-btn, .forum-pages .input-group-btn > .new-topic-btn + .locked-reply-btn, .forum-pages .input-group-btn > .reply-btn + .locked-reply-btn, .forum-pages .input-group-btn > .locked-reply-btn + .locked-reply-btn, .post .footer .post-menu .forum-pages .input-group-btn > .edit-btn + .locked-reply-btn, .forum-pages .post .footer .post-menu .input-group-btn > .edit-btn + .locked-reply-btn, .post .footer .post-menu .input-group-btn > .btn + .edit-btn, .post .footer .post-menu .input-group-btn > button[type="submit"] + .edit-btn, .menu .header .user-block .post .footer .post-menu .input-group-btn > .login-btn + .edit-btn, .post .footer .post-menu .menu .header .user-block .input-group-btn > .login-btn + .edit-btn, .menu .header .user-block .post .footer .post-menu .input-group-btn > .sign-up-btn + .edit-btn, .post .footer .post-menu .menu .header .user-block .input-group-btn > .sign-up-btn + .edit-btn, .menu .header .user-block .controls .post .footer .post-menu .input-group-btn > a + .edit-btn, .post .footer .post-menu .menu .header .user-block .controls .input-group-btn > a + .edit-btn, .forum-pages .post .footer .post-menu .input-group-btn > .new-topic-btn + .edit-btn, .post .footer .post-menu .forum-pages .input-group-btn > .new-topic-btn + .edit-btn, .forum-pages .post .footer .post-menu .input-group-btn > .reply-btn + .edit-btn, .post .footer .post-menu .forum-pages .input-group-btn > .reply-btn + .edit-btn, .forum-pages .post .footer .post-menu .input-group-btn > .locked-reply-btn + .edit-btn, .post .footer .post-menu .forum-pages .input-group-btn > .locked-reply-btn + .edit-btn, .post .footer .post-menu .input-group-btn > .edit-btn + .edit-btn {
  margin-left: -1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\00003146}}
.input-group-btn > .btn:hover, .input-group-btn > button[type="submit"]:hover, .menu .header .user-block .input-group-btn > .login-btn:hover, .menu .header .user-block .input-group-btn > .sign-up-btn:hover, .menu .header .user-block .controls .input-group-btn > a:hover, .forum-pages .input-group-btn > .new-topic-btn:hover, .forum-pages .input-group-btn > .reply-btn:hover, .forum-pages .input-group-btn > .locked-reply-btn:hover, .post .footer .post-menu .input-group-btn > .edit-btn:hover, .input-group-btn > .btn:focus, .input-group-btn > button[type="submit"]:focus, .menu .header .user-block .input-group-btn > .login-btn:focus, .menu .header .user-block .input-group-btn > .sign-up-btn:focus, .menu .header .user-block .controls .input-group-btn > a:focus, .forum-pages .input-group-btn > .new-topic-btn:focus, .forum-pages .input-group-btn > .reply-btn:focus, .forum-pages .input-group-btn > .locked-reply-btn:focus, .post .footer .post-menu .input-group-btn > .edit-btn:focus, .input-group-btn > .btn:active, .input-group-btn > button[type="submit"]:active, .menu .header .user-block .input-group-btn > .login-btn:active, .menu .header .user-block .input-group-btn > .sign-up-btn:active, .menu .header .user-block .controls .input-group-btn > a:active, .forum-pages .input-group-btn > .new-topic-btn:active, .forum-pages .input-group-btn > .reply-btn:active, .forum-pages .input-group-btn > .locked-reply-btn:active, .post .footer .post-menu .input-group-btn > .edit-btn:active {
  z-index: 2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\00003155}}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > button[type="submit"], .menu .header .user-block .input-group-btn:first-child > .login-btn, .menu .header .user-block .input-group-btn:first-child > .sign-up-btn, .menu .header .user-block .controls .input-group-btn:first-child > a, .forum-pages .input-group-btn:first-child > .new-topic-btn, .forum-pages .input-group-btn:first-child > .reply-btn, .forum-pages .input-group-btn:first-child > .locked-reply-btn, .post .footer .post-menu .input-group-btn:first-child > .edit-btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_input-groups\.scss}line{font-family:\00003161}}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > button[type="submit"], .menu .header .user-block .input-group-btn:last-child > .login-btn, .menu .header .user-block .input-group-btn:last-child > .sign-up-btn, .menu .header .user-block .controls .input-group-btn:last-child > a, .forum-pages .input-group-btn:last-child > .new-topic-btn, .forum-pages .input-group-btn:last-child > .reply-btn, .forum-pages .input-group-btn:last-child > .locked-reply-btn, .post .footer .post-menu .input-group-btn:last-child > .edit-btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\000039}}
.nav, .submenu, .profile-header ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000314}}
.nav:before, .submenu:before, .profile-header ul:before, .nav:after, .submenu:after, .profile-header ul:after {
  content: " ";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000319}}
.nav:after, .submenu:after, .profile-header ul:after {
  clear: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\0000315}}
.nav > li, .submenu > li, .profile-header ul > li {
  position: relative;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\0000319}}
.nav > li > a, .submenu > li > a, .profile-header ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\0000323}}
.nav > li > a:hover, .submenu > li > a:hover, .profile-header ul > li > a:hover, .nav > li > a:focus, .submenu > li > a:focus, .profile-header ul > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\0000331}}
.nav > li.disabled > a, .submenu > li.disabled > a, .profile-header ul > li.disabled > a, .forum-pages .nav > li.locked-reply-btn > a, .forum-pages .submenu > li.locked-reply-btn > a, .profile-header .forum-pages ul > li.locked-reply-btn > a, .forum-pages .profile-header ul > li.locked-reply-btn > a {
  color: #777777;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\0000334}}
.nav > li.disabled > a:hover, .submenu > li.disabled > a:hover, .profile-header ul > li.disabled > a:hover, .forum-pages .nav > li.locked-reply-btn > a:hover, .forum-pages .submenu > li.locked-reply-btn > a:hover, .profile-header .forum-pages ul > li.locked-reply-btn > a:hover, .forum-pages .profile-header ul > li.locked-reply-btn > a:hover, .nav > li.disabled > a:focus, .submenu > li.disabled > a:focus, .profile-header ul > li.disabled > a:focus, .forum-pages .nav > li.locked-reply-btn > a:focus, .forum-pages .submenu > li.locked-reply-btn > a:focus, .profile-header .forum-pages ul > li.locked-reply-btn > a:focus, .forum-pages .profile-header ul > li.locked-reply-btn > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\0000346}}
.nav .open > a, .submenu .open > a, .profile-header ul .open > a, .nav .open > a:hover, .submenu .open > a:hover, .profile-header ul .open > a:hover, .nav .open > a:focus, .submenu .open > a:focus, .profile-header ul .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\0000359}}
.nav .nav-divider, .submenu .nav-divider, .profile-header ul .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\0000366}}
.nav > li > a > img, .submenu > li > a > img, .profile-header ul > li > a > img {
  max-width: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\0000376}}
.nav-tabs, .submenu {
  border-bottom: 1px solid #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\0000378}}
.nav-tabs > li, .submenu > li {
  float: left;
  margin-bottom: -1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\0000384}}
.nav-tabs > li > a, .submenu > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\0000389}}
.nav-tabs > li > a:hover, .submenu > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\0000396}}
.nav-tabs > li.active > a, .submenu > li.active > a, .nav-tabs > li.active > a:hover, .submenu > li.active > a:hover, .nav-tabs > li.active > a:focus, .submenu > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003118}}
.nav-pills > li, .profile-header ul > li {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003122}}
.nav-pills > li > a, .profile-header ul > li > a {
  border-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003125}}
.nav-pills > li + li, .profile-header ul > li + li {
  margin-left: 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003131}}
.nav-pills > li.active > a, .profile-header ul > li.active > a, .nav-pills > li.active > a:hover, .profile-header ul > li.active > a:hover, .nav-pills > li.active > a:focus, .profile-header ul > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003144}}
.nav-stacked > li {
  float: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003146}}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003160}}
.nav-justified, .nav-tabs.nav-justified, .nav-justified.submenu {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003163}}
.nav-justified > li, .nav-tabs.nav-justified > li, .nav-justified.submenu > li {
  float: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003165}}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified.submenu > li > a {
  text-align: center;
  margin-bottom: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003171}}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003177}}
  .nav-justified > li, .nav-tabs.nav-justified > li, .nav-justified.submenu > li {
    display: table-cell;
    width: 1%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003180}}
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified.submenu > li > a {
    margin-bottom: 0;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003190}}
.nav-tabs-justified, .nav-tabs.nav-justified, .nav-justified.submenu {
  border-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003193}}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified.submenu > li > a {
  margin-right: 0;
  border-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003199}}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-justified.submenu > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-justified.submenu > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus,
.nav-justified.submenu > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003206}}
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified.submenu > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003210}}
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-justified.submenu > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-justified.submenu > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-justified.submenu > .active > a:focus {
    border-bottom-color: #fff;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003224}}
.tab-content > .tab-pane {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003227}}
.tab-content > .active {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navs\.scss}line{font-family:\00003237}}
.nav-tabs .dropdown-menu, .submenu .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\0000311}}
.navbar, .menu {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000314}}
.navbar:before, .menu:before, .navbar:after, .menu:after {
  content: " ";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000319}}
.navbar:after, .menu:after {
  clear: both;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\0000311}}
  .navbar, .menu {
    border-radius: 4px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000314}}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000319}}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\0000331}}
  .navbar-header {
    float: left;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\0000350}}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000314}}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000319}}
.navbar-collapse:after {
  clear: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\0000359}}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\0000350}}
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\0000368}}
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\0000375}}
  .navbar-collapse.in {
    overflow-y: visible;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\0000381}}
  .navbar-fixed-top .navbar-collapse, .menu .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\0000392}}
.navbar-fixed-top .navbar-collapse, .menu .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\0000392}}
  .navbar-fixed-top .navbar-collapse, .menu .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003108}}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003108}}
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003128}}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003128}}
  .navbar-static-top {
    border-radius: 0;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003138}}
.navbar-fixed-top, .menu,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003138}}
  .navbar-fixed-top, .menu,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003150}}
.navbar-fixed-top, .menu {
  top: 0;
  border-width: 0 0 1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003154}}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003163}}
.navbar-brand, .menu .header .brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003170}}
.navbar-brand:hover, .menu .header .brand:hover, .navbar-brand:focus, .menu .header .brand:focus {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003175}}
.navbar-brand > img, .menu .header .brand > img {
  display: block;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003180}}
  .navbar > .container .navbar-brand, .menu > .container .navbar-brand, .navbar > .container .menu .header .brand, .menu .header .navbar > .container .brand, .menu > .container .header .brand, .navbar > .container-fluid .navbar-brand, .menu > .container-fluid .navbar-brand, .navbar > .container-fluid .menu .header .brand, .menu .header .navbar > .container-fluid .brand, .menu > .container-fluid .header .brand {
    margin-left: -15px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003193}}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003206}}
.navbar-toggle:focus {
  outline: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003211}}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003217}}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003193}}
  .navbar-toggle {
    display: none;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003232}}
.navbar-nav {
  margin: 7.5px -15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003235}}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003243}}
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003251}}
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003255}}
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003257}}
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003232}}
  .navbar-nav {
    float: left;
    margin: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003270}}
  .navbar-nav > li {
    float: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003272}}
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003286}}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003441}}
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003448}}
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003455}}
  .navbar-form .form-control-static {
    display: inline-block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003459}}
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003463}}
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003471}}
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003475}}
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003482}}
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003489}}
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003493}}
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_forms\.scss}line{font-family:\00003500}}
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003298}}
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003302}}
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003286}}
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003327}}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003332}}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003343}}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003346}}
.navbar-btn.btn-sm, .menu .header .user-block .controls a.navbar-btn, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > button.navbar-btn[type="submit"], .menu .header .user-block .btn-group-sm > .navbar-btn.login-btn, .menu .header .user-block .btn-group-sm > .navbar-btn.sign-up-btn, .forum-pages .btn-group-sm > .navbar-btn.new-topic-btn, .forum-pages .btn-group-sm > .navbar-btn.reply-btn, .forum-pages .btn-group-sm > .navbar-btn.locked-reply-btn, .post .footer .post-menu .btn-group-sm > .navbar-btn.edit-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003349}}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > button.navbar-btn[type="submit"], .menu .header .user-block .btn-group-xs > .navbar-btn.login-btn, .menu .header .user-block .btn-group-xs > .navbar-btn.sign-up-btn, .menu .header .user-block .controls .btn-group-xs > a.navbar-btn, .forum-pages .btn-group-xs > .navbar-btn.new-topic-btn, .forum-pages .btn-group-xs > .navbar-btn.reply-btn, .forum-pages .btn-group-xs > .navbar-btn.locked-reply-btn, .post .footer .post-menu .btn-group-xs > .navbar-btn.edit-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003359}}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003359}}
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003379}}
  .navbar-left {
    float: left !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003382}}
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003386}}
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003397}}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003401}}
.navbar-default .navbar-brand, .navbar-default .menu .header .brand, .menu .header .navbar-default .brand {
  color: #777;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003403}}
.navbar-default .navbar-brand:hover, .navbar-default .menu .header .brand:hover, .menu .header .navbar-default .brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .menu .header .brand:focus, .menu .header .navbar-default .brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003410}}
.navbar-default .navbar-text {
  color: #777;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003415}}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003418}}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003425}}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003433}}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .forum-pages .navbar-nav > .locked-reply-btn > a, .forum-pages .navbar-default .navbar-nav > .locked-reply-btn > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .forum-pages .navbar-nav > .locked-reply-btn > a:hover, .forum-pages .navbar-default .navbar-nav > .locked-reply-btn > a:hover, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .forum-pages .navbar-nav > .locked-reply-btn > a:focus, .forum-pages .navbar-default .navbar-nav > .locked-reply-btn > a:focus {
  color: #ccc;
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003442}}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003444}}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003448}}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003453}}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003462}}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003473}}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003475}}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003482}}
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003490}}
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .forum-pages .dropdown-menu > .locked-reply-btn > a, .forum-pages .navbar-default .navbar-nav .open .dropdown-menu > .locked-reply-btn > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .forum-pages .dropdown-menu > .locked-reply-btn > a:hover, .forum-pages .navbar-default .navbar-nav .open .dropdown-menu > .locked-reply-btn > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .forum-pages .dropdown-menu > .locked-reply-btn > a:focus, .forum-pages .navbar-default .navbar-nav .open .dropdown-menu > .locked-reply-btn > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003506}}
.navbar-default .navbar-link {
  color: #777;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003508}}
.navbar-default .navbar-link:hover {
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003513}}
.navbar-default .btn-link {
  color: #777;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003515}}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003521}}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003531}}
.navbar-inverse, .menu {
  background-color: #222;
  border-color: #090909;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003535}}
.navbar-inverse .navbar-brand, .menu .navbar-brand, .menu .header .brand {
  color: #9d9d9d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003537}}
.navbar-inverse .navbar-brand:hover, .menu .navbar-brand:hover, .menu .header .brand:hover, .navbar-inverse .navbar-brand:focus, .menu .navbar-brand:focus, .menu .header .brand:focus {
  color: #fff;
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003544}}
.navbar-inverse .navbar-text, .menu .navbar-text {
  color: #9d9d9d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003549}}
.navbar-inverse .navbar-nav > li > a, .menu .navbar-nav > li > a {
  color: #9d9d9d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003552}}
.navbar-inverse .navbar-nav > li > a:hover, .menu .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .menu .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003559}}
.navbar-inverse .navbar-nav > .active > a, .menu .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .menu .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .menu .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003567}}
.navbar-inverse .navbar-nav > .disabled > a, .menu .navbar-nav > .disabled > a, .navbar-inverse .forum-pages .navbar-nav > .locked-reply-btn > a, .forum-pages .navbar-inverse .navbar-nav > .locked-reply-btn > a, .menu .forum-pages .navbar-nav > .locked-reply-btn > a, .forum-pages .menu .navbar-nav > .locked-reply-btn > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .menu .navbar-nav > .disabled > a:hover, .navbar-inverse .forum-pages .navbar-nav > .locked-reply-btn > a:hover, .forum-pages .navbar-inverse .navbar-nav > .locked-reply-btn > a:hover, .menu .forum-pages .navbar-nav > .locked-reply-btn > a:hover, .forum-pages .menu .navbar-nav > .locked-reply-btn > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus, .menu .navbar-nav > .disabled > a:focus, .navbar-inverse .forum-pages .navbar-nav > .locked-reply-btn > a:focus, .forum-pages .navbar-inverse .navbar-nav > .locked-reply-btn > a:focus, .menu .forum-pages .navbar-nav > .locked-reply-btn > a:focus, .forum-pages .menu .navbar-nav > .locked-reply-btn > a:focus {
  color: #444;
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003577}}
.navbar-inverse .navbar-toggle, .menu .navbar-toggle {
  border-color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003579}}
.navbar-inverse .navbar-toggle:hover, .menu .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .menu .navbar-toggle:focus {
  background-color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003583}}
.navbar-inverse .navbar-toggle .icon-bar, .menu .navbar-toggle .icon-bar {
  background-color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003588}}
.navbar-inverse .navbar-collapse, .menu .navbar-collapse,
.navbar-inverse .navbar-form,
.menu .navbar-form {
  border-color: #101010;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003596}}
.navbar-inverse .navbar-nav > .open > a, .menu .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .menu .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .menu .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003607}}
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .menu .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003610}}
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .menu .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003613}}
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .menu .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003615}}
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .menu .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .menu .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003622}}
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .menu .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .menu .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .menu .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003630}}
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .menu .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .forum-pages .dropdown-menu > .locked-reply-btn > a, .forum-pages .navbar-inverse .navbar-nav .open .dropdown-menu > .locked-reply-btn > a, .menu .navbar-nav .open .forum-pages .dropdown-menu > .locked-reply-btn > a, .forum-pages .menu .navbar-nav .open .dropdown-menu > .locked-reply-btn > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .menu .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .forum-pages .dropdown-menu > .locked-reply-btn > a:hover, .forum-pages .navbar-inverse .navbar-nav .open .dropdown-menu > .locked-reply-btn > a:hover, .menu .navbar-nav .open .forum-pages .dropdown-menu > .locked-reply-btn > a:hover, .forum-pages .menu .navbar-nav .open .dropdown-menu > .locked-reply-btn > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .menu .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .forum-pages .dropdown-menu > .locked-reply-btn > a:focus, .forum-pages .navbar-inverse .navbar-nav .open .dropdown-menu > .locked-reply-btn > a:focus, .menu .navbar-nav .open .forum-pages .dropdown-menu > .locked-reply-btn > a:focus, .forum-pages .menu .navbar-nav .open .dropdown-menu > .locked-reply-btn > a:focus {
    color: #444;
    background-color: transparent;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003641}}
.navbar-inverse .navbar-link, .menu .navbar-link {
  color: #9d9d9d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003643}}
.navbar-inverse .navbar-link:hover, .menu .navbar-link:hover {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003648}}
.navbar-inverse .btn-link, .menu .btn-link {
  color: #9d9d9d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003650}}
.navbar-inverse .btn-link:hover, .menu .btn-link:hover, .navbar-inverse .btn-link:focus, .menu .btn-link:focus {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_navbar\.scss}line{font-family:\00003656}}
.navbar-inverse .btn-link[disabled]:hover, .menu .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, .menu .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .menu .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .menu .btn-link:focus {
  color: #444;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_breadcrumbs\.scss}line{font-family:\000036}}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_breadcrumbs\.scss}line{font-family:\0000313}}
.breadcrumb > li {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_breadcrumbs\.scss}line{font-family:\0000316}}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_breadcrumbs\.scss}line{font-family:\0000323}}
.breadcrumb > .active {
  color: #777777;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_pagination\.scss}line{font-family:\000034}}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_pagination\.scss}line{font-family:\0000310}}
.pagination > li {
  display: inline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_pagination\.scss}line{font-family:\0000312}}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_pagination\.scss}line{font-family:\0000325}}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_pagination\.scss}line{font-family:\0000332}}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_pagination\.scss}line{font-family:\0000341}}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_pagination\.scss}line{font-family:\0000351}}
.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: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_pagination\.scss}line{font-family:\0000363}}
.pagination > .disabled > span, .forum-pages .pagination > .locked-reply-btn > span,
.pagination > .disabled > span:hover,
.forum-pages .pagination > .locked-reply-btn > span:hover,
.pagination > .disabled > span:focus,
.forum-pages .pagination > .locked-reply-btn > span:focus,
.pagination > .disabled > a,
.forum-pages .pagination > .locked-reply-btn > a,
.pagination > .disabled > a:hover,
.forum-pages .pagination > .locked-reply-btn > a:hover,
.pagination > .disabled > a:focus,
.forum-pages .pagination > .locked-reply-btn > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_pagination\.scss}line{font-family:\000035}}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_pagination\.scss}line{font-family:\0000311}}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_pagination\.scss}line{font-family:\0000317}}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_pagination\.scss}line{font-family:\000035}}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_pagination\.scss}line{font-family:\0000311}}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_pagination\.scss}line{font-family:\0000317}}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_pager\.scss}line{font-family:\000036}}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000314}}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000319}}
.pager:after {
  clear: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_pager\.scss}line{font-family:\0000312}}
.pager li {
  display: inline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_pager\.scss}line{font-family:\0000314}}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_pager\.scss}line{font-family:\0000323}}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_pager\.scss}line{font-family:\0000331}}
.pager .next > a,
.pager .next > span {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_pager\.scss}line{font-family:\0000338}}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_pager\.scss}line{font-family:\0000345}}
.pager .disabled > a, .pager .forum-pages .locked-reply-btn > a, .forum-pages .pager .locked-reply-btn > a,
.pager .disabled > a:hover,
.pager .forum-pages .locked-reply-btn > a:hover,
.forum-pages .pager .locked-reply-btn > a:hover,
.pager .disabled > a:focus,
.pager .forum-pages .locked-reply-btn > a:focus,
.forum-pages .pager .locked-reply-btn > a:focus,
.pager .disabled > span,
.pager .forum-pages .locked-reply-btn > span,
.forum-pages .pager .locked-reply-btn > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_labels\.scss}line{font-family:\000035}}
.label, .chat_clients_server .status .offline {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_labels\.scss}line{font-family:\0000320}}
.label:empty, .chat_clients_server .status .offline:empty {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_labels\.scss}line{font-family:\0000325}}
.btn .label, button[type="submit"] .label, .menu .header .user-block .login-btn .label, .menu .header .user-block .sign-up-btn .label, .menu .header .user-block .controls a .label, .forum-pages .new-topic-btn .label, .forum-pages .reply-btn .label, .forum-pages .locked-reply-btn .label, .post .footer .post-menu .edit-btn .label, .btn .chat_clients_server .status .offline, .chat_clients_server .status .btn .offline, button[type="submit"] .chat_clients_server .status .offline, .chat_clients_server .status button[type="submit"] .offline, .menu .header .user-block .login-btn .chat_clients_server .status .offline, .chat_clients_server .status .menu .header .user-block .login-btn .offline, .menu .header .user-block .sign-up-btn .chat_clients_server .status .offline, .chat_clients_server .status .menu .header .user-block .sign-up-btn .offline, .menu .header .user-block .controls a .chat_clients_server .status .offline, .chat_clients_server .status .menu .header .user-block .controls a .offline, .forum-pages .new-topic-btn .chat_clients_server .status .offline, .chat_clients_server .status .forum-pages .new-topic-btn .offline, .forum-pages .reply-btn .chat_clients_server .status .offline, .chat_clients_server .status .forum-pages .reply-btn .offline, .forum-pages .locked-reply-btn .chat_clients_server .status .offline, .chat_clients_server .status .forum-pages .locked-reply-btn .offline, .post .footer .post-menu .edit-btn .chat_clients_server .status .offline, .chat_clients_server .status .post .footer .post-menu .edit-btn .offline {
  position: relative;
  top: -1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_labels\.scss}line{font-family:\0000333}}
a.label:hover, .chat_clients_server .status a.offline:hover, a.label:focus, .chat_clients_server .status a.offline:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_labels\.scss}line{font-family:\0000344}}
.label-default {
  background-color: #777777;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_labels\.scss}line{font-family:\000037}}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_labels\.scss}line{font-family:\0000348}}
.label-primary {
  background-color: #337ab7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_labels\.scss}line{font-family:\000037}}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_labels\.scss}line{font-family:\0000352}}
.label-success {
  background-color: #5cb85c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_labels\.scss}line{font-family:\000037}}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_labels\.scss}line{font-family:\0000356}}
.label-info {
  background-color: #5bc0de;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_labels\.scss}line{font-family:\000037}}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_labels\.scss}line{font-family:\0000360}}
.label-warning {
  background-color: #f0ad4e;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_labels\.scss}line{font-family:\000037}}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_labels\.scss}line{font-family:\0000364}}
.label-danger, .chat_clients_server .status .offline {
  background-color: #d9534f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_labels\.scss}line{font-family:\000037}}
.label-danger[href]:hover, .chat_clients_server .status [href].offline:hover, .label-danger[href]:focus, .chat_clients_server .status [href].offline:focus {
  background-color: #c9302c;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_badges\.scss}line{font-family:\000037}}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_badges\.scss}line{font-family:\0000322}}
.badge:empty {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_badges\.scss}line{font-family:\0000327}}
.btn .badge, button[type="submit"] .badge, .menu .header .user-block .login-btn .badge, .menu .header .user-block .sign-up-btn .badge, .menu .header .user-block .controls a .badge, .forum-pages .new-topic-btn .badge, .forum-pages .reply-btn .badge, .forum-pages .locked-reply-btn .badge, .post .footer .post-menu .edit-btn .badge {
  position: relative;
  top: -1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_badges\.scss}line{font-family:\0000332}}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > button[type="submit"] .badge, .menu .header .user-block .btn-group-xs > .login-btn .badge, .menu .header .user-block .btn-group-xs > .sign-up-btn .badge, .menu .header .user-block .controls .btn-group-xs > a .badge, .forum-pages .btn-group-xs > .new-topic-btn .badge, .forum-pages .btn-group-xs > .reply-btn .badge, .forum-pages .btn-group-xs > .locked-reply-btn .badge, .post .footer .post-menu .btn-group-xs > .edit-btn .badge, .btn-group-xs > .btn .badge, .btn-group-xs > button[type="submit"] .badge, .menu .header .user-block .btn-group-xs > .login-btn .badge, .menu .header .user-block .btn-group-xs > .sign-up-btn .badge, .menu .header .user-block .controls .btn-group-xs > a .badge, .forum-pages .btn-group-xs > .new-topic-btn .badge, .forum-pages .btn-group-xs > .reply-btn .badge, .forum-pages .btn-group-xs > .locked-reply-btn .badge, .post .footer .post-menu .btn-group-xs > .edit-btn .badge {
  top: 0;
  padding: 1px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_badges\.scss}line{font-family:\0000341}}
.list-group-item.active > .badge, .chat_history li.active > .badge, .nav-pills > .active > a > .badge, .profile-header ul > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_badges\.scss}line{font-family:\0000347}}
.list-group-item > .badge, .chat_history li > .badge {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_badges\.scss}line{font-family:\0000351}}
.list-group-item > .badge + .badge, .chat_history li > .badge + .badge {
  margin-right: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_badges\.scss}line{font-family:\0000355}}
.nav-pills > li > a > .badge, .profile-header ul > li > a > .badge {
  margin-left: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_badges\.scss}line{font-family:\0000362}}
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_jumbotron\.scss}line{font-family:\000036}}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_jumbotron\.scss}line{font-family:\0000312}}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_jumbotron\.scss}line{font-family:\0000317}}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_jumbotron\.scss}line{font-family:\0000323}}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_jumbotron\.scss}line{font-family:\0000327}}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_jumbotron\.scss}line{font-family:\0000332}}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_jumbotron\.scss}line{font-family:\000036}}
  .jumbotron {
    padding: 48px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_jumbotron\.scss}line{font-family:\0000339}}
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_jumbotron\.scss}line{font-family:\0000345}}
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_thumbnails\.scss}line{font-family:\000037}}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_thumbnails\.scss}line{font-family:\0000317}}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_thumbnails\.scss}line{font-family:\0000327}}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_thumbnails\.scss}line{font-family:\0000334}}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_alerts\.scss}line{font-family:\000039}}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_alerts\.scss}line{font-family:\0000316}}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_alerts\.scss}line{font-family:\0000323}}
.alert .alert-link {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_alerts\.scss}line{font-family:\0000328}}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_alerts\.scss}line{font-family:\0000333}}
.alert > p + p {
  margin-top: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_alerts\.scss}line{font-family:\0000342}}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_alerts\.scss}line{font-family:\0000347}}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_alerts\.scss}line{font-family:\0000359}}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_alerts\.scss}line{font-family:\000038}}
.alert-success hr {
  border-top-color: #c9e2b3;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_alerts\.scss}line{font-family:\0000311}}
.alert-success .alert-link {
  color: #2b542c;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_alerts\.scss}line{font-family:\0000363}}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_alerts\.scss}line{font-family:\000038}}
.alert-info hr {
  border-top-color: #a6e1ec;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_alerts\.scss}line{font-family:\0000311}}
.alert-info .alert-link {
  color: #245269;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_alerts\.scss}line{font-family:\0000367}}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_alerts\.scss}line{font-family:\000038}}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_alerts\.scss}line{font-family:\0000311}}
.alert-warning .alert-link {
  color: #66512c;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_alerts\.scss}line{font-family:\0000371}}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_alerts\.scss}line{font-family:\000038}}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_alerts\.scss}line{font-family:\0000311}}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_progress-bars\.scss}line{font-family:\0000326}}
.progress, .menu .header .user-block .info .exp {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_progress-bars\.scss}line{font-family:\0000336}}
.progress-bar, .menu .header .user-block .info .exp .exp-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_progress-bars\.scss}line{font-family:\0000354}}
.progress-striped .progress-bar, .progress-striped .menu .header .user-block .info .exp .exp-bar, .menu .header .user-block .info .exp .progress-striped .exp-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_progress-bars\.scss}line{font-family:\0000364}}
.progress.active .progress-bar, .menu .header .user-block .info .active.exp .progress-bar, .progress.active .menu .header .user-block .info .exp .exp-bar, .menu .header .user-block .info .exp .progress.active .exp-bar, .menu .header .user-block .info .active.exp .exp-bar,
.progress-bar.active,
.menu .header .user-block .info .exp .active.exp-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_progress-bars\.scss}line{font-family:\0000373}}
.progress-bar-success {
  background-color: #5cb85c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_progress-bar\.scss}line{font-family:\000037}}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_progress-bars\.scss}line{font-family:\0000377}}
.progress-bar-info {
  background-color: #5bc0de;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_progress-bar\.scss}line{font-family:\000037}}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_progress-bars\.scss}line{font-family:\0000381}}
.progress-bar-warning {
  background-color: #f0ad4e;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_progress-bar\.scss}line{font-family:\000037}}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_progress-bars\.scss}line{font-family:\0000385}}
.progress-bar-danger {
  background-color: #d9534f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_progress-bar\.scss}line{font-family:\000037}}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_media\.scss}line{font-family:\000031}}
.media {
  margin-top: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_media\.scss}line{font-family:\000035}}
.media:first-child {
  margin-top: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_media\.scss}line{font-family:\0000310}}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_media\.scss}line{font-family:\0000316}}
.media-body {
  width: 10000px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_media\.scss}line{font-family:\0000320}}
.media-object {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_media\.scss}line{font-family:\0000324}}
.media-right,
.media > .pull-right,
.news .media > .author,
.chat_clients_server .media > .status {
  padding-left: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_media\.scss}line{font-family:\0000329}}
.media-left,
.media > .pull-left,
.post .footer .media > .signature {
  padding-right: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_media\.scss}line{font-family:\0000334}}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_media\.scss}line{font-family:\0000341}}
.media-middle {
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_media\.scss}line{font-family:\0000345}}
.media-bottom {
  vertical-align: bottom;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_media\.scss}line{font-family:\0000350}}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_media\.scss}line{font-family:\0000358}}
.media-list {
  padding-left: 0;
  list-style: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_list-group\.scss}line{font-family:\0000310}}
.list-group, .chat_history {
  margin-bottom: 20px;
  padding-left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_list-group\.scss}line{font-family:\0000321}}
.list-group-item, .chat_history li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_list-group\.scss}line{font-family:\0000331}}
.list-group-item:first-child, .chat_history li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_list-group\.scss}line{font-family:\0000334}}
.list-group-item:last-child, .chat_history li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_list-group\.scss}line{font-family:\0000346}}
a.list-group-item {
  color: #555;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_list-group\.scss}line{font-family:\0000349}}
a.list-group-item .list-group-item-heading {
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_list-group\.scss}line{font-family:\0000354}}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_list-group\.scss}line{font-family:\0000364}}
.list-group-item.disabled, .chat_history li.disabled, .chat_history .forum-pages li.locked-reply-btn, .forum-pages .chat_history li.locked-reply-btn, .forum-pages .list-group-item.locked-reply-btn, .list-group-item.disabled:hover, .chat_history li.disabled:hover, .chat_history .forum-pages li.locked-reply-btn:hover, .forum-pages .chat_history li.locked-reply-btn:hover, .forum-pages .list-group-item.locked-reply-btn:hover, .list-group-item.disabled:focus, .chat_history li.disabled:focus, .chat_history .forum-pages li.locked-reply-btn:focus, .forum-pages .chat_history li.locked-reply-btn:focus, .forum-pages .list-group-item.locked-reply-btn:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_list-group\.scss}line{font-family:\0000372}}
.list-group-item.disabled .list-group-item-heading, .chat_history li.disabled .list-group-item-heading, .chat_history .forum-pages li.locked-reply-btn .list-group-item-heading, .forum-pages .chat_history li.locked-reply-btn .list-group-item-heading, .forum-pages .list-group-item.locked-reply-btn .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .chat_history li.disabled:hover .list-group-item-heading, .chat_history .forum-pages li.locked-reply-btn:hover .list-group-item-heading, .forum-pages .chat_history li.locked-reply-btn:hover .list-group-item-heading, .forum-pages .list-group-item.locked-reply-btn:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .chat_history li.disabled:focus .list-group-item-heading, .chat_history .forum-pages li.locked-reply-btn:focus .list-group-item-heading, .forum-pages .chat_history li.locked-reply-btn:focus .list-group-item-heading, .forum-pages .list-group-item.locked-reply-btn:focus .list-group-item-heading {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_list-group\.scss}line{font-family:\0000375}}
.list-group-item.disabled .list-group-item-text, .chat_history li.disabled .list-group-item-text, .chat_history .forum-pages li.locked-reply-btn .list-group-item-text, .forum-pages .chat_history li.locked-reply-btn .list-group-item-text, .forum-pages .list-group-item.locked-reply-btn .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .chat_history li.disabled:hover .list-group-item-text, .chat_history .forum-pages li.locked-reply-btn:hover .list-group-item-text, .forum-pages .chat_history li.locked-reply-btn:hover .list-group-item-text, .forum-pages .list-group-item.locked-reply-btn:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .chat_history li.disabled:focus .list-group-item-text, .chat_history .forum-pages li.locked-reply-btn:focus .list-group-item-text, .forum-pages .chat_history li.locked-reply-btn:focus .list-group-item-text, .forum-pages .list-group-item.locked-reply-btn:focus .list-group-item-text {
  color: #777777;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_list-group\.scss}line{font-family:\0000381}}
.list-group-item.active, .chat_history li.active, .list-group-item.active:hover, .chat_history li.active:hover, .list-group-item.active:focus, .chat_history li.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_list-group\.scss}line{font-family:\0000390}}
.list-group-item.active .list-group-item-heading, .chat_history li.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.chat_history li.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.chat_history li.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .chat_history li.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.chat_history li.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.chat_history li.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .chat_history li.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.chat_history li.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.chat_history li.active:focus .list-group-item-heading > .small {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_list-group\.scss}line{font-family:\0000395}}
.list-group-item.active .list-group-item-text, .chat_history li.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .chat_history li.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .chat_history li.active:focus .list-group-item-text {
  color: #c7ddef;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\000034}}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000311}}
a.list-group-item-success {
  color: #3c763d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000314}}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000318}}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000323}}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\000034}}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000311}}
a.list-group-item-info {
  color: #31708f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000314}}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000318}}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000323}}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\000034}}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000311}}
a.list-group-item-warning {
  color: #8a6d3b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000314}}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000318}}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000323}}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\000034}}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000311}}
a.list-group-item-danger {
  color: #a94442;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000314}}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000318}}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_list-group\.scss}line{font-family:\0000323}}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_list-group\.scss}line{font-family:\00003117}}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_list-group\.scss}line{font-family:\00003121}}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\000037}}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\0000316}}
.panel-body {
  padding: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000314}}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000319}}
.panel-body:after {
  clear: both;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\0000322}}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\0000327}}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\0000333}}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\0000339}}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\0000349}}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\0000363}}
.panel > .list-group, .panel > .chat_history,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .chat_history {
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\0000367}}
.panel > .list-group .list-group-item, .panel > .chat_history .list-group-item, .panel > .list-group .chat_history li, .chat_history .panel > .list-group li, .panel > .chat_history li,
.panel > .panel-collapse > .list-group .list-group-item,
.panel > .panel-collapse > .chat_history .list-group-item,
.panel > .panel-collapse > .list-group .chat_history li,
.chat_history .panel > .panel-collapse > .list-group li,
.panel > .panel-collapse > .chat_history li {
  border-width: 1px 0;
  border-radius: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\0000374}}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .chat_history:first-child .list-group-item:first-child, .panel > .list-group:first-child .chat_history li:first-child, .chat_history .panel > .list-group:first-child li:first-child, .panel > .chat_history:first-child li:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .chat_history:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .chat_history li:first-child,
.chat_history .panel > .panel-collapse > .list-group:first-child li:first-child,
.panel > .panel-collapse > .chat_history:first-child li:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\0000381}}
.panel > .list-group:last-child .list-group-item:last-child, .panel > .chat_history:last-child .list-group-item:last-child, .panel > .list-group:last-child .chat_history li:last-child, .chat_history .panel > .list-group:last-child li:last-child, .panel > .chat_history:last-child li:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .chat_history:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .chat_history li:last-child,
.chat_history .panel > .panel-collapse > .list-group:last-child li:last-child,
.panel > .panel-collapse > .chat_history:last-child li:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\0000390}}
.panel-heading + .list-group .list-group-item:first-child, .panel-heading + .chat_history .list-group-item:first-child, .panel-heading + .list-group .chat_history li:first-child, .chat_history .panel-heading + .list-group li:first-child, .panel-heading + .chat_history li:first-child {
  border-top-width: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\0000394}}
.list-group + .panel-footer, .chat_history + .panel-footer {
  border-top-width: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003104}}
.panel > .table, .profile-games .panel > table, .markdown .panel > table, .md-preview .panel > table, .panel > .games-list, .panel > .forum-table, .panel > .forum-topics,
.panel > .table-responsive > .table,
.profile-games .panel > .table-responsive > table,
.markdown .panel > .table-responsive > table,
.md-preview .panel > .table-responsive > table,
.panel > .table-responsive > .games-list,
.panel > .table-responsive > .forum-table,
.panel > .table-responsive > .forum-topics,
.panel > .panel-collapse > .table,
.profile-games .panel > .panel-collapse > table,
.markdown .panel > .panel-collapse > table,
.md-preview .panel > .panel-collapse > table,
.panel > .panel-collapse > .games-list,
.panel > .panel-collapse > .forum-table,
.panel > .panel-collapse > .forum-topics {
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003109}}
.panel > .table caption, .profile-games .panel > table caption, .markdown .panel > table caption, .md-preview .panel > table caption, .panel > .games-list caption, .panel > .forum-table caption, .panel > .forum-topics caption,
.panel > .table-responsive > .table caption,
.profile-games .panel > .table-responsive > table caption,
.markdown .panel > .table-responsive > table caption,
.md-preview .panel > .table-responsive > table caption,
.panel > .table-responsive > .games-list caption,
.panel > .table-responsive > .forum-table caption,
.panel > .table-responsive > .forum-topics caption,
.panel > .panel-collapse > .table caption,
.profile-games .panel > .panel-collapse > table caption,
.markdown .panel > .panel-collapse > table caption,
.md-preview .panel > .panel-collapse > table caption,
.panel > .panel-collapse > .games-list caption,
.panel > .panel-collapse > .forum-table caption,
.panel > .panel-collapse > .forum-topics caption {
  padding-left: 15px;
  padding-right: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003115}}
.panel > .table:first-child, .profile-games .panel > table:first-child, .markdown .panel > table:first-child, .md-preview .panel > table:first-child, .panel > .games-list:first-child, .panel > .forum-table:first-child, .panel > .forum-topics:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.profile-games .panel > .table-responsive:first-child > table:first-child,
.markdown .panel > .table-responsive:first-child > table:first-child,
.md-preview .panel > .table-responsive:first-child > table:first-child,
.panel > .table-responsive:first-child > .games-list:first-child,
.panel > .table-responsive:first-child > .forum-table:first-child,
.panel > .table-responsive:first-child > .forum-topics:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003121}}
.panel > .table:first-child > thead:first-child > tr:first-child, .profile-games .panel > table:first-child > thead:first-child > tr:first-child, .markdown .panel > table:first-child > thead:first-child > tr:first-child, .md-preview .panel > table:first-child > thead:first-child > tr:first-child, .panel > .games-list:first-child > thead:first-child > tr:first-child, .panel > .forum-table:first-child > thead:first-child > tr:first-child, .panel > .forum-topics:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.profile-games .panel > table:first-child > tbody:first-child > tr:first-child,
.markdown .panel > table:first-child > tbody:first-child > tr:first-child,
.md-preview .panel > table:first-child > tbody:first-child > tr:first-child,
.panel > .games-list:first-child > tbody:first-child > tr:first-child,
.panel > .forum-table:first-child > tbody:first-child > tr:first-child,
.panel > .forum-topics:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.profile-games .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
.markdown .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
.md-preview .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .games-list:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .forum-table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .forum-topics:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.profile-games .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child,
.markdown .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child,
.md-preview .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .games-list:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .forum-table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .forum-topics:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003125}}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .profile-games .panel > table:first-child > thead:first-child > tr:first-child td:first-child, .markdown .panel > table:first-child > thead:first-child > tr:first-child td:first-child, .md-preview .panel > table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .games-list:first-child > thead:first-child > tr:first-child td:first-child, .panel > .forum-table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .forum-topics:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.profile-games .panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.markdown .panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.md-preview .panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .games-list:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .forum-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .forum-topics:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.profile-games .panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.markdown .panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.md-preview .panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .games-list:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .forum-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .forum-topics:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.profile-games .panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.markdown .panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.md-preview .panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .games-list:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .forum-table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .forum-topics:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.profile-games .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
.markdown .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
.md-preview .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .games-list:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .forum-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .forum-topics:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.profile-games .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.markdown .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.md-preview .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .games-list:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .forum-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .forum-topics:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.profile-games .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
.markdown .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
.md-preview .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .games-list:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .forum-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .forum-topics:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.profile-games .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
.markdown .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
.md-preview .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .games-list:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .forum-table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .forum-topics:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003129}}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .profile-games .panel > table:first-child > thead:first-child > tr:first-child td:last-child, .markdown .panel > table:first-child > thead:first-child > tr:first-child td:last-child, .md-preview .panel > table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .games-list:first-child > thead:first-child > tr:first-child td:last-child, .panel > .forum-table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .forum-topics:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.profile-games .panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.markdown .panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.md-preview .panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .games-list:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .forum-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .forum-topics:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.profile-games .panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.markdown .panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.md-preview .panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .games-list:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .forum-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .forum-topics:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.profile-games .panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.markdown .panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.md-preview .panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .games-list:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .forum-table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .forum-topics:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.profile-games .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
.markdown .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
.md-preview .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .games-list:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .forum-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .forum-topics:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.profile-games .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.markdown .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.md-preview .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .games-list:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .forum-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .forum-topics:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.profile-games .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
.markdown .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
.md-preview .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .games-list:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .forum-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .forum-topics:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.profile-games .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
.markdown .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
.md-preview .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .games-list:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .forum-table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .forum-topics:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003137}}
.panel > .table:last-child, .profile-games .panel > table:last-child, .markdown .panel > table:last-child, .md-preview .panel > table:last-child, .panel > .games-list:last-child, .panel > .forum-table:last-child, .panel > .forum-topics:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.profile-games .panel > .table-responsive:last-child > table:last-child,
.markdown .panel > .table-responsive:last-child > table:last-child,
.md-preview .panel > .table-responsive:last-child > table:last-child,
.panel > .table-responsive:last-child > .games-list:last-child,
.panel > .table-responsive:last-child > .forum-table:last-child,
.panel > .table-responsive:last-child > .forum-topics:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003143}}
.panel > .table:last-child > tbody:last-child > tr:last-child, .profile-games .panel > table:last-child > tbody:last-child > tr:last-child, .markdown .panel > table:last-child > tbody:last-child > tr:last-child, .md-preview .panel > table:last-child > tbody:last-child > tr:last-child, .panel > .games-list:last-child > tbody:last-child > tr:last-child, .panel > .forum-table:last-child > tbody:last-child > tr:last-child, .panel > .forum-topics:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.profile-games .panel > table:last-child > tfoot:last-child > tr:last-child,
.markdown .panel > table:last-child > tfoot:last-child > tr:last-child,
.md-preview .panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .games-list:last-child > tfoot:last-child > tr:last-child,
.panel > .forum-table:last-child > tfoot:last-child > tr:last-child,
.panel > .forum-topics:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.profile-games .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
.markdown .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
.md-preview .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .games-list:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .forum-table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .forum-topics:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.profile-games .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child,
.markdown .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child,
.md-preview .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .games-list:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .forum-table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .forum-topics:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003147}}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .profile-games .panel > table:last-child > tbody:last-child > tr:last-child td:first-child, .markdown .panel > table:last-child > tbody:last-child > tr:last-child td:first-child, .md-preview .panel > table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .games-list:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .forum-table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .forum-topics:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.profile-games .panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.markdown .panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.md-preview .panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .games-list:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .forum-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .forum-topics:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.profile-games .panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.markdown .panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.md-preview .panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .games-list:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .forum-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .forum-topics:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.profile-games .panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.markdown .panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.md-preview .panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .games-list:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .forum-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .forum-topics:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.profile-games .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
.markdown .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
.md-preview .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .games-list:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .forum-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .forum-topics:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.profile-games .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.markdown .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.md-preview .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .games-list:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .forum-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .forum-topics:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.profile-games .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.markdown .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.md-preview .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .games-list:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .forum-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .forum-topics:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.profile-games .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.markdown .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.md-preview .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .games-list:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .forum-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .forum-topics:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003151}}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .profile-games .panel > table:last-child > tbody:last-child > tr:last-child td:last-child, .markdown .panel > table:last-child > tbody:last-child > tr:last-child td:last-child, .md-preview .panel > table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .games-list:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .forum-table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .forum-topics:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.profile-games .panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.markdown .panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.md-preview .panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .games-list:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .forum-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .forum-topics:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.profile-games .panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.markdown .panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.md-preview .panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .games-list:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .forum-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .forum-topics:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.profile-games .panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.markdown .panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.md-preview .panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .games-list:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .forum-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .forum-topics:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.profile-games .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
.markdown .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
.md-preview .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .games-list:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .forum-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .forum-topics:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.profile-games .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.markdown .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.md-preview .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .games-list:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .forum-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .forum-topics:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.profile-games .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.markdown .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.md-preview .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .games-list:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .forum-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .forum-topics:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.profile-games .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.markdown .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.md-preview .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .games-list:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .forum-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .forum-topics:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003158}}
.panel > .panel-body + .table, .profile-games .panel > .panel-body + table, .markdown .panel > .panel-body + table, .md-preview .panel > .panel-body + table, .panel > .panel-body + .games-list, .panel > .panel-body + .forum-table, .panel > .panel-body + .forum-topics,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.profile-games .panel > table + .panel-body,
.markdown .panel > table + .panel-body,
.md-preview .panel > table + .panel-body,
.panel > .games-list + .panel-body,
.panel > .forum-table + .panel-body,
.panel > .forum-topics + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003164}}
.panel > .table > tbody:first-child > tr:first-child th, .profile-games .panel > table > tbody:first-child > tr:first-child th, .markdown .panel > table > tbody:first-child > tr:first-child th, .md-preview .panel > table > tbody:first-child > tr:first-child th, .panel > .games-list > tbody:first-child > tr:first-child th, .panel > .forum-table > tbody:first-child > tr:first-child th, .panel > .forum-topics > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.profile-games .panel > table > tbody:first-child > tr:first-child td,
.markdown .panel > table > tbody:first-child > tr:first-child td,
.md-preview .panel > table > tbody:first-child > tr:first-child td,
.panel > .games-list > tbody:first-child > tr:first-child td,
.panel > .forum-table > tbody:first-child > tr:first-child td,
.panel > .forum-topics > tbody:first-child > tr:first-child td {
  border-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003168}}
.panel > .table-bordered, .panel > .forum-table, .panel > .forum-topics,
.panel > .table-responsive > .table-bordered,
.panel > .table-responsive > .forum-table,
.panel > .table-responsive > .forum-topics {
  border: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003175}}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .forum-table > thead > tr > th:first-child, .panel > .forum-topics > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .forum-table > thead > tr > td:first-child,
.panel > .forum-topics > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .forum-table > tbody > tr > th:first-child,
.panel > .forum-topics > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .forum-table > tbody > tr > td:first-child,
.panel > .forum-topics > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .forum-table > tfoot > tr > th:first-child,
.panel > .forum-topics > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .forum-table > tfoot > tr > td:first-child,
.panel > .forum-topics > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .forum-table > thead > tr > th:first-child,
.panel > .table-responsive > .forum-topics > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .forum-table > thead > tr > td:first-child,
.panel > .table-responsive > .forum-topics > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .forum-table > tbody > tr > th:first-child,
.panel > .table-responsive > .forum-topics > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .forum-table > tbody > tr > td:first-child,
.panel > .table-responsive > .forum-topics > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .forum-table > tfoot > tr > th:first-child,
.panel > .table-responsive > .forum-topics > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .forum-table > tfoot > tr > td:first-child,
.panel > .table-responsive > .forum-topics > tfoot > tr > td:first-child {
  border-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003179}}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .forum-table > thead > tr > th:last-child, .panel > .forum-topics > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .forum-table > thead > tr > td:last-child,
.panel > .forum-topics > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .forum-table > tbody > tr > th:last-child,
.panel > .forum-topics > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .forum-table > tbody > tr > td:last-child,
.panel > .forum-topics > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .forum-table > tfoot > tr > th:last-child,
.panel > .forum-topics > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .forum-table > tfoot > tr > td:last-child,
.panel > .forum-topics > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .forum-table > thead > tr > th:last-child,
.panel > .table-responsive > .forum-topics > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .forum-table > thead > tr > td:last-child,
.panel > .table-responsive > .forum-topics > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .forum-table > tbody > tr > th:last-child,
.panel > .table-responsive > .forum-topics > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .forum-table > tbody > tr > td:last-child,
.panel > .table-responsive > .forum-topics > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .forum-table > tfoot > tr > th:last-child,
.panel > .table-responsive > .forum-topics > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .forum-table > tfoot > tr > td:last-child,
.panel > .table-responsive > .forum-topics > tfoot > tr > td:last-child {
  border-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003188}}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .forum-table > thead > tr:first-child > td, .panel > .forum-topics > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .forum-table > thead > tr:first-child > th,
.panel > .forum-topics > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .forum-table > tbody > tr:first-child > td,
.panel > .forum-topics > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .forum-table > tbody > tr:first-child > th,
.panel > .forum-topics > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .forum-table > thead > tr:first-child > td,
.panel > .table-responsive > .forum-topics > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .forum-table > thead > tr:first-child > th,
.panel > .table-responsive > .forum-topics > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .forum-table > tbody > tr:first-child > td,
.panel > .table-responsive > .forum-topics > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .forum-table > tbody > tr:first-child > th,
.panel > .table-responsive > .forum-topics > tbody > tr:first-child > th {
  border-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003197}}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .forum-table > tbody > tr:last-child > td, .panel > .forum-topics > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .forum-table > tbody > tr:last-child > th,
.panel > .forum-topics > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .forum-table > tfoot > tr:last-child > td,
.panel > .forum-topics > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .forum-table > tfoot > tr:last-child > th,
.panel > .forum-topics > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .forum-table > tbody > tr:last-child > td,
.panel > .table-responsive > .forum-topics > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .forum-table > tbody > tr:last-child > th,
.panel > .table-responsive > .forum-topics > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .forum-table > tfoot > tr:last-child > td,
.panel > .table-responsive > .forum-topics > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .forum-table > tfoot > tr:last-child > th,
.panel > .table-responsive > .forum-topics > tfoot > tr:last-child > th {
  border-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003204}}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003216}}
.panel-group {
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003220}}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003224}}
.panel-group .panel + .panel {
  margin-top: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003229}}
.panel-group .panel-heading {
  border-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003232}}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .chat_history {
  border-top: 1px solid #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003238}}
.panel-group .panel-footer {
  border-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003240}}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003248}}
.panel-default {
  border-color: #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\000036}}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000311}}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000314}}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000320}}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003251}}
.panel-primary {
  border-color: #337ab7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\000036}}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000311}}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000314}}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000320}}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003254}}
.panel-success {
  border-color: #d6e9c6;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\000036}}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000311}}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000314}}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000320}}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003257}}
.panel-info {
  border-color: #bce8f1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\000036}}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000311}}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000314}}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000320}}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003260}}
.panel-warning {
  border-color: #faebcc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\000036}}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000311}}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000314}}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000320}}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_panels\.scss}line{font-family:\00003263}}
.panel-danger {
  border-color: #ebccd1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\000036}}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000311}}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000314}}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_panels\.scss}line{font-family:\0000320}}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-embed\.scss}line{font-family:\000035}}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-embed\.scss}line{font-family:\0000312}}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-embed\.scss}line{font-family:\0000328}}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-embed\.scss}line{font-family:\0000333}}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_wells\.scss}line{font-family:\000037}}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_wells\.scss}line{font-family:\0000315}}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_wells\.scss}line{font-family:\0000322}}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_wells\.scss}line{font-family:\0000326}}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_close\.scss}line{font-family:\000036}}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_close\.scss}line{font-family:\0000315}}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_close\.scss}line{font-family:\0000330}}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\0000311}}
.modal-open {
  overflow: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\0000316}}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\0000332}}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\0000336}}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\0000338}}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\0000344}}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\0000351}}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\0000364}}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\0000373}}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\0000374}}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\0000379}}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\0000385}}
.modal-header .close {
  margin-top: -2px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\0000390}}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\0000397}}
.modal-body {
  position: relative;
  padding: 15px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\00003103}}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000314}}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000319}}
.modal-footer:after {
  clear: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\00003110}}
.modal-footer .btn + .btn, .modal-footer button[type="submit"] + .btn, .modal-footer .menu .header .user-block .login-btn + .btn, .menu .header .user-block .modal-footer .login-btn + .btn, .modal-footer .menu .header .user-block .sign-up-btn + .btn, .menu .header .user-block .modal-footer .sign-up-btn + .btn, .modal-footer .menu .header .user-block .controls a + .btn, .menu .header .user-block .controls .modal-footer a + .btn, .modal-footer .forum-pages .new-topic-btn + .btn, .forum-pages .modal-footer .new-topic-btn + .btn, .modal-footer .forum-pages .reply-btn + .btn, .forum-pages .modal-footer .reply-btn + .btn, .modal-footer .forum-pages .locked-reply-btn + .btn, .forum-pages .modal-footer .locked-reply-btn + .btn, .modal-footer .post .footer .post-menu .edit-btn + .btn, .post .footer .post-menu .modal-footer .edit-btn + .btn, .modal-footer .btn + button[type="submit"], .modal-footer button[type="submit"] + button[type="submit"], .modal-footer .menu .header .user-block .login-btn + button[type="submit"], .menu .header .user-block .modal-footer .login-btn + button[type="submit"], .modal-footer .menu .header .user-block .sign-up-btn + button[type="submit"], .menu .header .user-block .modal-footer .sign-up-btn + button[type="submit"], .modal-footer .menu .header .user-block .controls a + button[type="submit"], .menu .header .user-block .controls .modal-footer a + button[type="submit"], .modal-footer .forum-pages .new-topic-btn + button[type="submit"], .forum-pages .modal-footer .new-topic-btn + button[type="submit"], .modal-footer .forum-pages .reply-btn + button[type="submit"], .forum-pages .modal-footer .reply-btn + button[type="submit"], .modal-footer .forum-pages .locked-reply-btn + button[type="submit"], .forum-pages .modal-footer .locked-reply-btn + button[type="submit"], .modal-footer .post .footer .post-menu .edit-btn + button[type="submit"], .post .footer .post-menu .modal-footer .edit-btn + button[type="submit"], .modal-footer .menu .header .user-block .btn + .login-btn, .menu .header .user-block .modal-footer .btn + .login-btn, .modal-footer .menu .header .user-block button[type="submit"] + .login-btn, .menu .header .user-block .modal-footer button[type="submit"] + .login-btn, .modal-footer .menu .header .user-block .login-btn + .login-btn, .menu .header .user-block .modal-footer .login-btn + .login-btn, .modal-footer .menu .header .user-block .sign-up-btn + .login-btn, .menu .header .user-block .modal-footer .sign-up-btn + .login-btn, .modal-footer .menu .header .user-block .controls a + .login-btn, .menu .header .user-block .controls .modal-footer a + .login-btn, .modal-footer .forum-pages .menu .header .user-block .new-topic-btn + .login-btn, .menu .header .user-block .modal-footer .forum-pages .new-topic-btn + .login-btn, .forum-pages .modal-footer .menu .header .user-block .new-topic-btn + .login-btn, .menu .header .user-block .forum-pages .modal-footer .new-topic-btn + .login-btn, .modal-footer .forum-pages .menu .header .user-block .reply-btn + .login-btn, .menu .header .user-block .modal-footer .forum-pages .reply-btn + .login-btn, .forum-pages .modal-footer .menu .header .user-block .reply-btn + .login-btn, .menu .header .user-block .forum-pages .modal-footer .reply-btn + .login-btn, .modal-footer .forum-pages .menu .header .user-block .locked-reply-btn + .login-btn, .menu .header .user-block .modal-footer .forum-pages .locked-reply-btn + .login-btn, .forum-pages .modal-footer .menu .header .user-block .locked-reply-btn + .login-btn, .menu .header .user-block .forum-pages .modal-footer .locked-reply-btn + .login-btn, .modal-footer .post .footer .post-menu .menu .header .user-block .edit-btn + .login-btn, .menu .header .user-block .modal-footer .post .footer .post-menu .edit-btn + .login-btn, .post .footer .post-menu .modal-footer .menu .header .user-block .edit-btn + .login-btn, .menu .header .user-block .post .footer .post-menu .modal-footer .edit-btn + .login-btn, .modal-footer .menu .header .user-block .btn + .sign-up-btn, .menu .header .user-block .modal-footer .btn + .sign-up-btn, .modal-footer .menu .header .user-block button[type="submit"] + .sign-up-btn, .menu .header .user-block .modal-footer button[type="submit"] + .sign-up-btn, .modal-footer .menu .header .user-block .login-btn + .sign-up-btn, .menu .header .user-block .modal-footer .login-btn + .sign-up-btn, .modal-footer .menu .header .user-block .sign-up-btn + .sign-up-btn, .menu .header .user-block .modal-footer .sign-up-btn + .sign-up-btn, .modal-footer .menu .header .user-block .controls a + .sign-up-btn, .menu .header .user-block .controls .modal-footer a + .sign-up-btn, .modal-footer .forum-pages .menu .header .user-block .new-topic-btn + .sign-up-btn, .menu .header .user-block .modal-footer .forum-pages .new-topic-btn + .sign-up-btn, .forum-pages .modal-footer .menu .header .user-block .new-topic-btn + .sign-up-btn, .menu .header .user-block .forum-pages .modal-footer .new-topic-btn + .sign-up-btn, .modal-footer .forum-pages .menu .header .user-block .reply-btn + .sign-up-btn, .menu .header .user-block .modal-footer .forum-pages .reply-btn + .sign-up-btn, .forum-pages .modal-footer .menu .header .user-block .reply-btn + .sign-up-btn, .menu .header .user-block .forum-pages .modal-footer .reply-btn + .sign-up-btn, .modal-footer .forum-pages .menu .header .user-block .locked-reply-btn + .sign-up-btn, .menu .header .user-block .modal-footer .forum-pages .locked-reply-btn + .sign-up-btn, .forum-pages .modal-footer .menu .header .user-block .locked-reply-btn + .sign-up-btn, .menu .header .user-block .forum-pages .modal-footer .locked-reply-btn + .sign-up-btn, .modal-footer .post .footer .post-menu .menu .header .user-block .edit-btn + .sign-up-btn, .menu .header .user-block .modal-footer .post .footer .post-menu .edit-btn + .sign-up-btn, .post .footer .post-menu .modal-footer .menu .header .user-block .edit-btn + .sign-up-btn, .menu .header .user-block .post .footer .post-menu .modal-footer .edit-btn + .sign-up-btn, .modal-footer .menu .header .user-block .controls .btn + a, .menu .header .user-block .controls .modal-footer .btn + a, .modal-footer .menu .header .user-block .controls button[type="submit"] + a, .menu .header .user-block .controls .modal-footer button[type="submit"] + a, .modal-footer .menu .header .user-block .controls .login-btn + a, .menu .header .user-block .modal-footer .controls .login-btn + a, .menu .header .user-block .controls .modal-footer .login-btn + a, .modal-footer .menu .header .user-block .controls .sign-up-btn + a, .menu .header .user-block .modal-footer .controls .sign-up-btn + a, .menu .header .user-block .controls .modal-footer .sign-up-btn + a, .modal-footer .menu .header .user-block .controls a + a, .menu .header .user-block .controls .modal-footer a + a, .modal-footer .forum-pages .menu .header .user-block .controls .new-topic-btn + a, .menu .header .user-block .controls .modal-footer .forum-pages .new-topic-btn + a, .forum-pages .modal-footer .menu .header .user-block .controls .new-topic-btn + a, .menu .header .user-block .controls .forum-pages .modal-footer .new-topic-btn + a, .modal-footer .forum-pages .menu .header .user-block .controls .reply-btn + a, .menu .header .user-block .controls .modal-footer .forum-pages .reply-btn + a, .forum-pages .modal-footer .menu .header .user-block .controls .reply-btn + a, .menu .header .user-block .controls .forum-pages .modal-footer .reply-btn + a, .modal-footer .forum-pages .menu .header .user-block .controls .locked-reply-btn + a, .menu .header .user-block .controls .modal-footer .forum-pages .locked-reply-btn + a, .forum-pages .modal-footer .menu .header .user-block .controls .locked-reply-btn + a, .menu .header .user-block .controls .forum-pages .modal-footer .locked-reply-btn + a, .modal-footer .post .footer .post-menu .menu .header .user-block .controls .edit-btn + a, .menu .header .user-block .controls .modal-footer .post .footer .post-menu .edit-btn + a, .post .footer .post-menu .modal-footer .menu .header .user-block .controls .edit-btn + a, .menu .header .user-block .controls .post .footer .post-menu .modal-footer .edit-btn + a, .modal-footer .forum-pages .btn + .new-topic-btn, .forum-pages .modal-footer .btn + .new-topic-btn, .modal-footer .forum-pages button[type="submit"] + .new-topic-btn, .forum-pages .modal-footer button[type="submit"] + .new-topic-btn, .modal-footer .menu .header .user-block .forum-pages .login-btn + .new-topic-btn, .forum-pages .modal-footer .menu .header .user-block .login-btn + .new-topic-btn, .menu .header .user-block .modal-footer .forum-pages .login-btn + .new-topic-btn, .forum-pages .menu .header .user-block .modal-footer .login-btn + .new-topic-btn, .modal-footer .menu .header .user-block .forum-pages .sign-up-btn + .new-topic-btn, .forum-pages .modal-footer .menu .header .user-block .sign-up-btn + .new-topic-btn, .menu .header .user-block .modal-footer .forum-pages .sign-up-btn + .new-topic-btn, .forum-pages .menu .header .user-block .modal-footer .sign-up-btn + .new-topic-btn, .modal-footer .menu .header .user-block .controls .forum-pages a + .new-topic-btn, .forum-pages .modal-footer .menu .header .user-block .controls a + .new-topic-btn, .menu .header .user-block .controls .modal-footer .forum-pages a + .new-topic-btn, .forum-pages .menu .header .user-block .controls .modal-footer a + .new-topic-btn, .modal-footer .forum-pages .new-topic-btn + .new-topic-btn, .forum-pages .modal-footer .new-topic-btn + .new-topic-btn, .modal-footer .forum-pages .reply-btn + .new-topic-btn, .forum-pages .modal-footer .reply-btn + .new-topic-btn, .modal-footer .forum-pages .locked-reply-btn + .new-topic-btn, .forum-pages .modal-footer .locked-reply-btn + .new-topic-btn, .modal-footer .post .footer .post-menu .forum-pages .edit-btn + .new-topic-btn, .forum-pages .modal-footer .post .footer .post-menu .edit-btn + .new-topic-btn, .post .footer .post-menu .modal-footer .forum-pages .edit-btn + .new-topic-btn, .forum-pages .post .footer .post-menu .modal-footer .edit-btn + .new-topic-btn, .modal-footer .forum-pages .btn + .reply-btn, .forum-pages .modal-footer .btn + .reply-btn, .modal-footer .forum-pages button[type="submit"] + .reply-btn, .forum-pages .modal-footer button[type="submit"] + .reply-btn, .modal-footer .menu .header .user-block .forum-pages .login-btn + .reply-btn, .forum-pages .modal-footer .menu .header .user-block .login-btn + .reply-btn, .menu .header .user-block .modal-footer .forum-pages .login-btn + .reply-btn, .forum-pages .menu .header .user-block .modal-footer .login-btn + .reply-btn, .modal-footer .menu .header .user-block .forum-pages .sign-up-btn + .reply-btn, .forum-pages .modal-footer .menu .header .user-block .sign-up-btn + .reply-btn, .menu .header .user-block .modal-footer .forum-pages .sign-up-btn + .reply-btn, .forum-pages .menu .header .user-block .modal-footer .sign-up-btn + .reply-btn, .modal-footer .menu .header .user-block .controls .forum-pages a + .reply-btn, .forum-pages .modal-footer .menu .header .user-block .controls a + .reply-btn, .menu .header .user-block .controls .modal-footer .forum-pages a + .reply-btn, .forum-pages .menu .header .user-block .controls .modal-footer a + .reply-btn, .modal-footer .forum-pages .new-topic-btn + .reply-btn, .forum-pages .modal-footer .new-topic-btn + .reply-btn, .modal-footer .forum-pages .reply-btn + .reply-btn, .forum-pages .modal-footer .reply-btn + .reply-btn, .modal-footer .forum-pages .locked-reply-btn + .reply-btn, .forum-pages .modal-footer .locked-reply-btn + .reply-btn, .modal-footer .post .footer .post-menu .forum-pages .edit-btn + .reply-btn, .forum-pages .modal-footer .post .footer .post-menu .edit-btn + .reply-btn, .post .footer .post-menu .modal-footer .forum-pages .edit-btn + .reply-btn, .forum-pages .post .footer .post-menu .modal-footer .edit-btn + .reply-btn, .modal-footer .forum-pages .btn + .locked-reply-btn, .forum-pages .modal-footer .btn + .locked-reply-btn, .modal-footer .forum-pages button[type="submit"] + .locked-reply-btn, .forum-pages .modal-footer button[type="submit"] + .locked-reply-btn, .modal-footer .menu .header .user-block .forum-pages .login-btn + .locked-reply-btn, .forum-pages .modal-footer .menu .header .user-block .login-btn + .locked-reply-btn, .menu .header .user-block .modal-footer .forum-pages .login-btn + .locked-reply-btn, .forum-pages .menu .header .user-block .modal-footer .login-btn + .locked-reply-btn, .modal-footer .menu .header .user-block .forum-pages .sign-up-btn + .locked-reply-btn, .forum-pages .modal-footer .menu .header .user-block .sign-up-btn + .locked-reply-btn, .menu .header .user-block .modal-footer .forum-pages .sign-up-btn + .locked-reply-btn, .forum-pages .menu .header .user-block .modal-footer .sign-up-btn + .locked-reply-btn, .modal-footer .menu .header .user-block .controls .forum-pages a + .locked-reply-btn, .forum-pages .modal-footer .menu .header .user-block .controls a + .locked-reply-btn, .menu .header .user-block .controls .modal-footer .forum-pages a + .locked-reply-btn, .forum-pages .menu .header .user-block .controls .modal-footer a + .locked-reply-btn, .modal-footer .forum-pages .new-topic-btn + .locked-reply-btn, .forum-pages .modal-footer .new-topic-btn + .locked-reply-btn, .modal-footer .forum-pages .reply-btn + .locked-reply-btn, .forum-pages .modal-footer .reply-btn + .locked-reply-btn, .modal-footer .forum-pages .locked-reply-btn + .locked-reply-btn, .forum-pages .modal-footer .locked-reply-btn + .locked-reply-btn, .modal-footer .post .footer .post-menu .forum-pages .edit-btn + .locked-reply-btn, .forum-pages .modal-footer .post .footer .post-menu .edit-btn + .locked-reply-btn, .post .footer .post-menu .modal-footer .forum-pages .edit-btn + .locked-reply-btn, .forum-pages .post .footer .post-menu .modal-footer .edit-btn + .locked-reply-btn, .modal-footer .post .footer .post-menu .btn + .edit-btn, .post .footer .post-menu .modal-footer .btn + .edit-btn, .modal-footer .post .footer .post-menu button[type="submit"] + .edit-btn, .post .footer .post-menu .modal-footer button[type="submit"] + .edit-btn, .modal-footer .menu .header .user-block .post .footer .post-menu .login-btn + .edit-btn, .post .footer .post-menu .modal-footer .menu .header .user-block .login-btn + .edit-btn, .menu .header .user-block .modal-footer .post .footer .post-menu .login-btn + .edit-btn, .post .footer .post-menu .menu .header .user-block .modal-footer .login-btn + .edit-btn, .modal-footer .menu .header .user-block .post .footer .post-menu .sign-up-btn + .edit-btn, .post .footer .post-menu .modal-footer .menu .header .user-block .sign-up-btn + .edit-btn, .menu .header .user-block .modal-footer .post .footer .post-menu .sign-up-btn + .edit-btn, .post .footer .post-menu .menu .header .user-block .modal-footer .sign-up-btn + .edit-btn, .modal-footer .menu .header .user-block .controls .post .footer .post-menu a + .edit-btn, .post .footer .post-menu .modal-footer .menu .header .user-block .controls a + .edit-btn, .menu .header .user-block .controls .modal-footer .post .footer .post-menu a + .edit-btn, .post .footer .post-menu .menu .header .user-block .controls .modal-footer a + .edit-btn, .modal-footer .forum-pages .post .footer .post-menu .new-topic-btn + .edit-btn, .post .footer .post-menu .modal-footer .forum-pages .new-topic-btn + .edit-btn, .forum-pages .modal-footer .post .footer .post-menu .new-topic-btn + .edit-btn, .post .footer .post-menu .forum-pages .modal-footer .new-topic-btn + .edit-btn, .modal-footer .forum-pages .post .footer .post-menu .reply-btn + .edit-btn, .post .footer .post-menu .modal-footer .forum-pages .reply-btn + .edit-btn, .forum-pages .modal-footer .post .footer .post-menu .reply-btn + .edit-btn, .post .footer .post-menu .forum-pages .modal-footer .reply-btn + .edit-btn, .modal-footer .forum-pages .post .footer .post-menu .locked-reply-btn + .edit-btn, .post .footer .post-menu .modal-footer .forum-pages .locked-reply-btn + .edit-btn, .forum-pages .modal-footer .post .footer .post-menu .locked-reply-btn + .edit-btn, .post .footer .post-menu .forum-pages .modal-footer .locked-reply-btn + .edit-btn, .modal-footer .post .footer .post-menu .edit-btn + .edit-btn, .post .footer .post-menu .modal-footer .edit-btn + .edit-btn {
  margin-left: 5px;
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\00003115}}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group button[type="submit"] + .btn, .modal-footer .btn-group .menu .header .user-block .login-btn + .btn, .menu .header .user-block .modal-footer .btn-group .login-btn + .btn, .modal-footer .btn-group .menu .header .user-block .sign-up-btn + .btn, .menu .header .user-block .modal-footer .btn-group .sign-up-btn + .btn, .modal-footer .btn-group .menu .header .user-block .controls a + .btn, .menu .header .user-block .controls .modal-footer .btn-group a + .btn, .modal-footer .btn-group .forum-pages .new-topic-btn + .btn, .forum-pages .modal-footer .btn-group .new-topic-btn + .btn, .modal-footer .btn-group .forum-pages .reply-btn + .btn, .forum-pages .modal-footer .btn-group .reply-btn + .btn, .modal-footer .btn-group .forum-pages .locked-reply-btn + .btn, .forum-pages .modal-footer .btn-group .locked-reply-btn + .btn, .modal-footer .btn-group .post .footer .post-menu .edit-btn + .btn, .post .footer .post-menu .modal-footer .btn-group .edit-btn + .btn, .modal-footer .btn-group .btn + button[type="submit"], .modal-footer .btn-group button[type="submit"] + button[type="submit"], .modal-footer .btn-group .menu .header .user-block .login-btn + button[type="submit"], .menu .header .user-block .modal-footer .btn-group .login-btn + button[type="submit"], .modal-footer .btn-group .menu .header .user-block .sign-up-btn + button[type="submit"], .menu .header .user-block .modal-footer .btn-group .sign-up-btn + button[type="submit"], .modal-footer .btn-group .menu .header .user-block .controls a + button[type="submit"], .menu .header .user-block .controls .modal-footer .btn-group a + button[type="submit"], .modal-footer .btn-group .forum-pages .new-topic-btn + button[type="submit"], .forum-pages .modal-footer .btn-group .new-topic-btn + button[type="submit"], .modal-footer .btn-group .forum-pages .reply-btn + button[type="submit"], .forum-pages .modal-footer .btn-group .reply-btn + button[type="submit"], .modal-footer .btn-group .forum-pages .locked-reply-btn + button[type="submit"], .forum-pages .modal-footer .btn-group .locked-reply-btn + button[type="submit"], .modal-footer .btn-group .post .footer .post-menu .edit-btn + button[type="submit"], .post .footer .post-menu .modal-footer .btn-group .edit-btn + button[type="submit"], .modal-footer .btn-group .menu .header .user-block .btn + .login-btn, .menu .header .user-block .modal-footer .btn-group .btn + .login-btn, .modal-footer .btn-group .menu .header .user-block button[type="submit"] + .login-btn, .menu .header .user-block .modal-footer .btn-group button[type="submit"] + .login-btn, .modal-footer .btn-group .menu .header .user-block .login-btn + .login-btn, .menu .header .user-block .modal-footer .btn-group .login-btn + .login-btn, .modal-footer .btn-group .menu .header .user-block .sign-up-btn + .login-btn, .menu .header .user-block .modal-footer .btn-group .sign-up-btn + .login-btn, .modal-footer .btn-group .menu .header .user-block .controls a + .login-btn, .menu .header .user-block .controls .modal-footer .btn-group a + .login-btn, .modal-footer .btn-group .forum-pages .menu .header .user-block .new-topic-btn + .login-btn, .menu .header .user-block .modal-footer .btn-group .forum-pages .new-topic-btn + .login-btn, .forum-pages .modal-footer .btn-group .menu .header .user-block .new-topic-btn + .login-btn, .menu .header .user-block .forum-pages .modal-footer .btn-group .new-topic-btn + .login-btn, .modal-footer .btn-group .forum-pages .menu .header .user-block .reply-btn + .login-btn, .menu .header .user-block .modal-footer .btn-group .forum-pages .reply-btn + .login-btn, .forum-pages .modal-footer .btn-group .menu .header .user-block .reply-btn + .login-btn, .menu .header .user-block .forum-pages .modal-footer .btn-group .reply-btn + .login-btn, .modal-footer .btn-group .forum-pages .menu .header .user-block .locked-reply-btn + .login-btn, .menu .header .user-block .modal-footer .btn-group .forum-pages .locked-reply-btn + .login-btn, .forum-pages .modal-footer .btn-group .menu .header .user-block .locked-reply-btn + .login-btn, .menu .header .user-block .forum-pages .modal-footer .btn-group .locked-reply-btn + .login-btn, .modal-footer .btn-group .post .footer .post-menu .menu .header .user-block .edit-btn + .login-btn, .menu .header .user-block .modal-footer .btn-group .post .footer .post-menu .edit-btn + .login-btn, .post .footer .post-menu .modal-footer .btn-group .menu .header .user-block .edit-btn + .login-btn, .menu .header .user-block .post .footer .post-menu .modal-footer .btn-group .edit-btn + .login-btn, .modal-footer .btn-group .menu .header .user-block .btn + .sign-up-btn, .menu .header .user-block .modal-footer .btn-group .btn + .sign-up-btn, .modal-footer .btn-group .menu .header .user-block button[type="submit"] + .sign-up-btn, .menu .header .user-block .modal-footer .btn-group button[type="submit"] + .sign-up-btn, .modal-footer .btn-group .menu .header .user-block .login-btn + .sign-up-btn, .menu .header .user-block .modal-footer .btn-group .login-btn + .sign-up-btn, .modal-footer .btn-group .menu .header .user-block .sign-up-btn + .sign-up-btn, .menu .header .user-block .modal-footer .btn-group .sign-up-btn + .sign-up-btn, .modal-footer .btn-group .menu .header .user-block .controls a + .sign-up-btn, .menu .header .user-block .controls .modal-footer .btn-group a + .sign-up-btn, .modal-footer .btn-group .forum-pages .menu .header .user-block .new-topic-btn + .sign-up-btn, .menu .header .user-block .modal-footer .btn-group .forum-pages .new-topic-btn + .sign-up-btn, .forum-pages .modal-footer .btn-group .menu .header .user-block .new-topic-btn + .sign-up-btn, .menu .header .user-block .forum-pages .modal-footer .btn-group .new-topic-btn + .sign-up-btn, .modal-footer .btn-group .forum-pages .menu .header .user-block .reply-btn + .sign-up-btn, .menu .header .user-block .modal-footer .btn-group .forum-pages .reply-btn + .sign-up-btn, .forum-pages .modal-footer .btn-group .menu .header .user-block .reply-btn + .sign-up-btn, .menu .header .user-block .forum-pages .modal-footer .btn-group .reply-btn + .sign-up-btn, .modal-footer .btn-group .forum-pages .menu .header .user-block .locked-reply-btn + .sign-up-btn, .menu .header .user-block .modal-footer .btn-group .forum-pages .locked-reply-btn + .sign-up-btn, .forum-pages .modal-footer .btn-group .menu .header .user-block .locked-reply-btn + .sign-up-btn, .menu .header .user-block .forum-pages .modal-footer .btn-group .locked-reply-btn + .sign-up-btn, .modal-footer .btn-group .post .footer .post-menu .menu .header .user-block .edit-btn + .sign-up-btn, .menu .header .user-block .modal-footer .btn-group .post .footer .post-menu .edit-btn + .sign-up-btn, .post .footer .post-menu .modal-footer .btn-group .menu .header .user-block .edit-btn + .sign-up-btn, .menu .header .user-block .post .footer .post-menu .modal-footer .btn-group .edit-btn + .sign-up-btn, .modal-footer .btn-group .menu .header .user-block .controls .btn + a, .menu .header .user-block .controls .modal-footer .btn-group .btn + a, .modal-footer .btn-group .menu .header .user-block .controls button[type="submit"] + a, .menu .header .user-block .controls .modal-footer .btn-group button[type="submit"] + a, .modal-footer .btn-group .menu .header .user-block .controls .login-btn + a, .menu .header .user-block .modal-footer .btn-group .controls .login-btn + a, .menu .header .user-block .controls .modal-footer .btn-group .login-btn + a, .modal-footer .btn-group .menu .header .user-block .controls .sign-up-btn + a, .menu .header .user-block .modal-footer .btn-group .controls .sign-up-btn + a, .menu .header .user-block .controls .modal-footer .btn-group .sign-up-btn + a, .modal-footer .btn-group .menu .header .user-block .controls a + a, .menu .header .user-block .controls .modal-footer .btn-group a + a, .modal-footer .btn-group .forum-pages .menu .header .user-block .controls .new-topic-btn + a, .menu .header .user-block .controls .modal-footer .btn-group .forum-pages .new-topic-btn + a, .forum-pages .modal-footer .btn-group .menu .header .user-block .controls .new-topic-btn + a, .menu .header .user-block .controls .forum-pages .modal-footer .btn-group .new-topic-btn + a, .modal-footer .btn-group .forum-pages .menu .header .user-block .controls .reply-btn + a, .menu .header .user-block .controls .modal-footer .btn-group .forum-pages .reply-btn + a, .forum-pages .modal-footer .btn-group .menu .header .user-block .controls .reply-btn + a, .menu .header .user-block .controls .forum-pages .modal-footer .btn-group .reply-btn + a, .modal-footer .btn-group .forum-pages .menu .header .user-block .controls .locked-reply-btn + a, .menu .header .user-block .controls .modal-footer .btn-group .forum-pages .locked-reply-btn + a, .forum-pages .modal-footer .btn-group .menu .header .user-block .controls .locked-reply-btn + a, .menu .header .user-block .controls .forum-pages .modal-footer .btn-group .locked-reply-btn + a, .modal-footer .btn-group .post .footer .post-menu .menu .header .user-block .controls .edit-btn + a, .menu .header .user-block .controls .modal-footer .btn-group .post .footer .post-menu .edit-btn + a, .post .footer .post-menu .modal-footer .btn-group .menu .header .user-block .controls .edit-btn + a, .menu .header .user-block .controls .post .footer .post-menu .modal-footer .btn-group .edit-btn + a, .modal-footer .btn-group .forum-pages .btn + .new-topic-btn, .forum-pages .modal-footer .btn-group .btn + .new-topic-btn, .modal-footer .btn-group .forum-pages button[type="submit"] + .new-topic-btn, .forum-pages .modal-footer .btn-group button[type="submit"] + .new-topic-btn, .modal-footer .btn-group .menu .header .user-block .forum-pages .login-btn + .new-topic-btn, .forum-pages .modal-footer .btn-group .menu .header .user-block .login-btn + .new-topic-btn, .menu .header .user-block .modal-footer .btn-group .forum-pages .login-btn + .new-topic-btn, .forum-pages .menu .header .user-block .modal-footer .btn-group .login-btn + .new-topic-btn, .modal-footer .btn-group .menu .header .user-block .forum-pages .sign-up-btn + .new-topic-btn, .forum-pages .modal-footer .btn-group .menu .header .user-block .sign-up-btn + .new-topic-btn, .menu .header .user-block .modal-footer .btn-group .forum-pages .sign-up-btn + .new-topic-btn, .forum-pages .menu .header .user-block .modal-footer .btn-group .sign-up-btn + .new-topic-btn, .modal-footer .btn-group .menu .header .user-block .controls .forum-pages a + .new-topic-btn, .forum-pages .modal-footer .btn-group .menu .header .user-block .controls a + .new-topic-btn, .menu .header .user-block .controls .modal-footer .btn-group .forum-pages a + .new-topic-btn, .forum-pages .menu .header .user-block .controls .modal-footer .btn-group a + .new-topic-btn, .modal-footer .btn-group .forum-pages .new-topic-btn + .new-topic-btn, .forum-pages .modal-footer .btn-group .new-topic-btn + .new-topic-btn, .modal-footer .btn-group .forum-pages .reply-btn + .new-topic-btn, .forum-pages .modal-footer .btn-group .reply-btn + .new-topic-btn, .modal-footer .btn-group .forum-pages .locked-reply-btn + .new-topic-btn, .forum-pages .modal-footer .btn-group .locked-reply-btn + .new-topic-btn, .modal-footer .btn-group .post .footer .post-menu .forum-pages .edit-btn + .new-topic-btn, .forum-pages .modal-footer .btn-group .post .footer .post-menu .edit-btn + .new-topic-btn, .post .footer .post-menu .modal-footer .btn-group .forum-pages .edit-btn + .new-topic-btn, .forum-pages .post .footer .post-menu .modal-footer .btn-group .edit-btn + .new-topic-btn, .modal-footer .btn-group .forum-pages .btn + .reply-btn, .forum-pages .modal-footer .btn-group .btn + .reply-btn, .modal-footer .btn-group .forum-pages button[type="submit"] + .reply-btn, .forum-pages .modal-footer .btn-group button[type="submit"] + .reply-btn, .modal-footer .btn-group .menu .header .user-block .forum-pages .login-btn + .reply-btn, .forum-pages .modal-footer .btn-group .menu .header .user-block .login-btn + .reply-btn, .menu .header .user-block .modal-footer .btn-group .forum-pages .login-btn + .reply-btn, .forum-pages .menu .header .user-block .modal-footer .btn-group .login-btn + .reply-btn, .modal-footer .btn-group .menu .header .user-block .forum-pages .sign-up-btn + .reply-btn, .forum-pages .modal-footer .btn-group .menu .header .user-block .sign-up-btn + .reply-btn, .menu .header .user-block .modal-footer .btn-group .forum-pages .sign-up-btn + .reply-btn, .forum-pages .menu .header .user-block .modal-footer .btn-group .sign-up-btn + .reply-btn, .modal-footer .btn-group .menu .header .user-block .controls .forum-pages a + .reply-btn, .forum-pages .modal-footer .btn-group .menu .header .user-block .controls a + .reply-btn, .menu .header .user-block .controls .modal-footer .btn-group .forum-pages a + .reply-btn, .forum-pages .menu .header .user-block .controls .modal-footer .btn-group a + .reply-btn, .modal-footer .btn-group .forum-pages .new-topic-btn + .reply-btn, .forum-pages .modal-footer .btn-group .new-topic-btn + .reply-btn, .modal-footer .btn-group .forum-pages .reply-btn + .reply-btn, .forum-pages .modal-footer .btn-group .reply-btn + .reply-btn, .modal-footer .btn-group .forum-pages .locked-reply-btn + .reply-btn, .forum-pages .modal-footer .btn-group .locked-reply-btn + .reply-btn, .modal-footer .btn-group .post .footer .post-menu .forum-pages .edit-btn + .reply-btn, .forum-pages .modal-footer .btn-group .post .footer .post-menu .edit-btn + .reply-btn, .post .footer .post-menu .modal-footer .btn-group .forum-pages .edit-btn + .reply-btn, .forum-pages .post .footer .post-menu .modal-footer .btn-group .edit-btn + .reply-btn, .modal-footer .btn-group .forum-pages .btn + .locked-reply-btn, .forum-pages .modal-footer .btn-group .btn + .locked-reply-btn, .modal-footer .btn-group .forum-pages button[type="submit"] + .locked-reply-btn, .forum-pages .modal-footer .btn-group button[type="submit"] + .locked-reply-btn, .modal-footer .btn-group .menu .header .user-block .forum-pages .login-btn + .locked-reply-btn, .forum-pages .modal-footer .btn-group .menu .header .user-block .login-btn + .locked-reply-btn, .menu .header .user-block .modal-footer .btn-group .forum-pages .login-btn + .locked-reply-btn, .forum-pages .menu .header .user-block .modal-footer .btn-group .login-btn + .locked-reply-btn, .modal-footer .btn-group .menu .header .user-block .forum-pages .sign-up-btn + .locked-reply-btn, .forum-pages .modal-footer .btn-group .menu .header .user-block .sign-up-btn + .locked-reply-btn, .menu .header .user-block .modal-footer .btn-group .forum-pages .sign-up-btn + .locked-reply-btn, .forum-pages .menu .header .user-block .modal-footer .btn-group .sign-up-btn + .locked-reply-btn, .modal-footer .btn-group .menu .header .user-block .controls .forum-pages a + .locked-reply-btn, .forum-pages .modal-footer .btn-group .menu .header .user-block .controls a + .locked-reply-btn, .menu .header .user-block .controls .modal-footer .btn-group .forum-pages a + .locked-reply-btn, .forum-pages .menu .header .user-block .controls .modal-footer .btn-group a + .locked-reply-btn, .modal-footer .btn-group .forum-pages .new-topic-btn + .locked-reply-btn, .forum-pages .modal-footer .btn-group .new-topic-btn + .locked-reply-btn, .modal-footer .btn-group .forum-pages .reply-btn + .locked-reply-btn, .forum-pages .modal-footer .btn-group .reply-btn + .locked-reply-btn, .modal-footer .btn-group .forum-pages .locked-reply-btn + .locked-reply-btn, .forum-pages .modal-footer .btn-group .locked-reply-btn + .locked-reply-btn, .modal-footer .btn-group .post .footer .post-menu .forum-pages .edit-btn + .locked-reply-btn, .forum-pages .modal-footer .btn-group .post .footer .post-menu .edit-btn + .locked-reply-btn, .post .footer .post-menu .modal-footer .btn-group .forum-pages .edit-btn + .locked-reply-btn, .forum-pages .post .footer .post-menu .modal-footer .btn-group .edit-btn + .locked-reply-btn, .modal-footer .btn-group .post .footer .post-menu .btn + .edit-btn, .post .footer .post-menu .modal-footer .btn-group .btn + .edit-btn, .modal-footer .btn-group .post .footer .post-menu button[type="submit"] + .edit-btn, .post .footer .post-menu .modal-footer .btn-group button[type="submit"] + .edit-btn, .modal-footer .btn-group .menu .header .user-block .post .footer .post-menu .login-btn + .edit-btn, .post .footer .post-menu .modal-footer .btn-group .menu .header .user-block .login-btn + .edit-btn, .menu .header .user-block .modal-footer .btn-group .post .footer .post-menu .login-btn + .edit-btn, .post .footer .post-menu .menu .header .user-block .modal-footer .btn-group .login-btn + .edit-btn, .modal-footer .btn-group .menu .header .user-block .post .footer .post-menu .sign-up-btn + .edit-btn, .post .footer .post-menu .modal-footer .btn-group .menu .header .user-block .sign-up-btn + .edit-btn, .menu .header .user-block .modal-footer .btn-group .post .footer .post-menu .sign-up-btn + .edit-btn, .post .footer .post-menu .menu .header .user-block .modal-footer .btn-group .sign-up-btn + .edit-btn, .modal-footer .btn-group .menu .header .user-block .controls .post .footer .post-menu a + .edit-btn, .post .footer .post-menu .modal-footer .btn-group .menu .header .user-block .controls a + .edit-btn, .menu .header .user-block .controls .modal-footer .btn-group .post .footer .post-menu a + .edit-btn, .post .footer .post-menu .menu .header .user-block .controls .modal-footer .btn-group a + .edit-btn, .modal-footer .btn-group .forum-pages .post .footer .post-menu .new-topic-btn + .edit-btn, .post .footer .post-menu .modal-footer .btn-group .forum-pages .new-topic-btn + .edit-btn, .forum-pages .modal-footer .btn-group .post .footer .post-menu .new-topic-btn + .edit-btn, .post .footer .post-menu .forum-pages .modal-footer .btn-group .new-topic-btn + .edit-btn, .modal-footer .btn-group .forum-pages .post .footer .post-menu .reply-btn + .edit-btn, .post .footer .post-menu .modal-footer .btn-group .forum-pages .reply-btn + .edit-btn, .forum-pages .modal-footer .btn-group .post .footer .post-menu .reply-btn + .edit-btn, .post .footer .post-menu .forum-pages .modal-footer .btn-group .reply-btn + .edit-btn, .modal-footer .btn-group .forum-pages .post .footer .post-menu .locked-reply-btn + .edit-btn, .post .footer .post-menu .modal-footer .btn-group .forum-pages .locked-reply-btn + .edit-btn, .forum-pages .modal-footer .btn-group .post .footer .post-menu .locked-reply-btn + .edit-btn, .post .footer .post-menu .forum-pages .modal-footer .btn-group .locked-reply-btn + .edit-btn, .modal-footer .btn-group .post .footer .post-menu .edit-btn + .edit-btn, .post .footer .post-menu .modal-footer .btn-group .edit-btn + .edit-btn {
  margin-left: -1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\00003119}}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\00003125}}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\00003136}}
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\00003140}}
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\00003145}}
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_modals\.scss}line{font-family:\00003149}}
  .modal-lg {
    width: 900px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\000037}}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\0000318}}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\0000319}}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\0000320}}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\0000321}}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\0000322}}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\0000326}}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\0000337}}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\0000346}}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\0000353}}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\0000360}}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\0000367}}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\0000374}}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\0000381}}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\0000388}}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_tooltip\.scss}line{font-family:\0000395}}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\000036}}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\0000331}}
.popover.top {
  margin-top: -10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\0000332}}
.popover.right {
  margin-left: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\0000333}}
.popover.bottom {
  margin-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\0000334}}
.popover.left {
  margin-left: -10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\0000337}}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\0000346}}
.popover-content {
  padding: 9px 14px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\0000355}}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\0000365}}
.popover > .arrow {
  border-width: 11px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\0000368}}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\0000374}}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\0000381}}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\0000389}}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\0000396}}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\00003104}}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\00003111}}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\00003120}}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_popovers\.scss}line{font-family:\00003127}}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\000037}}
.carousel {
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000311}}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000316}}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000322}}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000316}}
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000334}}
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000339}}
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000344}}
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000353}}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000359}}
.carousel-inner > .active {
  left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000363}}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000370}}
.carousel-inner > .next {
  left: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000373}}
.carousel-inner > .prev {
  left: -100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000376}}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000381}}
.carousel-inner > .active.left {
  left: -100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000384}}
.carousel-inner > .active.right {
  left: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\0000393}}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003108}}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003111}}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003118}}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003127}}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003136}}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003141}}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003146}}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003157}}
.carousel-control .icon-prev:before {
  content: '\2039';
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003162}}
.carousel-control .icon-next:before {
  content: '\203a';
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003173}}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003184}}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003206}}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003217}}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003228}}
.carousel-caption .btn, .carousel-caption button[type="submit"], .carousel-caption .menu .header .user-block .login-btn, .menu .header .user-block .carousel-caption .login-btn, .carousel-caption .menu .header .user-block .sign-up-btn, .menu .header .user-block .carousel-caption .sign-up-btn, .carousel-caption .menu .header .user-block .controls a, .menu .header .user-block .controls .carousel-caption a, .carousel-caption .forum-pages .new-topic-btn, .forum-pages .carousel-caption .new-topic-btn, .carousel-caption .forum-pages .reply-btn, .forum-pages .carousel-caption .reply-btn, .carousel-caption .forum-pages .locked-reply-btn, .forum-pages .carousel-caption .locked-reply-btn, .carousel-caption .post .footer .post-menu .edit-btn, .post .footer .post-menu .carousel-caption .edit-btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003239}}
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003248}}
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003252}}
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003259}}
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_carousel\.scss}line{font-family:\00003266}}
  .carousel-indicators {
    bottom: 20px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000314}}
.clearfix:before, .news div:before, .profile-header:before, .post:before, .post .header:before, .clearfix:after, .news div:after, .profile-header:after, .post:after, .post .header:after {
  content: " ";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_clearfix\.scss}line{font-family:\0000319}}
.clearfix:after, .news div:after, .profile-header:after, .post:after, .post .header:after {
  clear: both;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_utilities\.scss}line{font-family:\0000312}}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_utilities\.scss}line{font-family:\0000315}}
.pull-right, .news .author, .chat_clients_server .status {
  float: right !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_utilities\.scss}line{font-family:\0000318}}
.pull-left, .post .footer .signature {
  float: left !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_utilities\.scss}line{font-family:\0000327}}
.hide {
  display: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_utilities\.scss}line{font-family:\0000330}}
.show {
  display: block !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_utilities\.scss}line{font-family:\0000333}}
.invisible {
  visibility: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_utilities\.scss}line{font-family:\0000336}}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_utilities\.scss}line{font-family:\0000345}}
.hidden {
  display: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_utilities\.scss}line{font-family:\0000353}}
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000318}}
.visible-xs {
  display: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000318}}
.visible-sm {
  display: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000318}}
.visible-md {
  display: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000318}}
.visible-lg {
  display: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\0000334}}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\000037}}
  .visible-xs {
    display: block !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000310}}
  table.visible-xs {
    display: table;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000311}}
  tr.visible-xs {
    display: table-row !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000312}}
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\0000352}}
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\0000357}}
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\0000362}}
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\000037}}
  .visible-sm {
    display: block !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000310}}
  table.visible-sm {
    display: table;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000311}}
  tr.visible-sm {
    display: table-row !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000312}}
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\0000371}}
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\0000376}}
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\0000381}}
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\000037}}
  .visible-md {
    display: block !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000310}}
  table.visible-md {
    display: table;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000311}}
  tr.visible-md {
    display: table-row !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000312}}
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\0000390}}
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\0000395}}
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\00003100}}
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\000037}}
  .visible-lg {
    display: block !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000310}}
  table.visible-lg {
    display: table;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000311}}
  tr.visible-lg {
    display: table-row !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000312}}
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\00003109}}
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\00003114}}
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\00003119}}
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000318}}
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000318}}
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000318}}
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000318}}
  .hidden-lg {
    display: none !important;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000318}}
.visible-print {
  display: none !important;
}

@media print {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\000037}}
  .visible-print {
    display: block !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000310}}
  table.visible-print {
    display: table;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000311}}
  tr.visible-print {
    display: table-row !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000312}}
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\00003153}}
.visible-print-block {
  display: none !important;
}
@media print {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\00003153}}
  .visible-print-block {
    display: block !important;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\00003160}}
.visible-print-inline {
  display: none !important;
}
@media print {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\00003160}}
  .visible-print-inline {
    display: inline !important;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\00003167}}
.visible-print-inline-block {
  display: none !important;
}
@media print {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/_responsive-utilities\.scss}line{font-family:\00003167}}
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/bootstrap-sass-official\/assets\/stylesheets\/bootstrap\/mixins\/_responsive-visibility\.scss}line{font-family:\0000318}}
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_core\.scss}line{font-family:\000034}}
.fa, .icon-enabled, .icon-disabled {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_larger\.scss}line{font-family:\000035}}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_larger\.scss}line{font-family:\0000310}}
.fa-2x {
  font-size: 2em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_larger\.scss}line{font-family:\0000311}}
.fa-3x {
  font-size: 3em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_larger\.scss}line{font-family:\0000312}}
.fa-4x {
  font-size: 4em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_larger\.scss}line{font-family:\0000313}}
.fa-5x {
  font-size: 5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_fixed-width\.scss}line{font-family:\000033}}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_list\.scss}line{font-family:\000034}}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_list\.scss}line{font-family:\000038}}
.fa-ul > li {
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_list\.scss}line{font-family:\0000310}}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_list\.scss}line{font-family:\0000316}}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_bordered-pulled\.scss}line{font-family:\000034}}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_bordered-pulled\.scss}line{font-family:\0000310}}
.fa-pull-left {
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_bordered-pulled\.scss}line{font-family:\0000311}}
.fa-pull-right {
  float: right;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_bordered-pulled\.scss}line{font-family:\0000314}}
.fa.fa-pull-left, .fa-pull-left.icon-enabled, .fa-pull-left.icon-disabled {
  margin-right: .3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_bordered-pulled\.scss}line{font-family:\0000315}}
.fa.fa-pull-right, .fa-pull-right.icon-enabled, .fa-pull-right.icon-disabled {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_bordered-pulled\.scss}line{font-family:\0000319}}
.pull-right, .news .author, .chat_clients_server .status {
  float: right;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_bordered-pulled\.scss}line{font-family:\0000320}}
.pull-left, .post .footer .signature {
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_bordered-pulled\.scss}line{font-family:\0000323}}
.fa.pull-left, .pull-left.icon-enabled, .post .footer .icon-enabled.signature, .pull-left.icon-disabled, .post .footer .icon-disabled.signature, .post .footer .fa.signature {
  margin-right: .3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_bordered-pulled\.scss}line{font-family:\0000324}}
.fa.pull-right, .news .fa.author, .news .author.icon-enabled, .news .author.icon-disabled, .chat_clients_server .fa.status, .chat_clients_server .status.icon-enabled, .chat_clients_server .status.icon-disabled, .pull-right.icon-enabled, .pull-right.icon-disabled {
  margin-left: .3em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_animated\.scss}line{font-family:\000034}}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_animated\.scss}line{font-family:\000039}}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_rotated-flipped\.scss}line{font-family:\000034}}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_rotated-flipped\.scss}line{font-family:\000035}}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_rotated-flipped\.scss}line{font-family:\000036}}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_rotated-flipped\.scss}line{font-family:\000038}}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_rotated-flipped\.scss}line{font-family:\000039}}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_rotated-flipped\.scss}line{font-family:\0000314}}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_stacked\.scss}line{font-family:\000034}}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_stacked\.scss}line{font-family:\0000312}}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_stacked\.scss}line{font-family:\0000318}}
.fa-stack-1x {
  line-height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_stacked\.scss}line{font-family:\0000319}}
.fa-stack-2x {
  font-size: 2em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_stacked\.scss}line{font-family:\0000320}}
.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 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\000034}}
.fa-glass:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\000035}}
.fa-music:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\000036}}
.fa-search:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\000037}}
.fa-envelope-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\000038}}
.fa-heart:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\000039}}
.fa-star:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000310}}
.fa-star-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000311}}
.fa-user:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000312}}
.fa-film:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000313}}
.fa-th-large:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000314}}
.fa-th:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000315}}
.fa-th-list:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000316}}
.fa-check:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000317}}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000320}}
.fa-search-plus:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000321}}
.fa-search-minus:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000322}}
.fa-power-off:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000323}}
.fa-signal:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000324}}
.fa-gear:before,
.fa-cog:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000326}}
.fa-trash-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000327}}
.fa-home:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000328}}
.fa-file-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000329}}
.fa-clock-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000330}}
.fa-road:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000331}}
.fa-download:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000332}}
.fa-arrow-circle-o-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000333}}
.fa-arrow-circle-o-up:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000334}}
.fa-inbox:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000335}}
.fa-play-circle-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000336}}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000338}}
.fa-refresh:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000339}}
.fa-list-alt:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000340}}
.fa-lock:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000341}}
.fa-flag:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000342}}
.fa-headphones:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000343}}
.fa-volume-off:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000344}}
.fa-volume-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000345}}
.fa-volume-up:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000346}}
.fa-qrcode:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000347}}
.fa-barcode:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000348}}
.fa-tag:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000349}}
.fa-tags:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000350}}
.fa-book:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000351}}
.fa-bookmark:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000352}}
.fa-print:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000353}}
.fa-camera:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000354}}
.fa-font:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000355}}
.fa-bold:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000356}}
.fa-italic:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000357}}
.fa-text-height:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000358}}
.fa-text-width:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000359}}
.fa-align-left:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000360}}
.fa-align-center:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000361}}
.fa-align-right:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000362}}
.fa-align-justify:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000363}}
.fa-list:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000364}}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000366}}
.fa-indent:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000367}}
.fa-video-camera:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000368}}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000371}}
.fa-pencil:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000372}}
.fa-map-marker:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000373}}
.fa-adjust:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000374}}
.fa-tint:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000375}}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000377}}
.fa-share-square-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000378}}
.fa-check-square-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000379}}
.fa-arrows:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000380}}
.fa-step-backward:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000381}}
.fa-fast-backward:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000382}}
.fa-backward:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000383}}
.fa-play:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000384}}
.fa-pause:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000385}}
.fa-stop:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000386}}
.fa-forward:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000387}}
.fa-fast-forward:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000388}}
.fa-step-forward:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000389}}
.fa-eject:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000390}}
.fa-chevron-left:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000391}}
.fa-chevron-right:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000392}}
.fa-plus-circle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000393}}
.fa-minus-circle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000394}}
.fa-times-circle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000395}}
.fa-check-circle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000396}}
.fa-question-circle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000397}}
.fa-info-circle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000398}}
.fa-crosshairs:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\0000399}}
.fa-times-circle-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003100}}
.fa-check-circle-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003101}}
.fa-ban:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003102}}
.fa-arrow-left:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003103}}
.fa-arrow-right:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003104}}
.fa-arrow-up:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003105}}
.fa-arrow-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003106}}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003108}}
.fa-expand:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003109}}
.fa-compress:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003110}}
.fa-plus:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003111}}
.fa-minus:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003112}}
.fa-asterisk:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003113}}
.fa-exclamation-circle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003114}}
.fa-gift:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003115}}
.fa-leaf:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003116}}
.fa-fire:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003117}}
.fa-eye:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003118}}
.fa-eye-slash:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003119}}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003121}}
.fa-plane:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003122}}
.fa-calendar:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003123}}
.fa-random:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003124}}
.fa-comment:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003125}}
.fa-magnet:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003126}}
.fa-chevron-up:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003127}}
.fa-chevron-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003128}}
.fa-retweet:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003129}}
.fa-shopping-cart:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003130}}
.fa-folder:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003131}}
.fa-folder-open:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003132}}
.fa-arrows-v:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003133}}
.fa-arrows-h:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003134}}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003136}}
.fa-twitter-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003137}}
.fa-facebook-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003138}}
.fa-camera-retro:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003139}}
.fa-key:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003140}}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003142}}
.fa-comments:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003143}}
.fa-thumbs-o-up:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003144}}
.fa-thumbs-o-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003145}}
.fa-star-half:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003146}}
.fa-heart-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003147}}
.fa-sign-out:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003148}}
.fa-linkedin-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003149}}
.fa-thumb-tack:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003150}}
.fa-external-link:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003151}}
.fa-sign-in:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003152}}
.fa-trophy:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003153}}
.fa-github-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003154}}
.fa-upload:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003155}}
.fa-lemon-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003156}}
.fa-phone:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003157}}
.fa-square-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003158}}
.fa-bookmark-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003159}}
.fa-phone-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003160}}
.fa-twitter:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003161}}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003163}}
.fa-github:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003164}}
.fa-unlock:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003165}}
.fa-credit-card:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003166}}
.fa-feed:before,
.fa-rss:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003168}}
.fa-hdd-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003169}}
.fa-bullhorn:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003170}}
.fa-bell:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003171}}
.fa-certificate:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003172}}
.fa-hand-o-right:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003173}}
.fa-hand-o-left:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003174}}
.fa-hand-o-up:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003175}}
.fa-hand-o-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003176}}
.fa-arrow-circle-left:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003177}}
.fa-arrow-circle-right:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003178}}
.fa-arrow-circle-up:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003179}}
.fa-arrow-circle-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003180}}
.fa-globe:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003181}}
.fa-wrench:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003182}}
.fa-tasks:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003183}}
.fa-filter:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003184}}
.fa-briefcase:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003185}}
.fa-arrows-alt:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003186}}
.fa-group:before,
.fa-users:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003188}}
.fa-chain:before,
.fa-link:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003190}}
.fa-cloud:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003191}}
.fa-flask:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003192}}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003194}}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003196}}
.fa-paperclip:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003197}}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003199}}
.fa-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003200}}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003203}}
.fa-list-ul:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003204}}
.fa-list-ol:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003205}}
.fa-strikethrough:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003206}}
.fa-underline:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003207}}
.fa-table:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003208}}
.fa-magic:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003209}}
.fa-truck:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003210}}
.fa-pinterest:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003211}}
.fa-pinterest-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003212}}
.fa-google-plus-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003213}}
.fa-google-plus:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003214}}
.fa-money:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003215}}
.fa-caret-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003216}}
.fa-caret-up:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003217}}
.fa-caret-left:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003218}}
.fa-caret-right:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003219}}
.fa-columns:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003220}}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003222}}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003224}}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003226}}
.fa-envelope:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003227}}
.fa-linkedin:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003228}}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003230}}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003232}}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003234}}
.fa-comment-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003235}}
.fa-comments-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003236}}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003238}}
.fa-sitemap:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003239}}
.fa-umbrella:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003240}}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003242}}
.fa-lightbulb-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003243}}
.fa-exchange:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003244}}
.fa-cloud-download:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003245}}
.fa-cloud-upload:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003246}}
.fa-user-md:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003247}}
.fa-stethoscope:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003248}}
.fa-suitcase:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003249}}
.fa-bell-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003250}}
.fa-coffee:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003251}}
.fa-cutlery:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003252}}
.fa-file-text-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003253}}
.fa-building-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003254}}
.fa-hospital-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003255}}
.fa-ambulance:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003256}}
.fa-medkit:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003257}}
.fa-fighter-jet:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003258}}
.fa-beer:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003259}}
.fa-h-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003260}}
.fa-plus-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003261}}
.fa-angle-double-left:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003262}}
.fa-angle-double-right:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003263}}
.fa-angle-double-up:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003264}}
.fa-angle-double-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003265}}
.fa-angle-left:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003266}}
.fa-angle-right:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003267}}
.fa-angle-up:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003268}}
.fa-angle-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003269}}
.fa-desktop:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003270}}
.fa-laptop:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003271}}
.fa-tablet:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003272}}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003274}}
.fa-circle-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003275}}
.fa-quote-left:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003276}}
.fa-quote-right:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003277}}
.fa-spinner:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003278}}
.fa-circle:before, .icon-enabled:before, .icon-disabled:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003279}}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003281}}
.fa-github-alt:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003282}}
.fa-folder-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003283}}
.fa-folder-open-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003284}}
.fa-smile-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003285}}
.fa-frown-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003286}}
.fa-meh-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003287}}
.fa-gamepad:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003288}}
.fa-keyboard-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003289}}
.fa-flag-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003290}}
.fa-flag-checkered:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003291}}
.fa-terminal:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003292}}
.fa-code:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003293}}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003295}}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003298}}
.fa-location-arrow:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003299}}
.fa-crop:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003300}}
.fa-code-fork:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003301}}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003303}}
.fa-question:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003304}}
.fa-info:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003305}}
.fa-exclamation:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003306}}
.fa-superscript:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003307}}
.fa-subscript:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003308}}
.fa-eraser:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003309}}
.fa-puzzle-piece:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003310}}
.fa-microphone:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003311}}
.fa-microphone-slash:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003312}}
.fa-shield:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003313}}
.fa-calendar-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003314}}
.fa-fire-extinguisher:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003315}}
.fa-rocket:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003316}}
.fa-maxcdn:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003317}}
.fa-chevron-circle-left:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003318}}
.fa-chevron-circle-right:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003319}}
.fa-chevron-circle-up:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003320}}
.fa-chevron-circle-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003321}}
.fa-html5:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003322}}
.fa-css3:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003323}}
.fa-anchor:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003324}}
.fa-unlock-alt:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003325}}
.fa-bullseye:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003326}}
.fa-ellipsis-h:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003327}}
.fa-ellipsis-v:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003328}}
.fa-rss-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003329}}
.fa-play-circle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003330}}
.fa-ticket:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003331}}
.fa-minus-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003332}}
.fa-minus-square-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003333}}
.fa-level-up:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003334}}
.fa-level-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003335}}
.fa-check-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003336}}
.fa-pencil-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003337}}
.fa-external-link-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003338}}
.fa-share-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003339}}
.fa-compass:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003340}}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003342}}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003344}}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003346}}
.fa-euro:before,
.fa-eur:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003348}}
.fa-gbp:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003349}}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003351}}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003353}}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003357}}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003360}}
.fa-won:before,
.fa-krw:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003362}}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003364}}
.fa-file:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003365}}
.fa-file-text:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003366}}
.fa-sort-alpha-asc:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003367}}
.fa-sort-alpha-desc:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003368}}
.fa-sort-amount-asc:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003369}}
.fa-sort-amount-desc:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003370}}
.fa-sort-numeric-asc:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003371}}
.fa-sort-numeric-desc:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003372}}
.fa-thumbs-up:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003373}}
.fa-thumbs-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003374}}
.fa-youtube-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003375}}
.fa-youtube:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003376}}
.fa-xing:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003377}}
.fa-xing-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003378}}
.fa-youtube-play:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003379}}
.fa-dropbox:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003380}}
.fa-stack-overflow:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003381}}
.fa-instagram:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003382}}
.fa-flickr:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003383}}
.fa-adn:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003384}}
.fa-bitbucket:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003385}}
.fa-bitbucket-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003386}}
.fa-tumblr:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003387}}
.fa-tumblr-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003388}}
.fa-long-arrow-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003389}}
.fa-long-arrow-up:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003390}}
.fa-long-arrow-left:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003391}}
.fa-long-arrow-right:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003392}}
.fa-apple:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003393}}
.fa-windows:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003394}}
.fa-android:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003395}}
.fa-linux:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003396}}
.fa-dribbble:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003397}}
.fa-skype:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003398}}
.fa-foursquare:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003399}}
.fa-trello:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003400}}
.fa-female:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003401}}
.fa-male:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003402}}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003404}}
.fa-sun-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003405}}
.fa-moon-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003406}}
.fa-archive:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003407}}
.fa-bug:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003408}}
.fa-vk:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003409}}
.fa-weibo:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003410}}
.fa-renren:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003411}}
.fa-pagelines:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003412}}
.fa-stack-exchange:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003413}}
.fa-arrow-circle-o-right:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003414}}
.fa-arrow-circle-o-left:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003415}}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003417}}
.fa-dot-circle-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003418}}
.fa-wheelchair:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003419}}
.fa-vimeo-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003420}}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003422}}
.fa-plus-square-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003423}}
.fa-space-shuttle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003424}}
.fa-slack:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003425}}
.fa-envelope-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003426}}
.fa-wordpress:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003427}}
.fa-openid:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003428}}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003431}}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003433}}
.fa-yahoo:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003434}}
.fa-google:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003435}}
.fa-reddit:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003436}}
.fa-reddit-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003437}}
.fa-stumbleupon-circle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003438}}
.fa-stumbleupon:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003439}}
.fa-delicious:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003440}}
.fa-digg:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003441}}
.fa-pied-piper-pp:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003442}}
.fa-pied-piper-alt:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003443}}
.fa-drupal:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003444}}
.fa-joomla:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003445}}
.fa-language:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003446}}
.fa-fax:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003447}}
.fa-building:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003448}}
.fa-child:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003449}}
.fa-paw:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003450}}
.fa-spoon:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003451}}
.fa-cube:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003452}}
.fa-cubes:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003453}}
.fa-behance:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003454}}
.fa-behance-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003455}}
.fa-steam:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003456}}
.fa-steam-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003457}}
.fa-recycle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003458}}
.fa-automobile:before,
.fa-car:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003460}}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003462}}
.fa-tree:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003463}}
.fa-spotify:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003464}}
.fa-deviantart:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003465}}
.fa-soundcloud:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003466}}
.fa-database:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003467}}
.fa-file-pdf-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003468}}
.fa-file-word-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003469}}
.fa-file-excel-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003470}}
.fa-file-powerpoint-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003471}}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003474}}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003476}}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003478}}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003480}}
.fa-file-code-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003481}}
.fa-vine:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003482}}
.fa-codepen:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003483}}
.fa-jsfiddle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003484}}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003489}}
.fa-circle-o-notch:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003490}}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003493}}
.fa-ge:before,
.fa-empire:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003495}}
.fa-git-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003496}}
.fa-git:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003497}}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003500}}
.fa-tencent-weibo:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003501}}
.fa-qq:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003502}}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003504}}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003506}}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003508}}
.fa-history:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003509}}
.fa-circle-thin:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003510}}
.fa-header:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003511}}
.fa-paragraph:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003512}}
.fa-sliders:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003513}}
.fa-share-alt:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003514}}
.fa-share-alt-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003515}}
.fa-bomb:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003516}}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003518}}
.fa-tty:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003519}}
.fa-binoculars:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003520}}
.fa-plug:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003521}}
.fa-slideshare:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003522}}
.fa-twitch:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003523}}
.fa-yelp:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003524}}
.fa-newspaper-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003525}}
.fa-wifi:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003526}}
.fa-calculator:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003527}}
.fa-paypal:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003528}}
.fa-google-wallet:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003529}}
.fa-cc-visa:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003530}}
.fa-cc-mastercard:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003531}}
.fa-cc-discover:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003532}}
.fa-cc-amex:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003533}}
.fa-cc-paypal:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003534}}
.fa-cc-stripe:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003535}}
.fa-bell-slash:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003536}}
.fa-bell-slash-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003537}}
.fa-trash:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003538}}
.fa-copyright:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003539}}
.fa-at:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003540}}
.fa-eyedropper:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003541}}
.fa-paint-brush:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003542}}
.fa-birthday-cake:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003543}}
.fa-area-chart:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003544}}
.fa-pie-chart:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003545}}
.fa-line-chart:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003546}}
.fa-lastfm:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003547}}
.fa-lastfm-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003548}}
.fa-toggle-off:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003549}}
.fa-toggle-on:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003550}}
.fa-bicycle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003551}}
.fa-bus:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003552}}
.fa-ioxhost:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003553}}
.fa-angellist:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003554}}
.fa-cc:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003555}}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003558}}
.fa-meanpath:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003559}}
.fa-buysellads:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003560}}
.fa-connectdevelop:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003561}}
.fa-dashcube:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003562}}
.fa-forumbee:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003563}}
.fa-leanpub:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003564}}
.fa-sellsy:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003565}}
.fa-shirtsinbulk:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003566}}
.fa-simplybuilt:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003567}}
.fa-skyatlas:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003568}}
.fa-cart-plus:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003569}}
.fa-cart-arrow-down:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003570}}
.fa-diamond:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003571}}
.fa-ship:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003572}}
.fa-user-secret:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003573}}
.fa-motorcycle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003574}}
.fa-street-view:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003575}}
.fa-heartbeat:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003576}}
.fa-venus:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003577}}
.fa-mars:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003578}}
.fa-mercury:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003579}}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003581}}
.fa-transgender-alt:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003582}}
.fa-venus-double:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003583}}
.fa-mars-double:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003584}}
.fa-venus-mars:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003585}}
.fa-mars-stroke:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003586}}
.fa-mars-stroke-v:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003587}}
.fa-mars-stroke-h:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003588}}
.fa-neuter:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003589}}
.fa-genderless:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003590}}
.fa-facebook-official:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003591}}
.fa-pinterest-p:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003592}}
.fa-whatsapp:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003593}}
.fa-server:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003594}}
.fa-user-plus:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003595}}
.fa-user-times:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003596}}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003598}}
.fa-viacoin:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003599}}
.fa-train:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003600}}
.fa-subway:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003601}}
.fa-medium:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003602}}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003604}}
.fa-optin-monster:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003605}}
.fa-opencart:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003606}}
.fa-expeditedssl:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003607}}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003610}}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003612}}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003614}}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003616}}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003618}}
.fa-mouse-pointer:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003619}}
.fa-i-cursor:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003620}}
.fa-object-group:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003621}}
.fa-object-ungroup:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003622}}
.fa-sticky-note:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003623}}
.fa-sticky-note-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003624}}
.fa-cc-jcb:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003625}}
.fa-cc-diners-club:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003626}}
.fa-clone:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003627}}
.fa-balance-scale:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003628}}
.fa-hourglass-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003629}}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003631}}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003633}}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003635}}
.fa-hourglass:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003636}}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003638}}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003640}}
.fa-hand-scissors-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003641}}
.fa-hand-lizard-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003642}}
.fa-hand-spock-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003643}}
.fa-hand-pointer-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003644}}
.fa-hand-peace-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003645}}
.fa-trademark:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003646}}
.fa-registered:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003647}}
.fa-creative-commons:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003648}}
.fa-gg:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003649}}
.fa-gg-circle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003650}}
.fa-tripadvisor:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003651}}
.fa-odnoklassniki:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003652}}
.fa-odnoklassniki-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003653}}
.fa-get-pocket:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003654}}
.fa-wikipedia-w:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003655}}
.fa-safari:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003656}}
.fa-chrome:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003657}}
.fa-firefox:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003658}}
.fa-opera:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003659}}
.fa-internet-explorer:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003660}}
.fa-tv:before,
.fa-television:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003662}}
.fa-contao:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003663}}
.fa-500px:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003664}}
.fa-amazon:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003665}}
.fa-calendar-plus-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003666}}
.fa-calendar-minus-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003667}}
.fa-calendar-times-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003668}}
.fa-calendar-check-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003669}}
.fa-industry:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003670}}
.fa-map-pin:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003671}}
.fa-map-signs:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003672}}
.fa-map-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003673}}
.fa-map:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003674}}
.fa-commenting:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003675}}
.fa-commenting-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003676}}
.fa-houzz:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003677}}
.fa-vimeo:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003678}}
.fa-black-tie:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003679}}
.fa-fonticons:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003680}}
.fa-reddit-alien:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003681}}
.fa-edge:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003682}}
.fa-credit-card-alt:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003683}}
.fa-codiepie:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003684}}
.fa-modx:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003685}}
.fa-fort-awesome:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003686}}
.fa-usb:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003687}}
.fa-product-hunt:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003688}}
.fa-mixcloud:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003689}}
.fa-scribd:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003690}}
.fa-pause-circle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003691}}
.fa-pause-circle-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003692}}
.fa-stop-circle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003693}}
.fa-stop-circle-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003694}}
.fa-shopping-bag:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003695}}
.fa-shopping-basket:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003696}}
.fa-hashtag:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003697}}
.fa-bluetooth:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003698}}
.fa-bluetooth-b:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003699}}
.fa-percent:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003700}}
.fa-gitlab:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003701}}
.fa-wpbeginner:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003702}}
.fa-wpforms:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003703}}
.fa-envira:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003704}}
.fa-universal-access:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003705}}
.fa-wheelchair-alt:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003706}}
.fa-question-circle-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003707}}
.fa-blind:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003708}}
.fa-audio-description:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003709}}
.fa-volume-control-phone:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003710}}
.fa-braille:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003711}}
.fa-assistive-listening-systems:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003712}}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003714}}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003717}}
.fa-glide:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003718}}
.fa-glide-g:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003719}}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003721}}
.fa-low-vision:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003722}}
.fa-viadeo:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003723}}
.fa-viadeo-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003724}}
.fa-snapchat:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003725}}
.fa-snapchat-ghost:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003726}}
.fa-snapchat-square:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003727}}
.fa-pied-piper:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003728}}
.fa-first-order:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003729}}
.fa-yoast:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003730}}
.fa-themeisle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003731}}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003733}}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003735}}
.fa-handshake-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003736}}
.fa-envelope-open:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003737}}
.fa-envelope-open-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003738}}
.fa-linode:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003739}}
.fa-address-book:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003740}}
.fa-address-book-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003741}}
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003743}}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003745}}
.fa-user-circle:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003746}}
.fa-user-circle-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003747}}
.fa-user-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003748}}
.fa-id-badge:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003749}}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003751}}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003753}}
.fa-quora:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003754}}
.fa-free-code-camp:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003755}}
.fa-telegram:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003756}}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003759}}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003761}}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003763}}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003765}}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003767}}
.fa-shower:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003768}}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003771}}
.fa-podcast:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003772}}
.fa-window-maximize:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003773}}
.fa-window-minimize:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003774}}
.fa-window-restore:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003775}}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003777}}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003779}}
.fa-bandcamp:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003780}}
.fa-grav:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003781}}
.fa-etsy:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003782}}
.fa-imdb:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003783}}
.fa-ravelry:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003784}}
.fa-eercast:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003785}}
.fa-microchip:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003786}}
.fa-snowflake-o:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003787}}
.fa-superpowers:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003788}}
.fa-wpexplorer:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_icons\.scss}line{font-family:\00003789}}
.fa-meetup:before {
  content: "";
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_screen-reader\.scss}line{font-family:\000034}}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/pavels\/Projects\/citymania\/web\/bower_components\/font-awesome\/scss\/_mixins\.scss}line{font-family:\0000351}}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media -sass-debug-info{filename{}line{font-family:\00003298}}
.rules-gallery figure {
  float: left;
}

@media -sass-debug-info{filename{}line{font-family:\00003315}}
.icon-enabled {
  color: #0C0;
}

@media -sass-debug-info{filename{}line{font-family:\00003319}}
.icon-disabled {
  color: grey;
}

@media -sass-debug-info{filename{}line{font-family:\00003324}}
.header-fixed > thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: white;
}

@media -sass-debug-info{filename{}line{font-family:\00003330}}
#client_error_dlg > .modal-dialog > .modal-content > .modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 212px);
}

@media -sass-debug-info{filename{}line{font-family:\00003339}}
.climate-bg-temperate {
  background-color: #74D574;
}

@media -sass-debug-info{filename{}line{font-family:\00003341}}
.climate-temperate {
  color: #298729;
}

@media -sass-debug-info{filename{}line{font-family:\00003339}}
.climate-bg-tropic {
  background-color: #ffce8c;
}

@media -sass-debug-info{filename{}line{font-family:\00003341}}
.climate-tropic {
  color: #f28b00;
}

@media -sass-debug-info{filename{}line{font-family:\00003339}}
.climate-bg-arctic {
  background-color: #6892B4;
}

@media -sass-debug-info{filename{}line{font-family:\00003341}}
.climate-arctic {
  color: #2b4458;
}

@media -sass-debug-info{filename{}line{font-family:\00003339}}
.climate-bg-toyland {
  background-color: #ff8c8c;
}

@media -sass-debug-info{filename{}line{font-family:\00003341}}
.climate-toyland {
  color: #f20000;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-0 {
  color: #285ca4;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-0 {
  background-color: #285ca4;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-1 {
  color: #60886c;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-1 {
  background-color: #60886c;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-2 {
  color: #cc687c;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-2 {
  background-color: #cc687c;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-3 {
  color: #e8b810;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-3 {
  background-color: #e8b810;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-4 {
  color: #e00000;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-4 {
  background-color: #e00000;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-5 {
  color: #508ca0;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-5 {
  background-color: #508ca0;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-6 {
  color: #5c9c34;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-6 {
  background-color: #5c9c34;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-7 {
  color: #687c4c;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-7 {
  background-color: #687c4c;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-8 {
  color: #3890e8;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-8 {
  background-color: #3890e8;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-9 {
  color: #cc8060;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-9 {
  background-color: #cc8060;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-10 {
  color: #646488;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-10 {
  background-color: #646488;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-11 {
  color: #7858e0;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-11 {
  background-color: #7858e0;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-12 {
  color: #fcb030;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-12 {
  background-color: #fcb030;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-13 {
  color: #98845c;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-13 {
  background-color: #98845c;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-14 {
  color: #838583;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-14 {
  background-color: #838583;
}

@media -sass-debug-info{filename{}line{font-family:\00003347}}
.company-color-15 {
  color: #c8c8c8;
}

@media -sass-debug-info{filename{}line{font-family:\00003350}}
.company-bg-color-15 {
  background-color: #c8c8c8;
}

@media -sass-debug-info{filename{}line{font-family:\00003357}}
.game-mode, .goal {
  font-weight: bold;
}

@media -sass-debug-info{filename{}line{font-family:\00003360}}
.score-reset {
  text-decoration: line-through;
}

@media -sass-debug-info{filename{}line{font-family:\00003367}}
.forum-cols {
  background-color: #F6F9FC;
  color: #B7BDC4;
  font-size: small;
  font-weight: bold;
}

@media -sass-debug-info{filename{}line{font-family:\00003373}}
.forum-title {
  background-color: #283D67;
  background-image: linear-gradient(to right, #283D67, #428ACA);
  border: 1px solid #CAD7E1;
  border-radius: 0.25em;
}
@media -sass-debug-info{filename{}line{font-family:\00003381}}
.forum-title h2 {
  display: inline-block;
  margin: 0px;
  padding: 10px;
  color: #FFF;
  font-size: 1.5em;
  text-shadow: 1px 1px 0px #295183;
}
@media -sass-debug-info{filename{}line{font-family:\00003389}}
.forum-title a {
  color: #FFF;
  margin-left: 5px;
}

@media -sass-debug-info{filename{}line{font-family:\00003396}}
.forum-table thead > tr > th, .forum-topics thead > tr > th, .forum-table tbody > tr > td, .forum-topics tbody > tr > td {
  border-left: none;
  border-right: none;
}
@media -sass-debug-info{filename{}line{font-family:\00003401}}
.forum-table tbody td:nth-child(1), .forum-topics tbody td:nth-child(1) {
  width: 1em;
  text-align: center;
  vertical-align: center;
}
@media -sass-debug-info{filename{}line{font-family:\00003405}}
.forum-table tbody td:nth-child(1) i, .forum-topics tbody td:nth-child(1) i {
  margin-left: 5px;
}
@media -sass-debug-info{filename{}line{font-family:\00003409}}
.forum-table tbody td:nth-child(2) a, .forum-topics tbody td:nth-child(2) a {
  font-weight: bold;
}

@media -sass-debug-info{filename{}line{font-family:\00003417}}
.forum-topics i.unread, .forum-table i.unread, .forum-topics i.unread {
  color: #700;
}

@media -sass-debug-info{filename{}line{font-family:\00003421}}
.forum-pages .new-topic-btn, .forum-pages .reply-btn {
  float: right;
  margin: 20px 0px;
}
@media -sass-debug-info{filename{}line{font-family:\00003426}}
.forum-pages .locked-reply-btn {
  float: right;
  margin: 20px 0px;
}

@media -sass-debug-info{filename{}line{font-family:\00003431}}
.post {
  background: #E8ECF1 none repeat scroll 0% 0%;
  border: 1px solid #CAD7E1;
  border-radius: 0.25em;
  padding: 0.25em;
  margin: 0px;
  margin-bottom: 1.5em;
}
@media -sass-debug-info{filename{}line{font-family:\00003444}}
.post .post-box {
  background: #FFF none repeat scroll 0% 0%;
  border: 1px solid #CAD7E1;
  border-radius: 0.25em;
  min-height: 10em;
  padding: 1em 1.5em 3em;
  position: relative;
}
@media -sass-debug-info{filename{}line{font-family:\00003452}}
.post .post-box:before, .post .post-box:after {
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  content: " ";
  position: absolute;
  top: 2em;
}
@media -sass-debug-info{filename{}line{font-family:\00003460}}
.post .post-box:before {
  border-right-color: #CAD7E1;
  left: -24px;
}
@media -sass-debug-info{filename{}line{font-family:\00003464}}
.post .post-box:after {
  border-right-color: #FFF;
  left: -23px;
}
@media -sass-debug-info{filename{}line{font-family:\00003468}}
.post .header {
  border-bottom: 1px solid #E8ECF1;
  margin: -0.25em -0.5em 0.5em;
  padding: 0px 0.25em 0.25em 0.5em;
}
@media -sass-debug-info{filename{}line{font-family:\00003474}}
.post .header .date {
  float: left;
}
@media -sass-debug-info{filename{}line{font-family:\00003476}}
.post .header .number {
  float: right;
}
@media -sass-debug-info{filename{}line{font-family:\00003482}}
.post .footer {
  border-top: 1px solid #E8ECF1;
  bottom: 0px;
  margin: 0px -1.5em 0px -1.5em;
  position: absolute;
  width: 100%;
  min-height: 3em;
  padding: 3px 8px 3px 6px;
}
@media -sass-debug-info{filename{}line{font-family:\00003491}}
.post .footer .signature {
  margin-left: 15px;
  padding-top: 6px;
  opacity: 0.6;
}

@media -sass-debug-info{filename{}line{font-family:\00003503}}
.post-edit textarea {
  height: 200px;
}
@media -sass-debug-info{filename{}line{font-family:\00003506}}
.post-edit .md-input, .post-edit .md-preview {
  padding: 10px;
}
