/* Minification failed. Returning unminified contents.
(2343,30): run-time error CSS1019: Unexpected token, found '{'
(2343,37): run-time error CSS1030: Expected identifier, found ' '
(2343,42): run-time error CSS1031: Expected selector, found ';'
(2343,42): run-time error CSS1025: Expected comma or open brace, found ';'
(2343,43): run-time error CSS1019: Unexpected token, found '}'
(5323,11): run-time error CSS1030: Expected identifier, found ' '
(5323,12): run-time error CSS1031: Expected selector, found '0'
(5323,12): run-time error CSS1025: Expected comma or open brace, found '0'
 */
/*!
 *  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";
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

input {
    border: none;
}

/* Basic styles */
body {
    overflow-y: scroll;
    background-color: #fff;
    color: #666;
    word-spacing: .1em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font: 16px/1.6 Georgia, 'Hoefler text','Times New Roman', Times, serif;
    text-rendering: optimizeLegibility;
}

::selection {
    background: #bcdbfa;
    color: #000;
}
::selection a {color: #fff;} {color: #fff;}

::-moz-selection {
    background: #bcdbfa;
    color: #000;
}

p {
    font-kerning: normal;
    font-variant-ligatures: common-ligatures;
    font-variant-numeric: oldstyle-nums, proportional-nums;
    -moz-font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum";
    /*-ms-font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum";*/
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum";
    font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum";
}

p abbr, p span {
    font-kerning: normal;
    font-variant-ligatures: common-ligatures;
    font-variant-numeric: oldstyle-nums, proportional-nums;
    -moz-font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum", "smcp", "c2sc";
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum", "smcp", "c2sc";
    font-feature-settings: "kern", "liga", "clig", "calt", "onum", "pnum", "smcp", "c2sc";
}

sup, sub {
    position: relative;
    height: 0;
    vertical-align: baseline;
    font-size: smaller;
    line-height: 1;
    _vertical-align: bottom;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

h1 {
    margin-bottom: .5em;
    color: #333;
    text-transform: uppercase;
    text-shadow: #ddd 1px 1px 1px;
    word-spacing: .1em;
    letter-spacing: .04em;
    font: 28px/1.2 'Times New Roman', Times, serif;
    text-rendering: optimizeLegibility;
    font-variant-ligatures: common-ligatures;
}

h2 {
    margin-top: 1em;
    margin-bottom: .3em;
    padding-top: .5em;
    border-top: 1px solid #ccc;
    color: #353;
    letter-spacing: .04em;
    font: italic 23px Georgia, 'Hoefler text','Times New Roman', Times, serif;
    text-rendering: optimizeLegibility;
    font-variant-ligatures: common-ligatures;
}

h2.menu {
    margin-top: 0;
    padding-top: 0;
    border: 0;
    color: #666;
    font: italic 23px Georgia, serif;
    font-size: 18px;
}

#sitemap .col h2.menu {
    color: #ccc;
}

h3 {
    margin-top: 1em;
    margin-bottom: .2em;
    color: #586a90;
    font-weight: 400;
    font-size: 20px;
    font-family: Georgia, 'Hoefler text','Times New Roman', Times, serif;
    text-rendering: optimizeLegibility;
    font-variant-ligatures: common-ligatures;
}

h3[arkiv] h4 {
    font-style: normal;
}

.post h3:first-child {
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.heading + .post h3:first-child {
    border: none;
}

.header + ol li h3 {
    border: none;
}

ol li h3, ol ul h4, ul li h3 {
    display: inline;
}

ol ul h4 {
    margin-left: 1em;
}

h4 {
    margin-bottom: .2em;
    color: #555;
    font-weight: 700;
    font-style: italic;
}

.highlight h4 {
    margin: 1em 0 0 0;
    color: #333;
}

p, address {
    margin: 0 0 1em;
}

p.poem {
    text-align: center;
    font-style: italic;
}

p.byline {
    margin: 0.3em 0 2em 0;
    color: #444;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .6em;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Tahoma, sans-serif;
    font-feature-settings: 'tnum';
}

p.not-translated, p.archive {
    padding: 10px 0;
    border: 3px double black;
    border-width: 3px 0;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.watermark {
    color: #999;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#under li .ellipsis {
    padding-left: 20px;
    background: url(../images/comment.png) 0 3px no-repeat;
}

p.ellipsis {
    padding-left: 0;
    background-image: none;
}

.side blockquote {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 16px;
}

.important {
    margin: 1em 3px 1em 0;
    padding: 4px 0 4px 10px;
    border: 1px solid #b9c8dd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #e0eaf3;
}

.heading h3 {
    margin: .1em;
    font-weight: 400;
}

.header h3 {
    margin: 0;
}

p.summary {
    margin-top: 1em;
}

.pullquote {
    float: right;
    margin: .45em .25em .25em .75em;
    padding: .5em;
    width: 12em;
    border: 3px double #ccc;
    border-width: 3px 0;
    background: transparent;
    color: #050;
    text-align: center;
    font-style: italic;
    font-size: 22px;
    line-height: 1.3;
}

.highlight ol li {
    margin: 0;
    padding: 15px 0;
}

blockquote p {
    font-style: italic;
}

.side blockquote p:after {
    content: '"';
}

.side blockquote p:before {
    content: url(../gfx/comment.png) '"';
}

.border blockquote p:before, .border blockquote p:after, .post blockquote p:after, .post blockquote p:before {
    content: none;
}

blockquote.epub p:after, blockquote.epub p:before {
    content: none;
}

.textbubble {
    position: relative;
    margin: 0;
    padding: 15px 30px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    color: #333;
    font-style: italic;
    background-color: #f0f7fd;
}

.textbubble p {
    text-shadow: 0 -1px 0 rgba(000,000,000,0.1),0 1px 0 rgba(255,255,255,1.0);
    font-style: italic;
}

.textbubble p:before, .textbubble p:after {
    content: '"';
}

.textbubble + p {
    margin: 1.2em 0 2em 6em;
    font-style: italic;
}

.textbubble:after {
    position: absolute;
    bottom: -30px;
    left: 50px;
    display: block;
    width: 0;
    border-width: 0 20px 30px 0;
    border-style: solid;
    border-color: transparent #ecf1f7;
    content: "";
}

.textdoc {
    position: relative;
    margin: 2em 0;
    padding: 15px 30px;
    border: 1px solid #333;
    color: #333;
    background-color: #f8f6f2;
}

p.fw a:after {
    content: " \00bb";
}

sup, sub {
    position: relative;
    height: 0;
    vertical-align: baseline;
    font-size: smaller;
    line-height: 1;
    _vertical-align: bottom;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

i, cite, em, var, address {
    font-style: italic;
}

abbr, acronym, /*blockquote,*/ q {
    hyphens: none;
}

/* Layout */
body {
    background: #fff url(../images/body-bg-2014-2.jpg) top center no-repeat;
}

body.popup {
    margin: 20px;
    font-size: 14px;
}

body.epub {
    margin: 0 auto;
    max-width: 600px;
}

body.mceContentBody {
    background-image: none;
}

.wrap {
    overflow: hidden;
    margin: 0 auto;
    max-width: 940px;
}

.wrap .side {
    display: inline;
    float: left;
    overflow: hidden;
    margin: 0 10px 0 0;
    width: 220px;
}

.wrap .main {
    display: inline;
    float: left;
    overflow: hidden;
    margin: 0 0 0 10px;
    width: 700px;
}

#tabs {
    position: absolute;
    top: 105px;
    left: -182px;
    z-index: 1;
}

#tabs:hover {
    position: absolute;
    top: 105px;
    left: -105px;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

#tabs a {
    display: block;
    width: 210px;
    height: 180px;
    background: url(../graphics/tab-sv2018.png) top left no-repeat;
}

#tabs a.canoes {
    background-position: 105px 0;
}

#tabs.en a {
    background-image: url(../graphics/tab-en2018.png);
}

#tabs span {
    display: none;
}

#header {
    position: relative;
    margin: 20px auto;
    width: 940px;
}

#header .home {
    position: absolute;
    top: 16px;
    left: 18px;
    z-index: 2;
}

.mobile-toggleable-menu {
    background-color: transparent;
}


#header form {
    text-align: right;
}

#header input {
    margin: 10px 0 0 0;
    width: 250px;
    background: #fff;
}

#header input.watermark {
    background: transparent;
}

#banner {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 940px;
    height: 177px;
}

#banner img {
    border: 1px solid #666;
}

#banner .caption {
    position: absolute;
    top: 177px;
    width: 100%;
    background: rgba(0,0,0,.4);
    font-size: 15px;
}

.no-rgba #banner .caption {
    background: #000;
    opacity: .6;
}

#banner .caption p {
    margin: 0;
    padding: 10px;
    color: #fff;
    text-shadow: #222 1px 1px 0px;
    letter-spacing: .07em;
}

#banner .caption a {
    color: #bdf;
}

#banner .caption a:hover {
    color: #f40;
}

#over {
    padding: 20px 0;
}

#over .side {
    padding-bottom: 230px;
}

#card {
    position: relative;
    margin: 0 auto;
    max-width: 940px;
}

#card a {
    position: absolute;
    top: -260px;
    left: -20px;
}

#card a:hover {
    position: absolute;
    top: -263px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
}

#under {
    padding: 30px 0;
    border-top: 1px solid #b9c8dd;
    background: url(../images/body-bg-2014-2.jpg) top center no-repeat;
    -webkit-box-shadow: 0px -2px 3px rgba(000,000,000,0.1), inset 0px 1px 2px rgba(255,255,255,1);
    -moz-box-shadow: 0px -2px 3px rgba(000,000,000,0.1), inset 0px 1px 2px rgba(255,255,255,1);
}

#under h3 {
    margin-top: 0;
}

#footer {
    padding: 30px 0;
    background: #032755;
    color: #fff;
}

#up {
    position: fixed;
    right: 12px;
    bottom: 36px;
}

#up:hover {
    position: fixed;
    right: 12px;
    bottom: 39px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
}

#sitemap {
    background: url(../images/bt-bg.png) right bottom no-repeat;
}

#sitemap .col {
    display: inline;
    float: left;
    overflow: hidden;
    margin: 0 20px 0 0;
    width: 220px;
}

#sitemap .col.last {
    margin: 0;
    padding-bottom: 150px;
}

#sitemap a, #copyright a {
    color: #aeb8ce;
}

#sitemap a:hover, #copyright a:hover {
    color: #f00;
}

#copyright {
    padding-top: 10px;
    border-top: 1px solid #aeb8ce;
}

#copyright .main {
    text-align: right;
}

.ecodata {
    font-weight: 300;
    font-size: .8em;
    font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Verdana,Tahoma,sans-serif;
    margin-top: 1.4em;
    color: #aeb8ce;
}

a.feed {
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.leftcol {
    display: inline;
    float: left;
    overflow: hidden;
    margin: 0 10px 10px 0;
    width: 460px;
}

.rightcol {
    display: inline;
    float: left;
    overflow: hidden;
    margin: 0 10px 10px 0;
    width: 220px;
}

hr {
    clear: both;
    margin-bottom: 20px;
    height: 1px;
    border: none;
    background-color: #ddd;
    color: #ddd;
}

.math {
    overflow: auto;
    width: 100%;
    background: url(../gfx/bg-math.svg) 0 0 no-repeat;
    padding: 1em;
}

/* Bootstrap pills (for toggling kayak sizes etc)  */
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #48e;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

/* Bootstrap tabs (for kayak sizes etc) */
.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

/* Bars'n boxes */
.heading {
    padding: 0 0 0px 10px;
    background-color: #ecf1f7;
    border: 1px solid #cad1e1;
}

p.order {
    padding: 4px 0 4px 10px;
    background-color: #ecf1f7;
    border: 1px solid #cad1e1;
}

.highlight {
    margin-bottom: 1em;
}

.quote {
    margin: 1em 0;
    padding: 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f0f7fd url(../images/quote.gif) no-repeat 100% 0;
    font-style: italic;
}

.important, .highlight {
    margin: 1em 0;
    padding: 1em;
    width: auto;
    border: 1px solid #b9c8dd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ecf1f7;
}

/* Links */
a:link, a:visited {
    color: #26d;
    text-decoration: none;
    -moz-transition: all 0.1s linear;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color; /*IE hack for inline block support*/
    zoom: 1;
    *display: inline;
    -webkit-appearance: none;
}

a:hover, a:focus, a:active {
    color: #f00;
    text-decoration: none;
}

a .disabled, a.selected {
    color: #333;
}

a.more:after, a.next:after {
    content: url(/gfx/arrow-right.svg);
}

a.back:before, a.prev:before {
    content: url(/gfx/arrow-left.svg);
}

/* List */
ol, ol li {
    margin: .5em 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: decimal;
}

ul, ul li {
    margin: .5em 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: disc;
}

ol ul li {
    list-style-type: lower-alpha;
    padding-left: 2em;
}

ol ul li h4 {
    margin-left: 0;
    font-weight: 400;
}

ol ul li p {
    margin-left: 1em;
    font-weight: 400;
}

ul {
    list-style-type: disc;
}

ol.chapter, ol.chapter li {
    margin: -5px 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}

ol.toc {
    margin: 0;
    list-style: none;
}

ol.toc li {
    margin: 0;
    list-style: none;
    border-top: 1px solid #ddd;
}

ol.toc h3 {
    padding: 10px 0 0 0;
    font-weight: 400;
}

ol.border li {
    padding: 10px 0 0 0;
    border-top: 1px solid #ccc;
    margin: -5px 0 0 0;
}

ol.border li blockquote {
    margin-bottom: 0;
}

ol.border h3 {
    margin-top: 0;
    font-weight: 600;
}

ul.highlight {
    list-style-position: inside;
}

ul.products, ul.category, ul.form {
    margin: 0;
    list-style: none;
}

ul.products li, ul.category li, ul.form li {
    margin: 0;
    list-style: none;
}

ul.category h2 {
    border: none;
}

#under ol, #under ol li {
    list-style: none;
}

.wrap .side ol li, .wrap .main ol li {
    margin: .8em 0 0 0;
}

.main ol ul li {
    margin: 0;
}

ul.category li li:hover {
    background-color: #ecf1f7;
}

ul.points, ol.points, ul.xpoints, ol.xpoints {
    margin: 0 0 20px 0;
    padding: 5px 0 5px 0;
    list-style: none;
}

ul.points li, ol.points li, ul.xpoints li, ol.xpoints li {
    margin: 0;
    list-style: none;
    padding: 3px 0 3px 10px;
}

ul.points li:before, ol.points li:before {
    content: "\f058";
    font-family: FontAwesome;
    color: #2a0;
    font-size: 24px;
    padding-right: 0.4em;
}

ul.xpoints li:before, ol.xpoints li:before {
    content: "\f057";
    font-family: FontAwesome;
    color: #f00;
    font-size: 24px;
    padding-right: 0.4em;
}

ul.highlight, ul.highlight li {
    list-style: none;
}

.ok:before {
    content: "\f058";
    font-family: FontAwesome;
    color: #2a0;
    font-size: 14px;
    padding-right: 0.6em;
    margin-left: 2.2em;
}

.no-ok:before {
    content: "\f058";
    font-family: FontAwesome;
    color: #ddd;
    font-size: 14px;
    padding-right: 0.6em;
    margin-left: 2.2em;
}

ul.form li {
    list-style: none;
}

ol.archive, ol.archive li {
    margin: -5px 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}

ol.archive {
    width: 100%;
    overflow: auto;
    margin: -1em 0 1em 0;
    border-top: 0;
}

ol.archive li a {
    float: left;
    width: 25%;
}

.month ul li {
    margin: .1em 0;
    padding: 0;
    list-style: none;
}

ul.products .wrap {
    overflow: auto;
    width: 100%;
    background: url(../images/toc-bg.png) 0 17px repeat-x;
}

ul.products .name {
    float: left;
    padding-right: 5px;
    background: transparent url(../images/pixel.png) 0 17px repeat-x;
}

ul.products .price {
    float: right;
    padding-left: 5px;
    background: url(../images/pixel.png) 0 17px repeat-x;
}

ol.border li ul li {
    border-top: 0;
    padding: 0;
}

table.profile {
    border: 0;
    background-color: transparent;
    margin: -0.5em 0 0.8em 0;
    line-height: 1.1;
}

table.profile td {
    width: 14%;
    text-align: center;
    font-size: 80%;
    border: 0;
}

.outfitting {
    border-bottom: 1px solid #96B8D6;
    padding-bottom: 0.5em;
}

/* Images */
img {
    position: relative;
}

img.left, img.align-left {
    float: left;
    margin-right: 1em;
}

img.center, img.align-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

img.right, img.align-right {
    float: right;
    margin-left: 1em;
}

img.leftborder {
    float: left;
    margin-right: 1em;
    border: 1px solid #666;
}

img.rightborder {
    float: right;
    margin-left: 1em;
    border: 1px solid #666;
}

img.centerborder {
    margin-right: 1em;
    margin-left: 1em;
    border: 1px solid #666;
    text-align: center;
}

a[rel|=lightbox]:after, a[rel|=lightbox-group]:after {
    position: relative;
    z-index: 100;
    float: right;
    margin-top: -35px;
    margin-right: 5px;
    content: "\f0fe";
    font-family: FontAwesome;
    color: #fff;
}

a:hover[rel|=lightbox]:after, a:hover[rel|=lightbox-group]:after {
    position: relative;
    z-index: 100;
    float: right;
    margin-top: -35px;
    margin-right: 5px;
    content: "\f196";
    font-family: FontAwesome;
    color: #fff;
}
/* f40 */


a[rel=lightbox-photos]:after, a:hover[rel=lightbox-photos]:after {
    content: '';
}

a[rel=lightbox-noicon]:after, a:hover[rel=lightbox-noicon]:after {
    content: '';
}

.logo-thumbs img {
    vertical-align: top;
    margin-right: 0.2em;
}

/* Catalog photos */
.photos a img {
    margin: 0 5px 5px 0;
    padding: 5px;
    border: 1px solid #ccc;
}

.photos a img:hover {
    margin: 0 5px 5px 0;
    padding: 5px;
    border: 1px solid #06f;
}

/*  Icons awesomwe */
.share .fa-lg {
    font-size: 1.7em;
}

.share .fa-facebook-square {
    color: #a3afc1;
}

.share .fa-twitter-square {
    color: #a3afc1;
}

.share .fa-google-plus-square {
    color: #a3afc1;
}

.share .fa-linkedin-square {
    color: #a3afc1;
}

.share .fa-facebook-square:hover {
    color: #3B5998;
}

.share .fa-twitter-square:hover {
    color: #55acee;
}

.share .fa-google-plus-square:hover {
    color: #dd4b39;
}

.share .fa-linkedin-square:hover {
    color: #007bb6;
}

.feed .fa-lg {
    vertical-align: 0;
}

.share + a {
    margin-top: -5px;
    float: right;
    padding: 4px 8px;
    background-color: #48e;
    color: #fff;
}

.share + a:hover {
    background-color: #04a;
    box-shadow: 0 0 10px #888888;
}

a.cc:before {
    content: url(../Gfx/cc.logo.svg);
}

a.cc:hover {
    content: url(../Gfx/cc.logo-hover.svg);
}

.no-svg a.cc {
    content: url(../images/cc.png);
}

/* Menu */
ul.menu {
    margin: 0 0 1.2em 0;
    padding: 0;
    list-style: none;
}

ul.menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.4;
}

ul.menu li ul {
    margin: 0 0 0 1em;
    padding: 0;
    font-style: italic;
}

ul.menu li ul li ul li {
    font-style: italic;
    line-height: 1.2;
}

/* Forms */
fieldset > p {
    margin-bottom: 0;
}

fieldset input:hover, fieldset textarea:hover, fieldset input:focus, fieldset textarea:focus {
    background-color: #ecf1f7;
}

legend {
    margin-top: 2em;
    padding-top: 1em;
    padding-bottom: .2em;
    color: #353;
    letter-spacing: .1em;
    font-style: italic;
    font-size: 23px;
}

label {
    display: block;
    margin-bottom: 5px;
}

label .checkbox {
    display: inline;
}

input, textarea, select {
    padding: 5px;
    color: #333;
    font: 16px Georgia, 'Hoefler text','Times New Roman', Times, serif;
}

input[type=text], textarea, select {
    width: 500px;
    border: 1px solid #bbb;
    background: transparent;
}


input:hover[type=text], input:focus[type=text], textarea:hover, textarea:focus {
    background-color: #f3f6fa;
    -webkit-box-shadow: inset 0 0 2px 1px #ddd;
    -moz-box-shadow: inset 0 0 2px 1px #ddd;
    box-shadow: inset 0 0 2px 1px #ddd;
}

input#q {
    background-color: transparent;
}

input#q:hover, input#q:focus {
    background-color: #f3f6fa;
}

select {
    width: 510px;
    background-color: #f3f6fa !important;
}

textarea {
    width: 685px;
    height: 200px;
}

.form-group {
    padding: 10px 0;
}

.form-group.is-required label:after {
    display: inline;
    content: ' *';
    color: red;
}

.form-group .info {
    padding-top: 5px;
    border: 0;
    font-size: 14px;
}


/* added */
.field .group label {
    margin: 1em 0 0.5em 1em;
    display: inline;
}

.field .group input {
    margin-top: 1em;
}


.has-error .info, .help-block {
    display: none;
}
/* enough with one notice */
.form-group label, .radio label, .checkbox label {
    display: inline;
}


/* Errors */
.validation-summary {
    padding: 1em 0;
}

.validation-summary ul {
    margin-top: .5em;
}

.has-error {
    color: #d00;
}

.has-error input[type=text], .has-error textarea, .has-error textarea:focus, .has-error textarea:hover {
    background-color: #fae7e7;
}

.validation-summary {
    display: none;
}

/* Buttons */
.buttons {
    overflow: auto;
    padding: 20px 0;
}

.buttons a {
    display: inline-block;
}

a.link {
    float: left;
    margin: 5px 0;
}

.buttons div.separator {
    float: left;
    margin: 5px 5px 5px 0;
}

.buttons div.separator.last {
    margin: 5px;
}

#under legend {
    padding-top: 1em;
    padding-bottom: .2em;
    padding-left: 240px;
    font-size: 22px;
}

#under .control-label {
    float: left;
    padding-top: 5px;
    width: 240px;
}

#under .form-group .info {
    padding-left: 240px;
}

#under .form-group .col-sm-offset-2 {
    padding-left: 240px;
}

#under .form-group .group, #under .form-group .radio, #under .field .checkbox {
    padding-left: 240px;
}

#under .form-group .group label, #under .form-group .radio label, #under .form-groups .checkbox label {
    display: inline;
    float: none;
    width: auto;
}

#under .validation-summary {
    padding-left: 240px;
}

#under .buttons {
    padding-left: 240px;
}


/* Comments */
#comments {
    margin-bottom: 1em;
}

#comments h3, #comments p.empty {
    padding-left: 240px;
}

.comment {
    overflow: hidden;
    margin: 0 auto;
    padding: 1em 0;
    width: 940px;
    border-bottom: 1px solid #b9c8dd;
}

.comment .byline {
    float: left;
    margin-right: 20px;
    width: 220px;
}

.comment .text {
    float: left;
    width: 700px;
}

.comment .permalink {
    float: right;
    padding: 0 5px;
    color: #96b1d0;
    text-shadow: 0px -1px 0px rgba(000,000,000,0.2),0px 1px 0px rgba(255,255,255,1.0);
    font-size: 42px;
    line-height: 1;
}

.author .permalink {
    float: right;
    padding: 0 5px 15px 5px;
    background-color: #b9cbe0;
    color: #fff;
    font-size: 42px;
    line-height: 1;
}

.comment .permalink:hover, .author .permalink:hover {
    color: #f00;
}

.gravatar {
    margin-top: 5px;
    border: 1px solid #b9c8dd;
}

/* Search result */
.result .url {
    margin: .25em 0;
    color: #666;
    text-transform: lowercase;
    letter-spacing: .1em;
    font-size: 13px;
}

.result h3 {
    display: inline;
    padding-left: 0.4em;
}

.pager {
    padding: 4px 0 4px 10px;
    background-color: #ecf1f7;
    border: 1px solid #cad1e1;
    display: inline;
}

.pager em {
    padding-left: 1ex;
    color: #555;
    font-style: normal;
}

.pager span {
    padding: 8px 12px;
    border: 0;
    background: #48e;
    color: #fff;
}

.pager .dots, .pager a span {
    padding: 8px 12px;
    border: 0;
    background: transparent;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    color: #555;
}

.pager span.na {
    padding: 4px 8px;
    border: 0;
    background: transparent;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    color: #ccc;
}

.pager a:hover span {
    padding: 8px 12px;
    background: #bce;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.alfabet {
    margin: 6px;
    background-color: #f7f9fb;
    word-spacing: 0;
    font-weight: 400;
    line-height: 1.9em;
}

.alfabet span {
    margin: 0 0 0 0;
    padding: 6px 6px 6px 6px;
    border: 0;
    background-color: #ecf1f7;
    color: #aaa;
}

.alfabet a span {
    margin: 0;
    border: 0;
    background-color: #b9d3f6;
    color: #555;
}
/* abcdef */
.alfabet a:hover span {
    border: 0;
    background: #48e;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}


/* Slide show */
ul.menu li a.slides {
    display: block;
    overflow: hidden;
    margin: 20px 0;
    width: 170px;
    height: 160px;
    background: transparent url(../images/bannerbox-se.png) top left no-repeat;
    text-indent: -170px;
}

ul.menu li a.slides:hover {
    background-position: 0 -160px;
}

ol.slides li {
    display: block;
    float: left;
    width: 142px;
}

ol.slides li p {
    width: 132px;
}

ol.slides li.fifth {
    width: 132px;
}

ol.slides li img {
    border: 1px solid #666;
}

body.slide #banner {
    height: auto;
}

/* Tables */
table {
    margin: 0.6em 0 1em 0;
    width: 100%;
    border: 2px solid #67a;
    border-collapse: collapse;
    border-width: 2px 0;
    background-color: #ecf1f7;
    font-size: 100%;
    line-height: 1.6em;
    font-family: Helvetica, sans-serif;
}

thead {
    margin: 0;
    padding: .5em;
    border-bottom: 1px solid #ddd;
    background-color: #dae6f5;
    color: #222;
    font-weight: 400;
    font-style: italic;
}

td, th {
    margin: 0;
    padding: .5ex;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
}

thead th {
    border-bottom: 1px solid #67a;
}

table td.highlight {
    background-color: #e8f1f8;
    vertical-align: top;
    text-align: left;
}

td[scope], th[scope] {
    color: #666;
    font-weight: 700;
}

tr:hover {
    background-color: #fff;
}

thead tr:hover {
    background-color: #dae6f5;
}

tr.th, tr.th:hover {
    background-color: #dae6f5;
}
/* spec for compare table */
table.white {
    background-color: #fff;
}

table.white tr:hover, table.white th:hover {
    background-color: #ecf1f7;
}

table.data th {
    padding: 5px 1em 0 1em;
    vertical-align: top;
    text-align: left;
    min-width: 9em;
}

table.small {
    font-size: 15px;
    line-height: 1.1;
}

.table p {
    margin: 0 0 2px 0;
    height: 26px;
    border: 1px solid #7d3f1e;
    background-color: #eee9d7;
}
/* tr�fakta */
img.bar {
    float: right;
    height: 24px;
}

table.compare thead th:hover {
    background-color: #a5c2e7;
    cursor: pointer;
}

table.compare thead th.desc, table.compare thead th.asc {
    border: 1px solid #6295d4;
    background-color: #bfd4ee;
}

table.compare thead th.desc:after {
    margin-right: -10px;
    color: #3471bf;
    content: " \02C5";
    font-style: normal;
}

table.compare thead th.asc:after {
    margin-right: -10px;
    color: #3471bf;
    content: " \02C4";
    font-style: normal;
}

table.compare td {
    min-width: 70px;
    border-right: 1px solid #ddd;
    /*text-align: center;*/
}

/* Hover tooltips */
.info, .help {
    position: relative;
    display: inline-block;
    outline: none;
    border-bottom: 2px dotted #aaa;
    text-decoration: none;
    cursor: help;
    z-index: 1000;
}

.info span, .help span {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 999;
    visibility: hidden;
    margin-left: -5.5em;
    padding: 10px;
    width: 10em;
    border: 1px solid #333;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f6f7fa;
}

.info:hover, .help:hover { /*border: 0;*/ /* IE6 fix */
}

.info:hover span, .help:hover span {
    visibility: visible;
    color: #333;
}

.info span:before, .info span:after, .help span:before, .help span:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    z-index: 1000;
    margin-left: -8px;
    border-top: 8px solid #dfe4ef;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
    content: "";
}

.info span:before, .help span:before {
    bottom: -9px;
    border-top-color: #333;
}

/* TagCloud */
.tag10 {
    opacity: 1;
}

.tag9 {
    opacity: 0.9;
}

.tag8 {
    opacity: 0.8;
}

.tag7 {
    opacity: 0.7;
}

.tag6 {
    opacity: 0.6;
}

.tag5 {
    opacity: 0.5;
}

.tag4 {
    opacity: 0.4;
}

.tag3 {
    opacity: 0.3;
}

.tag2 {
    opacity: 0.2;
}

.tag1 {
    opacity: 0.1;
}

.tagcloud a:hover {
    opacity: 1;
}

/* Cart */
#cart {
    padding: 10px 0 0 0; /* 10px 0 */
    border-bottom: 4px solid #51ba04;
    background: #232f49;
    color: #aeb8ce;
}

#cart.isempty {
    display: none;
}

#cart span {
    display: inline-block;
    float: left;
    width: 700px;
}

#cart a {
    float: right;
    margin: 0;
    color: #aeb8ce;
}

#cart a:hover {
    color: #f40;
}

table.cart {
    margin-bottom: 1em;
    border: none;
    background-color: transparent;
}

table.cart thead {
    background-color: transparent;
}

.cart th, .cart td {
    padding: 5px 0;
    border: none;
    text-align: left;
}

.cart tr:hover, .cart thead tr th:hover {
    background: transparent;
}

.cart .qty {
    padding: 0 0 0 1em;
    text-align: right;
    width: 30%;
}

.cart .qty input {
    width: 80px;
    text-align: right;
}

.cart .sum {
    text-align: right;
}

.cart .sum input {
    width: 150px;
    text-align: right;
}

.cart tfoot .sum {
    border-top: 1px solid #ddd;
}

.cart tfoot td {
    background: transparent;
    font-weight: 700;
}

.cart input {
    background-color: transparent;
}

.cart input:hover, .cart input:focus {
    background-color: #fff;
}

p.notes {
    margin-bottom: 1em;
    font-size: 14px;
}

fieldset.who {
    padding-right: 60px;
    background: transparent url(/images/write.png) no-repeat top right;
}

fieldset.ok {
    padding-right: 60px;
    background: transparent url(/images/ok.png) no-repeat top right;
}

fieldset.bp-dim {
    padding-right: 60px;
    background: transparent url(/images/measure.png) no-repeat top right;
}

fieldset.pay {
    padding-right: 60px;
    background: transparent url(/images/card.png) no-repeat top right;
}

.measures {
    background: transparent url(/gfx/measure.gif) no-repeat top right;
}

.measures input[type=text] {
    width: 350px;
}

.measures .info {
    width: 520px;
    font-style: italic;
}

/* Manual text under plans */
p.manual {
    position: relative;
    padding-left: 250px;
}

p.manual img {
    position: absolute;
    top: -55px;
    left: 15px;
}

p.manual img:hover {
    position: absolute;
    top: -59px;
    left: 15px;
}


/* New Buttons 2010-02-15 */
input[type="submit"], .buttons a.btn, .button, .headinglink, ol.toc li .addtocart, .order a.addtocart {
    position: relative;
    display: inline-block;
    margin-top: -6px;
    padding: 0 7px 2px;
    letter-spacing: .05em;
    font: 0.9em Verdana, Ariel, Sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    zoom: 1;
    *display: inline;
    -webkit-appearance: none;
}

input[type="submit"] {
    margin: 0.4em 0 0 0;
    padding: 10px 20px;
    background-color: #48e;
    color: #fff;
}

input:hover[type="submit"] {
    background-color: #04a;
    box-shadow: 0 0 12px #888888;
}

.buttons a.btn-default {
    float: left;
    margin-right: 30px;
    padding: 10px 20px;
    border-color: #1e7902;
    background-color: #2ba904;
    color: #fff;
}

.buttons a.btn-default:hover {
    border-color: #000;
    background-color: #238a03;
    box-shadow: 0 0 12px #888888;
}

.headinglink {
    float: right;
    margin: -1px 0 0 1px;
    padding: 9px 17px 10px 17px;
    background-color: #48e;
}
/* 07f*/
.headinglink:hover, .button:hover {
    background-color: #04a;
    box-shadow: 0 0 12px #888888;
}

p.headinglink a {
    color: #fff;
    border: none;
}

ol.toc li .addtocart {
    float: right;
    margin: 0.5em 0 0 0;
    padding: 6px 20px;
    background-color: #2a0;
    color: #fff;
}

ol.toc li .addtocart:hover {
    background-color: #080;
    box-shadow: 0 0 12px #888888;
}

.order a.addtocart {
    float: right;
    margin: -5px 0 0 0;
    padding: 9px 40px 9px 40px;
    background-color: #2a0;
    color: #fff;
}

.order a.addtocart:hover {
    background-color: #080;
    color: #fff;
    box-shadow: 0 0 12px #888888;
}

.button {
    padding: 3px 9px;
    border-color: #5a91bd;
    background-color: #80b0d6;
}

input:active[type="submit"], .buttons a.btn:active, .order a.addtocart:active, .button:active {
    top: 1px;
}

/* Compare boxes */
#compare {
    overflow: hidden;
}

#compare a {
    float: left;
}

#compare a span {
    display: block;
    width: 160px;
    height: 40px;
}

#compare a:hover span {
    background-position: 0 -40px;
    box-shadow: 0 0 10px #888888;
}

#compare a.stab, #compare a.change {
    margin-right: 30px;
}

#compare a.data {
    margin-right: 20px;
}

#compare .change span {
    background: url(../images/changebox.gif) no-repeat 0 0;
}

#compare .stab span {
    background: url(../images/stabbox.gif) no-repeat 0 0;
}

#compare .data span {
    background: url(../images/databox.gif) no-repeat 0 0;
}

/* Tips fr�n byggare */
ul.tips li {
    overflow: hidden;
    margin: 0 0 20px 0;
    list-style: none;
}

ul.tips img {
    float: left;
    margin: 0 20px 0 0;
    padding: 2px;
    width: 160px;
    height: 100px;
    border: 1px solid #ccc;
}

ul.tips div {
    float: left;
    width: 508px;
}

ul.tips h3 {
    margin-top: 0;
}

ul.tips.thumbs {
    overflow: hidden;
}

ul.tips.thumbs li {
    display: block;
    float: left;
    width: 175px;
}

ul.tips.thumbs li:nth-child(4n+1) {
    clear: left;
}

ul.tips.thumbs img {
    float: none;
    margin: 0;
}

ul.tips.thumbs div {
    float: none;
    width: auto;
}

ul.tips.thumbs h3 {
    margin: 0 9px 0 3px;
    font-size: 16px;
}

ul.tips.thumbs p {
    display: none;
}

a.swap-view {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 54px;
    height: 14px;
    background: url(../images/switch.gif) no-repeat;
}

a.swap-view.thumbs {
    background-position: left bottom;
}

.mobmenu-toggle {
    display: none;
}

.mobile-menu-toggle {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

/* Fancybox  */

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 40px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: normal;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/* version tabs products */

.tabs {
	display: flex;
	flex-wrap: wrap;
	max-width: 700px; 
	background: #efefef;	
}


.tabs .input {
	position: absolute;
	opacity: 0;
}


.tabs .label {
	width: 100%;
	padding: 10px 30px;
	background: #e5e5e5;
	cursor: pointer;
	font-weight: bold;
	color: #7f7f7f;
	transition: background 0.1s, color 0.1s;
	margin-bottom: 0;
}

.tabs .label:hover {
	background: #d8d8d8;
}

.tabs .label:active {
	background: #ccc;
}

.tabs .input:focus + .label {
	box-shadow: inset 0px 0px 0px 3px #2aa1c0;
	z-index: 1;
}

.tabs .input:checked + .label {
	background: #fff;
	color: #000;
}

.tabs .panel {
	display: none;
	background: #fff;
}

.tabs .input:checked + .label + .panel {
	display: block;
}

@media (min-width: 600px) {
.tabs .label {
		width: 24%;
	}
}


@media (min-width: 600px) {
.tabs .panel {
		order: 99;
	}
}


/* Responsiveness */


/* Widescreen � increased body size for legibility ************************************************* */
@media only screen and (min-width: 1400px) {
    body {
        font-size: 106.25%;
    }
}

/* Smaller screens: Pads and high-res smartphones *************************************************** */
@media only screen and (max-width: 1023px) {
    body {
        margin: 10px 20px;
        max-width: 940px;
        font-size: 0.95em;
        line-height: 1.5em;
    }

    #header {
        position: relative;
        margin: 20px auto;
        max-width: 100%;
    }

    #header .home {
        top: 26px;
    }
    /* added 2016-06-23*/

    #header a.home img {
        margin: 8px 10px;
        max-width: 80%;
        height: auto;
        _width: 80%;
    }

    #banner img {
        margin-top: 1.1em;
    }

    .wrap {
        overflow: hidden;
        margin: 0 auto;
        max-width: 96%;
    }

    .wrap .side {
        display: inline;
        float: left;
        overflow: hidden;
        margin: 0 10px 0 0;
        width: 22%;
    }

    .wrap .main {
        display: inline;
        float: left;
        overflow: hidden;
        margin: 0 0 0 10px;
        width: 72%;
    }

    .comment {
        overflow: hidden;
        margin: 0 auto;
        padding: 1em 0;
        width: 96%;
        border-bottom: 1px solid #b9c8dd;
    }

    .comment .byline {
        float: left;
        margin-right: 20px;
        width: 22%;
    }

    .comment .text {
        float: left;
        width: 72%;
    }

    #comment-form {
        width: 96%;
    }

    input[type=text], textarea {
        width: 96%;  /* 72 */
    }

    #comment-form legend, #under .field .checkbox label {
        display: inline;
        padding-left: 0;
    }

    #under .field .group, #under .field .radio, #under .field .checkbox {
        padding: 0;
    }

    .checkbox label {
        display: inline;
    }

    #under .buttons {
        padding-left: 22%;
    }

    #under .control-label {
        width: 22%;
    }

    #under .form-group .col-sm-offset-2 {
        padding-left: 22%;
    }

    .byline .permalink {
        margin-left: 10px;
        font-size: 2em;
    }

    #comments h3, #comments p.empty {
        padding-left: 22%;
    }

    #banner {
        width: 96%;
        height: auto;
        text-align: center;
    }

    #sitemap .col {
        display: inline;
        float: left;
        overflow: hidden;
        margin: 0 10px 0 0;
        width: 22%;
    }

    h1 {
        margin-top: 0;
        font-size: 1.25em;
    }

    .heading h3 {
        margin: .3em;
    }

    #tabs, #tabs:hover {
        position: relative; /* absolute */
        height: 1em;
        top: 0;
        left: 10px;
        width: 50%;
    }

    .lang {
        margin: -2.5em 0 0 0;
        height: 1em;
    }

    #tabs a {
        margin: 10px 0 5px 20px;
        background-image: none;
    }

    #tabs a:before {
        color: #333;
        content: "Till:  ";
    }

    #tabs span {
        position: absolute;
        display: inline;
    }
    

/* Frej sizes � tabs */
.tabs {
	display: flex;
	flex-wrap: wrap;
	max-width: 700px; 
	background: #efefef;	
}


.tabs .input {
	position: absolute;
	opacity: 0;
}


.tabs .label {
	width: 100%;
	padding: 10px 30px;
	background: #e5e5e5;
	cursor: pointer;
	font-weight: bold;
	color: #7f7f7f;
	transition: background 0.1s, color 0.1s;
	margin-bottom: 0;
}

.tabs .label:hover {
	background: #d8d8d8;
}

.tabs .label:active {
	background: #ccc;
}

.tabs .input:focus + .label {
	box-shadow: inset 0px 0px 0px 3px #2aa1c0;
	z-index: 1;
}

.tabs .input:checked + .label {
	background: #fff;
	color: #000;
}

.tabs .panel {
	display: none;
	background: #fff;
}

.tabs .input:checked + .label + .panel {
	display: block;
}

@media (min-width: 600px) {
.tabs .label {
		width: 24%;
	}
}


@media (min-width: 600px) {
.tabs .panel {
		order: 99;
	}
}/* end frej-sizes tabs */    
    
    #up, #banner .caption {
        display: none;
    }

    input#q {
        width: 180px;
    }

    figure {
        margin: 0;
    }

    img, object, embed, video {
        max-width: 100%;
        _width: 100%;
    }
    /* Fluid images */
    img {
        border: 0;
        -ms-interpolation-mode: bicubic;
    }
    /* Improve IE's resizing of images */
    svg:not(:root) {
        overflow: hidden;
    }
    /* Correct IE9 overflow */
    img {
        height: auto;
    }

    #card {
        display: none;
    }

    a.phone:before {
        font-family: FontAwesome;
        content: "\f095";
    }

    a.email:before {
        font-family: FontAwesome;
        content: "\f003";
    }
        
    .measures input[type=text] {
    width: 250px;
}
}

/* Small pads vertial, iPhone ************************************************************* */
@media handheld, only screen and (max-width: 739px) {
    #card {
        display: none;
        height: 0;
    }

    .order a.addtocart {
        padding: 8px 10px 9px 10px;
    }

    #comments h3, #comments p.empty {
        padding-left: 0;
    }

    p.manual {
        position: relative;
        padding-left: 0;
    }
    .pager {
	    	display:none;
    }

    p.manual img {
        display: none;
    }

    p.side-col {
        display: none;
    }

    #under .form-group .col-sm-offset-2 {
        padding-left: 22%;
    }
    
    #under .wrap .side ol {display:none;} /* added to remove launvhings list from mobiles  */

    ol ul li p {
        width: 90%;
    }
    
    .measures {
    background: transparent url(/gfx/measure-m.gif) no-repeat top right;
}
    
    .measures input[type=text] {
    width: 150px;
}
}


/* Test with responsive table data */

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
   /*table, thead, tbody, th, td, tr {
        display: block;
    }*/

    /* Hide table headers (but not display: none;, for accessibility) */  /*commented out 200527 */
   /* thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }*/

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 10%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    /* end test */
}




/* Mobile except iPhone *********************************************************************** */
@media handheld, only screen and (max-width: 539px) {
    body {
        margin: 0;
        width: 100%;
        -webkit-text-size-adjust: none;
    }

    #header {
        margin: 1.7em -4em 47px 0;
        width: auto;
        height: 70px;
        -webkit-box-shadow: 0 1px 6px rgba(000,000,000,0.5);
        -moz-box-shadow: 0 1px 6px rgba(000,000,000,0.5);
    }

    #header a.home img {
        visibility: hidden;
    }

    #header a.home {
        margin: -10px 0 0 0;
        background: transparent url(../gfx/logo3flat.svg) top left no-repeat;
        background-size: 160px 69px;
        width: 200px;
        height: 69px;
    }


    #banner {
        position: absolute;
        overflow: hidden;
        margin: -4.4em auto 0 auto; /* -3.6em */
        width: 100%;
        height: auto;
    }

    .wrap {
        overflow: hidden;
        margin: 0 auto;
        padding: 0 10px;
        width: auto;
    }

    .wrap .side {
        position: relative;
        display: block;
        display: block;
        float: left;
        overflow: hidden;
        margin: 0 10px 0 0;
        width: auto;
    }

    .wrap .main, .wrap #under {
        position: relative;
        display: block;
        display: block;
        float: left;
        overflow: hidden;
        margin: 1em 0 0 0;
        width: 100%;
    }

    .side, .main {
        float: left;
        margin-right: 2%;
        min-height: 1px;
        width: auto;
    }

    img {
        float: none;
    }

    .comment {
        overflow: hidden;
        margin: 0 auto;
        padding: 1em 0;
        width: auto;
        border-bottom: 1px solid #b9c8dd;
    }

    .comment .byline {
        float: left;
        margin-right: 20px;
        width: auto;
    }

    .comment .text {
        float: left;
        width: 100%;
    }

    input[type=text], textarea, select {
        display: block;
        width: 95%;
    }

    #comment-form .field label, #comment-form, #compare a.change, #compare a.data, #compare a.stab {
        display: block;
    }

    p.manual {
        position: relative;
        padding-left: 0;
    }

    p.manual img {
        display: none;
    }

    .profile {
        display: none;
    }

    .outfitting span {
        display: block;
    }

    /*#tabs, #tabs:hover {
        top: 0;
    }*/

	.bigscreen {
		display:none;
	}

    #cart a {
        margin: 0;
        /*color: #aeb8ce;  */
        color: #fff;
    	font-family: Verdana;
    	border-color: #1e7902;
    	background-color: #2ba904;
    	padding: 0.1em 0.4em;
    	font-size: 0.9em;
    }
    
     #tabs, #tabs:hover {
        top: 0 !important;
    }
    
     #cart > #tabs, #cart > #tabs:hover
     	top: 0;
   
    
    #cart + #tabs, #cart + #tabs:hover {
        position: absolute;
        top: 4em;
        left: 0;
        background-color: #bdf;
        border-bottom: 1px solid #112655;
        height: 2em; /*1.65em*/
        width: 51%;
        z-index: 300;
        -moz-box-shadow: 0 2px 5px #888;
        -webkit-box-shadow: 0 2px 5px #888;
        box-shadow: 0 2px 5px #888;
    }

   /* #tabs, #tabs:hover {
        top: 0 !important;
    }*/
    
    /*#tabs, #tabs;hover {
        top: -4em!important;
	}*/

    #tabs a {
        margin: 0.2em 0 0.5em 0;
        background-image: none;
        height: 2em;
    }

    #tabs a:before {
        color: #333;
        content: "";
    }

    #tabs span {
        position: absolute;
        display: inline;
        top: 0.6em;
    }


    #header .lang {
        background-color: #bdf;
        border-bottom: 1px solid #112655;
        position: absolute;
        top: 0; /* -1.7em */
        height: 1.65em; /* added */
        right: 0.2em;
        padding: 5px 1em 0 0; /* 0.4em 0 0.16em 0 */
        width: 42%;
        -moz-box-shadow: 0 2px 5px #888;
        -webkit-box-shadow: 0 2px 5px #888;
        box-shadow: 0 2px 5px #888;
    }
    
     #cart + #header .lang {
     	top:-1.2em;
     }

    .buttons a.btn-default {
        float: left;
        margin-right: 30px;
        padding: 10px 20px;
        border-color: #1e7902;
        background-color: #2ba904;
        color: #fff;
    }

    .buttons a.btn-default:hover {
        border-color: #000;
        background-color: #238a03;
        box-shadow: 0 0 12px #888888;
    }

    a.btn-link {
        top: -1em;
        margin-bottom: 0.5em;
    }

    #under .control-label {
        float: none;
        width: auto;
    }

    #under .form-group .col-sm-offset-2 {
        padding-left: 0;
    }


    input[type=text], textarea, .post p.byline, .post img {
        display: block;
    }

    #comment-form legend, #under .field .checkbox label, #comments h3, #comments p.empty, #under .validation-summary, #under h3 {
        padding-left: 0;
    }

    #under .main, ol, ul, li, .heading, #comment-form, .leftcol, .rightcol {
        width: 100%;
    }

    .checkbox input, .checkbox label {
        margin-top: 15px;
    }

    #under .buttons {
        padding-left: 0;
    }

    #over, .field {
        padding: 0;
    }

    #over .side {
        padding: 0;
    }

    #over {
        padding: 0 15px;
    }

    input#q, p.headinglink {
        display: none;
    }

    ul.menu {
        padding: 0 0 0.3em 1em;
    }

    ul.menu, ul.menu li {
        display: block;
        margin: 0 0 0 0.5em;
    }
    
    ul.menu li  {
    	line-height: 1.7;
    }
    
    ul.menu li a.slides {
        display: inline;
        height: 0;
        background: none;
        text-indent: 0;
    }

    ul.menu li ul li {
        font-style: italic;
    }

    ul.menu li ul li:after {
        content: " |";
    }

    h2.menu {
        margin-left: 1em;
        font-size: 14px;
        color: #aaa;
    }

    #footer ul.menu li {
        display: inline;
    }

    #up, #card, .slides {
        display: none;
        height: 0;
    }

    body.slide #banner {
        display: block;
    }

    #sitemap .col {
        display: block;
        float: left;
        overflow: hidden;
        margin: 0 10px 0 0;
        width: 92%;
    }

    h1 {
        margin-top: 3em;
        font-size: 1em; /*padding-top:2em;*/
    }

    .heading h3 {
        font-size: 1.1em;
    }

    .pullquote {
        display: block;
        width: 94%;
        font-size: 18px;
    }

    figure {
        margin: 0;
    }

    img.align-left, img.left, img.leftborder, img.align-right, img.right, img.rightborder {
        display: block;
        float: none;
        margin: 0;
        max-width: 100%;
    }

    img, object, embed, video {
        max-width: 100%;
        _width: 100%;
    }
    /* Fluid images */
    img {
        border: 0;
        -ms-interpolation-mode: bicubic;
    }
    /* Improve IE's resizing of images */
    svg:not(:root) {
        overflow: hidden;
    }
    /* Correct IE9 overflow */
    img {
        height: auto;
    }

    a[rel|=lightbox]:after, a[rel|=lightbox-group]:after, a:hover[rel|=lightbox]:after, a:hover[rel|=lightbox-group]:after, a[rel=lightbox-photos]:after, a:hover[rel=lightbox-photos]:after {
        content: '';
    }

    #lbImage, #lbOverlay {
        display: none;
        visibility: hidden;
        background: transparent;
    }

    ol.toc li .addtocart {
        padding: 3px 10px;
    }

    .pager > a:last-of-type, .pager > a:last-of-type span {
        display: inline;
    }

    .mobmenu-toggle, .mobile-menu-toggle-button, .mobile-toggleable-menu {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        /*-ms-transition: all 0.5s;*/
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .mobmenu-toggle {
        position: absolute;
        right: 0;
        top: 0.8em;
        left: 35%; /* 0 */
        bottom: 0;
        display: inline-block;
        width: 15%;
        z-index: 998;
        background-color: transparent;
        color: #48e;
        font-size: 24px;
        text-decoration: none;
        text-align: right;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        width: 56%;} /* 96% */

    .mobmenu-toggle:hover {
        cursor: pointer;
        color: #032755;
    }

    .mobile-toggleable-menu {
        position: fixed;
        top: 0;
        margin: 0;
        padding: 1em;
        width: 75%;
        height: 500px;
        max-height: 100%;
        min-height: 100%;
        z-index: 999;
        overflow: hidden;
        font-size: 87.5%;
    }

    .mobile-toggleable-menu.mobile-left {
        left: -115%;
    }

    .mobile-menu-toggle-button:checked ~ .mobmenu-toggle.mobile-left {
        left: auto;
        right: 0;
    }

    .mobile-menu-toggle-button:checked + .mobile-toggleable-menu.mobile-left {
        width: 70% !important;
        left: 0;
    }

    .mobile-toggleable-menu {
        background-color: #032755;
        /*color: #fff;*/
        display: block;
        width: 100%;
        height: 40px;
        overflow: scroll;
    }

    .mobile-toggleable-menu li a {
        color: #aaa;
    }

    .mobile-toggleable-menu li a:hover {
        color: #f00;
    }

    .mobile-toggleable-menu li a.selected {
        color: #fff;
    }

    #rec, #rec + blockquote {
        display: none;
    }
    
  
}

/* Mobile except iPhone *********************************************************************** */
@media handheld, only screen and (max-width: 420px) {
    h1 {
        margin-top: 1.1em;
        font-size: 1em;
    }
    
        .measures input[type=text] {
    width: 130px;
}
}

/* Print */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        -ms-filter: none !important;
        filter: none !important;
    }

    @page {
        margin: 5%;
        size: auto;
    }

    body {
        border: none;
        color: #333;
        font-size: 13pt;
        font-family: Times, Georgia, serif;
    }

    #banner, #tabs, #header, #cart, h2.menu, ul.menu, #card, fieldset#comment-form, #footer, p.right, ol.toc, #under, .pager, .noprint, #comment, #up {
        display: none;
    }

    #banner {
        display: none;
    }

    .highlight {
        padding: 15px 35px 10px 20px;
        border: 1px solid #cad1e1;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }


    .pullquote {
        margin: 0;
        border: none;
    }


    .wrap .main {
        display: block;
        float: none;
        padding-left: 12%;
        width: 80%;
    }

    .wrap .side {
        display: block;
        float: none;
        padding-left: 12%;
        width: 80%;
    }

    img {
        display: block;
        max-width: 100% !important;
    }

    #photos a img {
        display: inline;
    }

    .main a, .main a:visited {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .header a[href]:after, p.byline a[href]:after {
        content: none;
    }

    a[rel|=lightbox]:after, a[rel|=lightbox-group]:after {
        content: '';
    }

    h1, h2, h3, h4, p, a:link, a:visited, li {
        border: none;
    }

    h1 {
        font-size: 20pt;
    }

    h2 {
        font-size: 17pt;
    }

    h3 {
        font-size: 14pt;
    }

    h4 {
        font-size: 11pt;
    }


    .comment img, .pager {
        display: none;
    }

    h1, h2, h3, h4 {
        page-break-inside: avoid;
    }

    p {
        orphans: 3;
        widows: 3;
    }
}

