@charset "UTF-8";/*!
 *  Font Awesome 4.5.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('/assets/fontawesome-webfont-613b40a2b68aa7fe370458fb16954b5a.eot?v=4.5.0');
  src: url('/assets/fontawesome-webfont-613b40a2b68aa7fe370458fb16954b5a.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/assets/fontawesome-webfont-bf0774304488d90d629ceb5a2dffb5bb.woff2?v=4.5.0') format('woff2'), url('/assets/fontawesome-webfont-0f28a6d830d485d6e93e2b668693a97c.woff?v=4.5.0') format('woff'), url('/assets/fontawesome-webfont-5191c2cd6e90aec260274b655483379d.ttf?v=4.5.0') format('truetype'), url('/assets/fontawesome-webfont-f02e8c42c756e74dda3fef90b823377b.svg?v=4.5.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -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:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-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-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";
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('fonts/flexslider-icon.eot');
  src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('fonts/flexslider-icon.woff') format('woff'),
    url('fonts/flexslider-icon.ttf') format('truetype'),
    url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: relative; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 13px; height: 13px; display: block; background: #5c696a; background: #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; border: 3px solid #c9cbca; }
.flex-control-paging li a:hover { background: #fff; background: #212024; }
.flex-control-paging li a.flex-active { background: #fff; background: #212024; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/* Slider */
/* line 3, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent; }

/* line 18, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  /* line 24, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
  .slick-list:focus {
    outline: none; }

/* line 27, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-loading .slick-list {
  background: white url("/assets/ajax-loader-bcd5179bc98e77cdb3564e0c5f10dbb2.gif") center center no-repeat; }

/* line 30, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

/* line 34, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-slider .slick-list, .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 41, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-slide {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  /* line 47, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
  .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* line 54, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  /* line 60, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
  .slick-track:before {
    content: "";
    display: table; }
  /* line 63, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
  .slick-track:after {
    content: "";
    display: table;
    clear: both; }

/* line 68, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-loading .slick-track {
  visibility: hidden; }

/* line 71, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  /* line 76, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
  .slick-slide img {
    display: block; }
  /* line 78, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
  .slick-slide.slick-loading img {
    display: none; }
  /* line 80, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
  .slick-slide.dragging img {
    pointer-events: none; }

/* line 83, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-initialized .slick-slide {
  display: block; }

/* line 86, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-loading .slick-slide {
  visibility: hidden; }

/* line 89, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* /* Icons */
/* @font-face */
/*   font-family: "slick" */
/*   src: url('slick.eot') */
/*   src: url('slick.eot?#iefix') format("embedded-opentype"), url('slick.woff') format("woff"), url('slick.ttf') format("truetype"), url('slick.svg#slick') format("svg") */
/*   font-weight: normal */
/*   font-style: normal */
/* Arrows */
/* line 105, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  /* background: transparent */
  /* color: transparent */
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }

/* line 121, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-prev:focus, .slick-next:focus {
  outline: none; }

/* line 124, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25; }

/* line 127, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #37c6c1;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 136, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-prev {
  left: -25px; }
  /* line 138, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
  .slick-prev:before {
    /* content: "\2190" */
    content: ""; }

/* line 142, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-next {
  right: -25px; }
  /* line 144, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
  .slick-next:before {
    /* content: "\2192" */
    content: ""; }

/* Dots */
/* line 149, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-slider {
  margin-bottom: 30px; }

/* line 152, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  /* line 160, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer; }
    /* line 168, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      /* line 180, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
      .slick-dots li button:focus {
        outline: none; }
      /* line 182, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    /* line 197, /workspaces/festeggiare/vendor/assets/stylesheets/slick.css.sass */
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.15s;
          transition: opacity 0.15s; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

  1. Buttons

 */
/* <button> css reset */

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(../../photoSwipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../photoSwipe/default-skin/default-skin.svg); }

  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none; }
 }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

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

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

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

  2. Share modal/popup and links

 */
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

  3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

  4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../../photoSwipe/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }
.pswp--css_animation .pswp__preloader__cut {
  /*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; }
 }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

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

  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }

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

/*

  6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
/* line 1, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0; }

/* line 10, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.me-plugin {
  position: absolute;
  height: auto;
  width: auto; }

/* line 16, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }

/* line 25, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important; }

/* line 30, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }

/* line 39, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%; }

/* line 45, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-clear {
  clear: both; }

/* Start: LAYERS */
/* line 50, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0; }

/* line 56, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 64, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/* line 72, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
:root .mejs-poster img {
  display: none; }

/* line 76, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0; }

/* line 82, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }

/* line 88, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-overlay-play {
  cursor: pointer; }

/* line 92, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url("/player/bigplay.svg") no-repeat; }

/* line 102, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.no-svg .mejs-overlay-button {
  background-image: url("/player/bigplay.png") no-repeat; }

/* line 106, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px; }

/* line 110, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url("/player/background.png") no-repeat;
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); }

/* line 128, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url("/assets/player/loading-f169d281f5ba9b3c45616e8b634b4f69.gif") no-repeat 50% 50% no-repeat; }

/* End: LAYERS */
/* Start: CONTROL BAR */
/* line 138, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url("/player/background.png") no-repeat;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%; }

/* line 156, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0; }

/* line 171, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url("/assets/player/controls-c7c497e641bbf6c89ed593c77a99063a.svg") no-repeat no-repeat; }

/* line 186, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.no-svg .mejs-controls .mejs-button button {
  background-image: url("/assets/player/controls-a5759065c28b30e9c3bf2a5983a00048.png") no-repeat; }

/* :focus for accessibility */
/* line 191, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
/* line 198, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 211, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-container .mejs-controls .mejs-time span {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
/* line 223, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-play button {
  background-position: 0 0; }

/* line 227, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-pause button {
  background-position: 0 -16px; }

/* line 231, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-stop button {
  background-position: -112px 0; }

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
/* line 237, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px; }

/* line 243, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer; }

/* line 254, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

/* line 266, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: -ms-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);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
/* line 291, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0; }

/* line 303, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0; }

/* line 315, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center; }

/* line 330, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111; }

/* line 343, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }

/* line 351, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px; }

/* line 366, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px; }

/* line 370, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px; }

/* line 374, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px; }

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
  visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
/* line 386, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0; }

/* line 390, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px; }

/* End: Fullscreen */
/* Start: Mute/Volume */
/* line 400, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px; }

/* line 404, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-unmute button {
  background-position: -16px 0; }

/* line 408, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-volume-button {
  position: relative; }

/* line 412, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url("/player/background.png") no-repeat;
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0; }

/* line 428, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
  display: block;
}
*/
/* line 440, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0; }

/* line 451, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0; }

/* line 462, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0; }

/* horizontal version */
/* line 478, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative; }

/* line 484, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

/* line 506, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); }

/* line 528, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
/* line 535, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-captions-button {
  position: relative; }

/* line 539, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0; }

/* line 542, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url("/player/background.png") no-repeat;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
  visibility: visible;
}
*/
/* line 565, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

/* line 573, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

/* line 582, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

/* line 588, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px; }

/* line 597, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0; }

/* line 602, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1; }

/* line 611, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0; }

/* line 627, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer; }

/* line 637, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none; }

/* line 641, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232); }

/* line 653, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px; }

/* line 663, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* line 672, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff; }

/* line 682, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline; }

/* line 687, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

/* line 692, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

/* line 699, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-captions-position-hover {
  bottom: 35px; }

/* line 703, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-captions-text {
  padding: 3px 5px;
  background: url("/player/background.png") no-repeat;
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap; }

/* End: Track (Captions and Chapters) */
/* Start: Error */
/* line 715, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.me-cannotplay a {
  color: #fff;
  font-weight: bold; }

/* line 720, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.me-cannotplay span {
  padding: 15px;
  display: block; }

/* End: Error */
/* Start: Loop */
/* line 728, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px; }

/* line 732, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0; }

/* End: Loop */
/* Start: backlight */
/* line 739, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px; }

/* line 743, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0; }

/* End: backlight */
/* Start: Picture Controls */
/* line 749, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0; }

/* End: Picture Controls */
/* context menu */
/* line 756, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */ }

/* line 767, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333; }

/* line 774, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333; }

/* line 781, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff; }

/* Start: Source Chooser */
/* line 787, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-sourcechooser-button {
  position: relative; }

/* line 791, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0; }

/* line 795, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url("/player/background.png") no-repeat;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 812, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

/* line 820, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

/* line 829, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

/* line 835, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px; }

/* End: Source Chooser */
/* Start: Postroll */
/* line 846, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/player/background.png") no-repeat;
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden; }

/* line 857, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%; }

/* line 861, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url("/player/background.png") no-repeat;
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer; }

/* End: Postroll */
/* Start: Speed */
/* line 876, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
div.mejs-speed-button {
  width: 46px !important;
  position: relative; }

/* line 881, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff; }

/* line 889, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url("/player/background.png") no-repeat;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 906, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  visibility: visible; }

/* line 910, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8; }

/* line 914, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

/* line 922, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

/* line 931, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none; }

/* line 938, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer; }

/* line 950, /workspaces/festeggiare/vendor/assets/stylesheets/mediaelementplayer.css.scss */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

/* End: Speed */
/*
    Document        : mep-feature-playlist.css
    Author          : Andrew Berezovsky <andrew.berezovsky@gmail.com>
    Original Author : Junaid Qadir Baloch <shekhanzai.baloch@gmail.com>
*/
/* Start: Show/Hide Playlist*/
/* line 9, /workspaces/festeggiare/vendor/assets/stylesheets/mep-feature-playlist.css.scss */
.mejs-controls .mejs-show-playlist button {
  background: transparent url("/assets/player/controls-playlist-4c568605cd78e045485630f5afe3a8aa.png");
  background-position: -16px -16px; }

/* line 13, /workspaces/festeggiare/vendor/assets/stylesheets/mep-feature-playlist.css.scss */
.mejs-controls .mejs-hide-playlist button {
  background: transparent url("/assets/player/controls-playlist-4c568605cd78e045485630f5afe3a8aa.png") no-repeat;
  background-position: -16px 0; }

/* End: Show/Hide Playlist */
/* Start: Previous */
/* line 20, /workspaces/festeggiare/vendor/assets/stylesheets/mep-feature-playlist.css.scss */
.mejs-controls .mejs-prevtrack button {
  background: transparent url("/assets/player/controls-playlist-4c568605cd78e045485630f5afe3a8aa.png") no-repeat;
  background-position: 0 -16px; }

/* End: Previous */
/* Start: Next */
/* line 27, /workspaces/festeggiare/vendor/assets/stylesheets/mep-feature-playlist.css.scss */
.mejs-controls .mejs-nexttrack button {
  background: transparent url("/assets/player/controls-playlist-4c568605cd78e045485630f5afe3a8aa.png") no-repeat; }

/* End: Next */
/* Start: Shuffle */
/* line 33, /workspaces/festeggiare/vendor/assets/stylesheets/mep-feature-playlist.css.scss */
.mejs-controls .mejs-shuffle-on button {
  background: transparent url("/assets/player/controls-playlist-4c568605cd78e045485630f5afe3a8aa.png") no-repeat;
  background-position: -32px 0; }

/* line 37, /workspaces/festeggiare/vendor/assets/stylesheets/mep-feature-playlist.css.scss */
.mejs-controls .mejs-shuffle-off button {
  background: transparent url(controls-playlist.png) no-repeat;
  background-position: -32px -16px; }

/* End: Shuffle */
/*Start: Playlist*/
/* line 44, /workspaces/festeggiare/vendor/assets/stylesheets/mep-feature-playlist.css.scss */
.mejs-playlist {
  position: absolute;
  left: 0;
  height: 200px !important;
  overflow-y: auto;
  background: #000000;
  opacity: 0.8; }

/* line 52, /workspaces/festeggiare/vendor/assets/stylesheets/mep-feature-playlist.css.scss */
.mejs-playlist ul {
  margin: 0;
  padding: 5px; }

/* line 56, /workspaces/festeggiare/vendor/assets/stylesheets/mep-feature-playlist.css.scss */
.mejs-playlist li {
  color: white;
  font-size: 11px;
  height: 16px;
  overflow: hidden;
  margin: 2px;
  cursor: pointer; }

/* line 64, /workspaces/festeggiare/vendor/assets/stylesheets/mep-feature-playlist.css.scss */
.mejs-playlist li:hover {
  color: #a8a8a8; }

/* line 67, /workspaces/festeggiare/vendor/assets/stylesheets/mep-feature-playlist.css.scss */
.mejs-playlist li.current {
  color: white;
  font-weight: bold; }

/*End: Playlist*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* line 11, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/* line 30, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/* line 41, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 51, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none; }

/* line 66, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 76, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0; }

/* line 88, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background: transparent; }

/* line 96, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
a:focus {
  outline: thin dotted; }

/* line 104, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* line 118, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 127, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 135, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 144, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic; }

/* line 152, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/* line 162, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 171, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/* line 183, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  white-space: pre-wrap; }

/* line 191, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/* line 199, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%; }

/* line 207, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 215, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em; }

/* line 219, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 231, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0; }

/* line 239, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 251, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 0; }

/* line 263, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 274, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0; }

/* line 285, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

/* line 299, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button,
input {
  line-height: normal; }

/* line 311, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none; }

/* line 324, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 336, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/* line 346, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 358, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 370, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 379, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 390, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top; }

/* line 403, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 8, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 17, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 22, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

/* line 31, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 43, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #428bca;
  text-decoration: none; }
  /* line 47, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  /* line 53, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

/* line 61, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle; }

/* line 66, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 71, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px; }

/* line 78, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.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;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

/* line 91, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%; }

/* line 98, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

/* line 110, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 9, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  /* line 16, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

/* line 24, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  /* line 30, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small {
    font-size: 65%; }

/* line 35, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  /* line 41, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small {
    font-size: 75%; }

/* line 47, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px; }

/* line 48, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px; }

/* line 49, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px; }

/* line 50, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px; }

/* line 51, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px; }

/* line 52, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px; }

/* line 58, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px; }

/* line 62, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    /* line 62, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
    .lead {
      font-size: 21px; } }

/* line 78, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%; }

/* line 82, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
cite {
  font-style: normal; }

/* line 85, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #999999; }

/* line 88, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-primary {
  color: #428bca; }
  /* line 90, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  .text-primary:hover {
    color: #3071a9; }

/* line 94, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-warning {
  color: #8a6d3b; }
  /* line 96, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  .text-warning:hover {
    color: #66512c; }

/* line 100, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-danger {
  color: #a94442; }
  /* line 102, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  .text-danger:hover {
    color: #843534; }

/* line 106, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-success {
  color: #3c763d; }
  /* line 108, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  .text-success:hover {
    color: #2b542c; }

/* line 112, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-info {
  color: #31708f; }
  /* line 114, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  .text-info:hover {
    color: #245269; }

/* line 120, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left; }

/* line 121, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right; }

/* line 122, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center; }

/* line 128, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

/* line 139, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  /* line 143, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

/* line 152, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

/* line 161, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  /* line 166, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  .list-inline > li:first-child {
    padding-left: 0; }

/* line 173, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px; }

/* line 177, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429; }

/* line 181, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold; }

/* line 184, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0; }

@media (min-width: 768px) {
  /* line 195, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 202, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px; }
    /* line 20, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      display: table; }
    /* line 25, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
    .dl-horizontal dd:after {
      clear: both; } }
/* line 213, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

/* line 219, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 225, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }
  /* line 229, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25; }
  /* line 234, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  blockquote p:last-child {
    margin-bottom: 0; }
  /* line 237, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  blockquote small,
  blockquote .small {
    display: block;
    line-height: 1.428571429;
    color: #999999; }
    /* line 242, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }
  /* line 248, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    /* line 253, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
    blockquote.pull-right p,
    blockquote.pull-right small,
    blockquote.pull-right .small {
      text-align: right; }
    /* line 260, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
    blockquote.pull-right small:before,
    blockquote.pull-right .small:before {
      content: ''; }
    /* line 263, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
    blockquote.pull-right small:after,
    blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }

/* line 271, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: ""; }

/* line 277, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

/* line 7, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

/* line 15, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

/* line 25, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_code.scss */
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; }
  /* line 39, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_code.scss */
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

/* line 50, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 6, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  /* line 20, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .container:before, .container:after {
    content: " ";
    display: table; }
  /* line 25, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    /* line 6, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    /* line 6, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    /* line 6, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      width: 1170px; } }

/* line 21, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px; }
  /* line 20, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:before, .row:after {
    content: " ";
    display: table; }
  /* line 25, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:after {
    clear: both; }

/* line 715, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

/* line 734, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

/* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-1 {
  width: 8.3333333333%; }

/* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-2 {
  width: 16.6666666667%; }

/* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-3 {
  width: 25%; }

/* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-4 {
  width: 33.3333333333%; }

/* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-5 {
  width: 41.6666666667%; }

/* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-6 {
  width: 50%; }

/* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-7 {
  width: 58.3333333333%; }

/* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-8 {
  width: 66.6666666667%; }

/* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-9 {
  width: 75%; }

/* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-10 {
  width: 83.3333333333%; }

/* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-11 {
  width: 91.6666666667%; }

/* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-12 {
  width: 100%; }

/* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-0 {
  right: 0%; }

/* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-1 {
  right: 8.3333333333%; }

/* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-2 {
  right: 16.6666666667%; }

/* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-3 {
  right: 25%; }

/* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-4 {
  right: 33.3333333333%; }

/* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-5 {
  right: 41.6666666667%; }

/* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-6 {
  right: 50%; }

/* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-7 {
  right: 58.3333333333%; }

/* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-8 {
  right: 66.6666666667%; }

/* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-9 {
  right: 75%; }

/* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-10 {
  right: 83.3333333333%; }

/* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-11 {
  right: 91.6666666667%; }

/* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-pull-12 {
  right: 100%; }

/* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-0 {
  left: 0%; }

/* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-1 {
  left: 8.3333333333%; }

/* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-2 {
  left: 16.6666666667%; }

/* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-3 {
  left: 25%; }

/* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-4 {
  left: 33.3333333333%; }

/* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-5 {
  left: 41.6666666667%; }

/* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-6 {
  left: 50%; }

/* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-7 {
  left: 58.3333333333%; }

/* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-8 {
  left: 66.6666666667%; }

/* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-9 {
  left: 75%; }

/* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-10 {
  left: 83.3333333333%; }

/* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-11 {
  left: 91.6666666667%; }

/* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-push-12 {
  left: 100%; }

/* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-0 {
  margin-left: 0%; }

/* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

/* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

/* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-3 {
  margin-left: 25%; }

/* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

/* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

/* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-6 {
  margin-left: 50%; }

/* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

/* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

/* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-9 {
  margin-left: 75%; }

/* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

/* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

/* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  /* line 734, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-1 {
    width: 8.3333333333%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-2 {
    width: 16.6666666667%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-3 {
    width: 25%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-4 {
    width: 33.3333333333%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-5 {
    width: 41.6666666667%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-6 {
    width: 50%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-7 {
    width: 58.3333333333%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-8 {
    width: 66.6666666667%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-9 {
    width: 75%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-10 {
    width: 83.3333333333%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-11 {
    width: 91.6666666667%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-12 {
    width: 100%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-0 {
    right: 0%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-3 {
    right: 25%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-6 {
    right: 50%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-9 {
    right: 75%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-pull-12 {
    right: 100%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-0 {
    left: 0%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-1 {
    left: 8.3333333333%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-2 {
    left: 16.6666666667%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-3 {
    left: 25%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-4 {
    left: 33.3333333333%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-5 {
    left: 41.6666666667%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-6 {
    left: 50%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-7 {
    left: 58.3333333333%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-8 {
    left: 66.6666666667%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-9 {
    left: 75%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-10 {
    left: 83.3333333333%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-11 {
    left: 91.6666666667%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-push-12 {
    left: 100%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-0 {
    margin-left: 0%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-3 {
    margin-left: 25%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-6 {
    margin-left: 50%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-9 {
    margin-left: 75%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  /* line 734, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-1 {
    width: 8.3333333333%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-2 {
    width: 16.6666666667%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-3 {
    width: 25%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-4 {
    width: 33.3333333333%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-5 {
    width: 41.6666666667%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-6 {
    width: 50%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-7 {
    width: 58.3333333333%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-8 {
    width: 66.6666666667%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-9 {
    width: 75%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-10 {
    width: 83.3333333333%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-11 {
    width: 91.6666666667%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-12 {
    width: 100%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-0 {
    right: 0%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-1 {
    right: 8.3333333333%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-2 {
    right: 16.6666666667%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-3 {
    right: 25%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-4 {
    right: 33.3333333333%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-5 {
    right: 41.6666666667%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-6 {
    right: 50%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-7 {
    right: 58.3333333333%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-8 {
    right: 66.6666666667%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-9 {
    right: 75%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-10 {
    right: 83.3333333333%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-11 {
    right: 91.6666666667%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-pull-12 {
    right: 100%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-0 {
    left: 0%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-1 {
    left: 8.3333333333%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-2 {
    left: 16.6666666667%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-3 {
    left: 25%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-4 {
    left: 33.3333333333%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-5 {
    left: 41.6666666667%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-6 {
    left: 50%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-7 {
    left: 58.3333333333%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-8 {
    left: 66.6666666667%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-9 {
    left: 75%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-10 {
    left: 83.3333333333%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-11 {
    left: 91.6666666667%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-push-12 {
    left: 100%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-0 {
    margin-left: 0%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-3 {
    margin-left: 25%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-6 {
    margin-left: 50%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-9 {
    margin-left: 75%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  /* line 734, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-1 {
    width: 8.3333333333%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-2 {
    width: 16.6666666667%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-3 {
    width: 25%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-4 {
    width: 33.3333333333%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-5 {
    width: 41.6666666667%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-6 {
    width: 50%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-7 {
    width: 58.3333333333%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-8 {
    width: 66.6666666667%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-9 {
    width: 75%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-10 {
    width: 83.3333333333%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-11 {
    width: 91.6666666667%; }

  /* line 742, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-12 {
    width: 100%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-0 {
    right: 0%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-3 {
    right: 25%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-6 {
    right: 50%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-9 {
    right: 75%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%; }

  /* line 752, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-pull-12 {
    right: 100%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-0 {
    left: 0%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-1 {
    left: 8.3333333333%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-2 {
    left: 16.6666666667%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-3 {
    left: 25%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-4 {
    left: 33.3333333333%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-5 {
    left: 41.6666666667%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-6 {
    left: 50%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-7 {
    left: 58.3333333333%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-8 {
    left: 66.6666666667%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-9 {
    left: 75%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-10 {
    left: 83.3333333333%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-11 {
    left: 91.6666666667%; }

  /* line 747, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-push-12 {
    left: 100%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-0 {
    margin-left: 0%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-3 {
    margin-left: 25%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-6 {
    margin-left: 50%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-9 {
    margin-left: 75%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  /* line 757, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .col-lg-offset-12 {
    margin-left: 100%; } }
/* line 6, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent; }

/* line 10, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left; }

/* line 17, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px; }
  /* line 25, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  /* line 35, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  /* line 44, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  /* line 51, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  /* line 56, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table .table {
    background-color: #fff; }

/* line 69, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

/* line 82, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd; }
  /* line 88, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  /* line 95, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

/* line 109, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

/* line 123, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

/* line 135, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

/* line 143, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

/* line 420, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.table > thead > tr > .active,
.table > thead > .active > td,
.table > thead > .active > th,
.table > tbody > tr > .active,
.table > tbody > .active > td,
.table > tbody > .active > th,
.table > tfoot > tr > .active,
.table > tfoot > .active > td,
.table > tfoot > .active > th {
  background-color: #f5f5f5; }

/* line 431, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8; }

/* line 420, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.table > thead > tr > .success,
.table > thead > .success > td,
.table > thead > .success > th,
.table > tbody > tr > .success,
.table > tbody > .success > td,
.table > tbody > .success > th,
.table > tfoot > tr > .success,
.table > tfoot > .success > td,
.table > tfoot > .success > th {
  background-color: #dff0d8; }

/* line 431, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6; }

/* line 420, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.table > thead > tr > .danger,
.table > thead > .danger > td,
.table > thead > .danger > th,
.table > tbody > tr > .danger,
.table > tbody > .danger > td,
.table > tbody > .danger > th,
.table > tfoot > tr > .danger,
.table > tfoot > .danger > td,
.table > tfoot > .danger > th {
  background-color: #f2dede; }

/* line 431, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc; }

/* line 420, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.table > thead > tr > .warning,
.table > thead > .warning > td,
.table > thead > .warning > th,
.table > tbody > tr > .warning,
.table > tbody > .warning > td,
.table > tbody > .warning > th,
.table > tfoot > tr > .warning,
.table > tfoot > .warning > td,
.table > tfoot > .warning > th {
  background-color: #fcf8e3; }

/* line 431, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc; }

@media (max-width: 767px) {
  /* line 170, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    /* line 180, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive > .table {
      margin-bottom: 0; }
      /* line 188, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    /* line 197, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive > .table-bordered {
      border: 0; }
      /* line 205, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      /* line 209, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      /* line 222, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_tables.scss */
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
/* line 10, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

/* line 16, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

/* line 28, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

/* line 38, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 43, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

/* line 51, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block; }

/* line 56, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto; }

/* line 62, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

/* line 69, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 79, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

/* line 86, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle; }

/* line 118, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  /* line 820, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  /* line 57, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .form-control:-moz-placeholder {
    color: #999999; }
  /* line 58, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  /* line 60, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .form-control:-ms-input-placeholder {
    color: #999999; }
  /* line 61, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  /* line 147, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

/* line 158, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto; }

/* line 168, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px; }

/* line 177, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  /* line 185, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

/* line 192, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

/* line 199, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

/* line 205, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

/* line 214, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

/* line 229, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

/* line 835, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 840, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

/* line 845, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto; }

/* line 835, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

/* line 840, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

/* line 845, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto; }

/* line 779, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }
/* line 788, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 791, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
/* line 798, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

/* line 779, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }
/* line 788, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 791, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
/* line 798, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

/* line 779, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }
/* line 788, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 791, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
/* line 798, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

/* line 265, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  margin-bottom: 0; }

/* line 275, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  /* line 300, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 307, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block; }
  /* line 312, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline select.form-control, .navbar-form select.form-control {
    width: auto; }
  /* line 319, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  /* line 326, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

/* line 343, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
/* line 354, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
/* line 360, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  /* line 20, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  /* line 25, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .form-horizontal .form-group:after {
    clear: both; }
/* line 364, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-control-static {
  padding-top: 7px; }
@media (min-width: 768px) {
  /* line 370, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right; } }

/* line 9, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  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;
  -o-user-select: none;
  user-select: none; }
  /* line 22, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  /* line 26, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  /* line 32, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  /* line 39, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

/* line 53, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  /* line 448, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  /* line 456, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  /* line 461, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-default:active, .btn-default.active {
    background-image: none; }
  /* line 465, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  /* line 471, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  /* line 481, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-default .badge {
    color: #fff;
    background-color: #fff; }

/* line 56, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  /* line 448, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  /* line 456, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  /* line 461, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  /* line 465, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  /* line 471, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  /* line 481, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

/* line 60, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  /* line 448, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  /* line 456, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  /* line 461, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  /* line 465, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  /* line 471, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  /* line 481, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

/* line 64, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  /* line 448, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  /* line 456, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  /* line 461, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  /* line 465, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  /* line 471, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  /* line 481, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

/* line 68, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  /* line 448, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  /* line 456, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  /* line 461, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-success:active, .btn-success.active {
    background-image: none; }
  /* line 465, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  /* line 471, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  /* line 481, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

/* line 72, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  /* line 448, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  /* line 456, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  /* line 461, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-info:active, .btn-info.active {
    background-image: none; }
  /* line 465, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  /* line 471, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  /* line 481, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

/* line 81, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  /* line 87, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 94, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  /* line 100, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  /* line 108, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

/* line 120, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

/* line 124, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 128, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 136, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

/* line 144, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px; }

/* line 152, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 10, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  /* line 13, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
  .fade.in {
    opacity: 1; }

/* line 18, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none; }
  /* line 20, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
  .collapse.in {
    display: block; }

/* line 24, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

/* line 6, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  /* line 11, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    /* line 15, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    /* line 21, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

/* line 30, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

/* line 20, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table; }
/* line 25, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-toolbar:after {
  clear: both; }
/* line 42, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group {
  float: left; }
/* line 48, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px; }

/* line 55, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

/* line 60, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0; }
  /* line 62, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

/* line 67, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 73, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left; }

/* line 76, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 80, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/* line 85, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 90, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

/* line 109, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

/* line 113, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

/* line 120, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.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); }
  /* line 124, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

/* line 131, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0; }

/* line 135, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

/* line 140, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

/* line 149, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
/* line 20, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
/* line 25, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-group-vertical > .btn-group:after {
  clear: both; }
/* line 161, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none; }
/* line 166, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

/* line 176, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
/* line 179, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
/* line 183, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 188, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 192, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 197, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 206, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  /* line 211, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  /* line 217, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group-justified > .btn-group .btn {
    width: 100%; }

/* line 224, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

/* line 7, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  /* line 13, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  /* line 19, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

/* line 40, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  /* line 45, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
  .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; }

/* line 50, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

/* line 59, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.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; }
  /* line 71, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  /* line 76, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  /* line 83, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

/* line 90, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/* line 97, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0; }

/* line 100, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 107, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0; }

/* line 113, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  white-space: nowrap; }
  /* line 118, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-btn:first-child > .btn {
    margin-right: -1px; }
  /* line 121, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-btn:last-child > .btn {
    margin-left: -1px; }

/* line 125, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative; }
  /* line 128, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-btn > .btn + .btn {
    margin-left: -4px; }
  /* line 132, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2; }

/* line 9, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  /* line 20, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  /* line 25, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .nav:after {
    clear: both; }
  /* line 15, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav > li {
    position: relative;
    display: block; }
    /* line 19, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      /* line 23, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    /* line 31, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
    .nav > li.disabled > a {
      color: #999999; }
      /* line 34, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  /* line 46, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca; }
  /* line 59, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  /* line 66, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav > li > a > img {
    max-width: none; }

/* line 76, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd; }
  /* line 78, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    /* line 84, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      /* line 89, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    /* line 96, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

/* line 118, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left; }
  /* line 122, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav-pills > li > a {
    border-radius: 4px; }
  /* line 125, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav-pills > li + li {
    margin-left: 2px; }
  /* line 131, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca; }

/* line 144, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none; }
  /* line 146, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

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

/* line 190, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  /* line 193, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  /* line 199, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    /* line 206, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    /* line 210, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

/* line 224, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none; }
/* line 227, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block; }

/* line 237, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 11, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  /* line 20, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  /* line 25, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    /* line 11, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar {
      border-radius: 4px; } }

/* line 20, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
/* line 25, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  /* line 31, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left; } }

/* line 50, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  max-height: 340px;
  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; }
  /* line 20, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  /* line 25, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .navbar-collapse:after {
    clear: both; }
  /* line 60, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    /* line 50, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      /* line 69, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      /* line 76, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-collapse.in {
        overflow-y: visible; }
      /* line 82, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

/* line 96, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    /* line 96, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .container > .navbar-header,
    .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

/* line 115, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    /* line 115, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-static-top {
      border-radius: 0; } }

/* line 125, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    /* line 125, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

/* line 137, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

/* line 141, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

/* line 150, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  /* line 156, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    /* line 162, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar > .container .navbar-brand {
      margin-left: -15px; } }

/* line 174, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.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; }
  /* line 186, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  /* line 192, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    /* line 174, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-toggle {
      display: none; } }

/* line 207, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px; }
  /* line 210, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    /* line 218, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      /* line 226, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      /* line 230, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        /* line 232, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    /* line 207, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav {
      float: left;
      margin: 0; }
      /* line 245, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav > li {
        float: left; }
        /* line 247, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; }
      /* line 253, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 768px) {
  /* line 267, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important; }

  /* line 270, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important; } }
/* line 281, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.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 (max-width: 767px) {
    /* line 293, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    /* line 281, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .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; }
      /* line 313, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

/* line 323, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 328, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 333, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

/* line 344, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  /* line 347, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  /* line 350, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

/* line 360, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    /* line 360, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      /* line 369, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

/* line 379, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  /* line 383, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-brand {
    color: #777; }
    /* line 385, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  /* line 392, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-text {
    color: #777; }
  /* line 397, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    /* line 400, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  /* line 407, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .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; }
  /* line 415, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  /* line 424, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    /* line 426, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    /* line 430, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ccc; }
  /* line 435, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  /* line 444, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .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) {
    /* line 455, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      /* line 457, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
      .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; }
    /* line 464, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .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; }
    /* line 472, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  /* line 488, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-link {
    color: #777; }
    /* line 490, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-link:hover {
      color: #333; }

/* line 499, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  /* line 503, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-brand {
    color: #999999; }
    /* line 505, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  /* line 512, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-text {
    color: #999999; }
  /* line 517, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    /* line 520, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  /* line 527, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  /* line 535, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  /* line 545, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    /* line 547, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    /* line 551, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    /* line 575, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    /* line 578, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    /* line 581, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      /* line 583, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    /* line 590, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    /* line 598, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  /* line 609, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-link {
    color: #999999; }
    /* line 611, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

/* line 9, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  /* line 16, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  /* line 22, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
  .alert .alert-link {
    font-weight: bold; }
  /* line 27, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  /* line 31, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
  .alert > p + p {
    margin-top: 5px; }

/* line 40, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable {
  padding-right: 35px; }
  /* line 44, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

/* line 56, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  /* line 403, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .alert-success hr {
    border-top-color: #c9e2b3; }
  /* line 406, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .alert-success .alert-link {
    color: #2b542c; }

/* line 59, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  /* line 403, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .alert-info hr {
    border-top-color: #a6e1ec; }
  /* line 406, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .alert-info .alert-link {
    color: #245269; }

/* line 62, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  /* line 403, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  /* line 406, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .alert-warning .alert-link {
    color: #66512c; }

/* line 65, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  /* line 403, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  /* line 406, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .alert-danger .alert-link {
    color: #843534; }

/* line 10, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

/* line 17, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px; }

/* line 21, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0; }

/* line 26, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block; }

/* line 31, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px; }

/* line 40, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px; }
/* line 43, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px; }

/* line 53, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none; }

/* line 8, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

/* line 17, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  /* line 27, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  /* line 30, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  /* line 36, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item > .badge {
    float: right; }
  /* line 39, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

/* line 45, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555; }
  /* line 48, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
  a.list-group-item .list-group-item-heading {
    color: #333; }
  /* line 53, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  /* line 60, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    /* line 69, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    /* line 72, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
    a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
      color: #e1edf7; }

/* line 81, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 85, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

/* line 7, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.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); }

/* line 16, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px; }
  /* line 20, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  /* line 25, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .panel-body:after {
    clear: both; }

/* line 28, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group {
  margin-bottom: 0; }
  /* line 31, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .list-group .list-group-item {
    border-width: 1px 0; }
    /* line 35, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
    .panel > .list-group .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    /* line 39, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
    .panel > .list-group .list-group-item:last-child {
      border-bottom: 0; }

/* line 47, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

/* line 59, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0; }
/* line 63, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }
/* line 67, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0; }
/* line 71, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  /* line 78, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  /* line 82, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  /* line 87, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; }
/* line 94, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

/* line 102, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  /* line 107, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

/* line 113, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  /* line 119, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
  .panel-title > a {
    color: inherit; }

/* line 125, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 140, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden; }
  /* line 144, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
  .panel-group .panel + .panel {
    margin-top: 5px; }
/* line 149, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0; }
  /* line 151, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd; }
/* line 155, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0; }
  /* line 157, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd; }

/* line 165, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd; }
  /* line 380, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    /* line 385, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
  /* line 390, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

/* line 168, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #428bca; }
  /* line 380, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    /* line 385, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #428bca; }
  /* line 390, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca; }

/* line 171, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6; }
  /* line 380, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    /* line 385, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
  /* line 390, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

/* line 174, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc; }
  /* line 380, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    /* line 385, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #faebcc; }
  /* line 390, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc; }

/* line 177, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1; }
  /* line 380, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    /* line 385, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ebccd1; }
  /* line 390, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1; }

/* line 180, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1; }
  /* line 380, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    /* line 385, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
  /* line 390, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

/* line 6, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_close.scss */
.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); }
  /* line 15, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_close.scss */
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

/* line 29, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

/* line 11, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden; }

/* line 16, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }
  /* line 28, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  /* line 32, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

/* line 36, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050; }

/* line 44, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.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: none; }

/* line 57, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000; }
  /* line 66, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  /* line 67, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

/* line 72, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

/* line 78, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px; }

/* line 83, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429; }

/* line 90, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 20px; }

/* line 96, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  /* line 20, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  /* line 25, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .modal-footer:after {
    clear: both; }
  /* line 104, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  /* line 109, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  /* line 113, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media screen and (min-width: 768px) {
  /* line 121, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  /* line 125, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_modals.scss */
  .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); } }
/* line 7, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative; }

/* line 11, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  /* line 16, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    /* line 22, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  /* line 29, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  /* line 33, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active {
    left: 0; }
  /* line 37, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  /* line 44, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next {
    left: 100%; }
  /* line 47, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .prev {
    left: -100%; }
  /* line 50, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  /* line 55, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active.left {
    left: -100%; }
  /* line 58, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active.right {
    left: 100%; }

/* line 67, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.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); }
  /* line 82, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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); }
  /* line 85, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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); }
  /* line 92, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control:hover, .carousel-control:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  /* line 101, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .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; }
  /* line 110, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%; }
  /* line 114, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%; }
  /* line 118, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  /* line 128, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  /* line 133, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-next:before {
    content: '\203a'; }

/* line 144, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.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; }
  /* line 155, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .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); }
  /* line 176, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

/* line 187, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.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); }
  /* line 198, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  /* line 209, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  /* line 222, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  /* line 229, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px; } }
/* line 20, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
/* line 25, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both; }

/* line 12, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 15, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important; }

/* line 18, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important; }

/* line 27, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important; }

/* line 30, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important; }

/* line 33, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden; }

/* line 36, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 45, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important; }

/* line 54, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
/* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-xs {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-xs {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-xs {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-xs.visible-sm {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-xs.visible-sm {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-xs.visible-sm {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-xs.visible-md {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-xs.visible-md {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-xs.visible-md {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-xs.visible-lg {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-xs.visible-lg {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-xs.visible-lg {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
/* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-sm.visible-xs {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-sm.visible-xs {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-sm.visible-xs {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-sm {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-sm {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-sm {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-sm.visible-md {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-sm.visible-md {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-sm.visible-md {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-sm.visible-lg {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-sm.visible-lg {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-sm.visible-lg {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
/* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-md.visible-xs {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-md.visible-xs {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-md.visible-xs {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-md.visible-sm {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-md.visible-sm {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-md.visible-sm {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-md {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-md {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-md {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-md.visible-lg {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-md.visible-lg {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-md.visible-lg {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
/* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-lg.visible-xs {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-lg.visible-xs {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-lg.visible-xs {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-lg.visible-sm {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-lg.visible-sm {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-lg.visible-sm {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-lg.visible-md {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-lg.visible-md {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-lg.visible-md {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-lg {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-lg {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-lg {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
/* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.hidden-xs {
  display: block !important; }

/* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
table.hidden-xs {
  display: table; }

/* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.hidden-xs {
  display: table-row !important; }

/* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
/* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.hidden-sm {
  display: block !important; }

/* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
table.hidden-sm {
  display: table; }

/* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.hidden-sm {
  display: table-row !important; }

/* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
/* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.hidden-md {
  display: block !important; }

/* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
table.hidden-md {
  display: table; }

/* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.hidden-md {
  display: table-row !important; }

/* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
/* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.hidden-lg {
  display: block !important; }

/* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
table.hidden-lg {
  display: table; }

/* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
tr.hidden-lg {
  display: table-row !important; }

/* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
/* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  /* line 555, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .visible-print {
    display: block !important; }

  /* line 556, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  table.visible-print {
    display: table; }

  /* line 557, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  tr.visible-print {
    display: table-row !important; }

  /* line 558, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

  /* line 564, /home/vscode/.rbenv/versions/2.0.0-p648/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.0.3.0/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }

/* color base */
/**************************** VARIABLES *****************************
 *
 *             IMPORTANTE: para criar um novo sub-tema copie tudo na
 *                         base e soh altere essas variaveis!!!!!!
 *
 ****************************************************************** */
/* radio */
/* navbar */
/* navbar links */
/* shared */
/* history */
/* about */
/* events */
/* rsvp */
/* by our side */
/* videos */
/* gifts-list */
/* guest-messages */
/* albuns */
/* tips */
/* subfooter */
/* footer */
/**************************** END VARIABLES *****************************
 *
 *             Copie até o final desse comentario
 *
 ****************************************************************** */
/* globalization */
/* line 2, /workspaces/festeggiare/app/assets/stylesheets/globalization.css.sass */
.global-config {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0; }
  /* line 7, /workspaces/festeggiare/app/assets/stylesheets/globalization.css.sass */
  .global-config .btn-global {
    background-color: rgba(75, 75, 75, 0.6);
    color: #f1f1f1; }
    /* line 10, /workspaces/festeggiare/app/assets/stylesheets/globalization.css.sass */
    .global-config .btn-global:hover, .global-config .btn-global:active {
      background-color: #4b4b4b;
      color: #f1f1f1; }
  /* line 13, /workspaces/festeggiare/app/assets/stylesheets/globalization.css.sass */
  .global-config .btn-docked-right {
    border-radius: 0 0 0 15px;
    padding: 9px 16px;
    margin-right: 0px;
    float: left;
    font-family: open-sans, "Open Sans";
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none !important; }
  /* line 22, /workspaces/festeggiare/app/assets/stylesheets/globalization.css.sass */
  .global-config .lang-list {
    float: right; }
    /* line 24, /workspaces/festeggiare/app/assets/stylesheets/globalization.css.sass */
    .global-config .lang-list .list-group {
      margin-left: 1px;
      margin-bottom: 0px; }
      /* line 27, /workspaces/festeggiare/app/assets/stylesheets/globalization.css.sass */
      .global-config .lang-list .list-group a.list-group-item {
        background-color: #4b4b4b;
        border-radius: 0;
        border-color: #4b4b4b; }
        /* line 33, /workspaces/festeggiare/app/assets/stylesheets/globalization.css.sass */
        .global-config .lang-list .list-group a.list-group-item:hover .icon-placeholder.option-set i {
          color: #f1f1f1 !important; }
        /* line 35, /workspaces/festeggiare/app/assets/stylesheets/globalization.css.sass */
        .global-config .lang-list .list-group a.list-group-item .icon-placeholder {
          color: #f1f1f1 !important;
          padding-right: 10px; }
        /* line 38, /workspaces/festeggiare/app/assets/stylesheets/globalization.css.sass */
        .global-config .lang-list .list-group a.list-group-item .language-name {
          color: #f1f1f1 !important;
          float: right;
          min-width: 150px; }
        /* line 43, /workspaces/festeggiare/app/assets/stylesheets/globalization.css.sass */
        .global-config .lang-list .list-group a.list-group-item .icon-placeholder.option-set i {
          color: #4b4b4b !important; }

/* line 1, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
#history {
  padding: 0px;
  margin: 0px;
  background-color: #fffbf0;
  position: relative;
  z-index: 900; }

/* COUPLE MESSAGE */
/* line 8, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
#intro {
  min-height: auto;
  padding: 50px 0px; }
  /* line 11, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #intro h4 {
    font-size: 24px;
    line-height: 1.4em;
    color: #414143; }

@media (max-width: 480px) and (orientation: portrait) {
  /* line 17, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #intro {
    padding: 10px 0px; }
    /* line 19, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
    #intro h4 {
      font-size: 20px !important; } }
/* ABOUT */
/* line 23, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
#about {
  min-height: 100vh;
  padding: 0px; }
  /* line 26, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #about .couple-photos {
    position: relative;
    margin: 0 -20pxc; }
    /* line 29, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
    #about .couple-photos img {
      height: 200px;
      width: 200px;
      float: left; }
    /* line 33, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
    #about .couple-photos .fiancee {
      margin-left: -15px; }
    /* line 35, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
    #about .couple-photos .fiance {
      margin-left: -20px; }
  /* line 37, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #about .couple-info {
    padding: 10px 0px; }
    /* line 39, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
    #about .couple-info .illustration {
      padding: 0px;
      position: relative;
      z-index: -1; }
  /* line 43, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #about .couple-name {
    font-size: 50px;
    font-family: masterblush;
    color: #414143; }
    /* line 47, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
    #about .couple-name.left-name {
      text-align: right; }
    /* line 49, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
    #about .couple-name.right-name {
      text-align: left; }
  /* line 51, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #about .story {
    padding-top: 50px;
    font-size: 18px;
    line-height: 1.4em;
    color: #414143; }
  /* line 56, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #about .couple-flower {
    position: relative;
    width: 100%;
    margin-top: -10vh;
    margin-bottom: -10vh; }

@media (max-width: 480px) and (orientation: portrait) {
  /* line 65, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #about .about-header {
    width: 90%; }
  /* line 67, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #about .couple-photos {
    margin: 0px; }
    /* line 70, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
    #about .couple-photos div img {
      width: 100%;
      height: auto; }
  /* line 73, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #about .couple-name {
    font-size: 30px; }
    /* line 75, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
    #about .couple-name .left-name {
      margin-right: 5px; }
    /* line 77, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
    #about .couple-name .right-name {
      margin-left: 5px; }
    /* line 79, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
    #about .couple-name .and {
      font-size: 40px;
      top: 25px; }
    /* line 82, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
    #about .couple-name .story {
      font-size: 14px !important; }
  /* line 84, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #about .illustration {
    margin: -80px -15px -30px -15px;
    overflow: hidden; }
  /* line 87, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #about .couple-info {
    margin: 0px;
    padding-top: 10px; }
    /* line 90, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
    #about .couple-info .couple-photos {
      margin-top: 0px; }
      /* line 92, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
      #about .couple-info .couple-photos img {
        position: relative;
        width: 130%; }
      /* line 95, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
      #about .couple-info .couple-photos .fiancee {
        margin-left: -15px; }
      /* line 97, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
      #about .couple-info .couple-photos .fiance {
        margin-left: -20px; }
  /* line 99, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #about .couple-flower {
    width: 90%;
    margin: 0px 5%;
    margin-top: -5vh; } }
@media (min-width: 450px) and (max-width: 800px) and (orientation: portrait) {
  /* line 106, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #about .couple-flower {
    width: 50%;
    margin: 0px 25%;
    margin-top: -5vh; }
  /* line 111, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #about .couple-photos .fiancee {
    float: right;
    margin-right: -15px; }
  /* line 114, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #about .couple-photos .fiance {
    margin-left: -20px; }
  /* line 116, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/about.sass */
  #about .illustration {
    width: 60%;
    margin: 0px 20%; } }
/* albuns */
/* line 2, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
#albums {
  /* CENTER SLICK ON SLIDERS WITH LESS ELEMENTS */ }
  /* line 3, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .section-title {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 4.2em; }
  /* line 7, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .section-header-image {
    margin-bottom: 10px; }
  /* line 9, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .slick-album-container {
    width: 100%; }
  /* line 11, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .album {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff; }
    /* line 15, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
    #albums .album .album-cover {
      margin: 0px;
      padding: 0px;
      width: 100%;
      height: 30vw;
      background-size: cover;
      background-position: center center;
      filter: sepia(100%);
      position: relative; }
      /* line 24, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
      #albums .album .album-cover .filter {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #E04214;
        opacity: 0.3; }
    /* line 32, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
    #albums .album h3, #albums .album h4 {
      font-family: masterblush;
      text-align: center;
      margin-top: 45px;
      font-size: 3.5em; }
  /* line 38, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .album-polaroid-container, #albums .photo-polaroid-container, #albums .thumb-polaroid-container, #albums .mobile-polaroid-container {
    background-color: #ffffff;
    border: 1px solid #ede9ea; }
    /* line 41, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
    #albums .album-polaroid-container .album-polaroid-photo, #albums .album-polaroid-container .thumb-polaroid-photo, #albums .photo-polaroid-container .album-polaroid-photo, #albums .photo-polaroid-container .thumb-polaroid-photo, #albums .thumb-polaroid-container .album-polaroid-photo, #albums .thumb-polaroid-container .thumb-polaroid-photo, #albums .mobile-polaroid-container .album-polaroid-photo, #albums .mobile-polaroid-container .thumb-polaroid-photo {
      border: 1px solid #ffffff;
      overflow: hidden; }
      /* line 44, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
      #albums .album-polaroid-container .album-polaroid-photo img, #albums .album-polaroid-container .thumb-polaroid-photo img, #albums .photo-polaroid-container .album-polaroid-photo img, #albums .photo-polaroid-container .thumb-polaroid-photo img, #albums .thumb-polaroid-container .album-polaroid-photo img, #albums .thumb-polaroid-container .thumb-polaroid-photo img, #albums .mobile-polaroid-container .album-polaroid-photo img, #albums .mobile-polaroid-container .thumb-polaroid-photo img {
        min-width: 110%;
        min-height: 110%;
        margin: -5%; }
    /* line 48, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
    #albums .album-polaroid-container .album-polaroid-photo, #albums .photo-polaroid-container .album-polaroid-photo, #albums .thumb-polaroid-container .album-polaroid-photo, #albums .mobile-polaroid-container .album-polaroid-photo {
      height: calc( (1170px - 210px) / 3 ); }
    /* line 50, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
    #albums .album-polaroid-container .mobile-polaroid-photo, #albums .photo-polaroid-container .mobile-polaroid-photo, #albums .thumb-polaroid-container .mobile-polaroid-photo, #albums .mobile-polaroid-container .mobile-polaroid-photo {
      border: 1px solid #ffffff;
      overflow: hidden; }
      /* line 53, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
      #albums .album-polaroid-container .mobile-polaroid-photo img, #albums .photo-polaroid-container .mobile-polaroid-photo img, #albums .thumb-polaroid-container .mobile-polaroid-photo img, #albums .mobile-polaroid-container .mobile-polaroid-photo img {
        width: 100%; }
  /* line 55, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .image-display-container {
    padding-top: 14px; }
  /* line 59, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .photo-polaroid-container .photo-polaroid-photo img {
    max-width: 100%;
    max-height: 65vh; }
  /* line 62, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .photo-info {
    color: #414143;
    font-size: 20px;
    text-align: center; }
  /* line 66, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .photo-polaroid-container {
    margin: 20px;
    padding: 15px; }
    /* line 69, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
    #albums .photo-polaroid-container .photo-polaroid-photo {
      border: 1px solid #ffffff; }
  /* line 71, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .album-polaroid-container {
    padding: 15px; }
  /* line 73, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .thumb-polaroid-container {
    padding: 5px; }
    /* line 75, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
    #albums .thumb-polaroid-container .thumb-polaroid-photo {
      height: calc(((1170px - 210px) / 4 ) / 2.5); }
    /* line 77, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
    #albums .thumb-polaroid-container .photo-info {
      font-size: 8px; }
  /* line 79, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .facebook-photo-details {
    font-size: 20px; }
  /* line 81, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums h3 {
    color: #414143;
    font-size: 35px; }
  /* line 84, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .mobile-polaroid-container {
    padding: 15px;
    margin-bottom: 15px; }
    /* line 87, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
    #albums .mobile-polaroid-container h4 {
      color: #414143; }
  /* line 89, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .btn-collapse-album {
    background-color: #414143;
    color: #ede9ea; }
  /* line 95, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .slick-album-container .slick-list .slick-track {
    margin-left: auto;
    margin-right: auto; }

@media (max-width: 480px) and (orientation: portrait) {
  /* line 100, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .section-title {
    margin-top: 0px; }
  /* line 103, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .album .album-cover {
    height: 100vw; }
  /* line 105, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  #albums .album h4 {
    margin: 5px auto 10px auto;
    font-size: 2.5em; }

  /* line 108, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/albums.sass */
  .pswp {
    z-index: 15000; } }
/* BY OUR SIDE */
/* line 2, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
#by-our-side {
  background-color: #ffffff;
  /* CENTER SLICK ON SLIDERS WITH LESS ELEMENTS */ }
  /* line 5, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
  #by-our-side .section-title .title {
    color: #ffffff; }
  /* line 7, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
  #by-our-side .relationship-title-container {
    background-color: #ffffff; }
  /* line 9, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
  #by-our-side .relationship-title {
    color: #e7c8ac;
    height: 82px;
    cursor: pointer; }
    /* line 13, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .relationship-title h3 {
      font-size: 38px; }
  /* line 15, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
  #by-our-side .relationship-title.album-active {
    color: #303030; }
    /* line 17, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .relationship-title.album-active:after {
      border-color: #ffffff transparent transparent transparent;
      position: absolute;
      bottom: -20px;
      left: calc(50% - 30px);
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 50px 0 50px; }
  /* line 27, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
  #by-our-side .characters-container {
    background-color: #fffbf0; }
  /* line 29, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
  #by-our-side .character-list-container {
    padding-top: 30px; }
  /* line 31, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
  #by-our-side .character-item {
    float: left; }
    /* line 33, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .character-item a {
      color: #414143; }
  /* line 35, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
  #by-our-side .relative-data {
    padding: 15px; }
    /* line 37, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .relative-data h2 {
      font-size: 40px; }
    /* line 39, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .relative-data small {
      font-size: 18px; }
    /* line 41, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .relative-data .photo-description {
      font-size: 20px; }
  /* line 47, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
  #by-our-side .slick-relationship-container .slick-list .slick-track {
    margin-left: auto;
    margin-right: auto; }
  /* line 51, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
  #by-our-side .character-active {
    position: relative; }
    /* line 53, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .character-active:after {
      border: 2px solid #414143;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  /* line 61, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
  #by-our-side .photo-content {
    border: 1px solid #ede9ea;
    height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    transition: transform 0.2s ease-in-out;
    margin-top: 10px;
    margin-bottom: 10px; }
    /* line 71, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .photo-content:hover {
      transform: scale(1.1); }
    /* line 73, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .photo-content .img {
      width: 100% !important;
      height: 100% !important;
      box-shadow: 0 0 0 6px white inset;
      border-radius: 50%;
      background-size: cover;
      background-position: center center; }
  /* line 81, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
  #by-our-side .gallery-inner {
    background-color: #ffffff; }
    /* line 83, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .gallery-inner h2 {
      color: #414143; }
    /* line 85, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .gallery-inner small {
      color: #a1a1a3; }
    /* line 87, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .gallery-inner p {
      color: #414143; }
    /* line 89, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .gallery-inner .photo-description {
      margin-top: 15px;
      font-size: 1.5em; }
    /* line 92, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .gallery-inner img {
      border: none;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 98, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
  #by-our-side .mask:before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient(right, transparent 70%, #FFF 100%);
    background-image: -webkit-linear-gradient(right, transparent 70%, #FFF 100%);
    background-image: linear-gradient(right, transparent 70%, #FFF 100%);
    position: absolute;
    top: 0;
    z-index: 2; }

@media (max-width: 480px) and (orientation: portrait) {
  /* line 110, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
  #by-our-side {
    padding-top: 10px; }
    /* line 112, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .relationship-title {
      height: auto; }
      /* line 114, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
      #by-our-side .relationship-title h3 {
        font-size: 18px; }
    /* line 116, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .photo-content {
      height: 130px;
      width: 130px; }
    /* line 119, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .relationship-title.album-active {
      position: relative; }
      /* line 121, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
      #by-our-side .relationship-title.album-active:after {
        display: none; }
      /* line 123, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
      #by-our-side .relationship-title.album-active:before {
        position: absolute;
        top: -5px;
        right: 0px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 20px 10px 0;
        border-color: transparent #fffbf0 transparent transparent; }
    /* line 134, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
    #by-our-side .mask:before {
      width: auto;
      left: 0px;
      right: 0px; } }
@media (min-width: 450px) and (max-width: 800px) and (orientation: portrait) {
  /* line 142, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/by-our-side.sass */
  #by-our-side .relationship-title h3 {
    font-size: 25px; } }
/* COVER */
/* line 2, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
#presentation {
  padding-top: 0px;
  position: relative; }
  /* line 5, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
  #presentation .cover-filter {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh; }
  /* line 11, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
  #presentation #couple-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    min-height: 100vh;
    background-size: cover;
    background-position: center center; }
  /* line 19, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
  #presentation #couple-data {
    min-height: 100vh;
    position: relative; }
    /* line 22, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
    #presentation #couple-data #name {
      position: absolute;
      bottom: 50px;
      left: 0px;
      right: 0px; }
      /* line 27, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
      #presentation #couple-data #name .escutcheon-container {
        width: 250px;
        position: relative;
        display: block;
        margin: 0px auto; }
        /* line 32, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
        #presentation #couple-data #name .escutcheon-container .escutcheon-text {
          position: absolute;
          top: 0;
          left: 0;
          right: 0; }
          /* line 37, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
          #presentation #couple-data #name .escutcheon-container .escutcheon-text .first-letter {
            font-size: 60px;
            position: absolute;
            top: 50px;
            left: 70px; }
          /* line 42, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
          #presentation #couple-data #name .escutcheon-container .escutcheon-text .seccond-letter {
            font-size: 60px;
            position: absolute;
            top: 90px;
            right: 80px; }
      /* line 48, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
      #presentation #couple-data #name h2 .content {
        font-size: 80px; }
      /* line 51, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
      #presentation #couple-data #name h4 .content {
        font-size: 35px; }

@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1100px) and (orientation: portrait), (min-resolution: 144dpi) and (max-width: 1100px) and (orientation: portrait) {
  /* line 59, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
  #presentation {
    min-height: 40vh; }
    /* line 61, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
    #presentation .cover-filter {
      height: 40vh; }
    /* line 63, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
    #presentation #couple-img {
      min-height: auto;
      height: 40vh; }
    /* line 66, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
    #presentation #couple-data {
      min-height: 40vh; } }
@media (max-width: 980px) and (orientation: portrait) {
  /* line 71, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
  #presentation {
    min-height: 40vh; }
    /* line 73, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
    #presentation .cover-filter {
      height: 40vh; }
    /* line 75, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
    #presentation #couple-img {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      min-height: auto;
      height: 40vh;
      background-size: auto 110%; }
    /* line 83, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
    #presentation #couple-data {
      min-height: 40vh; }
      /* line 85, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
      #presentation #couple-data #name {
        bottom: 10px; }
        /* line 87, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
        #presentation #couple-data #name .escutcheon-container {
          width: 35%; }
          /* line 90, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
          #presentation #couple-data #name .escutcheon-container .escutcheon-text .first-letter {
            font-size: 65px !important;
            top: 50px;
            left: 80px; }
          /* line 94, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
          #presentation #couple-data #name .escutcheon-container .escutcheon-text .seccond-letter {
            font-size: 65px !important;
            top: 90px;
            right: 80px; }
        /* line 99, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
        #presentation #couple-data #name h2 .content {
          font-size: 40px !important; }
        /* line 102, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
        #presentation #couple-data #name h4 .content {
          font-size: 20px !important; } }
@media (max-width: 767px) {
  /* line 109, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
  #presentation #couple-data #name {
    bottom: 15px; }
    /* line 113, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
    #presentation #couple-data #name .escutcheon-container .escutcheon-text .first-letter {
      font-size: 0.35em !important;
      top: 3.4vh;
      left: 11vw; }
    /* line 117, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
    #presentation #couple-data #name .escutcheon-container .escutcheon-text .seccond-letter {
      font-size: 0.35em !important;
      top: 7.4vh;
      right: 11vw; } }
@media (min-width: 599px) and (max-width: 601px) and (orientation: portrait) {
  /* line 129, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/cover.sass */
  #presentation #couple-data #name .escutcheon-container .escutcheon-text .first-letter, #presentation #couple-data #name .escutcheon-container .escutcheon-text .seccond-letter {
    font-size: 0.55em !important; } }
/* EVENTS */
/* line 2, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
#events {
  background-color: #ffffff;
  padding: 50px 0px 50px 0px;
  /* CENTER SLICK ON SLIDERS WITH LESS ELEMENTS */ }
  /* line 5, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
  #events h4 {
    color: #414143;
    font-family: masterblush;
    font-size: 50px;
    line-height: 1.4em;
    margin: 5px 0px; }
  /* line 11, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
  #events .event-nav-container {
    text-align: center; }
    /* line 13, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
    #events .event-nav-container .slick-slide {
      color: #efe1d9;
      cursor: pointer; }
    /* line 16, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
    #events .event-nav-container .slick-center {
      color: #414143;
      cursor: default; }
  /* line 20, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
  #events .event-container {
    background-color: #fffbf0;
    margin: 0px;
    padding: 0px; }
    /* line 24, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
    #events .event-container .event-item {
      border: #ede9ea 1px solid;
      color: #414143; }
      /* line 27, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
      #events .event-container .event-item .event-text-container {
        padding: 10px 10px 10px 35px; }
      /* line 29, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
      #events .event-container .event-item .event-title {
        font-family: masterblush;
        font-size: 50px;
        margin-bottom: -15px; }
      /* line 33, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
      #events .event-container .event-item .event-description {
        font-family: lato-light;
        font-size: 17px;
        max-height: 135px;
        overflow-y: auto;
        margin-bottom: 15px; }
      /* line 39, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
      #events .event-container .event-item .content-subtitle {
        font-family: masterblush;
        font-size: 36px;
        margin-bottom: -15px; }
      /* line 43, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
      #events .event-container .event-item .content {
        font-family: lato-light;
        font-size: 17px; }
      /* line 46, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
      #events .event-container .event-item .map-container {
        margin: 0px;
        padding: 0px 15px 0px 0px; }
  /* line 53, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
  #events .event-nav-container .slick-list .slick-track {
    margin-left: auto;
    margin-right: auto; }

@media (max-width: 480px) and (orientation: portrait) {
  /* line 59, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
  #events .section-title {
    padding: 20px 0px; }
  /* line 61, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
  #events h3 {
    padding: 0px; }
  /* line 63, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
  #events h4 {
    font-size: 30px; }
  /* line 66, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
  #events .event-container .slick-slide {
    max-height: 1px; }
  /* line 68, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
  #events .event-container .slick-active {
    max-height: 200vh; }
  /* line 70, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
  #events .event-container .event-item {
    overflow: hidden; }
    /* line 72, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
    #events .event-container .event-item .event-description, #events .event-container .event-item .content, #events .event-container .event-item .event-date, #events .event-container .event-item .address {
      font-size: 14px; }
    /* line 74, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
    #events .event-container .event-item p {
      margin: 0px 10px 10px 0px; }
  /* line 77, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
  #events .event-nav-container h3 {
    margin: 0px; }
  /* line 79, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
  #events .event-nav-container .slick-active {
    color: #efe1d9; }
    /* line 81, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/events.sass */
    #events .event-nav-container .slick-active.slick-center {
      color: #414143; } }
@font-face {
  font-family: great-vibes;
  src: url("/assets/GreatVibes-Regular-d52771278500b153b820df1ac6f213e0.ttf"); }
@font-face {
  font-family: pathway;
  src: url("/assets/PathwayGothicOne-Regular-a88381dcdd2ddea37b81ede0aa7fb690.ttf"); }
@font-face {
  font-family: lato-light;
  src: url("/assets/Lato-Light-ae40f06cb460247068e34a9ab5704a5c.ttf"); }
@font-face {
  font-family: lato-light-italic;
  src: url("/assets/Lato-LightItalic-3fd4254f289d6a0113c52fafa57684d7.ttf"); }
@font-face {
  font-family: lato-regular;
  src: url("/assets/Lato-Regular-e92e17fd6f9992a359dd3f1bf5ac8170.ttf"); }
@font-face {
  font-family: masterblush;
  src: url("/assets/Masterblush-Alt-24f735d0d6c1cb9a33e5d803c079cbe5.otf"); }
/* font modifiers */
/* line 22, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/fonts.sass */
.great-vibes {
  font-family: great-vibes; }

/* line 24, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/fonts.sass */
.pathway {
  font-family: pathway; }

/* line 26, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/fonts.sass */
.lato-light {
  font-family: lato-light; }

/* line 28, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/fonts.sass */
.lato-light-italic {
  font-family: lato-light-italic; }

/* line 30, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/fonts.sass */
.masterblush {
  font-family: masterblush; }

/* subfooter */
/* line 2, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
#countdown {
  background-color: #fffbf0;
  color: #414143;
  padding: 50px 0px; }
  /* line 6, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
  #countdown .big-day {
    vertical-align: middle; }
  /* line 8, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
  #countdown .countdown {
    font-family: lato-light-italic;
    text-align: center;
    padding: 10px 0px; }
    /* line 12, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
    #countdown .countdown p {
      font-size: 40px; }
      /* line 14, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
      #countdown .countdown p::first-letter {
        text-transform: uppercase; }
      /* line 16, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
      #countdown .countdown p .days {
        font-size: 70px;
        font-family: masterblush; }

/* footer */
/* line 20, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
#footer {
  min-height: 150px !important;
  background-color: #fffbf0; }
  /* line 24, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
  #footer .villa-bisutti * {
    padding-top: 0px;
    color: #414143; }
  /* line 27, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
  #footer .our-logo {
    margin-top: 20px; }
    /* line 29, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
    #footer .our-logo * {
      padding-top: 0px; }
    /* line 31, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
    #footer .our-logo a {
      color: #414143;
      font-weight: bold; }
  /* line 34, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
  #footer p {
    padding-top: 0px;
    color: #414143; }
  /* line 37, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
  #footer h3 {
    padding-top: 0px;
    color: #414143; }
  /* line 40, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
  #footer .fb-like {
    margin: 20px 0; }
  /* line 42, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
  #footer .fa-heart {
    color: #414143; }
  /* line 44, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
  #footer .logo-vila-bisutti {
    margin: 0 5px 10px 5px; }

@media (max-width: 480px) and (orientation: portrait) {
  /* line 50, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
  #countdown .countdown p {
    font-size: 18px; }
    /* line 52, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
    #countdown .countdown p .days {
      font-size: 32px; }

  /* line 55, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
  #footer .footer-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px; }
  /* line 61, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/footer.sass */
  #footer .footer .our-logo, #footer .footer .views-container, #footer .footer .villa-bisutti-link, #footer .footer .fb-container {
    margin: 0px;
    text-align: center; } }
/* gift-lists */
/* line 2, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
#gift-lists-section {
  position: relative;
  overflow-x: hidden;
  /* CENTER SLICK ON SLIDERS WITH LESS ELEMENTS */ }
  /* line 5, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
  #gift-lists-section .images-placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
  /* line 12, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
  #gift-lists-section .section-content {
    position: relative;
    min-height: 100vh; }
    /* line 15, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
    #gift-lists-section .section-content .section-title {
      padding-top: 20px; }
    /* line 17, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
    #gift-lists-section .section-content h4 {
      font-size: 20px; }
    /* line 19, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
    #gift-lists-section .section-content .gift-list-gutter {
      padding: 15px 50px; }
    /* line 21, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
    #gift-lists-section .section-content .gift-list-box {
      background-color: #fffbf0;
      padding: 15px; }
      /* line 24, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
      #gift-lists-section .section-content .gift-list-box .gift-list-content {
        border: 1px solid #ede9ea;
        position: relative;
        height: 238px; }
        /* line 28, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
        #gift-lists-section .section-content .gift-list-box .gift-list-content:before {
          content: " ";
          background-image: url("/assets/wedding/floral/gift-list-ribbon-85a67f8c581e1d342e36e352ee8ace0f.png");
          background-size: 100%;
          background-repeat: no-repeat;
          position: absolute;
          top: 0px;
          left: -50px;
          right: -50px;
          height: 100px;
          z-index: 99; }
        /* line 39, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
        #gift-lists-section .section-content .gift-list-box .gift-list-content h3 {
          position: relative;
          color: #414143;
          margin: 20px -16px;
          padding: 8px 5px;
          z-index: 100; }
        /* line 45, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
        #gift-lists-section .section-content .gift-list-box .gift-list-content .store-icon {
          color: #ececea;
          text-align: center;
          font-size: 100px; }
        /* line 49, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
        #gift-lists-section .section-content .gift-list-box .gift-list-content p {
          color: #414143;
          text-align: center;
          margin: 10px 5px;
          font-size: 17px; }
  /* line 58, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
  #gift-lists-section .gift-list-slick .slick-list .slick-track {
    margin-left: auto;
    margin-right: auto; }

@media (max-width: 480px) and (orientation: portrait) {
  /* line 63, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
  #gift-lists-section {
    padding-top: 0px;
    margin-top: 10px; }
    /* line 67, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
    #gift-lists-section .section-content .header {
      min-height: 48vh; }
    /* line 69, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
    #gift-lists-section .section-content h4 {
      font-size: 14px; }
    /* line 71, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
    #gift-lists-section .section-content .slick-prev {
      left: 0px; }
    /* line 73, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
    #gift-lists-section .section-content .slick-next {
      right: 0px; }
    /* line 75, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
    #gift-lists-section .section-content .slick-slider {
      margin-bottom: 0px; }
    /* line 77, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
    #gift-lists-section .section-content .gift-list-gutter {
      padding: 15px 25px; }
    /* line 81, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
    #gift-lists-section .section-content .gift-list-box .gift-list-content:before {
      top: 5px;
      left: -40px;
      right: -40px; }
    /* line 85, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
    #gift-lists-section .section-content .gift-list-box .gift-list-content h3 {
      font-size: 19px;
      padding: 11px 5px; } }
@media (max-width: 640px) and (orientation: landscape) {
  /* line 93, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
  #gift-lists-section .section-content .gift-list-box .gift-list-content:before {
    top: -10px; } }
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 99, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
  #gift-lists .section-content {
    min-height: auto; }
    /* line 101, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/gift-lists.sass */
    #gift-lists .section-content .header {
      min-height: auto; } }
/* guest messages */
/* line 2, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
#guest-messages-section {
  background-color: #fffbf0;
  background-image: url("/assets/wedding/floral/left-guest-messages-e1e2df6891afb33ee9f684d635e08561.png"), url("/assets/wedding/floral/right-guest-messages-3a477c614f9340fb47442e3ff2448b32.png");
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: auto 100vh;
  padding: 0px;
  position: relative; }
  /* line 10, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
  #guest-messages-section .section-content {
    position: relative;
    min-height: 100vh;
    margin: 0;
    padding: 50px 0px;
    -moz-placeholder-color: #333333;
    -ms-input-placeholder-color: #333333; }
    /* line 15, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
    #guest-messages-section .section-content .section-title {
      color: #414143; }
    /* line 17, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
    #guest-messages-section .section-content .form-control {
      height: auto; }
    /* line 19, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
    #guest-messages-section .section-content .btn {
      font-size: 16px;
      text-transform: uppercase; }
    /* line 22, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
    #guest-messages-section .section-content .btn-write-mesage {
      background-color: #e7c8ac;
      color: #ffffff;
      margin: 5px auto;
      padding: 6px 30px; }
    /* line 27, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
    #guest-messages-section .section-content .btn-send-message {
      background-color: #e7c8ac;
      color: #303030;
      border: 1px solid #333333; }
    /* line 31, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
    #guest-messages-section .section-content .btn-cancel-message {
      background-color: #ffffff;
      color: #cacdbd;
      border: 1px solid #333333; }
    /* line 35, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
    #guest-messages-section .section-content input[type="text"], #guest-messages-section .section-content input[type="email"], #guest-messages-section .section-content input[type="tel"], #guest-messages-section .section-content textarea {
      color: #333333;
      border-bottom: 1px solid #414143;
      font-family: lato-regular;
      font-size: 17px;
      text-align: center;
      background-color: transparent;
      margin: 5px 0px;
      padding: 0px 5px;
      border: hidden;
      border-radius: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important; }
    /* line 47, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
    #guest-messages-section .section-content ::-webkit-input-placeholder {
      color: #333333; }
    /* line 51, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
    #guest-messages-section .section-content ::-moz-placeholder {
      color: #333333; }
    /* line 55, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
    #guest-messages-section .section-content .guest-message-container {
      width: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden; }
      /* line 60, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
      #guest-messages-section .section-content .guest-message-container ::-webkit-scrollbar-thumb {
        background-color: rgba(234, 216, 180, 0.1); }
      /* line 62, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
      #guest-messages-section .section-content .guest-message-container ::-webkit-scrollbar {
        width: 4px !important; }
      /* line 65, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
      #guest-messages-section .section-content .guest-message-container:hover ::-webkit-scrollbar-thumb {
        background-color: rgba(234, 216, 180, 0.2); }
      /* line 67, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
      #guest-messages-section .section-content .guest-message-container .guest-message-list {
        height: 60vh;
        overflow-x: hidden;
        overflow-y: auto;
        margin-top: 10px; }
      /* line 72, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
      #guest-messages-section .section-content .guest-message-container .message-item {
        background-color: #ffffff;
        padding: 10px 0px;
        margin-top: 30px; }
        /* line 76, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
        #guest-messages-section .section-content .guest-message-container .message-item:first-child {
          margin-top: 0px; }
        /* line 78, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
        #guest-messages-section .section-content .guest-message-container .message-item h3 {
          color: #303030;
          font-size: 40px;
          font-family: masterblush;
          margin-top: 10px;
          margin-bottom: -5px; }
        /* line 84, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
        #guest-messages-section .section-content .guest-message-container .message-item p {
          color: #303030;
          font-size: 20px;
          line-height: 1.4em; }
        /* line 88, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
        #guest-messages-section .section-content .guest-message-container .message-item span {
          color: #303030;
          font-size: 17px; }
    /* line 91, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
    #guest-messages-section .section-content .seal-container {
      position: relative;
      width: calc(100vw / 8);
      float: right;
      transform: rotate(-12deg); }
      /* line 96, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
      #guest-messages-section .section-content .seal-container .seal {
        position: absolute;
        top: -100px;
        right: -50px;
        width: 100%;
        padding: 50px 20px;
        background-image: url("/assets/wedding/msg-badges/floral/guest-message-seal-f0dae58c105aa5a784a86fbc7e472ce8.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
        /* line 106, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
        #guest-messages-section .section-content .seal-container .seal .seal-text {
          text-align: center;
          font-size: 1.1em; }
  /* line 110, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
  #guest-messages-section .show-more-wrapper a {
    color: #303030; }
  /* line 112, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
  #guest-messages-section #message-success {
    color: #dfdfdf;
    font-weight: bold; }
  /* line 115, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
  #guest-messages-section #message-error {
    color: #ff2f2f;
    font-weight: bold; }

@media (max-width: 480px) and (orientation: portrait) {
  /* line 120, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
  #guest-messages-section {
    background-size: auto 75vh;
    padding-top: 0px; }
    /* line 123, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
    #guest-messages-section .section-content {
      padding-top: 5px !important;
      padding-bottom: 5px; }
      /* line 126, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
      #guest-messages-section .section-content input[type="text"], #guest-messages-section .section-content input[type="email"], #guest-messages-section .section-content input[type="tel"], #guest-messages-section .section-content textarea {
        border-top: none; }
      /* line 129, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
      #guest-messages-section .section-content .guest-message-container .guest-message-list {
        height: 50vh; }
        /* line 132, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
        #guest-messages-section .section-content .guest-message-container .guest-message-list .message-item p {
          font-size: 14px; }
      /* line 134, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
      #guest-messages-section .section-content .seal-container {
        width: calc(100vw * 0.40); }
        /* line 136, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
        #guest-messages-section .section-content .seal-container .seal {
          position: relative;
          top: -20px;
          right: 5px;
          width: 100%;
          padding: 50px 20px;
          background-image: url("/assets/wedding/msg-badges/floral/guest-message-seal-f0dae58c105aa5a784a86fbc7e472ce8.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
          /* line 146, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
          #guest-messages-section .section-content .seal-container .seal .seal-text {
            text-align: center;
            font-size: 1.1em; } }
@media (min-width: 450px) and (max-width: 800px) and (orientation: portrait) {
  /* line 154, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
  #guest-messages-section .section-content .seal-container .seal {
    right: -20px; }
    /* line 156, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/guest-messages.sass */
    #guest-messages-section .section-content .seal-container .seal .seal-text {
      margin-left: -5px;
      font-size: 0.8em; } }
/* Navbar */
/* line 3, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
#menu #navigation {
  z-index: 999;
  font-family: pathway;
  max-height: 100% !important; }
/* line 7, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
#menu .navbar-default {
  background-color: transparent;
  border: none; }
/* line 12, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
#menu .navbar .navbar-header .navbar-toggle {
  margin-left: 10px;
  background-color: #ffffff;
  color: #414143; }
/* line 16, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
#menu .navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top; }
  /* line 20, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
  #menu .navbar .navbar-nav li {
    font-size: 20px;
    text-transform: uppercase; }
    /* line 23, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
    #menu .navbar .navbar-nav li a {
      text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.8);
      color: #ffffff; }
    /* line 26, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
    #menu .navbar .navbar-nav li a:hover {
      color: #ede9ea; }
/* line 28, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
#menu .navbar .navbar-collapse {
  text-align: center; }

/* line 31, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
.scrolled .navbar-default {
  background-color: #414143 !important;
  border: #414143 !important; }

@media (max-width: 1200px) {
  /* line 36, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
  #menu #navigation {
    z-index: 998;
    position: fixed; }
  /* line 39, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
  #menu .navbar-fixed-top {
    right: auto; }
  /* line 42, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
  #menu .navbar .navbar-header {
    float: none;
    position: fixed;
    z-index: 999; }
  /* line 46, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
  #menu .navbar .navbar-collapse {
    background-color: #ffffff;
    border: #ede9ea;
    padding-top: 50px;
    max-height: 100vh;
    top: 0;
    left: 0;
    right: 0; }
    /* line 54, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
    #menu .navbar .navbar-collapse.collapse {
      display: none !important; }
    /* line 56, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
    #menu .navbar .navbar-collapse .navbar-nav {
      width: 100%; }
      /* line 58, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
      #menu .navbar .navbar-collapse .navbar-nav li {
        text-align: left; }
        /* line 60, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
        #menu .navbar .navbar-collapse .navbar-nav li a {
          text-shadow: none;
          color: #414143; }
  /* line 63, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
  #menu .collapse.in {
    display: block !important; }
  /* line 65, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
  #menu .navbar-toggle {
    display: block; }
  /* line 67, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/menu.sass */
  #menu .navbar-nav > li {
    float: none; } }
/* line 3, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/photoswipe.sass */
.object-fit-cover {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  -webkit-backface-visibility: visible !important; }
  /* line 4, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/photoswipe.sass */
  .object-fit-cover img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    -webkit-backface-visibility: visible !important; }

/* Player */
/* line 2, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/player.sass */
.player {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  height: 53px; }
  /* line 7, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/player.sass */
  .player .player-inner {
    display: inline-block;
    height: 100%;
    background-color: #4B4B4B; }
    /* line 11, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/player.sass */
    .player .player-inner .track-title {
      display: inline-block;
      color: #fff;
      padding: 16px 10px;
      width: 200px;
      overflow: hidden; }
  /* line 17, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/player.sass */
  .player audio {
    height: 100%; }
  /* line 19, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/player.sass */
  .player .mejs-container {
    width: 265px !important;
    display: inline-block; }
    /* line 22, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/player.sass */
    .player .mejs-container .mejs-controls {
      background: #4b4b4b;
      height: 53px;
      margin-bottom: -23px;
      padding: 12px 0; }
  /* line 27, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/player.sass */
  .player .player-toggle {
    background-color: #777;
    border-radius: 0 5px 0 0;
    display: inline-block;
    font-size: 36px;
    height: 100%;
    padding: 0px 10px;
    vertical-align: top;
    color: #fff;
    margin-left: -7px;
    cursor: pointer; }

/* Radio */
/* line 41, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/player.sass */
#radio-modal button {
  height: auto !important; }
/* line 43, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/player.sass */
#radio-modal #listen-music {
  background-color: #414143;
  color: #ede9ea; }
/* line 46, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/player.sass */
#radio-modal #donot-listen {
  background-color: #ede9ea;
  color: #414143; }

@media (max-width: 480px) and (orientation: portrait) {
  /* line 53, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/player.sass */
  .player .player-inner .track-title {
    padding: 7px 10px;
    width: 130px; }
  /* line 56, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/player.sass */
  .player .mejs-container {
    width: 125px !important; }
    /* line 58, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/player.sass */
    .player .mejs-container .mejs-controls {
      padding: 0; }
      /* line 60, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/player.sass */
      .player .mejs-container .mejs-controls div {
        width: 27px; }
  /* line 62, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/player.sass */
  .player .track-title {
    font-size: 0.9em; } }
/* RSVP */
/* line 2, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
#rsvp {
  background-image: url("/assets/wedding/floral/rsvp-left-49501aaadc34b0a8c1409d7f47e9b873.png"), url("/assets/wedding/floral/rsvp-right-861185dfaa396f25b17a0b13fc782c5a.png");
  background-position: 12.5% center, 87.5% center;
  background-repeat: no-repeat;
  background-size: auto 80vh;
  z-index: 100;
  -moz-placeholder-color: #808080;
  -ms-input-placeholder-color: #808080; }
  /* line 8, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp h4 {
    color: #414143;
    font-size: 35px; }
  /* line 11, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp .welcome-text {
    color: #414143;
    font-size: 20px; }
  /* line 14, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp .controls {
    margin-bottom: 0px; }
    /* line 16, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
    #rsvp .controls:last {
      margin-bottom: 30px; }
  /* line 18, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp .buttons {
    margin-top: 10px; }
  /* line 20, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp input[type="text"], #rsvp input[type="email"], #rsvp input[type="tel"] {
    background-color: #ffffff;
    color: #808080;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #414143;
    font-family: lato-regular;
    font-size: 17px;
    text-align: center;
    margin: 5px 0px;
    padding: 0px 5px;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important; }
  /* line 32, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp ::-webkit-input-placeholder {
    color: #808080; }
  /* line 36, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp ::-moz-placeholder {
    color: #808080; }
  /* line 40, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp .rsvp-box {
    background-color: trasparent;
    border: none;
    position: relative;
    margin-top: 20px;
    padding-top: 15px; }
    /* line 46, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
    #rsvp .rsvp-box form {
      position: relative; }
  /* line 48, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp .rsvp-fields {
    padding: 0px 50px; }
  /* line 50, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp .rsvp-button {
    border: 1px solid;
    border-radius: 6px;
    font-size: 16px; }
  /* line 54, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp .confirm {
    background-color: #414143;
    border-color: #414143;
    color: #ffffff; }
  /* line 58, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp .confirm:hover {
    background-color: #ffffff;
    color: #414143; }
  /* line 61, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp .maybe {
    background-color: #808080;
    border-color: #808080;
    color: #ffffff; }
  /* line 65, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp .maybe:hover {
    background-color: #414143;
    color: #ffffff; }
  /* line 68, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp .decline {
    background-color: #ffffff;
    border-color: #414143;
    color: #414143; }
  /* line 72, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp .decline:hover {
    background-color: #414143;
    color: #ffffff; }

@media (max-width: 480px) and (orientation: portrait) {
  /* line 76, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp {
    margin: 0px;
    background-image: none;
    padding-bottom: 15px; }
    /* line 81, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
    #rsvp .rsvp-box h4 {
      font-size: 30px; }
    /* line 83, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
    #rsvp .rsvp-box .welcome-text {
      font-size: 20px; }
    /* line 85, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
    #rsvp .rsvp-box .form-group {
      margin-bottom: 0px; }
    /* line 87, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
    #rsvp input[type="text"], #rsvp input[type="email"], #rsvp input[type="tel"] {
      border-top: none;
      font-size: 15px; }
    /* line 91, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
    #rsvp .buttons .col-xs-4 {
      padding-left: 1px;
      padding-right: 1px; }
    /* line 94, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
    #rsvp .rsvp-fields {
      padding: 0px; } }
/* line 99, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
.guest-confirmation {
  padding: 50px 20px; }
  /* line 101, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  .guest-confirmation .btn {
    color: #fff;
    border-radius: 0;
    font-size: 25px; }
  /* line 105, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  .guest-confirmation .orange-bg {
    color: #fff;
    padding: 10px;
    font-size: 22px;
    background-color: #F47D53; }
  /* line 110, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  .guest-confirmation .pool-blue-bg {
    color: #fff;
    padding: 10px;
    font-size: 22px;
    background-color: #37C6C1; }
  /* line 115, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  .guest-confirmation .gray-bg {
    padding: 10px;
    background-color: #eee;
    font-size: 20px;
    line-height: 1; }
  /* line 121, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  .guest-confirmation .fiancee .couple-photos img {
    float: right; }
  /* line 123, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  .guest-confirmation .fiancee .couple-infos {
    right: 230px; }
  /* line 126, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  .guest-confirmation .fiance .couple-infos {
    left: 230px; }
  /* line 128, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  .guest-confirmation .couple-infos {
    color: #333;
    position: absolute;
    top: 80px; }
  /* line 132, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  .guest-confirmation .greetings {
    margin-top: 30px; }

/* line 136, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
.btn-orange {
  background-color: #F47D53;
  color: #fff; }
  /* line 139, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  .btn-orange:hover, .btn-orange:focus {
    color: #fff;
    background-color: #fac5b3; }

/* line 142, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
.btn-pool-blue {
  background-color: #37C6C1;
  color: #fff; }
  /* line 145, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  .btn-pool-blue:hover, .btn-pool-blue:focus {
    color: #fff;
    background-color: #86ddda; }

/* line 149, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
.guest-item a {
  color: #F47D53; }

@media (max-width: 480px) and (orientation: portrait) {
  /* line 153, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/rsvp.sass */
  #rsvp {
    background-size: 50vw;
    background-position-y: 100px; } }
/* Scroll Bar Chrome and Safari */
/* line 3, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/scrollbars.sass */
::-webkit-scrollbar {
  width: 8px !important; }

/* line 6, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/scrollbars.sass */
::-webkit-scrollbar-track {
  background-color: transparent; }

/* line 9, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/scrollbars.sass */
::-webkit-scrollbar-thumb {
  background-color: #aaa;
  -webkit-border-radius: 4px; }

/* line 14, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/scrollbars.sass */
::-webkit-scrollbar-thumb:hover {
  background-color: #c4c4c4; }

/* line 17, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/scrollbars.sass */
::-webkit-scrollbar-track-piece {
  background-color: transparent; }

/* Scroll Bar IE */
/* line 21, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/scrollbars.sass */
body {
  scrollbar-base-color: #aaa;
  scrollbar-base-color: #aaa;
  scrollbar-3dlight-color: #aaa;
  scrollbar-highlight-color: #aaa;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #aaa;
  scrollbar-shadow-color: #aaa;
  scrollbar-dark-shadow-color: #aaa; }

/* SHARED */
/* line 2, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
html, body {
  height: 100%; }

/* line 4, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
body {
  margin: 0;
  padding: 0;
  color: #414143; }

/* line 8, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
section {
  margin: 0;
  padding: 0;
  padding-top: 50px;
  min-height: 100vh; }
  /* line 13, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
  section .section-header-image {
    width: 351px;
    margin: 0px auto; }
  /* line 17, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
  section .section-title {
    text-align: center;
    font-family: masterblush;
    font-size: 72px;
    color: #414143; }

/* line 23, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
a {
  color: #ede9ea; }

/* line 25, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
a:hover, a:hover * {
  text-decoration: none; }

/* line 27, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
a:visited, a:visited * {
  text-decoration: none; }

/* line 29, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
a:active, a:active * {
  text-decoration: none; }

/* line 31, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
a:focus, a:focus * {
  text-decoration: none; }

/* line 33, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
.anchor-fixer {
  position: relative; }
  /* line 35, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
  .anchor-fixer .anchor-position {
    position: absolute;
    top: -60px; }

/* line 39, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
.show-more-toggle-button {
  color: #428bca; }

/* line 42, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
.closed {
  display: none; }

/* line 44, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
blockquote {
  border: none; }

/* line 46, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
.text-uppercase, .uppercase {
  text-transform: uppercase; }

/* line 48, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
.text-capitalize, .capitalize {
  text-transform: capitalize; }

/* line 50, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
.red {
  color: #ff0000 !important; }

/* line 53, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
.flex-container {
  display: flex;
  flex-flow: row;
  align-items: center; }

/* line 59, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
.app-alert {
  height: 100px;
  background: #eee;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 999; }

/* line 68, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
.close-btn {
  float: left;
  width: 10%;
  height: 100%;
  text-align: center;
  padding-top: 40px; }
  /* line 74, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
  .close-btn a img {
    width: 20px; }

/* line 77, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
.app-icon-lnk {
  float: left;
  width: 25%;
  height: 100%;
  text-align: center;
  padding-top: 20px; }
  /* line 83, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
  .app-icon-lnk img {
    width: 60px; }

/* line 86, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
.app-install-lnk {
  width: 65%;
  height: 100%;
  float: right;
  padding: 10px;
  text-align: center;
  font-size: 11px;
  line-height: 16px; }

/* line 95, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
#download-app-ios-btn {
  width: 110px;
  height: 40px;
  font-size: 14px;
  margin-top: 7px;
  padding-top: 11px; }

/* line 102, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
.pswp__caption {
  padding: 0 10%; }

/* line 107, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
body.showing-app-alert .gutter {
  height: 100px !important;
  display: table; }
/* line 110, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
body.showing-app-alert .global-config {
  top: 100px !important; }
/* line 112, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
body.showing-app-alert .navbar-fixed-top {
  top: 100px !important; }
/* line 115, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
body.showing-app-alert #menu .navbar-fixed-top {
  top: 100px !important; }
/* line 117, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
body.showing-app-alert #navigation {
  top: 150px !important; }
/* line 119, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
body .gutter {
  display: none; }

@media (max-width: 480px) and (orientation: portrait) {
  /* line 123, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
  section {
    min-height: auto; }
    /* line 125, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
    section .section-title {
      font-size: 50px; }
    /* line 127, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
    section .section-header-image {
      width: 90%;
      margin: 0px auto; }

  /* line 131, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
  .anchor-fixer .anchor-position {
    top: 0px; } }
/* line 135, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
[id*="recaptcha"] div:first-child {
  margin: 0px auto; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 140, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/shared.sass */
  section {
    min-height: auto; } }
/* tips */
/* line 3, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/tips.sass */
#tips h3 {
  color: #414143;
  margin-bottom: 20px; }
/* line 6, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/tips.sass */
#tips h4 {
  font-size: 20px; }
/* line 8, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/tips.sass */
#tips .tip-item {
  margin: 15px; }
  /* line 10, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/tips.sass */
  #tips .tip-item .tip-box {
    background-color: #fffbf0;
    padding: 15px; }
    /* line 13, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/tips.sass */
    #tips .tip-item .tip-box .tip-content {
      overflow-x: hidden;
      border: 1px solid #fffbf0;
      color: #414143; }
      /* line 17, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/tips.sass */
      #tips .tip-item .tip-box .tip-content .tip-title {
        font-size: 50px;
        font-family: masterblush;
        text-align: center;
        color: #414143; }
      /* line 22, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/tips.sass */
      #tips .tip-item .tip-box .tip-content .tip-body {
        background-color: #fffbf0;
        padding: 15px;
        font-size: 20px; }
        /* line 26, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/tips.sass */
        #tips .tip-item .tip-box .tip-content .tip-body * {
          color: #414143;
          background-color: transparent; }
      /* line 29, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/tips.sass */
      #tips .tip-item .tip-box .tip-content img {
        max-width: 100%; }

@media (max-width: 480px) and (orientation: portrait) {
  /* line 33, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/tips.sass */
  #tips {
    padding-bottom: 80px; }
    /* line 35, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/tips.sass */
    #tips h4 {
      font-size: 14px; }
    /* line 40, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/tips.sass */
    #tips .tip-item .tip-box .tip-content h3 {
      font-size: 22px; }
    /* line 42, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/tips.sass */
    #tips .tip-item .tip-box .tip-content .tip-body {
      font-size: 14px; } }
/* line 1, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/vendor-overrides.sass */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  /* line 7, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/vendor-overrides.sass */
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

/* line 18, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/vendor-overrides.sass */
.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

/* line 23, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/vendor-overrides.sass */
.embed-responsive-4by3 {
  padding-bottom: 75%; }

/* SLICK slider fixes */
/* line 28, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/vendor-overrides.sass */
.image-display-container .slick-slide {
  height: 1px;
  overflow: hidden; }
/* line 31, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/vendor-overrides.sass */
.image-display-container .slick-active {
  height: auto;
  overflow: visible; }

/* line 35, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/vendor-overrides.sass */
.slick-next, .slick-prev {
  background-color: transparent; }

/* line 37, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/vendor-overrides.sass */
.slick-next:before, .slick-prev:before {
  color: #414143; }

/* SLICK slider responsive fixes */
@media (max-width: 768px) {
  /* line 42, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/vendor-overrides.sass */
  .slick-next {
    right: 5px; }

  /* line 44, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/vendor-overrides.sass */
  .slick-prev {
    left: 5px; } }
@media (max-width: 800px) {
  /* line 47, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/vendor-overrides.sass */
  .slick-track {
    overflow-x: hidden; } }
/* line 51, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/vendor-overrides.sass */
.captcha-box {
  transform: scale(0.96);
  transform-origin: 0 0; }

/* videos */
/* line 2, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
#videos {
  background-color: #ffffff;
  min-height: auto;
  padding-top: 20px; }
  /* line 7, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
  #videos .videos-content h3 {
    font-family: pathway;
    font-size: 50px;
    text-transform: uppercase; }
  /* line 11, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
  #videos .videos-content p {
    font-family: lato-light !important;
    font-size: 19px; }
  /* line 15, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
  #videos .videos-content .infos h4 {
    font-family: pathway;
    font-size: 12px;
    text-transform: uppercase; }
  /* line 19, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
  #videos .videos-content .infos p {
    font-family: lato-light;
    font-size: 10px; }

/* line 23, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
.videos-content {
  padding: 50px 0;
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  /* line 31, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
  .videos-content.mask:before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 40%, black 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(100%, black));
    background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, black 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 40%, black 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 40%, black 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, black 100%); }
  /* line 45, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
  .videos-content .video-thumbs {
    height: 540px;
    display: flex;
    text-align: right;
    justify-content: flex-end;
    flex-direction: column;
    position: relative; }
    /* line 52, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
    .videos-content .video-thumbs .flex-viewport {
      overflow: visible !important;
      display: flex;
      justify-content: flex-end; }
      /* line 56, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
      .videos-content .video-thumbs .flex-viewport ul {
        transform: none !important;
        width: auto !important; }
        /* line 59, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
        .videos-content .video-thumbs .flex-viewport ul li {
          float: none !important; }
    /* line 61, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
    .videos-content .video-thumbs .thumbs-list {
      position: relative; }
      /* line 63, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
      .videos-content .video-thumbs .thumbs-list .thumb {
        max-width: 190px;
        height: 100px;
        float: right;
        width: 100%;
        padding: 0;
        text-align: left;
        margin-top: 90px;
        transition: all 0.5s ease-out;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        position: relative; }
        /* line 76, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
        .videos-content .video-thumbs .thumbs-list .thumb:hover {
          transform: scale(1.5);
          z-index: 99; }
        /* line 79, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
        .videos-content .video-thumbs .thumbs-list .thumb:hover > .infos {
          display: block;
          transform: translate(0, -50px); }
        /* line 82, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
        .videos-content .video-thumbs .thumbs-list .thumb:hover > .video-thumb-play:before {
          opacity: 1; }
        /* line 85, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
        .videos-content .video-thumbs .thumbs-list .thumb .video-thumb-play img {
          border: 2px solid #fff;
          object-fit: cover;
          max-width: 190px;
          width: 100%;
          height: 100%; }
        /* line 92, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
        .videos-content .video-thumbs .thumbs-list .thumb .video-thumb-play:before {
          content: "";
          font-family: "FontAwesome";
          font-size: 40px;
          color: #fff;
          height: 100%;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.7);
          opacity: 0;
          position: absolute;
          top: 0;
          border: 3px solid #fff;
          display: flex;
          justify-content: center;
          flex-direction: column;
          text-align: center;
          transition: all 0.2s ease-in; }
        /* line 109, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
        .videos-content .video-thumbs .thumbs-list .thumb .social-medias {
          position: absolute;
          top: 0;
          z-index: -1;
          transform: translate(0, 0);
          transition: all 0.2s ease-in; }
        /* line 115, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
        .videos-content .video-thumbs .thumbs-list .thumb:hover > .social-medias {
          transform: translate(0, -90px); }
        /* line 117, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
        .videos-content .video-thumbs .thumbs-list .thumb .infos {
          position: absolute;
          height: 50px;
          top: 0;
          z-index: -1;
          background-color: white;
          width: 100%;
          transform: translate(0, 0);
          transition: all 0.2s ease-in;
          padding: 5px; }
          /* line 127, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
          .videos-content .video-thumbs .thumbs-list .thumb .infos h4, .videos-content .video-thumbs .thumbs-list .thumb .infos p {
            margin: 0; }
          /* line 129, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
          .videos-content .video-thumbs .thumbs-list .thumb .infos p {
            font-size: 10px;
            line-height: 1.2; }

@media (max-width: 480px) and (orientation: portrait) {
  /* line 135, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
  #videos #videos-section {
    top: -20px; }
  /* line 138, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
  #videos .videos-content h3 {
    font-size: 30px; }
  /* line 140, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
  #videos .videos-content p {
    font-size: 15px; }
  /* line 143, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
  #videos .videos-content .infos h4 {
    font-size: 14px; }
  /* line 145, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
  #videos .videos-content .infos p {
    font-size: 13px; }
  /* line 148, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
  #videos .videos-content .video-infos .video-title {
    font-size: 30px; }
  /* line 150, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
  #videos .videos-content .video-infos .video-description {
    font-size: 16px; }
  /* line 152, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
  #videos .videos-content .video-thumbs {
    height: 100%;
    display: block;
    text-align: center; }
    /* line 157, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
    #videos .videos-content .video-thumbs .thumbs-list .thumb {
      float: none;
      width: 80px;
      height: 56px;
      display: inline-block;
      margin-top: 20px; }
      /* line 163, /workspaces/festeggiare/app/assets/stylesheets/themes/floral/partials/videos.sass */
      #videos .videos-content .video-thumbs .thumbs-list .thumb:hover {
        transform: scale(1); } }
