/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/pub/font/fontawesome-webfont.eot?v=3.1.0');
  src: url('/pub/font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('/pub/font/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('/pub/font/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('/pub/font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}
ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e";
}
/* F020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
/*
 * 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*/
}/* 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;
}
