/*
 * jQuery UI Datepicker 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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";
}
/* line 5, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, .big-form-segmented legend, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../lib/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../scss/_base.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../scss/_base.scss */
body {
  background-color: #fff;
  color: #000;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.3;
}

/* line 12, ../scss/_base.scss */
h1, h2, .big-form-segmented legend, h3, h4, p, ul, ol, form, table {
  margin: 1em 0;
  margin: 1rem 0;
}

/* line 17, ../scss/_base.scss */
li {
  margin: .5em 0;
}

/* line 21, ../scss/_base.scss */
h1 a, h2 a, .big-form-segmented legend a, h3 a {
  text-decoration: none;
  color: inherit;
}
/* line 24, ../scss/_base.scss */
h1 a:hover, h2 a:hover, .big-form-segmented legend a:hover, h3 a:hover {
  text-decoration: underline;
}

/* line 30, ../scss/_base.scss */
h1, h2, .big-form-segmented legend {
  color: #C61F33;
  font-size: 1.5em;
}
/* line 51, ../scss/_variables.scss */
h1:after, h2:after, .big-form-segmented legend:after {
  content: "";
  display: block;
  width: 2em;
  border-bottom: 0.125em solid #C61F33;
  margin-top: .25em;
}

/* line 36, ../scss/_base.scss */
h1, h2, .big-form-segmented legend, h3 {
  line-height: 1;
}

/* line 40, ../scss/_base.scss */
h1.with-logo {
  text-align: center;
}
/* line 42, ../scss/_base.scss */
h1.with-logo:after {
  display: none;
}
/* line 45, ../scss/_base.scss */
h1.with-logo img {
  display: block;
  margin: auto;
  margin-bottom: 0.75rem;
}

/* line 52, ../scss/_base.scss */
.content.wrap h1 {
  padding-left: 0;
}

/* line 57, ../scss/_base.scss */
h3 {
  font-size: 1.25em;
}

/* line 61, ../scss/_base.scss */
h4 {
  font-weight: bold;
  color: #C61F33;
}

/* line 66, ../scss/_base.scss */
h1, h2, .big-form-segmented legend, h3 {
  font-family: Roboto Slab, serif;
  font-weight: bold;
}

/* line 71, ../scss/_base.scss */
b, strong {
  font-weight: bold;
}

/* line 75, ../scss/_base.scss */
em, i {
  font-style: italic;
}

/* line 79, ../scss/_base.scss */
img {
  max-width: 100%;
}

/* line 83, ../scss/_base.scss */
a {
  color: #000;
}
/* line 85, ../scss/_base.scss */
a:hover {
  color: #A20D1F;
}

/* line 90, ../scss/_base.scss */
.c {
  text-align: center;
}

/* line 94, ../scss/_base.scss */
.r {
  text-align: right;
}

/* line 98, ../scss/_base.scss */
.s {
  font-size: 0.875em;
}

/* line 99, ../scss/_base.scss */
.xs {
  font-size: 0.75em;
}

/* line 100, ../scss/_base.scss */
.l {
  font-size: 1.25em;
}

/* line 101, ../scss/_base.scss */
.xl {
  font-size: 1.5em;
}

/* line 103, ../scss/_base.scss */
.inverted {
  background: #C61F33;
  color: #fff;
}
/* line 106, ../scss/_base.scss */
.inverted a {
  color: inherit;
}

/* line 111, ../scss/_base.scss */
.padded {
  padding: 1.5rem;
}

/* line 115, ../scss/_base.scss */
.rounded {
  border-radius: 1em;
}

/* line 119, ../scss/_base.scss */
.date {
  font-weight: bold;
  color: #C61F33;
}

/* line 124, ../scss/_base.scss */
th, td {
  padding: .5em;
}

/* line 128, ../scss/_base.scss */
.results-message {
  text-align: center;
  text-transform: uppercase;
  color: #C61F33;
  margin: 1.5rem;
  font-weight: bold;
}

/* line 136, ../scss/_base.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 143, ../scss/_base.scss */
sup {
  top: -0.5em;
}

/* line 147, ../scss/_base.scss */
sub {
  bottom: -0.25em;
}

/* line 151, ../scss/_base.scss */
a {
  text-decoration: underline;
  cursor: pointer;
}

/* line 156, ../scss/_base.scss */
a.primary {
  color: #C61F33;
}
/* line 158, ../scss/_base.scss */
a.primary:hover {
  color: #A20D1F;
}

/* line 163, ../scss/_base.scss */
i.recommended, i.special {
  color: #C61F33;
}

/* line 167, ../scss/_base.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 172, ../scss/_base.scss */
input[type="number"] {
  -moz-appearance: textfield;
}

/* line 176, ../scss/_base.scss */
input::-ms-clear {
  display: none;
}

/* line 180, ../scss/_base.scss */
.content ul li {
  margin-left: 2em;
  list-style: disc;
}

/* line 185, ../scss/_base.scss */
.content ol li {
  margin-left: 2em;
  list-style: decimal;
}

/* line 190, ../scss/_base.scss */
li.col {
  margin-left: 0 !important;
  list-style: none !important;
}

/* line 196, ../scss/_base.scss */
.advert {
  text-align: center;
}
/* line 198, ../scss/_base.scss */
.advert img {
  max-width: 100%;
}
/* line 201, ../scss/_base.scss */
.advert iframe {
  max-width: 100%;
  margin: auto !important;
}

/* line 207, ../scss/_base.scss */
.advert-link {
  display: inline-block;
  position: relative;
}
/* line 210, ../scss/_base.scss */
.advert-link:after {
  content: "reklama";
  font-size: .75em;
  text-transform: uppercase;
  color: #aaa;
  position: absolute;
  right: 0;
  bottom: -1em;
}
@media (min-width: 40rem) {
  /* line 210, ../scss/_base.scss */
  .advert-link:after {
    right: -3em;
    top: 2em;
    bottom: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
}

/* line 1, ../scss/_layout.scss */
.wrap, .component-wrap, h1 {
  padding: 0.75rem;
}
@media (min-width: 40rem) {
  /* line 1, ../scss/_layout.scss */
  .wrap, .component-wrap, h1 {
    padding: 1.5rem;
  }
}
@media (min-width: 60rem) {
  /* line 1, ../scss/_layout.scss */
  .wrap, .component-wrap, h1 {
    max-width: 60rem;
    margin: 0 auto;
  }
}

/* line 12, ../scss/_layout.scss */
.component-wrap {
  padding-top: 0;
}

/* line 16, ../scss/_layout.scss */
.c-articlelist-wrap {
  padding: 0;
  background: #F1F0F0;
}
@media (min-width: 60rem) {
  /* line 16, ../scss/_layout.scss */
  .c-articlelist-wrap {
    max-width: none;
  }
}

/* line 23, ../scss/_layout.scss */
.c-articlelist {
  padding: 0.75rem;
}
@media (min-width: 40rem) {
  /* line 23, ../scss/_layout.scss */
  .c-articlelist {
    padding: 1.5rem;
  }
}
@media (min-width: 60rem) {
  /* line 23, ../scss/_layout.scss */
  .c-articlelist {
    max-width: 60rem;
    margin: 0 auto;
  }
}

@media (min-width: 40rem) {
  /* line 13, ../../../../../../lib/gems/3.0.0/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
  .header-wrap:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 40, ../scss/_layout.scss */
.header {
  position: relative;
  line-height: 1;
}

/* line 45, ../scss/_layout.scss */
.nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 52, ../scss/_layout.scss */
.tarifon-logo {
  display: block;
  width: 66%;
}
@media (min-width: 40rem) {
  /* line 52, ../scss/_layout.scss */
  .tarifon-logo {
    width: 12em;
  }
}

@media (min-width: 40rem) {
  /* line 61, ../scss/_layout.scss */
  .header {
    float: left;
  }

  /* line 64, ../scss/_layout.scss */
  #nav {
    float: right;
  }
}
/* line 69, ../scss/_layout.scss */
.c-tarifonhomerates-wrap {
  padding-top: 1.5rem;
}

/* line 1, ../scss/_menu.scss */
.nav-toggle {
  border-radius: 1em;
  background: #ddd;
  padding: .5em;
  text-decoration: none;
}
/* line 7, ../scss/_menu.scss */
.nav-toggle > * {
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../scss/_menu.scss */
.nav-toggle > i {
  font-size: 1.5em;
}
/* line 14, ../scss/_menu.scss */
.nav-toggle > span {
  text-transform: uppercase;
  font-size: 0.75em;
}

/* line 21, ../scss/_menu.scss */
#nav {
  background: #F1F0F0;
  position: relative;
  z-index: 2;
}
/* line 28, ../scss/_menu.scss */
#nav ul, #nav li {
  margin: 0;
}
/* line 32, ../scss/_menu.scss */
#nav ul {
  display: none;
}
/* line 36, ../scss/_menu.scss */
#nav li {
  position: relative;
}
/* line 40, ../scss/_menu.scss */
#nav ins {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 2.5em;
  width: 2.5em;
  cursor: pointer;
}
/* line 42, ../scss/_menu.scss */
#nav ins.enabled {
  display: block;
}
/* line 51, ../scss/_menu.scss */
#nav ins:after {
  content: "";
  position: absolute;
  right: .5em;
  top: .85em;
  width: 0;
  height: 0;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent;
  border-top: 0.5em solid #909090;
}
/* line 65, ../scss/_menu.scss */
#nav a {
  display: block;
  text-decoration: none;
  padding: .75em 1em;
  border-bottom: 1px solid #909090;
  color: #535353;
}
/* line 73, ../scss/_menu.scss */
#nav ul ul a {
  padding-left: 2em;
}
/* line 77, ../scss/_menu.scss */
#nav li:last-child a {
  border-bottom: 0;
}

@media (min-width: 40rem) {
  /* line 83, ../scss/_menu.scss */
  .nav-toggle {
    display: none;
  }

  /* line 86, ../scss/_menu.scss */
  #nav {
    background: none;
  }
  /* line 88, ../scss/_menu.scss */
  #nav ul {
    display: block;
  }
  /* line 91, ../scss/_menu.scss */
  #nav ul ul {
    display: none;
  }
  /* line 94, ../scss/_menu.scss */
  #nav ins.enabled {
    display: none;
  }
  /* line 98, ../scss/_menu.scss */
  #nav a, #nav li {
    display: inline-block;
  }
  /* line 101, ../scss/_menu.scss */
  #nav a {
    text-transform: uppercase;
    border-bottom: 0;
  }
  /* line 106, ../scss/_menu.scss */
  #nav > ul > li > a {
    font-size: 0.875em;
    padding: .5em 0;
    margin-left: 1em;
    font-weight: bold;
  }
  /* line 112, ../scss/_menu.scss */
  #nav > ul > li:hover > a, #nav > ul > li > a.clicked {
    color: #C61F33;
    border-bottom: 0.125em solid #C61F33;
  }
  /* line 117, ../scss/_menu.scss */
  #nav > ul > li:first-child > a {
    margin-left: 0;
  }
  /* line 122, ../scss/_menu.scss */
  #nav li ul {
    border: 1px solid #909090;
    box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.25);
    background: #F1F0F0;
  }
  /* line 126, ../scss/_menu.scss */
  #nav li ul li, #nav li ul a {
    display: block;
  }
  /* line 129, ../scss/_menu.scss */
  #nav li ul a {
    border-bottom: 1px solid #909090;
    padding-left: 1em;
    white-space: nowrap;
  }
  /* line 133, ../scss/_menu.scss */
  #nav li ul a:hover {
    background: #CCC;
  }
  /* line 138, ../scss/_menu.scss */
  #nav > ul > li:last-child ul li a {
    border-bottom: 1px solid #909090 !important;
  }
  /* line 141, ../scss/_menu.scss */
  #nav > ul > li ul li:last-child a {
    border-bottom: none;
  }
  /* line 147, ../scss/_menu.scss */
  #nav li:hover ul {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 2em;
  }
}
@media (min-width: 60rem) {
  /* line 160, ../scss/_menu.scss */
  #nav > ul > li > a {
    font-size: 1em;
    margin-left: 1.5em;
  }
}
/* line 1, ../scss/_form.scss */
input, select, textarea, button {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1em;
}

/* line 6, ../scss/_form.scss */
input, select, textarea {
  border-radius: .5rem;
  border: 0;
  background: #fff;
  color: #000;
  padding: .5em;
}

/* line 14, ../scss/_form.scss */
.button, button {
  display: inline-block;
  background: #A20D1F;
  border-radius: 0.5em;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  font-size: 0.875em;
  font-weight: bold;
  text-decoration: none;
  border: none;
}
/* line 26, ../scss/_form.scss */
.button:hover, button:hover {
  background: #91060F;
  color: #fff;
}

/* line 32, ../scss/_form.scss */
.btn-icon {
  border-radius: 100%;
  width: 1.75em;
  text-align: center;
  padding: .25em;
}
/* line 37, ../scss/_form.scss */
.btn-icon > i {
  position: relative;
  left: .125em;
}

/* line 43, ../scss/_form.scss */
.btn-icon-self {
  font-size: 1.75em;
  line-height: 1;
  display: inline-block;
}

/* line 49, ../scss/_form.scss */
.btn-primary {
  font-size: 1.25em;
  text-align: center;
  border: 1px solid #fff;
}

/* line 55, ../scss/_form.scss */
.form-item {
  margin: 0.75rem 0;
  text-align: left;
  width: 100%;
  position: relative;
}
/* line 60, ../scss/_form.scss */
.form-item input, .form-item select, .form-item textarea {
  width: 100%;
}
/* line 63, ../scss/_form.scss */
.form-item input[type=checkbox], .form-item input[type=radio] {
  width: auto;
}
/* line 66, ../scss/_form.scss */
.form-item label {
  text-transform: uppercase;
  size: 0.75em;
  margin-bottom: .5rem;
}

/* line 74, ../scss/_form.scss */
.form-item-prefixed input {
  padding-left: 1.5em;
}
/* line 77, ../scss/_form.scss */
.form-item-prefixed .prefix {
  position: absolute;
  left: .5em;
  top: .52em;
}

/* line 84, ../scss/_form.scss */
.form-item-prefixed4 input {
  padding-left: 3em;
}

/* line 88, ../scss/_form.scss */
.form-item-center {
  text-align: center;
}

/* line 93, ../scss/_form.scss */
.order-form input, .order-form textarea {
  border: 1px solid #909090;
}
/* line 96, ../scss/_form.scss */
.order-form textarea {
  height: 3em;
}
@media (min-width: 40rem) {
  /* line 100, ../scss/_form.scss */
  .order-form .form-row {
    text-align: center;
  }
  /* line 13, ../../../../../../lib/gems/3.0.0/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
  .order-form .form-row:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 104, ../scss/_form.scss */
  .order-form .form-item {
    width: 23%;
    display: inline-block;
    margin-right: 2%;
  }
  /* line 108, ../scss/_form.scss */
  .order-form .form-item:last-child {
    margin-right: 0;
  }
  /* line 112, ../scss/_form.scss */
  .order-form .form-item-wide {
    width: 50%;
  }
}

/* line 118, ../scss/_form.scss */
.big-form {
  background: #F1F0F0;
  padding: 1.5rem;
  border-radius: 1em;
}
@media (min-width: 40rem) {
  /* line 118, ../scss/_form.scss */
  .big-form {
    padding: 1.5rem 9rem;
  }
}
/* line 127, ../scss/_form.scss */
.big-form .form-item {
  text-align: center;
}
/* line 131, ../scss/_form.scss */
.big-form input, .big-form textarea {
  border: 1px solid #909090;
}
/* line 135, ../scss/_form.scss */
.big-form label {
  text-align: left;
  display: block;
  font-size: 0.875em;
  margin-bottom: .25em;
  font-weight: bold;
  color: #555;
}

/* line 145, ../scss/_form.scss */
.big-form-segmented {
  padding: 0;
  background: none;
}
/* line 148, ../scss/_form.scss */
.big-form-segmented fieldset {
  position: relative;
  background: #F1F0F0;
  padding: 1.5rem;
  border-radius: 1em;
  margin-top: 4.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 40rem) {
  /* line 148, ../scss/_form.scss */
  .big-form-segmented fieldset {
    padding: 1.5rem 9rem;
  }
}
/* line 159, ../scss/_form.scss */
.big-form-segmented legend {
  position: absolute;
  top: -2.5em;
  left: 0;
}
/* line 166, ../scss/_form.scss */
.big-form-segmented table {
  margin: 0 auto;
  max-width: 66%;
}
/* line 169, ../scss/_form.scss */
.big-form-segmented table th {
  text-align: right;
}
/* line 172, ../scss/_form.scss */
.big-form-segmented table td {
  font-weight: bold;
  color: #C61F33;
}

/*
label.required {
	&:after {
		content: " *"
	}
}
*/
/* line 186, ../scss/_form.scss */
label[for=frmfullForm-other_deliver_address] {
  display: inline-block;
}

/* line 190, ../scss/_form.scss */
.login-form-wrap {
  background: #F1F0F0;
  padding: 1.5rem;
  border-radius: 1em;
  width: 100%;
}
/* line 195, ../scss/_form.scss */
.login-form-wrap form {
  margin-bottom: 0;
}
/* line 198, ../scss/_form.scss */
.login-form-wrap table {
  margin: 0 auto;
}
/* line 201, ../scss/_form.scss */
.login-form-wrap h3 {
  text-align: center;
  color: #C61F33;
  margin-top: 0;
}
/* line 206, ../scss/_form.scss */
.login-form-wrap input[type=text], .login-form-wrap input[type=password] {
  width: 10em;
}
@media (min-width: 40rem) {
  /* line 206, ../scss/_form.scss */
  .login-form-wrap input[type=text], .login-form-wrap input[type=password] {
    width: 14em;
  }
}

/* line 214, ../scss/_form.scss */
.popup-form-label {
  margin: 0;
}

/* line 1, ../scss/_tagline.scss */
.tagline {
  line-height: 1;
  display: none;
  color: #C61F33;
  background: #F1F0F0;
  font-family: Roboto Slab, serif;
  font-size: 2em;
  text-align: center;
}
@media (min-width: 40rem) {
  /* line 1, ../scss/_tagline.scss */
  .tagline {
    display: block;
  }
}

/* line 15, ../scss/_tagline.scss */
.tagline-ctu {
  margin-bottom: 0;
  margin-top: 1.5rem;
}

/* line 1, ../scss/_calculator.scss */
.calculator {
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
/* line 6, ../scss/_calculator.scss */
.calculator .item {
  margin-bottom: 1.5rem;
}
/* line 10, ../scss/_calculator.scss */
.calculator .label {
  margin-bottom: .5em;
}
/* line 14, ../scss/_calculator.scss */
.calculator .control {
  display: block;
}
/* line 16, ../scss/_calculator.scss */
.calculator .control > div {
  display: inline-block;
  position: relative;
}
/* line 22, ../scss/_calculator.scss */
.calculator input {
  width: 10em;
}
/* line 24, ../scss/_calculator.scss */
.calculator input[type=checkbox], .calculator input[type=radio] {
  width: auto;
}
/* line 29, ../scss/_calculator.scss */
.calculator .slider-wrap {
  display: none;
}
/* line 33, ../scss/_calculator.scss */
.calculator h2, .calculator .big-form-segmented legend, .big-form-segmented .calculator legend {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 2em;
}
/* line 41, ../scss/_calculator.scss */
.calculator .dist input, .calculator .dist .dist-left {
  width: 4em;
}
/* line 46, ../scss/_calculator.scss */
.calculator .dist-operators {
  margin-bottom: 0.75rem;
}
/* line 50, ../scss/_calculator.scss */
.calculator .dist-item {
  display: inline-block;
  vertical-align: bottom;
  margin-right: .25rem;
}
/* line 56, ../scss/_calculator.scss */
.calculator .dist-item-label {
  font-size: 0.75em;
  text-transform: uppercase;
  margin-bottom: .25rem;
  text-align: center;
}
/* line 63, ../scss/_calculator.scss */
.calculator .dist-left {
  display: inline-block;
  background: #fff;
  color: #000;
  border-radius: 0.5em;
  padding: .5em;
}
/* line 70, ../scss/_calculator.scss */
.calculator .dist-text {
  line-height: 2.3;
  display: inline-block;
}

/* line 77, ../scss/_calculator.scss */
.calculator .unit {
  position: absolute;
  top: .5em;
  right: .5em;
  color: #909090;
}

@media (min-width: 40rem) {
  /* line 86, ../scss/_calculator.scss */
  .calculator {
    text-align: left;
  }
  /* line 13, ../../../../../../lib/gems/3.0.0/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
  .calculator .item:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 91, ../scss/_calculator.scss */
  .calculator .label, .calculator .control {
    display: block;
    float: left;
  }
  /* line 95, ../scss/_calculator.scss */
  .calculator .label {
    margin-bottom: 0;
    margin-top: .5em;
    width: 20%;
    text-align: right;
    padding-right: 1.5rem;
  }
  /* line 102, ../scss/_calculator.scss */
  .calculator .control {
    width: 80%;
  }
  /* line 104, ../scss/_calculator.scss */
  .calculator .control > div {
    margin-right: 0.75rem;
  }

  /* line 110, ../scss/_calculator.scss */
  .slider-wrap {
    margin-left: 1.5em;
    display: inline-block;
  }

  /* line 114, ../scss/_calculator.scss */
  .slider {
    background: #fff;
    border-radius: .25em;
    width: 12em;
    height: .5em;
    position: relative;
  }

  /* line 123, ../scss/_calculator.scss */
  .ui-slider-handle {
    display: block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 1.25em;
    position: absolute;
    margin-left: -1.25em;
    top: -1em;
    -ms-touch-action: none;
    background: #fff;
  }
  /* line 133, ../scss/_calculator.scss */
  .ui-slider-handle:after {
    content: "";
    position: absolute;
    left: 0.3125em;
    top: 0.3125em;
    width: 1.64063em;
    height: 1.64063em;
    border-radius: 2.5em;
    border: 2px solid #C61F33;
  }
}
@media (min-width: 50rem) {
  /* line 148, ../scss/_calculator.scss */
  .calculator .label {
    width: 30%;
  }
  /* line 151, ../scss/_calculator.scss */
  .calculator .control {
    width: 70%;
  }
}
@media (min-width: 60rem) {
  /* line 159, ../scss/_calculator.scss */
  .calculator .label {
    width: 30%;
  }
  /* line 162, ../scss/_calculator.scss */
  .calculator .control {
    width: 70%;
  }
  /* line 165, ../scss/_calculator.scss */
  .calculator .slider {
    width: 16em;
  }
}
/* line 1, ../scss/_logos.scss */
.c-tarifonlogos {
  margin-top: -1.5rem;
  text-align: center;
}
/* line 4, ../scss/_logos.scss */
.c-tarifonlogos a {
  display: inline-block;
  vertical-align: middle;
}
/* line 9, ../scss/_logos.scss */
.c-tarifonlogos .more {
  text-decoration: none;
}
/* line 11, ../scss/_logos.scss */
.c-tarifonlogos .more > * {
  display: inline-block;
  vertical-align: middle;
}
/* line 15, ../scss/_logos.scss */
.c-tarifonlogos .more > i {
  font-size: 2em;
}

/* line 22, ../scss/_logos.scss */
.logos-big a {
  margin: 0 1em;
}
@media (min-width: 60rem) {
  /* line 22, ../scss/_logos.scss */
  .logos-big a {
    margin: 0 3em;
  }
}

/* line 31, ../scss/_logos.scss */
.logos-small a {
  margin: 0 .5em;
}
@media (min-width: 60rem) {
  /* line 31, ../scss/_logos.scss */
  .logos-small a {
    margin: 0 1em;
  }
}

/* line 1, ../scss/_articles.scss */
.articles-bg {
  background: #F1F0F0;
}

/* line 5, ../scss/_articles.scss */
.articles-item {
  background: #fff;
  border-radius: 0.5em;
  border: 1px solid #eee;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
/* line 11, ../scss/_articles.scss */
.articles-item h3 {
  color: #C61F33;
  margin-top: 0;
}
/* line 15, ../scss/_articles.scss */
.articles-item p {
  margin-bottom: 0;
}

/* line 20, ../scss/_articles.scss */
.articles-image-mobile {
  width: 4em;
  margin-right: 1em;
}
/* line 22, ../scss/_articles.scss */
.articles-image-mobile img {
  max-height: 3em;
}

/* line 28, ../scss/_articles.scss */
.articles-item .date > *, .article-detail .date > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 13, ../../../../../../lib/gems/3.0.0/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
.articles-preview:after {
  content: "";
  display: table;
  clear: both;
}
/* line 35, ../scss/_articles.scss */
.articles-preview .articles-image {
  float: left;
  width: 20%;
}
/* line 39, ../scss/_articles.scss */
.articles-preview p {
  margin-left: 24%;
}
/* line 42, ../scss/_articles.scss */
.articles-preview.mobile p {
  margin-left: 0;
}

/* line 13, ../../../../../../lib/gems/3.0.0/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
.article-main:after {
  content: "";
  display: table;
  clear: both;
}
/* line 49, ../scss/_articles.scss */
.article-main .article-image {
  float: left;
  width: 10%;
}
/* line 53, ../scss/_articles.scss */
.article-main .article-text {
  margin-left: 12%;
}
/* line 56, ../scss/_articles.scss */
.article-main.mobile .article-text {
  margin-left: 0;
}

/* line 61, ../scss/_articles.scss */
.shares {
  text-align: right;
}

@media (min-width: 40rem) {
  /* line 13, ../../../../../../lib/gems/3.0.0/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
  .articles:after {
    content: "";
    display: table;
    clear: both;
  }

  /* line 69, ../scss/_articles.scss */
  .articles-item {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  /* line 73, ../scss/_articles.scss */
  .articles-item:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 1, ../scss/_footer.scss */
.footer {
  background: transparent;
  margin-top: 3rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 40rem) {
  /* line 1, ../scss/_footer.scss */
  .footer {
    background: #333;
  }
}
/* line 8, ../scss/_footer.scss */
.footer a {
  color: inherit;
}
/* line 12, ../scss/_footer.scss */
.footer h4 {
  color: #fff;
}
/* line 51, ../scss/_variables.scss */
.footer h4:after {
  content: "";
  display: block;
  width: 2em;
  border-bottom: 0.125em solid #C61F33;
  margin-top: .25em;
}
/* line 16, ../scss/_footer.scss */
.footer ul, .footer p {
  font-size: 0.875em;
}
/* line 19, ../scss/_footer.scss */
.footer li {
  margin: .5em 0;
}
@media (min-width: 40rem) {
  /* line 1, ../scss/_footer.scss */
  .footer {
    text-align: left;
  }
}

/* line 28, ../scss/_footer.scss */
.footer-inner {
  position: relative;
}

/* line 32, ../scss/_footer.scss */
.footer-outside {
  position: absolute;
  top: -2.5em;
  left: 0;
  width: 100%;
  color: #000;
  padding: 0 1.5rem;
}
/* line 38, ../scss/_footer.scss */
.footer-outside strong {
  color: #C61F33;
}
/* line 13, ../../../../../../lib/gems/3.0.0/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
.footer-outside:after {
  content: "";
  display: table;
  clear: both;
}
/* line 44, ../scss/_footer.scss */
.footer-outside strong, .footer-outside span {
  display: block;
}
@media (min-width: 40rem) {
  /* line 44, ../scss/_footer.scss */
  .footer-outside strong, .footer-outside span {
    display: inline;
  }
}

/* line 54, ../scss/_footer.scss */
.footer-cols {
  display: none;
  margin-left: 4em;
}
@media (min-width: 40rem) {
  /* line 54, ../scss/_footer.scss */
  .footer-cols {
    display: flex;
  }
}
/* line 60, ../scss/_footer.scss */
.footer-cols a {
  text-decoration: none;
}

/* line 65, ../scss/_footer.scss */
.footer-col {
  width: 25%;
  flex: 1;
}

/* line 70, ../scss/_footer.scss */
.footer-bottom {
  display: none;
}
@media (min-width: 40rem) {
  /* line 70, ../scss/_footer.scss */
  .footer-bottom {
    display: block;
  }
}
/* line 75, ../scss/_footer.scss */
.footer-bottom > span {
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
}
/* line 80, ../scss/_footer.scss */
.footer-bottom img {
  width: 9em;
}
/* line 13, ../../../../../../lib/gems/3.0.0/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
.footer-bottom:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 40rem) {
  /* line 87, ../scss/_footer.scss */
  .footer-outside-1, .footer-bottom-1 {
    float: left;
  }

  /* line 91, ../scss/_footer.scss */
  .footer-outside-2, .footer-bottom-2 {
    float: right;
  }
}
/* line 1, ../scss/_list.scss */
.list {
  width: 100%;
}
/* line 4, ../scss/_list.scss */
.list a {
  text-decoration: none;
}
/* line 6, ../scss/_list.scss */
.list a:hover {
  text-decoration: underline;
}
/* line 11, ../scss/_list.scss */
.list th {
  background: #C61F33;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
/* line 16, ../scss/_list.scss */
.list th span {
  font-size: 0.875em;
  font-weight: normal;
  display: block;
}
/* line 23, ../scss/_list.scss */
.list tr:nth-child(2n+1) {
  background: transparent;
}
/* line 27, ../scss/_list.scss */
.list tr:nth-child(2n) {
  background: #F1F0F0;
}
/* line 30, ../scss/_list.scss */
.list tr:hover {
  background: #FCF3F4;
}
/* line 34, ../scss/_list.scss */
.list .img, .list .number, .list .buttons {
  text-align: center;
}
/* line 38, ../scss/_list.scss */
.list .fa-plus {
  color: #C61F33;
  font-size: 1.25em;
}
/* line 44, ../scss/_list.scss */
.list td.order {
  width: 3em;
}
/* line 48, ../scss/_list.scss */
.list td.title .subtitle {
  display: block;
  font-size: 0.75em;
  opacity: .8;
}
/* line 55, ../scss/_list.scss */
.list td.price {
  font-weight: bold;
  color: #C61F33;
}
/* line 60, ../scss/_list.scss */
.list tr.addon1 .title {
  padding-left: 1.5rem;
}
/* line 64, ../scss/_list.scss */
.list tr.addon2 .title {
  padding-left: 3rem;
  font-size: 0.875em;
}
/* line 69, ../scss/_list.scss */
.list tr.addon3 .title {
  padding-left: 4.5rem;
  font-size: 0.75em;
}
/* line 74, ../scss/_list.scss */
.list tr.addon4 .title {
  padding-left: 6rem;
  font-size: 0.5em;
}
/* line 79, ../scss/_list.scss */
.list tr.advert-row, .list tr.advert-row:hover {
  background: transparent;
}

/* line 84, ../scss/_list.scss */
.list-cols-5 td.title {
  width: 45%;
}

/* line 85, ../scss/_list.scss */
.list-cols-6 td.title {
  width: 40%;
}

/* line 86, ../scss/_list.scss */
.list-cols-7 td.title {
  width: 35%;
}

/* line 87, ../scss/_list.scss */
.list-cols-8 td.title {
  width: 30%;
}

/* line 88, ../scss/_list.scss */
.list-cols-9 td.title {
  width: 25%;
}

/* line 91, ../scss/_list.scss */
.results-more-container {
  margin-bottom: 1.5rem;
}

/* line 1, ../scss/_calculator-menu.scss */
.calc-menu-wrap {
  height: 5em;
}

/* line 4, ../scss/_calculator-menu.scss */
.calc-menu {
  width: 16em;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
/* line 9, ../scss/_calculator-menu.scss */
.calc-menu ul {
  position: absolute;
  width: 16em;
  background: #fff;
  border-radius: 0.5em;
  text-transform: uppercase;
}
/* line 16, ../scss/_calculator-menu.scss */
.calc-menu li {
  margin: 0 !important;
  list-style: none !important;
}
/* line 20, ../scss/_calculator-menu.scss */
.calc-menu a {
  font-size: 1.125em;
  text-align: left;
  display: none;
  padding: 0.75rem 0.5rem;
  text-decoration: none;
  color: #000;
}
/* line 28, ../scss/_calculator-menu.scss */
.calc-menu a.clicked {
  display: block;
}
/* line 31, ../scss/_calculator-menu.scss */
.calc-menu a:hover {
  color: #C61F33;
}
/* line 36, ../scss/_calculator-menu.scss */
.calc-menu.open ul {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
}
/* line 39, ../scss/_calculator-menu.scss */
.calc-menu.open a {
  display: block;
}

/* line 45, ../scss/_calculator-menu.scss */
.calc-menu-toggle {
  cursor: pointer;
  padding: .5em;
  position: absolute;
  right: 0;
  top: 1.4em;
  color: #000;
}

@media (min-width: 60rem) {
  /* line 55, ../scss/_calculator-menu.scss */
  .calc-menu {
    width: 100%;
  }
  /* line 57, ../scss/_calculator-menu.scss */
  .calc-menu ul {
    text-align: center;
    background: transparent;
    width: 100%;
  }
  /* line 62, ../scss/_calculator-menu.scss */
  .calc-menu li, .calc-menu a {
    display: inline-block;
  }
  /* line 65, ../scss/_calculator-menu.scss */
  .calc-menu a {
    color: #fff;
    margin: 0 .25em;
    background: transparent;
    border-radius: 1em;
    border: 1px solid transparent;
  }
  /* line 71, ../scss/_calculator-menu.scss */
  .calc-menu a:hover, .calc-menu a.clicked {
    border-color: #fff;
    color: inherit;
  }
  /* line 75, ../scss/_calculator-menu.scss */
  .calc-menu a.clicked {
    background: #A20D1F;
  }
  /* line 80, ../scss/_calculator-menu.scss */
  .calc-menu.open ul {
    box-shadow: none;
  }

  /* line 86, ../scss/_calculator-menu.scss */
  .calc-menu-toggle {
    display: none;
  }
}
/* line 1, ../scss/_filter.scss */
.filter {
  text-align: center;
  margin-bottom: 1.5rem;
  background: #C61F33;
  color: #fff;
  padding: 0.75rem;
  border-radius: 0.5em;
}
/* line 4, ../scss/_filter.scss */
.filter form {
  margin: 0;
}
/* line 63, ../scss/_variables.scss */
.filter a {
  color: inherit;
}
/* line 10, ../scss/_filter.scss */
.filter .item {
  text-align: left;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: .5em;
}
@media (min-width: 60rem) {
  /* line 10, ../scss/_filter.scss */
  .filter .item {
    margin-bottom: 0;
  }
}
/* line 20, ../scss/_filter.scss */
.filter .item.button {
  display: none;
}
@media (min-width: 60rem) {
  /* line 25, ../scss/_filter.scss */
  .filter label, .filter .control {
    display: inline-block;
  }
  /* line 28, ../scss/_filter.scss */
  .filter label {
    margin-right: .5em;
  }
}
/* line 33, ../scss/_filter.scss */
.filter input, .filter select {
  padding: .25em;
}
/* line 39, ../scss/_filter.scss */
.filter label {
  display: block;
  font-size: 0.75em;
  text-transform: uppercase;
  padding-left: .6em;
  padding-bottom: .25em;
}

/* line 1, ../scss/_leadbox.scss */
.leadbox {
  background: #F1F0F0;
  padding: 1.5rem;
  border-radius: 1em;
  margin: 1.5rem;
}

/* line 1, ../scss/_tooltip.scss */
.tooltip i {
  background: #333;
  color: #fff;
  width: 1.5em;
  text-align: center;
  padding: .25em;
  display: inline-block;
  vertical-align: middle;
  margin-left: .25em;
  font-size: 0.5em;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  top: -.5em;
}

/* line 17, ../scss/_tooltip.scss */
.ui-tooltip {
  border-radius: 0.5em;
  position: absolute;
  z-index: 3000;
  width: 16em;
  background: #333;
  color: #fff;
  border-radius: .125em;
  padding: 0.5em;
  font-size: 14px;
}

/* line 29, ../scss/_tooltip.scss */
.ui-tooltip h3 {
  margin: 0;
  font-size: 1em;
  line-height: 120%;
  color: #fff;
}

@media (min-width: 40rem) {
  /* line 1, ../scss/_paginator.scss */
  .paginator {
    margin: 1.5rem 0;
  }
  /* line 13, ../../../../../../lib/gems/3.0.0/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
  .paginator:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 8, ../scss/_paginator.scss */
.paginator-total, .paginator-pages {
  float: none;
  text-align: center;
  margin: 0.75rem 0;
}
@media (min-width: 40rem) {
  /* line 8, ../scss/_paginator.scss */
  .paginator-total, .paginator-pages {
    text-align: left;
    margin: 0;
  }
}

/* line 18, ../scss/_paginator.scss */
.paginator-total {
  font-weight: bold;
  color: #C61F33;
  padding: .3rem;
}
@media (min-width: 40rem) {
  /* line 18, ../scss/_paginator.scss */
  .paginator-total {
    float: left;
  }
}

@media (min-width: 40rem) {
  /* line 27, ../scss/_paginator.scss */
  .paginator-pages {
    float: right;
  }
}
/* line 31, ../scss/_paginator.scss */
.paginator-pages > span, .paginator-pages a {
  display: inline-block;
  vertical-align: middle;
  padding: .3rem;
  border: 1px solid #909090;
  font-weight: bold;
  font-size: 0.875em;
  text-decoration: none;
  min-width: 2em;
  text-align: center;
}
/* line 43, ../scss/_paginator.scss */
.paginator-pages .paginator-first, .paginator-pages .paginator-prev, .paginator-pages .paginator-next, .paginator-pages .paginator-last {
  border-color: transparent;
  font-size: 1.25em;
  padding: .25rem;
  min-width: auto;
}
/* line 49, ../scss/_paginator.scss */
.paginator-pages .step {
  border-color: transparent;
  min-width: auto;
}

/* line 2, ../scss/_detail.scss */
.detail .col {
  background: #F1F0F0;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5em;
}
/* line 9, ../scss/_detail.scss */
.detail h2, .detail .big-form-segmented legend, .big-form-segmented .detail legend, .detail h3, .detail h4 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  padding: 0.75rem;
  margin-left: -0.75rem;
  margin-top: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
  background: #C61F33;
  color: #fff;
  border-radius: 0.5em;
  position: relative;
}
/* line 21, ../scss/_detail.scss */
.detail h2:after, .detail .big-form-segmented legend:after, .big-form-segmented .detail legend:after, .detail h3:after, .detail h4:after {
  content: "";
  display: none;
}
/* line 27, ../scss/_detail.scss */
.detail h2 .side, .detail .big-form-segmented legend .side, .big-form-segmented .detail legend .side, .detail h3 .side, .detail h4 .side {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}
/* line 34, ../scss/_detail.scss */
.detail h2.nobg, .detail .big-form-segmented legend.nobg, .big-form-segmented .detail legend.nobg {
  padding: 0;
  margin: 1em .5em 0 .5em;
  background: none;
  font-weight: bold;
  color: #000;
}
/* line 40, ../scss/_detail.scss */
.detail h2.nobg .side, .detail .big-form-segmented legend.nobg .side, .big-form-segmented .detail legend.nobg .side {
  top: 0;
  right: 0;
}
/* line 46, ../scss/_detail.scss */
.detail table {
  width: 100%;
  margin-bottom: 0;
}
/* line 51, ../scss/_detail.scss */
.detail select {
  max-width: 14em;
}
/* line 55, ../scss/_detail.scss */
.detail th {
  padding-left: 0;
}
/* line 59, ../scss/_detail.scss */
.detail td {
  padding-right: 0;
  text-align: right;
  font-weight: bold;
  color: #C61F33;
}
/* line 66, ../scss/_detail.scss */
.detail td a {
  color: #C61F33;
}
@media (min-width: 60rem) {
  /* line 13, ../../../../../../lib/gems/3.0.0/gems/toolkit-2.10.2/stylesheets/toolkit/_clearfix.scss */
  .detail:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 72, ../scss/_detail.scss */
  .detail .col2, .detail .col3 {
    float: left;
    margin-right: 2%;
  }
  /* line 76, ../scss/_detail.scss */
  .detail .col1 {
    max-width: 80%;
    margin: 0 auto 1.5rem auto;
  }
  /* line 80, ../scss/_detail.scss */
  .detail .col2 {
    width: 49%;
  }
  /* line 82, ../scss/_detail.scss */
  .detail .col2:nth-child(2n) {
    margin-right: 0;
  }
  /* line 86, ../scss/_detail.scss */
  .detail a:nth-child(2n) .col2 {
    margin-right: 0;
  }
  /* line 89, ../scss/_detail.scss */
  .detail .col3 {
    width: 32%;
  }
  /* line 91, ../scss/_detail.scss */
  .detail .col3:nth-child(3n) {
    margin-right: 0;
  }
  /* line 95, ../scss/_detail.scss */
  .detail a:nth-child(3n) .col3 {
    margin-right: 0;
  }
}
/* line 100, ../scss/_detail.scss */
.detail .total {
  color: #C61F33;
}

/* line 107, ../scss/_detail.scss */
.operator-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 114, ../scss/_detail.scss */
.detail-box * {
  text-align: left !important;
}
/* line 117, ../scss/_detail.scss */
.detail-box a {
  text-decoration: none;
  margin-right: 1.25em;
  position: relative;
  display: block;
}
/* line 123, ../scss/_detail.scss */
.detail-box i {
  color: #C61F33;
  position: absolute;
  right: -1.25em;
  top: 0;
  line-height: 1.2;
}
/* line 130, ../scss/_detail.scss */
.detail-box a:hover i {
  color: #A20D1F;
}

/* line 1, ../scss/_nyromodal.scss */
.nyroModalBg {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 99;
}

/* line 13, ../scss/_nyromodal.scss */
.nmReposition {
  position: absolute;
}

/* line 17, ../scss/_nyromodal.scss */
.nyroModalCont {
  padding: 0;
  border: 0;
  width: 36em;
  z-index: 100;
  border-radius: 1em;
  background: #E3E3E3;
  overflow: visible !important;
}
/* line 26, ../scss/_nyromodal.scss */
.nyroModalCont > iframe {
  width: 36em;
  height: 36em;
}

/* line 31, ../scss/_nyromodal.scss */
.nyroModalLink, .nyroModalDom, .nyroModalIframe {
  background: #E3E3E3;
  border-radius: 1em;
  color: #222;
}

/* line 37, ../scss/_nyromodal.scss */
.nyroModalDom {
  padding: 1.5em;
  width: 36em;
  height: 28.5em;
  overflow: auto;
  overflow-x: hidden;
}

/* line 45, ../scss/_nyromodal.scss */
.nyroModalClose, .loginClose {
  position: absolute;
  right: .2em;
  top: 0;
  display: block;
  z-index: 101;
  text-decoration: none;
  font-size: 2em;
}
/* line 53, ../scss/_nyromodal.scss */
.nyroModalClose a, .loginClose a {
  color: #C61F33;
}

/* line 58, ../scss/_nyromodal.scss */
.nyroModalClose:hover, .loginClose:hover {
  color: #C61F33;
}

/* line 62, ../scss/_nyromodal.scss */
.nyroModalCont h1, .nyroModalCont h2, .nyroModalCont .big-form-segmented legend, .big-form-segmented .nyroModalCont legend {
  color: #C61F33;
  font-size: 1.5em;
  padding: 0;
  margin: .5em 0 1em 0;
  text-align: center;
}
/* line 68, ../scss/_nyromodal.scss */
.nyroModalCont h1:after, .nyroModalCont h2:after, .nyroModalCont .big-form-segmented legend:after, .big-form-segmented .nyroModalCont legend:after {
  display: none;
}

/* line 73, ../scss/_nyromodal.scss */
.nyroModalCont * {
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 77, ../scss/_nyromodal.scss */
.popup-text {
  color: #C61F33;
  font-weight: bold;
}
/* line 80, ../scss/_nyromodal.scss */
.popup-text > p:first-child {
  font-size: 2em !important;
}
/* line 83, ../scss/_nyromodal.scss */
.popup-text > p:nth-child(2) {
  font-size: 1.25em !important;
}

/* line 89, ../scss/_nyromodal.scss */
.form-lead .form-item {
  position: relative;
}

/* line 94, ../scss/_nyromodal.scss */
.nyroModalCont form {
  margin: auto;
  max-width: 12em;
}
/* line 97, ../scss/_nyromodal.scss */
.nyroModalCont form .button {
  width: auto;
}
/* line 100, ../scss/_nyromodal.scss */
.nyroModalCont form .form-item {
  text-align: center;
}

/* line 105, ../scss/_nyromodal.scss */
.form-lead .form-item {
  margin-bottom: 0;
}

@media (max-width: 40em) {
  /* line 3, ../scss/_responsive-table.scss */
  table.list thead, table.list tbody, table.list th, table.list td, table.list tr {
    display: block;
  }
  /* line 6, ../scss/_responsive-table.scss */
  table.list tr {
    margin-bottom: 1.5rem;
  }
  /* line 8, ../scss/_responsive-table.scss */
  table.list tr:first-child {
    display: none;
  }
  /* line 11, ../scss/_responsive-table.scss */
  table.list tr:last-child {
    margin-bottom: 0;
  }
  /* line 15, ../scss/_responsive-table.scss */
  table.list tr.thead {
    display: none;
  }
  /* line 18, ../scss/_responsive-table.scss */
  table.list th {
    display: none;
  }
  /* line 21, ../scss/_responsive-table.scss */
  table.list td {
    border: none;
    border-bottom: 1px solid #909090;
    position: relative;
    padding-left: 50% !important;
    white-space: normal;
    text-align: left !important;
    width: 100% !important;
  }
  /* line 28, ../scss/_responsive-table.scss */
  table.list td:before {
    position: absolute;
    left: 1em;
    top: .5em;
    width: 45%;
    padding-right: .66em;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
  /* line 39, ../scss/_responsive-table.scss */
  table.list td.buttons {
    border-bottom: none;
  }
  /* line 42, ../scss/_responsive-table.scss */
  table.list td.compare, table.list td.ico {
    display: none;
  }
  /* line 45, ../scss/_responsive-table.scss */
  table.list td.nopad {
    padding-left: 0;
    border-bottom: none;
  }
  /* line 49, ../scss/_responsive-table.scss */
  table.list td.buttons {
    height: 3em;
    padding-left: 0;
    text-align: center !important;
  }
  /* line 53, ../scss/_responsive-table.scss */
  table.list td.buttons a {
    padding: 0 1em;
    height: 2em;
    line-height: 2em;
    font-weight: bold;
    font-size: 1.25em;
  }
  /* line 61, ../scss/_responsive-table.scss */
  table.list td.order {
    display: none;
  }
  /* line 66, ../scss/_responsive-table.scss */
  table.list tr.advert-row td {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 70, ../scss/_responsive-table.scss */
  table.list td:last-child {
    border-bottom: none;
  }
}
/* line 1, ../scss/_flash.scss */
.flash, form .error {
  text-align: center;
  padding: 0.75rem;
  background: #490;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 1em;
}

/* line 11, ../scss/_flash.scss */
form .error {
  max-width: 40em;
  margin: 0 auto;
  border-radius: 0.33333em;
}

/* line 17, ../scss/_flash.scss */
form .error li {
  margin: 0;
}

/* line 21, ../scss/_flash.scss */
.flash-error, form .error {
  background: #900;
}

/* line 25, ../scss/_flash.scss */
.flash-warning {
  background: #960;
}
