@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,600);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../sass/fontawesome/_core.scss */
.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 */
/* line 5, ../sass/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../sass/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../sass/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../sass/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../sass/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../sass/fontawesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 4, ../sass/fontawesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
/* line 8, ../sass/fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../sass/fontawesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
/* line 16, ../sass/fontawesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 4, ../sass/fontawesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../sass/fontawesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../sass/fontawesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, ../sass/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, ../sass/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../sass/fontawesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../sass/fontawesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

 @media (max-width: 450px) {
section.content {
  top: -30px;
  overflow: hidden;
  position: relative;
  min-height: 3500px;
}
 }

/* line 23, ../sass/fontawesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, ../sass/fontawesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../sass/fontawesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../sass/fontawesome/_animated.scss */
.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);
  }
}
/* line 4, ../sass/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../sass/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../sass/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../sass/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../sass/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../sass/fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../sass/fontawesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../sass/fontawesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../sass/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../sass/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../sass/fontawesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../sass/fontawesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../sass/fontawesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../sass/fontawesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../sass/fontawesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../sass/fontawesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../sass/fontawesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../sass/fontawesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../sass/fontawesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../sass/fontawesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../sass/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../sass/fontawesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../sass/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../sass/fontawesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../sass/fontawesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, ../sass/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, ../sass/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, ../sass/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, ../sass/fontawesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, ../sass/fontawesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, ../sass/fontawesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, ../sass/fontawesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, ../sass/fontawesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, ../sass/fontawesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, ../sass/fontawesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, ../sass/fontawesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, ../sass/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, ../sass/fontawesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, ../sass/fontawesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, ../sass/fontawesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, ../sass/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, ../sass/fontawesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, ../sass/fontawesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, ../sass/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, ../sass/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, ../sass/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, ../sass/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, ../sass/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, ../sass/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, ../sass/fontawesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, ../sass/fontawesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, ../sass/fontawesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, ../sass/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, ../sass/fontawesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, ../sass/fontawesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, ../sass/fontawesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, ../sass/fontawesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, ../sass/fontawesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, ../sass/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, ../sass/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, ../sass/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, ../sass/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, ../sass/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, ../sass/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, ../sass/fontawesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, ../sass/fontawesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, ../sass/fontawesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, ../sass/fontawesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, ../sass/fontawesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, ../sass/fontawesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, ../sass/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, ../sass/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, ../sass/fontawesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, ../sass/fontawesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, ../sass/fontawesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, ../sass/fontawesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, ../sass/fontawesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, ../sass/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, ../sass/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, ../sass/fontawesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, ../sass/fontawesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, ../sass/fontawesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, ../sass/fontawesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, ../sass/fontawesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, ../sass/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, ../sass/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, ../sass/fontawesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, ../sass/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, ../sass/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, ../sass/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, ../sass/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, ../sass/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, ../sass/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, ../sass/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, ../sass/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, ../sass/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, ../sass/fontawesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, ../sass/fontawesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, ../sass/fontawesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, ../sass/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, ../sass/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, ../sass/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, ../sass/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, ../sass/fontawesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, ../sass/fontawesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, ../sass/fontawesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, ../sass/fontawesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, ../sass/fontawesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, ../sass/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, ../sass/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, ../sass/fontawesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, ../sass/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, ../sass/fontawesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, ../sass/fontawesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, ../sass/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, ../sass/fontawesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, ../sass/fontawesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, ../sass/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, ../sass/fontawesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, ../sass/fontawesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, ../sass/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, ../sass/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, ../sass/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, ../sass/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, ../sass/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, ../sass/fontawesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, ../sass/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, ../sass/fontawesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, ../sass/fontawesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, ../sass/fontawesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, ../sass/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, ../sass/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, ../sass/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, ../sass/fontawesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, ../sass/fontawesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, ../sass/fontawesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, ../sass/fontawesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, ../sass/fontawesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, ../sass/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, ../sass/fontawesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, ../sass/fontawesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, ../sass/fontawesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, ../sass/fontawesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, ../sass/fontawesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, ../sass/fontawesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, ../sass/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, ../sass/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, ../sass/fontawesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, ../sass/fontawesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, ../sass/fontawesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, ../sass/fontawesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, ../sass/fontawesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, ../sass/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, ../sass/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, ../sass/fontawesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, ../sass/fontawesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, ../sass/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, ../sass/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, ../sass/fontawesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, ../sass/fontawesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 169, ../sass/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 170, ../sass/fontawesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 171, ../sass/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 172, ../sass/fontawesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, ../sass/fontawesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, ../sass/fontawesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, ../sass/fontawesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, ../sass/fontawesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 181, ../sass/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 182, ../sass/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 183, ../sass/fontawesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 184, ../sass/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 185, ../sass/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, ../sass/fontawesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, ../sass/fontawesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, ../sass/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 191, ../sass/fontawesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 192, ../sass/fontawesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, ../sass/fontawesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, ../sass/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 197, ../sass/fontawesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, ../sass/fontawesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 200, ../sass/fontawesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, ../sass/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 204, ../sass/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 205, ../sass/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 206, ../sass/fontawesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 207, ../sass/fontawesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 208, ../sass/fontawesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 209, ../sass/fontawesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 210, ../sass/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 211, ../sass/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, ../sass/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, ../sass/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 214, ../sass/fontawesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 215, ../sass/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 216, ../sass/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 217, ../sass/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 218, ../sass/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 219, ../sass/fontawesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 220, ../sass/fontawesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, ../sass/fontawesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, ../sass/fontawesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, ../sass/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 227, ../sass/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 228, ../sass/fontawesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, ../sass/fontawesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, ../sass/fontawesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, ../sass/fontawesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 235, ../sass/fontawesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 236, ../sass/fontawesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, ../sass/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 239, ../sass/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 240, ../sass/fontawesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, ../sass/fontawesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, ../sass/fontawesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 244, ../sass/fontawesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 245, ../sass/fontawesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, ../sass/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 247, ../sass/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 248, ../sass/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 249, ../sass/fontawesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 250, ../sass/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 251, ../sass/fontawesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 252, ../sass/fontawesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 253, ../sass/fontawesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 254, ../sass/fontawesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 255, ../sass/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 256, ../sass/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 257, ../sass/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, ../sass/fontawesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 259, ../sass/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 260, ../sass/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 261, ../sass/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, ../sass/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, ../sass/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, ../sass/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, ../sass/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 266, ../sass/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 267, ../sass/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 268, ../sass/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 269, ../sass/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 270, ../sass/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 271, ../sass/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 272, ../sass/fontawesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, ../sass/fontawesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 275, ../sass/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 276, ../sass/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 277, ../sass/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 278, ../sass/fontawesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 279, ../sass/fontawesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, ../sass/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 282, ../sass/fontawesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 283, ../sass/fontawesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, ../sass/fontawesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 285, ../sass/fontawesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 286, ../sass/fontawesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 287, ../sass/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 288, ../sass/fontawesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, ../sass/fontawesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 290, ../sass/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, ../sass/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 292, ../sass/fontawesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 293, ../sass/fontawesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, ../sass/fontawesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, ../sass/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 299, ../sass/fontawesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 300, ../sass/fontawesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 301, ../sass/fontawesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, ../sass/fontawesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 304, ../sass/fontawesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 305, ../sass/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 306, ../sass/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 307, ../sass/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 308, ../sass/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 309, ../sass/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, ../sass/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 311, ../sass/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, ../sass/fontawesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 313, ../sass/fontawesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 314, ../sass/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, ../sass/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 316, ../sass/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 317, ../sass/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, ../sass/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, ../sass/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, ../sass/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, ../sass/fontawesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 322, ../sass/fontawesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 323, ../sass/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 324, ../sass/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, ../sass/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 326, ../sass/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, ../sass/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, ../sass/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 329, ../sass/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 330, ../sass/fontawesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 331, ../sass/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 332, ../sass/fontawesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, ../sass/fontawesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 334, ../sass/fontawesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 335, ../sass/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 336, ../sass/fontawesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 337, ../sass/fontawesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 338, ../sass/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 339, ../sass/fontawesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 340, ../sass/fontawesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, ../sass/fontawesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, ../sass/fontawesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, ../sass/fontawesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, ../sass/fontawesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 349, ../sass/fontawesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, ../sass/fontawesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, ../sass/fontawesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, ../sass/fontawesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, ../sass/fontawesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, ../sass/fontawesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, ../sass/fontawesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 365, ../sass/fontawesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 366, ../sass/fontawesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, ../sass/fontawesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, ../sass/fontawesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, ../sass/fontawesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, ../sass/fontawesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, ../sass/fontawesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, ../sass/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, ../sass/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, ../sass/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 375, ../sass/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 376, ../sass/fontawesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 377, ../sass/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 378, ../sass/fontawesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 379, ../sass/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 380, ../sass/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, ../sass/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 382, ../sass/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 383, ../sass/fontawesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 384, ../sass/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 385, ../sass/fontawesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, ../sass/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 387, ../sass/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, ../sass/fontawesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, ../sass/fontawesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, ../sass/fontawesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, ../sass/fontawesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, ../sass/fontawesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 393, ../sass/fontawesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 394, ../sass/fontawesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 395, ../sass/fontawesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 396, ../sass/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 397, ../sass/fontawesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 398, ../sass/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 399, ../sass/fontawesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 400, ../sass/fontawesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 401, ../sass/fontawesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 402, ../sass/fontawesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, ../sass/fontawesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 405, ../sass/fontawesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 406, ../sass/fontawesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 407, ../sass/fontawesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 408, ../sass/fontawesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 409, ../sass/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 410, ../sass/fontawesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 411, ../sass/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 412, ../sass/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, ../sass/fontawesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, ../sass/fontawesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, ../sass/fontawesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, ../sass/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 419, ../sass/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, ../sass/fontawesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, ../sass/fontawesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, ../sass/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, ../sass/fontawesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 425, ../sass/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 426, ../sass/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 427, ../sass/fontawesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 428, ../sass/fontawesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, ../sass/fontawesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, ../sass/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 434, ../sass/fontawesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 435, ../sass/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 436, ../sass/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 437, ../sass/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, ../sass/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, ../sass/fontawesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 440, ../sass/fontawesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 441, ../sass/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 442, ../sass/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, ../sass/fontawesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 444, ../sass/fontawesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 445, ../sass/fontawesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 446, ../sass/fontawesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 447, ../sass/fontawesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 448, ../sass/fontawesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 449, ../sass/fontawesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 450, ../sass/fontawesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 451, ../sass/fontawesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 452, ../sass/fontawesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 453, ../sass/fontawesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 454, ../sass/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 455, ../sass/fontawesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 456, ../sass/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 457, ../sass/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 458, ../sass/fontawesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, ../sass/fontawesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, ../sass/fontawesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 463, ../sass/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 464, ../sass/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 465, ../sass/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 466, ../sass/fontawesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 467, ../sass/fontawesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, ../sass/fontawesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 469, ../sass/fontawesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, ../sass/fontawesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, ../sass/fontawesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, ../sass/fontawesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, ../sass/fontawesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, ../sass/fontawesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, ../sass/fontawesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 481, ../sass/fontawesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 482, ../sass/fontawesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 483, ../sass/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, ../sass/fontawesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, ../sass/fontawesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, ../sass/fontawesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "";
}

/* line 492, ../sass/fontawesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 494, ../sass/fontawesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 495, ../sass/fontawesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 496, ../sass/fontawesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 499, ../sass/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 500, ../sass/fontawesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 501, ../sass/fontawesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 503, ../sass/fontawesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 505, ../sass/fontawesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 507, ../sass/fontawesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 508, ../sass/fontawesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 509, ../sass/fontawesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 510, ../sass/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 511, ../sass/fontawesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 512, ../sass/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 513, ../sass/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 514, ../sass/fontawesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 515, ../sass/fontawesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 517, ../sass/fontawesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 518, ../sass/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 519, ../sass/fontawesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 520, ../sass/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 521, ../sass/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 522, ../sass/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 523, ../sass/fontawesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 524, ../sass/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 525, ../sass/fontawesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 526, ../sass/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 527, ../sass/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 528, ../sass/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 529, ../sass/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 530, ../sass/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 531, ../sass/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 532, ../sass/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 533, ../sass/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 534, ../sass/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 535, ../sass/fontawesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 536, ../sass/fontawesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 537, ../sass/fontawesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 538, ../sass/fontawesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 539, ../sass/fontawesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 540, ../sass/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 541, ../sass/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 542, ../sass/fontawesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 543, ../sass/fontawesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 544, ../sass/fontawesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 545, ../sass/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 546, ../sass/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 547, ../sass/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 548, ../sass/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 549, ../sass/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 550, ../sass/fontawesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 551, ../sass/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 552, ../sass/fontawesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 553, ../sass/fontawesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 554, ../sass/fontawesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 557, ../sass/fontawesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 558, ../sass/fontawesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 559, ../sass/fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 560, ../sass/fontawesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 561, ../sass/fontawesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 562, ../sass/fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 563, ../sass/fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 564, ../sass/fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 565, ../sass/fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 566, ../sass/fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 567, ../sass/fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 568, ../sass/fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 569, ../sass/fontawesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 570, ../sass/fontawesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 571, ../sass/fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 572, ../sass/fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 573, ../sass/fontawesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 574, ../sass/fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 575, ../sass/fontawesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 576, ../sass/fontawesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 577, ../sass/fontawesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 578, ../sass/fontawesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 580, ../sass/fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 581, ../sass/fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 582, ../sass/fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 583, ../sass/fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 584, ../sass/fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 585, ../sass/fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 586, ../sass/fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 587, ../sass/fontawesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 588, ../sass/fontawesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 589, ../sass/fontawesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 590, ../sass/fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 591, ../sass/fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 592, ../sass/fontawesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 593, ../sass/fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 594, ../sass/fontawesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 595, ../sass/fontawesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 597, ../sass/fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 598, ../sass/fontawesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 599, ../sass/fontawesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 600, ../sass/fontawesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 601, ../sass/fontawesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 603, ../sass/fontawesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 604, ../sass/fontawesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 605, ../sass/fontawesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 606, ../sass/fontawesome/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

/* line 608, ../sass/fontawesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 610, ../sass/fontawesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 612, ../sass/fontawesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 614, ../sass/fontawesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 616, ../sass/fontawesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 617, ../sass/fontawesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 618, ../sass/fontawesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 619, ../sass/fontawesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 620, ../sass/fontawesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 621, ../sass/fontawesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 622, ../sass/fontawesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 623, ../sass/fontawesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 624, ../sass/fontawesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 625, ../sass/fontawesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 626, ../sass/fontawesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 627, ../sass/fontawesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 629, ../sass/fontawesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 631, ../sass/fontawesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 633, ../sass/fontawesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 634, ../sass/fontawesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 636, ../sass/fontawesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 638, ../sass/fontawesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 639, ../sass/fontawesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 640, ../sass/fontawesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 641, ../sass/fontawesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 642, ../sass/fontawesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 643, ../sass/fontawesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 644, ../sass/fontawesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 645, ../sass/fontawesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 646, ../sass/fontawesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 647, ../sass/fontawesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 648, ../sass/fontawesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 649, ../sass/fontawesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 650, ../sass/fontawesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 651, ../sass/fontawesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 652, ../sass/fontawesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 653, ../sass/fontawesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 654, ../sass/fontawesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 655, ../sass/fontawesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 656, ../sass/fontawesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 657, ../sass/fontawesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 658, ../sass/fontawesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 660, ../sass/fontawesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 661, ../sass/fontawesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 662, ../sass/fontawesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 663, ../sass/fontawesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 664, ../sass/fontawesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 665, ../sass/fontawesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 666, ../sass/fontawesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 667, ../sass/fontawesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 668, ../sass/fontawesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 669, ../sass/fontawesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 670, ../sass/fontawesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 671, ../sass/fontawesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 672, ../sass/fontawesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 673, ../sass/fontawesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 674, ../sass/fontawesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 675, ../sass/fontawesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 676, ../sass/fontawesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 677, ../sass/fontawesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 678, ../sass/fontawesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 679, ../sass/fontawesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 680, ../sass/fontawesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 681, ../sass/fontawesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 682, ../sass/fontawesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 683, ../sass/fontawesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 684, ../sass/fontawesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 685, ../sass/fontawesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 686, ../sass/fontawesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 687, ../sass/fontawesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 688, ../sass/fontawesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 689, ../sass/fontawesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 690, ../sass/fontawesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 691, ../sass/fontawesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 692, ../sass/fontawesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 693, ../sass/fontawesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 694, ../sass/fontawesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 695, ../sass/fontawesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 696, ../sass/fontawesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 697, ../sass/fontawesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/*
$font-size-h1:            floor(($font-size-base * 2.6)); // ~36px
$font-size-h2:            floor(($font-size-base * 2.15)); // ~30px
$font-size-h3:            ceil(($font-size-base * 1.7)); // ~24px
$font-size-h4:            ceil(($font-size-base * 1.25)); // ~18px
$font-size-h5:            $font-size-base;
$font-size-h6:            ceil(($font-size-base * 0.85)); // ~12px
*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: white;
}

/* line 36, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #307090;
  text-decoration: none;
}
/* line 52, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #003366;
  text-decoration: underline;
}
/* line 58, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #e6eaed;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1 small, .h1 small,
h1 .small,
.h1 .small, h2 small, .h2 small,
h2 .small,
.h2 .small, h3 small, .h3 small,
h3 .small,
.h3 .small, h4 small, .h4 small,
h4 .small,
.h4 .small, h5 small, .h5 small,
h5 .small,
.h5 .small, h6 small, .h6 small,
h6 .small,
.h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1, .h1, .h1,
h2,
.h2, .h2,
h3,
.h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1 small, .h1 small,
h1 .small,
.h1 .small, .h1 small,
.h1 .small,
h2 small,
.h2 small,
h2 .small,
.h2 .small, .h2 small,
.h2 .small,
h3 small,
.h3 small,
h3 .small,
.h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h4, .h4, .h4,
h5,
.h5, .h5,
h6,
.h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h4 small, .h4 small,
h4 .small,
.h4 .small, .h4 small,
.h4 .small,
h5 small,
.h5 small,
h5 .small,
.h5 .small, .h5 small,
.h5 .small,
h6 small,
.h6 small,
h6 .small,
.h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h1, .h1, .h1 {
  font-size: 24px;
}

/* line 48, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h2, .h2, .h2 {
  font-size: 22px;
}

/* line 49, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h3, .h3, .h3 {
  font-size: 20px;
}

/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h4, .h4, .h4 {
  font-size: 18px;
}

/* line 51, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h5, .h5, .h5 {
  font-size: 14px;
}

/* line 52, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
h6, .h6, .h6 {
  font-size: 12px;
}

/* line 58, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #004572;
}

/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #00263f;
}

/* line 5, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #004572;
}

/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00263f;
}

/* line 5, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success, .successmessage {
  background-color: #dff0d8;
}

/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover, a.successmessage:hover,
a.bg-success:focus,
a.successmessage:focus {
  background-color: #c1e2b3;
}

/* line 5, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger, .errormessage {
  background-color: #f2dede;
}
/* //imn cart new BOF */
.errormessage_cart {
	background-color: #be1e28;
	color:#fff;
}
/* //imn cart new EOF */

/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover, a.errormessage:hover,
a.bg-danger:focus,
a.errormessage:focus {
  background-color: #e4b9b9;
}

/* line 138, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 193, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
/* line 265, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}

/* line 24, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
/* line 55, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .sidebar-1, .main-small, .main-wide, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .sidebar-1, .main-small, .main-wide {
  float: left;
}

/* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12, .sidebar-1, .main-small, .main-wide {
  width: 100%;
}

/* line 55, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #e6eaed;
}

/* line 75, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

/* line 114, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control, .payment-methods--comments textarea, input[type="text"], input[type="password"], select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus, .payment-methods--comments textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder, .payment-methods--comments textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder, .payment-methods--comments textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder, .payment-methods--comments textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #999;
}
/* line 136, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand, .payment-methods--comments textarea::-ms-expand, input[type="text"]::-ms-expand, input[type="password"]::-ms-expand, select::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .payment-methods--comments textarea[disabled], input[disabled][type="text"], input[disabled][type="password"], select[disabled], .form-control[readonly], .payment-methods--comments textarea[readonly], input[readonly][type="text"], input[readonly][type="password"], select[readonly], fieldset[disabled] .form-control, fieldset[disabled] .payment-methods--comments textarea, .payment-methods--comments fieldset[disabled] textarea, fieldset[disabled] input[type="text"], fieldset[disabled] input[type="password"], fieldset[disabled] select {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .payment-methods--comments textarea[disabled], input[disabled][type="text"], input[disabled][type="password"], select[disabled], fieldset[disabled] .form-control, fieldset[disabled] .payment-methods--comments textarea, .payment-methods--comments fieldset[disabled] textarea, fieldset[disabled] input[type="text"], fieldset[disabled] input[type="password"], fieldset[disabled] select {
  cursor: not-allowed;
}

/* line 162, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control, .payment-methods--comments textarea {
  height: 140px;
}

/* line 174, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control, input[type="date"][type="text"], input[type="date"][type="password"],
  input[type="time"].form-control,
  input[type="time"][type="text"],
  input[type="time"][type="password"],
  input[type="datetime-local"].form-control,
  input[type="datetime-local"][type="text"],
  input[type="datetime-local"][type="password"],
  input[type="month"].form-control,
  input[type="month"][type="text"],
  input[type="month"][type="password"] {
    line-height: 34px;
  }
  /* line 197, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"][type="text"], .input-group-sm > input[type="date"][type="password"],
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"][type="text"],
  .input-group-sm > input[type="time"][type="password"],
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"][type="text"],
  .input-group-sm > input[type="datetime-local"][type="password"],
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"][type="text"],
  .input-group-sm > input[type="month"][type="password"],
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"][type="text"], .input-group-lg > input[type="date"][type="password"],
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"][type="text"],
  .input-group-lg > input[type="time"][type="password"],
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"][type="text"],
  .input-group-lg > input[type="datetime-local"][type="password"],
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"][type="text"],
  .input-group-lg > input[type="month"][type="password"],
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .payment-methods--comments .input-group-lg > textarea.form-control-static, .input-group-lg > input.form-control-static[type="text"], .input-group-lg > input.form-control-static[type="password"], .input-group-lg > select.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .payment-methods--comments .input-group-sm > textarea.form-control-static, .input-group-sm > input.form-control-static[type="text"], .input-group-sm > input.form-control-static[type="password"], .input-group-sm > select.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control, .payment-methods--comments .input-group-sm > textarea, .input-group-sm > input[type="text"], .input-group-sm > input[type="password"], .input-group-sm > select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control, .payment-methods--comments .input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple],
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control, .form-group-sm .payment-methods--comments textarea, .payment-methods--comments .form-group-sm textarea, .form-group-sm input[type="text"], .form-group-sm input[type="password"], .form-group-sm select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control, .form-group-sm select {
  height: 30px;
  line-height: 30px;
}
/* line 344, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control, .form-group-sm .payment-methods--comments textarea, .payment-methods--comments .form-group-sm textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple] {
  height: auto;
}
/* line 348, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control, .payment-methods--comments .input-group-lg > textarea, .input-group-lg > input[type="text"], .input-group-lg > input[type="password"], .input-group-lg > select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control, .payment-methods--comments .input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple],
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control, .form-group-lg .payment-methods--comments textarea, .payment-methods--comments .form-group-lg textarea, .form-group-lg input[type="text"], .form-group-lg input[type="password"], .form-group-lg select {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 366, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control, .form-group-lg select {
  height: 46px;
  line-height: 46px;
}
/* line 370, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control, .form-group-lg .payment-methods--comments textarea, .payment-methods--comments .form-group-lg textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple] {
  height: auto;
}
/* line 374, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 388, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control, .has-feedback .payment-methods--comments textarea, .payment-methods--comments .has-feedback textarea, .has-feedback input[type="text"], .has-feedback input[type="password"], .has-feedback select {
  padding-right: 42.5px;
}

/* line 398, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .payment-methods--comments .input-group-lg > textarea + .form-control-feedback, .input-group-lg > input[type="text"] + .form-control-feedback, .input-group-lg > input[type="password"] + .form-control-feedback, .input-group-lg > select + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .payment-methods--comments textarea + .form-control-feedback,
.payment-methods--comments .form-group-lg textarea + .form-control-feedback,
.form-group-lg input[type="text"] + .form-control-feedback,
.form-group-lg input[type="password"] + .form-control-feedback,
.form-group-lg select + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .payment-methods--comments .input-group-sm > textarea + .form-control-feedback, .input-group-sm > input[type="text"] + .form-control-feedback, .input-group-sm > input[type="password"] + .form-control-feedback, .input-group-sm > select + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .payment-methods--comments textarea + .form-control-feedback,
.payment-methods--comments .form-group-sm textarea + .form-control-feedback,
.form-group-sm input[type="text"] + .form-control-feedback,
.form-group-sm input[type="password"] + .form-control-feedback,
.form-group-sm select + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control, .has-success .payment-methods--comments textarea, .payment-methods--comments .has-success textarea, .has-success input[type="text"], .has-success input[type="password"], .has-success select {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus, .has-success .payment-methods--comments textarea:focus, .payment-methods--comments .has-success textarea:focus, .has-success input[type="text"]:focus, .has-success input[type="password"]:focus, .has-success select:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control, .has-warning .payment-methods--comments textarea, .payment-methods--comments .has-warning textarea, .has-warning input[type="text"], .has-warning input[type="password"], .has-warning select {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus, .has-warning .payment-methods--comments textarea:focus, .payment-methods--comments .has-warning textarea:focus, .has-warning input[type="text"]:focus, .has-warning input[type="password"]:focus, .has-warning select:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control, .has-error .payment-methods--comments textarea, .payment-methods--comments .has-error textarea, .has-error input[type="text"], .has-error input[type="password"], .has-error select {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus, .has-error .payment-methods--comments textarea:focus, .payment-methods--comments .has-error textarea:focus, .has-error input[type="text"]:focus, .has-error input[type="password"]:focus, .has-error select:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control, .form-inline .payment-methods--comments textarea, .payment-methods--comments .form-inline textarea, .form-inline input[type="text"], .form-inline input[type="password"], .form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .payment-methods--comments textarea,
  .payment-methods--comments .form-inline .input-group textarea,
  .form-inline .input-group input[type="text"],
  .form-inline .input-group input[type="password"],
  .form-inline .input-group select {
    width: auto;
  }
  /* line 508, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .form-inline .payment-methods--comments .input-group > textarea, .payment-methods--comments .form-inline .input-group > textarea, .form-inline .input-group > input[type="text"], .form-inline .input-group > input[type="password"], .form-inline .input-group > select {
    width: 100%;
  }
  /* line 512, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #004572;
  border-color: #003659;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #00263f;
  border-color: black;
}
/* line 17, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #00263f;
  border-color: #00111b;
}
/* line 22, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00263f;
  border-color: #00111b;
}
/* line 29, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #00111b;
  border-color: black;
}
/* line 37, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #004572;
  border-color: #003659;
}
/* line 53, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #004572;
  background-color: #fff;
}

/* line 75, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #00b847;
  border-color: #009f3d;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #008533;
  border-color: #001f0c;
}
/* line 17, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #008533;
  border-color: #006126;
}
/* line 22, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #008533;
  border-color: #006126;
}
/* line 29, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #006126;
  border-color: #001f0c;
}
/* line 37, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #00b847;
  border-color: #009f3d;
}
/* line 53, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #00b847;
  background-color: #fff;
}

/* line 79, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f09235;
  border-color: #ee851d;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #e17811;
  border-color: #82460a;
}
/* line 17, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #e17811;
  border-color: #c0670e;
}
/* line 22, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e17811;
  border-color: #c0670e;
}
/* line 29, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #c0670e;
  border-color: #82460a;
}
/* line 37, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f09235;
  border-color: #ee851d;
}
/* line 53, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f09235;
  background-color: #fff;
}

/* line 87, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d92d28;
  border-color: #c52723;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #af231f;
  border-color: #581210;
}
/* line 17, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #af231f;
  border-color: #911d1a;
}
/* line 22, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #af231f;
  border-color: #911d1a;
}
/* line 29, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #911d1a;
  border-color: #581210;
}
/* line 37, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d92d28;
  border-color: #c52723;
}
/* line 53, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d92d28;
  background-color: #fff;
}

/* line 96, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #307090;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #003366;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #004572;
}

/* line 103, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 184, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control, .input-group .payment-methods--comments textarea, .payment-methods--comments .input-group textarea, .input-group input[type="text"], .input-group input[type="password"], .input-group select {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus, .input-group .payment-methods--comments textarea:focus, .payment-methods--comments .input-group textarea:focus, .input-group input[type="text"]:focus, .input-group input[type="password"]:focus, .input-group select:focus {
  z-index: 3;
}

/* line 58, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .payment-methods--comments textarea,
.payment-methods--comments .input-group textarea,
.input-group input[type="text"],
.input-group input[type="password"],
.input-group select {
  display: table-cell;
}
/* line 63, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .payment-methods--comments textarea:not(:first-child):not(:last-child),
.payment-methods--comments .input-group textarea:not(:first-child):not(:last-child),
.input-group input[type="text"]:not(:first-child):not(:last-child),
.input-group input[type="password"]:not(:first-child):not(:last-child),
.input-group select:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
/* line 89, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm, .payment-methods--comments .input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg, .payment-methods--comments .input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child, .input-group .payment-methods--comments textarea:first-child, .payment-methods--comments .input-group textarea:first-child, .input-group input[type="text"]:first-child, .input-group input[type="password"]:first-child, .input-group select:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child, .input-group .payment-methods--comments textarea:last-child, .payment-methods--comments .input-group textarea:last-child, .input-group input[type="text"]:last-child, .input-group input[type="password"]:last-child, .input-group select:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #307090;
}
/* line 59, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}


.dailybandarole {
position: absolute;
z-index: 100;
margin-left: 1px;
}
.dailybandaroleproduct {
position: absolute;
z-index: 100;
margin-top: 37px;
}

.amazonbandarole {
position: absolute;
z-index: 100;
margin-left: 1px;
}
.amazonbandaroleproduct {
position: absolute;
z-index: 100;
margin-top: 37px;
}

/* line 76, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
/* line 89, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #001b2d;
  border: 1px solid #fff;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 0px;
}
/* line 125, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #004572;
}

/* line 144, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

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

/* line 190, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
/* line 199, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  /* line 210, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #e6eaed;
  }
}

/* line 224, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 0px solid transparent;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0px;
  }
}

/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 206, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 478, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control, .navbar-form .payment-methods--comments textarea, .payment-methods--comments .navbar-form textarea, .navbar-form input[type="text"], .navbar-form input[type="password"], .navbar-form select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .payment-methods--comments textarea,
  .payment-methods--comments .navbar-form .input-group textarea,
  .navbar-form .input-group input[type="text"],
  .navbar-form .input-group input[type="password"],
  .navbar-form .input-group select {
    width: auto;
  }
  /* line 508, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control, .navbar-form .payment-methods--comments .input-group > textarea, .payment-methods--comments .navbar-form .input-group > textarea, .navbar-form .input-group > input[type="text"], .navbar-form .input-group > input[type="password"], .navbar-form .input-group > select {
    width: 100%;
  }
  /* line 512, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 4, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0;
  border-radius: 0px;
}
/* line 10, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #307090;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 32, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 41, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #003366;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #004572;
  border-color: #004572;
  cursor: default;
}
/* line 64, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
/* line 12, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #004572;
}
/* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #00263f;
}

/* line 52, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #00b847;
}
/* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #008533;
}

/* line 56, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f09235;
}
/* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #e17811;
}

/* line 64, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d92d28;
}
/* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #af231f;
}

/* line 9, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
/* line 16, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4, .alert .h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

/* line 1, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* line 34, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 46, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 87, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #004572;
  border-color: #004572;
}
/* line 96, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #3fb3ff;
}

/* line 4, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* line 27, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* line 63, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* line 82, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
/* line 89, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
/* line 127, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
/* line 131, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
/* line 135, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
/* line 143, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
/* line 149, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
/* line 153, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
/* line 157, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
/* line 164, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
/* line 230, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #004572;
}
/* line 6, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #004572;
  border-color: #004572;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #004572;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #004572;
  background-color: #fff;
}
/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #004572;
}

/* line 260, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 6, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 97, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}

/* line 36, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 27, ../sass/_base.scss */
html, body {
  height: 100%;
}

/* line 31, ../sass/_base.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1210px;
}
.container_outer {
  margin-right: auto;
  margin-left: auto;
  max-width: 1180px;
}
.container_outer_space {
  margin-right: auto;
  margin-left: auto;
  max-width: 1184px;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

/* line 35, ../sass/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 48, ../sass/_base.scss */
.main-small h1:first-of-type, .main-small .h1:first-of-type, .main-wide h1:first-of-type, .main-wide .h1:first-of-type {
  margin-top: 0;
}

/* line 51, ../sass/_base.scss */
.cms h1, .cms .h1, .cms h2, .cms .h2, .cms h3, .cms .h3, .welcome-msg h1, .welcome-msg .h1, .welcome-msg h2, .welcome-msg .h2, .welcome-msg h3, .welcome-msg .h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  text-transform: uppercase;
}
/* line 57, ../sass/_base.scss */
.cms h1 span, .cms .h1 span, .cms h2 span, .cms .h2 span, .cms h3 span, .cms .h3 span, .welcome-msg h1 span, .welcome-msg .h1 span, .welcome-msg h2 span, .welcome-msg .h2 span, .welcome-msg h3 span, .welcome-msg .h3 span {
  color: #85A0B3;
  font-weight: normal;
}
/* line 61, ../sass/_base.scss */
.cms h1 span.highlight, .cms .h1 span.highlight, .cms h2 span.highlight, .cms .h2 span.highlight, .cms h3 span.highlight, .cms .h3 span.highlight, .welcome-msg h1 span.highlight, .welcome-msg .h1 span.highlight, .welcome-msg h2 span.highlight, .welcome-msg .h2 span.highlight, .welcome-msg h3 span.highlight, .welcome-msg .h3 span.highlight {
  color: #f09235;
  display: block;
}
/* line 66, ../sass/_base.scss */
.cms h1 span.highlight-in, .cms .h1 span.highlight-in, .cms h2 span.highlight-in, .cms .h2 span.highlight-in, .cms h3 span.highlight-in, .cms .h3 span.highlight-in, .welcome-msg h1 span.highlight-in, .welcome-msg .h1 span.highlight-in, .welcome-msg h2 span.highlight-in, .welcome-msg .h2 span.highlight-in, .welcome-msg h3 span.highlight-in, .welcome-msg .h3 span.highlight-in {
  color: #f09235;
}
/* line 72, ../sass/_base.scss */
.cms h2, .cms .h2, .cms h3, .cms .h3, .cms h4, .cms .h4, .welcome-msg h2, .welcome-msg .h2, .welcome-msg h3, .welcome-msg .h3, .welcome-msg h4, .welcome-msg .h4 {
  font-size: 18px;
  text-transform: none;
}

/* line 80, ../sass/_base.scss */
a, button, .btn, .btn-default {
  -webkit-transition: color 0.2s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s;
  -webkit-transition: background-color 0.2s ease-in-out 0s;
  -o-transition: background-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s;
}
/* line 84, ../sass/_base.scss */
a:focus, button:focus, .btn:focus, .btn-default:focus {
  outline: 0;
}

/* line 89, ../sass/_base.scss */
.page-content button {
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 8px;
}

/* line 102, ../sass/_base.scss */
form {
  margin-bottom: 0;
}

/* line 108, ../sass/_base.scss */
.product-block ul, #tabbed_product_info ul {
  padding: 0;
  list-style-type: none;
  list-style-image: url("../img/list-image-dot--green.png");
}

/* line 116, ../sass/_base.scss */
.main-wide .inside, .main-small .inside {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 121, ../sass/_base.scss */
.pager {
  padding: 15px;
}

/* line 125, ../sass/_base.scss */
.hr {
  height: 1px;
  margin: 8px 0;
  border-bottom: 1px solid #eaeaea;
}

/* line 134, ../sass/_base.scss */
.align--center, .align--center-left, .align--center-right {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 139, ../sass/_base.scss */
  .align--center-left {
    text-align: left;
  }
  /* line 143, ../sass/_base.scss */
  .align--center-right {
    text-align: right;
  }
}

/* line 149, ../sass/_base.scss */
.wb-well {
  background: #F0F4F7;
  height: inherit;
  padding: 15px;
}
/* line 154, ../sass/_base.scss */
.wb-well h1, .wb-well .h1, .wb-well h2, .wb-well .h2 {
  border-bottom: 1px solid #d0d0d0;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-top: 10px;
}

/* line 164, ../sass/_base.scss */
.errormessage {
  padding: 15px;
  margin: 15px 15px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* //imn cart new BOF */
.errormessage_cart {
	margin: 15px 0px 20px;
	border:none;
	border-radius: 0px;
}
/* //imn cart new EOF */

/* line 171, ../sass/_base.scss */
.successmessage {
  padding: 15px;
  margin: 20px 15px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 177, ../sass/_base.scss */
.inside .successmessage {
  margin: 30px 0;
}

/* line 182, ../sass/_base.scss */
.darkgreen {
  color: #00b847;
}

/* line 188, ../sass/_base.scss */
.main-wide .btn, .main-wide button, .main-small .btn, .main-small button, .featherlight-content .btn, .featherlight-content button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 191, ../sass/_base.scss */
.main-wide .btn i, .main-wide button i, .main-small .btn i, .main-small button i, .featherlight-content .btn i, .featherlight-content button i {
  margin-right: 8px;
}

/* line 197, ../sass/_base.scss */
.btn-flat--blue {
  border: 0 !important;
  display: inline-block;
  color: #fff !important;
  background: #004572 !important;
  padding: 8px !important;
}
/* line 204, ../sass/_base.scss */
.btn-flat--blue:hover {
  background: #003659 !important;
}

.btn-flat--green {
  border: 0 !important;
  display: inline-block;
  color: #fff !important;
  background: #008C8C !important;
  padding: 8px !important;
}

.btn-flat--green:hover {
  background: #007272 !important;
}

/* line 209, ../sass/_base.scss */
.btn-flat--black {
  border: 0;
  color: #fff !important;
  display: inline-block;
 /* background: #011421;*/
 background: #F79415;
  padding: 8px;
}
/* line 216, ../sass/_base.scss */
.btn-flat--black:hover {
  background: #000 !important;
}
.btn-flat--black_inactiv {
	background: #e3e3e3;
	cursor:default;
}
.btn-flat--black_inactiv:hover {
  background: #e3e3e3 !important;
  cursor:default;
}


/* line 221, ../sass/_base.scss */
.btn-grd--black {
  background: #001b2d url("../img/bg_box-header--black.png") 0 50% repeat-x;
  color: #fff;
}
/* line 226, ../sass/_base.scss */
.btn-grd--black:hover {
  color: #eeeeee;
  background-position: 0 50px;
}

/* line 232, ../sass/_base.scss */
.btn-glossy--blue {
  background-color: #087dc8;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4N2RjOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMTg4Y2Q3Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwYTdlYzkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDc4YzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #087dc8), color-stop(50%, #188cd7), color-stop(50%, #0a7ec9), color-stop(100%, #0478c3));
  background-image: -moz-linear-gradient(#087dc8, #188cd7 50%, #0a7ec9 50%, #0478c3 100%);
  background-image: -webkit-linear-gradient(#087dc8, #188cd7 50%, #0a7ec9 50%, #0478c3 100%);
  background-image: linear-gradient(#087dc8, #188cd7 50%, #0a7ec9 50%, #0478c3 100%);
  color: #fff;
  text-shadow: rgba(0, 69, 114, 0.75) 0 -2px 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 239, ../sass/_base.scss */
.btn-glossy--blue:hover, .btn-glossy--blue:focus {
  color: #eeeeee;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4N2RjOCIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjMTg4Y2Q3Ii8+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiMwYTdlYzkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDc4YzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #087dc8), color-stop(10%, #188cd7), color-stop(10%, #0a7ec9), color-stop(100%, #0478c3));
  background-image: -moz-linear-gradient(#087dc8, #188cd7 10%, #0a7ec9 10%, #0478c3 100%);
  background-image: -webkit-linear-gradient(#087dc8, #188cd7 10%, #0a7ec9 10%, #0478c3 100%);
  background-image: linear-gradient(#087dc8, #188cd7 10%, #0a7ec9 10%, #0478c3 100%);
}

/* line 249, ../sass/_base.scss */
.text-content .continue {
  clear: both;
  margin: 40px 0 20px;
}

/* line 257, ../sass/_base.scss */
.box {
  /*border: 1px solid #d0d0d0;*/
  margin-bottom: 30px;
  position: relative;
}
/* line 263, ../sass/_base.scss */
.box-nobo {
  margin-bottom: 30px;
  position: relative;
}

/* line 268, ../sass/_base.scss */
.sidebar-1 .box {
  border-top: 0;
  background: #f2f2f2;
  /*margin-top: 3px;*/
}

/* line 274, ../sass/_base.scss */
.head-rounded {
  max-width: 440px;
  -moz-border-radius: 0 0 44px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 44px 0;
}

/* line 279, ../sass/_base.scss */
.box-header, .productWrap h3, .productWrap .h3 {
  background: #333333;
  color: #fff;
  display: block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  /*text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 1px;*/
  padding: 8px 15px 7px;
  margin-top: 0;
}
/* line 289, ../sass/_base.scss */
.box-header--black {
  background: #010a13 url("../img/bg_box-header--black.png") 0 0 repeat-x;
}
/* line 290, ../sass/_base.scss */
.box-header--darkgray {
  background: #333333 url("../img/bg_box-header--darkgrey.png") 0 0 repeat-x;
}
/* line 291, ../sass/_base.scss */
.box-header--blue, .productWrap h3, .productWrap .h3 {
  /*background: #004572 url("../img/bg_box-header--blue.png") 0 0 repeat-x;*/
  background: #004572;
}
/* line 292, ../sass/_base.scss */
.box-header--lightblue {
  background: #004572 url("../img/bg_box-header-lightblue.png") 0 0 repeat-x;
}

/* line 295, ../sass/_base.scss */
.sidebar-1 .box-header, .sidebar-1 .productWrap h3, .productWrap .sidebar-1 h3, .sidebar-1 .productWrap .h3, .productWrap .sidebar-1 .h3 {
  font-size: 16px;
  top: -3px;
  left: -1px;
  margin-right: -2px;
  position: relative;
  text-transform: uppercase;
  /*-moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 8px 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0 4px 8px 0;*/
}

/* line 306, ../sass/_base.scss */
.copyright {
  height: 1px;
  width: 1px;
  display: none;
  visibility: hidden;
}

/* line 315, ../sass/_base.scss */
.row-flex, .row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}

/* line 324, ../sass/_base.scss */
.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}

/* line 330, ../sass/_base.scss */
.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
  margin: -.2px;
  /* hack adjust for wrapping */
}

/* line 334, ../sass/_base.scss */
.container-flex > div[class*='col-'] div, .row-flex > div[class*='col-'] div {
  width: 100%;
}

/* line 339, ../sass/_base.scss */
.flex-col {
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
}

/* line 346, ../sass/_base.scss */
.flex-grow {
  display: flex;
  -webkit-flex: 2;
  flex: 2;
}

/* line 357, ../sass/_base.scss */
.wings {
  display: none;
}
@media (min-width: 992px) {
  /* line 357, ../sass/_base.scss */
  .wings {
    display: block;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: -1;
  }
  /* line 367, ../sass/_base.scss */
  .wings .container {
    max-width: 1200px;
  }
  /* line 371, ../sass/_base.scss */
  .wings .wing-left {
    margin-left: -400px;
    width: 400px;
    float: left;
    text-align: right;
  }
  /* line 378, ../sass/_base.scss */
  .wings .wing-right {
    margin-right: -400px;
    width: 400px;
    float: right;
    text-align: left;
  }
}

@media (min-width: 880px) {
  /* line 5, ../sass/layout/_content.scss */
  .sidebar-1 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  /* line 5, ../sass/layout/_content.scss */
  .sidebar-1 {
    width: 300px;
  }
}

/* line 18, ../sass/layout/_content.scss */
section.content {
  top: -30px;
  overflow: hidden;
  position: relative;
  min-height: 500px;
  background-color: white;
}

/* line 25, ../sass/layout/_content.scss */
.page-content > .row {
  background: #fff;
  padding: 20px 0 0 0;
  position: relative;
}
@media (min-width: 768px) {
  /* line 34, ../sass/layout/_content.scss */
  .page-content > .row {
    margin-left: 0;
    margin-right: 0;
    /*-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px 6px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px 6px;*/
  }
}

/* line 48, ../sass/layout/_content.scss */
.main-small {
  overflow: hidden;
}
@media (min-width: 880px) {
  /* line 48, ../sass/layout/_content.scss */
  .main-small {
    float: left;
    width: 66.66666667%;
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  /* line 48, ../sass/layout/_content.scss */
  .main-small {
    float: none;
    width: auto;
    margin-left: 300px;
    position: relative;
  }
}

/* line 66, ../sass/layout/_content.scss */
.main-wide {
  min-height: 500px;
}
@media (min-width: 992px) {
  /* line 66, ../sass/layout/_content.scss */
  .main-wide {
    min-width: 800px;
  }
}

/* line 75, ../sass/layout/_content.scss */
.top-brands {
  border: 1px solid #d0d0d0;
  margin-bottom: 20px;
}
/* line 79, ../sass/layout/_content.scss */
.top-brands h3, .top-brands .h3 {
  margin-top: 0;
}
/* line 83, ../sass/layout/_content.scss */
.top-brands img {
  width: 100%;
}

/* line 88, ../sass/layout/_content.scss */
.popupWrap {
  max-width: 980px;
  width: 90%;
  margin: 20px auto;
}

/* line 3, ../sass/layout/_footer.scss */
footer {
  background: #000;
  color: #fff;
  margin-top: -30px;
}

/* line 9, ../sass/layout/_footer.scss */
.footer-main {
  background: #001b2d;
  clear: both;
  font: "Roboto", Arial, sans-serif;
  padding: 26px 0 30px;
}
/* line 16, ../sass/layout/_footer.scss */
.footer-main div > p {
  background: url("../img/icon-fast-delivery-w-30.png") 0 50% no-repeat;
  background-size: 26px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 35px;
}
/* line 29, ../sass/layout/_footer.scss */
.footer-main .container > div:nth-child(2) p {
  background-image: url("../img/icon-ankermann-w-30.png");
}
/* line 34, ../sass/layout/_footer.scss */
.footer-main .container > div:nth-child(3) p {
  background-image: url("../img/icon-support-w-30.png");
}
/* line 40, ../sass/layout/_footer.scss */
.footer-main .container > div:nth-child(4) p {
  background-image: url("../img/icon-contact-w-30.png");
}
/* line 44, ../sass/layout/_footer.scss */
.footer-main .container > div:nth-child(4) div > a {
  margin-bottom: 8px;
}
/* line 47, ../sass/layout/_footer.scss */
.footer-main .container > div:nth-child(4) div > a > small {
  display: block;
  padding-left: 18px;
  margin-bottom: 8px;
}
/* line 54, ../sass/layout/_footer.scss */
.footer-main .container > div:nth-child(4) .social-icons {
  margin-bottom: 18px;
}
/* line 61, ../sass/layout/_footer.scss */
.footer-main .container .group-7 {
  display: none;
  visibility: hidden;
}
/* line 66, ../sass/layout/_footer.scss */
.footer-main .container #eKomiSeal_default {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 12px;
}
/* line 70, ../sass/layout/_footer.scss */
.footer-main .container #eKomiSeal_default img {
  margin-right: 15px;
}
@media (min-width: 992px) {
  /* line 78, ../sass/layout/_footer.scss */
  .footer-main .container > div {
    border-right: 1px solid rgba(0, 0, 0, 0.75);
  }
  /* line 81, ../sass/layout/_footer.scss */
  .footer-main .container > div:nth-child(4) {
    border: 0;
  }
}
/* line 90, ../sass/layout/_footer.scss */
.footer-main a, .footer-main ul li a {
  color: #fff;
  font-size: 14px;
}
/* line 94, ../sass/layout/_footer.scss */
.footer-main a:hover, .footer-main a:before, .footer-main ul li a:hover, .footer-main ul li a:before {
  color: #009ce5;
  text-decoration: none;
}

/* line 101, ../sass/layout/_footer.scss */
.footer-copy {
  padding: 12px 0;
  text-align: center;
}
/* line 105, ../sass/layout/_footer.scss */
.footer-copy p {
  margin: 0;
}

/* line 7, ../sass/layout/_header.scss */
header .header-main {
  background: #fff;
}
/* line 12, ../sass/layout/_header.scss */
header .logo {
  /*margin: 82px auto 100px;*/
  text-align: center;
}
/* line 19, ../sass/layout/_header.scss */
header a:hover {
  text-decoration: none;
}
@media (min-width: 740px) {
  /* line 23, ../sass/layout/_header.scss */
  header .logo {
    /*margin-bottom: 40px;*/
  }
}
@media (min-width: 768px) {
  /* line 31, ../sass/layout/_header.scss */
  header .logo {
    float: left;
    /*margin-top: 130px;*/
    padding-right: 15px;
    text-align: left;
    width: 33.33333%;
  }
}
@media (min-width: 940px) {
  /* line 41, ../sass/layout/_header.scss */
  header .logo {
    /*margin-top: 60px;*/
  }
}
@media (min-width: 992px) {
  /* line 53, ../sass/layout/_header.scss */
  header .logo {
    /*margin: 25px 0 20px;*/
  }
}

/* ============================================================================================= */
/* ========= css Buttons web0null ========= */
/* ============================================================================================= */
/* line 4, ../sass/components/_buttons.scss */
.cssButton {
  position: relative;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  text-decoration: none !important;
}

/* line 13, ../sass/components/_buttons.scss */
.buttonSize0,
.buttonSize0 .background_hover,
.buttonSize0 .animate_image,
.buttonSize0 .buttonIcon,
.buttonSize0 button {
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}

/* line 23, ../sass/components/_buttons.scss */
.buttonSize1,
.buttonSize1 .background_hover,
.buttonSize1 .animate_image,
.buttonSize1 .buttonIcon,
.buttonSize1 button {
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}

/* line 33, ../sass/components/_buttons.scss */
.buttonSize2,
.buttonSize2 .background_hover,
.buttonSize2 .animate_image,
.buttonSize2 .buttonIcon,
.buttonSize2 button {
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}

/* line 43, ../sass/components/_buttons.scss */
.cssButton .background_hover,
.cssButton .animate_image,
.cssButton button {
  position: absolute !important;
  display: inline-block;
  width: 100%;
  top: 0;
  left: 0;
  border: none;
  background: transparent;
}

/* line 55, ../sass/components/_buttons.scss */
.cssButton .animate_image {
  background-position: 50% 50%;
}

/* line 63, ../sass/components/_buttons.scss */
.cssButton .background_hover {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

/* line 68, ../sass/components/_buttons.scss */
.cssButton:hover .background_hover {
  opacity: 1;
  background: #00263f !important;
}

/* line 73, ../sass/components/_buttons.scss */
.cssButton .buttonIcon {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
}

/* ================================================= */
/* line 80, ../sass/components/_buttons.scss */
.cssButton.buttonSize0 .buttonIcon {
  width: 24px;
}

/* line 84, ../sass/components/_buttons.scss */
.cssButton.buttonSize1 .buttonIcon {
  width: 24px;
}

/* line 88, ../sass/components/_buttons.scss */
.cssButton.buttonSize2 .buttonIcon {
  width: 24px;
}

/* ================================================= */
/* line 93, ../sass/components/_buttons.scss */
.cssButton.buttonSize0 .buttonIcon {
  background-size: 24px;
  -moz-background-size: 24px;
}

/* line 98, ../sass/components/_buttons.scss */
.cssButton.buttonSize1 .buttonIcon {
  background-size: 24px;
  -moz-background-size: 24px;
}

/* line 103, ../sass/components/_buttons.scss */
.cssButton.buttonSize2 .buttonIcon {
  background-size: 13px;
  -moz-background-size: 13px;
}

/* ================================================= */
/* line 109, ../sass/components/_buttons.scss */
.icononly.buttonSize0 .buttonIcon {
  width: 28px;
}

/* line 113, ../sass/components/_buttons.scss */
.icononly.buttonSize1 .buttonIcon {
  width: 24px;
}

/* line 117, ../sass/components/_buttons.scss */
.icononly.buttonSize2 .buttonIcon {
  width: 24px;
}

/* ================================================= */
/* line 122, ../sass/components/_buttons.scss */
.iconleft .buttonIcon {
  left: 4px;
}

/* line 126, ../sass/components/_buttons.scss */
.iconright .buttonIcon {
  right: 4px;
}

/* line 130, ../sass/components/_buttons.scss */
.cssButton .buttonText,
.icononly .buttonIcon {
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: .6pt;
  white-space: nowrap;
}

/* line 140, ../sass/components/_buttons.scss */
.cssButton .buttonText {
  padding: 0 10px;
}

/* ================================================= */
/* line 145, ../sass/components/_buttons.scss */
.iconleft.buttonSize0 .buttonText {
  padding: 0 10px 0 30px;
}

/* line 149, ../sass/components/_buttons.scss */
.iconleft.buttonSize1 .buttonText {
  padding: 0 10px 0 30px;
}

/* line 153, ../sass/components/_buttons.scss */
.iconleft.buttonSize2 .buttonText {
  padding: 0 5px 0 25px;
}

/* ================================================= */
/* line 158, ../sass/components/_buttons.scss */
.iconright.buttonSize0 .buttonText {
  padding: 0 30px 0 10px;
}

/* line 162, ../sass/components/_buttons.scss */
.iconright.buttonSize1 .buttonText {
  padding: 0 30px 0 10px;
}

/* line 166, ../sass/components/_buttons.scss */
.iconright.buttonSize2 .buttonText {
  padding: 0 25px 0 5px;
}

/* ================================================= */
/* line 171, ../sass/components/_buttons.scss */
.iconnone.buttonSize0 .buttonText {
  padding: 0 10px;
}

/* line 175, ../sass/components/_buttons.scss */
.iconnone.buttonSize1 .buttonText {
  padding: 0 10px;
}

/* line 179, ../sass/components/_buttons.scss */
.iconnone.buttonSize2 .buttonText {
  padding: 0 5px;
}

/* ================================================= */
/* line 184, ../sass/components/_buttons.scss */
.cssButton button {
  color: transparent;
}

/* line 188, ../sass/components/_buttons.scss */
.buttonclear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

/* cssButton style =================================== */
/* line 195, ../sass/components/_buttons.scss */
.cssButton,
.background_hover,
.animate_image {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 203, ../sass/components/_buttons.scss */
.cssButton.textButton {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Verlauf */
/* not IE */
/* line 219, ../sass/components/_buttons.scss */
.cssButton .gradient_1 {
  background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0.2) 51%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0.2) 51%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0.2) 51%, rgba(0, 0, 0, 0.6) 100%);
}

/* line 225, ../sass/components/_buttons.scss */
.cssButton .gradient_2 {
  background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.1) 0, rgba(0, 0, 0, 0.3) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.1) 0, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#1affffff,endColorstr=#4d000000);
}

/* Text Farbe */
/* line 233, ../sass/components/_buttons.scss */
.cssButton {
  color: #FFFFFF !important;
}

/* Text-Shadow */
/* line 238, ../sass/components/_buttons.scss */
.cssButton .buttonText, .buttonIcon {
  text-shadow: 0px -1px 0px #0B4E77;
}

/* Button Farbe */
/* line 244, ../sass/components/_buttons.scss */
.color_1 {
  background-color: #004572 !important;
}

/* line 248, ../sass/components/_buttons.scss */
.color_0 {
  background-color: #004572 !important;
}

/* css Animation ================================== (not IE) */
 /*.cssButton .background_hover,
.cssButton .animate_image {
	-webkit-transition-duration:200ms;
	-webkit-transition-property:background-color,background-position,opacity;
	-webkit-transition-timing-function:ease-in-out;
	-moz-transition-duration:200ms;
	-moz-transition-property:background-color,background-position,opacity;
	-moz-transition-timing-function:ease-in-out;
	-o-transition-duration:200ms;
	-o-transition-property:background-color,background-position,opacity;
	-o-transition-timing-function:ease-in-out;
}
*/
/* =============================================================================================== */
/* ========= css Buttons web0null ========= */
/* =============================================================================================== */
/* line 2, ../sass/components/_checkout.scss */
#cart .inside {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 9, ../sass/components/_checkout.scss */
#giftForm h2, #giftForm .h2 {
  margin-top: 0;
}
/* line 13, ../sass/components/_checkout.scss */
#giftForm .highlightbox {
  padding-top: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 18, ../sass/components/_checkout.scss */
#giftForm .highlightbox > span {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 29, ../sass/components/_checkout.scss */
  #giftForm .highlightbox > span:first-of-type {
    margin-bottom: 20px;
  }
  /* line 33, ../sass/components/_checkout.scss */
  #giftForm .highlightbox > span:nth-of-type(2) {
    width: 50%;
    padding-right: 15px;
    float: left;
  }
  /* line 39, ../sass/components/_checkout.scss */
  #giftForm .highlightbox > span:last-of-type {
    width: 50%;
    padding-left: 15px;
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 50, ../sass/components/_checkout.scss */
  #giftForm .highlightbox > span {
    display: inline-block;
    width: auto;
    float: left;
  }
  /* line 55, ../sass/components/_checkout.scss */
  #giftForm .highlightbox > span:first-of-type {
    padding-top: 5px;
    padding-right: 15px;
  }
  /* line 60, ../sass/components/_checkout.scss */
  #giftForm .highlightbox > span:nth-of-type(2) {
    min-width: 340px;
  }
  /* line 63, ../sass/components/_checkout.scss */
  #giftForm .highlightbox > span:nth-of-type(2) input[type="text"] {
    width: 100%;
    padding: 4px;
  }
  /* line 69, ../sass/components/_checkout.scss */
  #giftForm .highlightbox > span:last-of-type {
    width: auto;
  }
}
/* line 2, ../sass/components/_colorPicker.scss */
.colorPicker.link {
  position: absolute;
  cursor: pointer;
  height: 23px;
  width: 91px;
}
/* line 7, ../sass/components/_colorPicker.scss */
.colorPicker.link img.pickerImage {
  position: absolute;
}
/* line 10, ../sass/components/_colorPicker.scss */
.colorPicker.link span.text {
    display: block;
    position: absolute;
    left: 34px;
    top: 2px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}
/* line 18, ../sass/components/_colorPicker.scss */
.colorPicker.link:hover span.text {
  color: #cccccc;
}

/* line 25, ../sass/components/_colorPicker.scss */
.productWrap .colorPicker.link {
  position: relative;
}

/* line 35, ../sass/components/_colorPicker.scss */
.configurator3 #choose-component-dialog .component-info .image .colorPicker.link {
  text-align: left;
  left: 3px;
  top: 3px;
}
/* line 39, ../sass/components/_colorPicker.scss */
.configurator3 #choose-component-dialog .component-info .image .colorPicker.link span.text {
  position: relative;
}

/* line 53, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .colorPicker-header .header-image {
  position: relative;
  top: -4px;
  left: -6px;
  display: inline-block;
}
/* line 59, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .colorPicker-header .title {
  color: black;
  font-weight: normal;
  display: inline-block;
}
/* line 64, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .colorPicker-header .value-header {
  display: inline-block;
}
/* line 66, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .colorPicker-header .value-header .value {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
/* line 70, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .colorPicker-header .value-header .value:first-letter {
  font-size: 16px;
}
/* line 77, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .content {
  overflow: hidden;
  border-radius: 0px;
}
/* line 82, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .content .pickArea {
  padding: 0px 10px 15px 10px;
  text-align: center;
}
/* line 85, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .content .pickArea .colorPick {
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-block;
  margin: 4px;
  opacity: .8;
}
/* line 92, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .content .pickArea .colorPick:hover, .fl-colorPicker.colorPicker .content .pickArea .colorPick.active {
  box-shadow: 1px 1px 3px 0 #333;
  opacity: 1;
}
/* line 96, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .content .pickArea .colorPick .square {
  background-color: transparent;
  border: 1px solid white;
  box-shadow: 1px 1px 3px 1px lightblue;
  height: 18px;
  width: 18px;
}
/* line 108, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .content .mainImage .img-overlay {
  position: relative;
}
/* line 110, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .content .mainImage .img-overlay img {
  max-height: 65vh;
}
/* line 113, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .content .mainImage .img-overlay img.swap {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
/* line 126, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .content .diffPrice .wrapper {
  padding: 10px;
  font-size: 15px;
  color: #006899;
  text-align: center;
}
/* line 134, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .content .footerText {
  text-align: center;
  padding-top: 20px;
}
/* line 137, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker .content .footerText span.text {
  display: inline-block;
  text-align: left;
  line-height: 13px;
  padding: 0 0 0 25px;
  max-width: 240px;
  background: url('/../../images/v4/daten-information.png?1447178087') no-repeat;
  font-size: 9px;
}
/* line 149, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker button.ok {
  background: url('/../../images/v4/configurator/colorPicker-button.png?1447178088') no-repeat;
  border: medium none;
  color: #444;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  height: 35px;
  opacity: 0.8;
  padding: 3px 6px;
  width: 71px;
  z-index: 10;
}
/* line 161, ../sass/components/_colorPicker.scss */
.fl-colorPicker.colorPicker button.ok:hover {
  opacity: 1;
}

/**
 * Featherlight ÔÇô ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, No├½l Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  /* line 9, ../sass/components/_featherlight.scss */
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent;
  }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  /* line 31, ../sass/components/_featherlight.scss */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  /* line 35, ../sass/components/_featherlight.scss */
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  /* line 44, ../sass/components/_featherlight.scss */
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 8px;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }

  /* contains the content */
  /* line 73, ../sass/components/_featherlight.scss */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }

  /* line 78, ../sass/components/_featherlight.scss */
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }

  /* line 99, ../sass/components/_featherlight.scss */
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }

  /* line 105, ../sass/components/_featherlight.scss */
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }

  /* line 111, ../sass/components/_featherlight.scss */
  .featherlight iframe {
    /* styling */
    border: none;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  /* line 119, ../sass/components/_featherlight.scss */
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
  }
}
/* line 133, ../sass/components/_featherlight.scss */
.fl-fixwidth .featherlight-inner {
  min-height: 400px;
  border: 2px solid #144A73;
  padding: 15px;
  overflow: hidden;
}
/* line 139, ../sass/components/_featherlight.scss */
.fl-fixwidth .featherlight-inner button.continue {
  display: none;
}

/* line 144, ../sass/components/_featherlight.scss */
.featherlight .featherlight-close-icon {
  background: #144a76;
  /* border-radius: 14px; */
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
}

/**
 * Featherlight Gallery ÔÇô an extension for the ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, No├½l Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  /* line 162, ../sass/components/_featherlight.scss */
  .featherlight-next,
  .featherlight-previous {
    color: #004572;
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: transparent;
  }

  /* line 184, ../sass/components/_featherlight.scss */
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }

  /* line 189, ../sass/components/_featherlight.scss */
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }

  /* line 195, ../sass/components/_featherlight.scss */
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #004572;
    font-style: normal;
    font-weight: normal;
  }

  /* line 218, ../sass/components/_featherlight.scss */
  .featherlight-next span {
    right: 5%;
    left: auto;
  }

  /* line 224, ../sass/components/_featherlight.scss */
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }

  /* Hide navigation while loading */
  /* line 230, ../sass/components/_featherlight.scss */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none;
  }
}
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  /* line 237, ../sass/components/_featherlight.scss */
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }

  /* line 241, ../sass/components/_featherlight.scss */
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  /* line 249, ../sass/components/_featherlight.scss */
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }

  /* line 256, ../sass/components/_featherlight.scss */
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }

  /* line 261, ../sass/components/_featherlight.scss */
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
/* line 9, ../sass/components/_finance-table.scss */
.cmf > div:first-of-type strong {
  display: block;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 18px;
  border-bottom: 1px solid #d0d0d0;
}
/* line 18, ../sass/components/_finance-table.scss */
.cmf > div:last-of-type {
  color: #00548c;
  text-transform: uppercase;
  margin: 18px 0;
}

/* line 26, ../sass/components/_finance-table.scss */
.finance-example {
  width: 100%;
  font-size: 13px;
  margin-bottom: 30px;
}
/* line 30, ../sass/components/_finance-table.scss */
.finance-example th {
  background: #004572 !important;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  padding: 8px 6px;
  text-align: center;
}
/* line 38, ../sass/components/_finance-table.scss */
.finance-example th:last-of-type {
  border: 0;
}
/* line 43, ../sass/components/_finance-table.scss */
.finance-example tr {
  background: #f0f4f7;
}
/* line 46, ../sass/components/_finance-table.scss */
.finance-example tr:nth-of-type(odd) {
  background: #dfe8ee;
}
/* line 51, ../sass/components/_finance-table.scss */
.finance-example td {
  text-align: center;
  padding: 6px;
}
/* line 55, ../sass/components/_finance-table.scss */
.finance-example td:nth-of-type(2), .finance-example td:nth-of-type(5) {
  text-align: right;
}
/* line 60, ../sass/components/_finance-table.scss */
.finance-example .d_footnote {
  font-size: 13px;
}

/* line 1, ../sass/components/_frontpage-content.scss */
.page-content {
  /*

  .welcome-msg {
    position: relative;
    &:before {
      content: " ";
      display: block;
      width: 100%;
      height: 20px;
      top: 4px;
      position: absolute;
      @include background-image(linear-gradient($gray-blue-light rgba($gray-blue-light, 0)));
    }
    &:after {
      content: " ";
      display: block;
      width: 100%;
      height: 40px;
      bottom: 4px;
      position: absolute;
      @include background-image(linear-gradient(rgba($gray-blue-light, 0) $gray-blue-light));
    }

    .inside {
      height: 380px;
      overflow-y: scroll;
    }
  }
  */
}
/* line 3, ../sass/components/_frontpage-content.scss */
.page-content .welcome-msg {
  clear: both;
    /* Welcome text with box-shadow :)
    .container {
      &:before {
        background: $text-color-inverted;
        display: table;
        content: " ";
        width: 100%;
        height: 10px;
        @include box-shadow(rgba(0, 0, 0, 0.35) 0px 6px 8px 0px);
        position: relative;
        z-index: 10;
      }

      &:after {
        background: $text-color-inverted;
        display: table;
        content: " ";
        width: 100%;
        height: 10px;
        @include box-shadow(rgba(0, 0, 0, 0.35) 0px 6px 8px 0px);
        @include transform(rotate(180deg));
        position: relative;
        z-index: 10;
      }
    }
    */
}
/* line 33, ../sass/components/_frontpage-content.scss */
.page-content .welcome-msg .inside {
  background: #f0f4f6;
  padding: 15px;
  border-top: 0px solid #a6acb0;
  border-bottom: 0px solid #a6acb0;
  font-family: "Roboto", Arial, sans-serif;
}

/* line 77, ../sass/components/_frontpage-content.scss */
.page-content .favorites ul,
.footer-main ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 83, ../sass/components/_frontpage-content.scss */
.page-content .favorites ul li,
.footer-main ul li {
  margin-bottom: 2px;
}
/* line 87, ../sass/components/_frontpage-content.scss */
.page-content .favorites ul a,
.footer-main ul a {
  color: #333333;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  display: block;
  white-space: nowrap;
}
/* line 94, ../sass/components/_frontpage-content.scss */
.page-content .favorites ul a:before,
.footer-main ul a:before {
  color: #848484;
  content: "";
  display: block;
  float: left;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 18px;
  margin-right: 6px;
}
/* line 105, ../sass/components/_frontpage-content.scss */
.page-content .favorites ul a:hover, .page-content .favorites ul a:hover:before,
.footer-main ul a:hover,
.footer-main ul a:hover:before {
  color: #004572;
  text-decoration: none;
}
/* line 110, ../sass/components/_frontpage-content.scss */
.page-content .favorites ul a strong,
.footer-main ul a strong {
  font-weight: normal;
}

/* line 119, ../sass/components/_frontpage-content.scss */
.page-content .favorites {
  padding-top: 24px;
  padding-bottom: 40px;
}
/* line 123, ../sass/components/_frontpage-content.scss */
.page-content .favorites p {
  font-weight: bold;
  color: #000;
}
/* line 128, ../sass/components/_frontpage-content.scss */
.page-content .favorites .categories {
  border-right: 1px solid #a6acb0;
}

/* line 136, ../sass/components/_frontpage-content.scss */
.top-brands .divider {
  display: none;
}
/* line 140, ../sass/components/_frontpage-content.scss */
.top-brands .brand a {
  padding: 20px;
  display: block;
  opacity: .5;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 146, ../sass/components/_frontpage-content.scss */
.top-brands .brand a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 153, ../sass/components/_frontpage-content.scss */
  .top-brands .divider {
    display: block;
  }
  /* line 156, ../sass/components/_frontpage-content.scss */
  .top-brands .divider .hr {
    margin: 0 15px;
  }
  /* line 160, ../sass/components/_frontpage-content.scss */
  .top-brands .brand {
    width: 20%;
    border-right: 1px solid #eaeaea;
  }
  /* line 163, ../sass/components/_frontpage-content.scss */
  .top-brands .brand a {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  /* line 171, ../sass/components/_frontpage-content.scss */
  .page-content .favorites .infolinks li {
    float: left;
    min-height: 1px;
    width: 33.33333333%;
    position: relative;
    /*
    a {
      margin-right: 15px;
      border-right: 1px solid $border-color-dark;
    }

      &:nth-child(3n) a {
        border: 0;
        margin-right: 0;
      }

      */
  }
}
/* header functional slides */
/* line 5, ../sass/components/_functional-area.scss */
.slideWrapper .slide {
  transition: all 1s ease-in-out;
  height: auto;
  opacity: 1;
}
/* line 9, ../sass/components/_functional-area.scss */
.slideWrapper .slide.unshow {
  height: 0px;
  opacity: 0.2;
  overflow: hidden;
}

/* line 18, ../sass/components/_functional-area.scss */
.productlist .pccAjaxLoader {
  padding: 20%;
  text-align: center;
}

/* line 28, ../sass/components/_functional-area.scss */
.functional-area .title {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#eeeeee, #ffffff);
  background-image: -webkit-linear-gradient(#eeeeee, #ffffff);
  background-image: linear-gradient(#eeeeee, #ffffff);
  margin: 20px 15px 0 0;
}
/* line 33, ../sass/components/_functional-area.scss */
.functional-area .configuratorLink, .functional-area .genreLink {
  display: block;
  width: 50%;
  float: left;
  position: relative;
}
/* line 47, ../sass/components/_functional-area.scss */
.functional-area .configuratorLink:nth-of-type(2n+1), .functional-area .genreLink:nth-of-type(2n+1) {
  clear: left;
}
/* line 51, ../sass/components/_functional-area.scss */
.functional-area .configuratorLink .wrapper, .functional-area .genreLink .wrapper {
  position: relative;
  overflow: hidden;
}
/* line 55, ../sass/components/_functional-area.scss */
.functional-area .configuratorLink .wrapper:before, .functional-area .genreLink .wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: -41%;
  width: 20px;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
/* line 69, ../sass/components/_functional-area.scss */
.functional-area .configuratorLink:hover .wrapper:before, .functional-area .configuratorLink:focus .wrapper:before, .functional-area .genreLink:hover .wrapper:before, .functional-area .genreLink:focus .wrapper:before {
  left: 101%;
  -webkit-transition: left 0.25s ease-in;
  -o-transition: left 0.25s ease-in;
  transition: left 0.25s ease-in;
}
/* line 75, ../sass/components/_functional-area.scss */
.functional-area .configuratorLink img, .functional-area .genreLink img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 540px) {
  /* line 33, ../sass/components/_functional-area.scss */
  .functional-area .configuratorLink, .functional-area .genreLink {
    /*width: 33.333333%;*/
  }

  /* line 100, ../sass/components/_functional-area.scss */
  .functional-area .configuratorLink:nth-of-type(3n+1) {
    clear: none;
  }
  
  .functional-area .genreLink:nth-of-type(2n+1) {
    clear: none;
  }
  
  /* line 104, ../sass/components/_functional-area.scss */
  .functional-area .configuratorLink:nth-of-type(2n+1) {
    clear: left;
  }
  .functional-area .genreLink:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  /* line 33, ../sass/components/_functional-area.scss */
   .functional-area .genreLink {
    width: 25%;
  }
  .functional-area .configuratorLink {
	width:33.333333%;  
  }
  /* line 112, ../sass/components/_functional-area.scss */
  .functional-area .configuratorLink:nth-of-type(2n+1) {
    clear: none;
  }
  .functional-area .genreLink:nth-of-type(3n+1) {
    clear: none;
  }
  /* line 116, ../sass/components/_functional-area.scss */
  .functional-area .configuratorLink:nth-of-type(3n+1) {
    clear: left;
  }
  .functional-area .genreLink:nth-of-type(5n+1) {
   /* clear: left; */
  }
}
/* line 124, ../sass/components/_functional-area.scss */
.functional-area .genreLink label {
  color: #333333;
}
/* line 130, ../sass/components/_functional-area.scss */
.functional-area .configuratorLink .wrapper {
 /* -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #00baff, 3px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #00baff, 3px 10px 5px #999;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;*/
}
/* line 135, ../sass/components/_functional-area.scss */
.functional-area .configuratorLink .wrapper:hover {
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 1px 0px 0px #002b4d, 0px 2px 1px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 1px 0px 0px #002b4d, 0px 2px 1px #999;
}

/* line 142, ../sass/components/_functional-area.scss */
.genreLinks {
  margin-right: -15px;
}

/* product search filter */
/* line 147, ../sass/components/_functional-area.scss */
.functional-area.filter-search {
  border: 1px solid grey;
  box-shadow: 0px 0px 8px 1px #aaaaaa;
  /* handle area switch */
  /* sliders - http://simeydotme.github.io/jQuery-ui-Slider-Pips/#styling */
}
/* line 152, ../sass/components/_functional-area.scss */
.functional-area.filter-search .desktop-only, .functional-area.filter-search .server-only, .functional-area.filter-search .notebook-only {
  display: none;
}
/* line 153, ../sass/components/_functional-area.scss */
.functional-area.filter-search.desktop .desktop-only {
  display: block;
}
/* line 154, ../sass/components/_functional-area.scss */
.functional-area.filter-search.notebook .notebook-only {
  display: block;
}
/* line 155, ../sass/components/_functional-area.scss */
.functional-area.filter-search.server .server-only {
  display: block;
}
/* line 160, ../sass/components/_functional-area.scss */
.functional-area.filter-search .top .headline {
  text-transform: uppercase;
  font-weight: bold;
  background: #004572;
  line-height: 20px;
}
/* line 165, ../sass/components/_functional-area.scss */
.functional-area.filter-search .top .headline h3, .functional-area.filter-search .top .headline .h3 {
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  margin: 1px 0 0;
  /*padding: 10px;*/
  padding: 8px 15px 7px;
}
/* line 173, ../sass/components/_functional-area.scss */
.functional-area.filter-search .top .headline .area-buttons {
  text-align: right;
}
/* line 175, ../sass/components/_functional-area.scss */
.functional-area.filter-search .top .headline .area-buttons button.area-button {
  display: inline-block;
  margin: 5px;
  padding: 4px 8px;
  background: transparent;
  border: 1px solid transparent;
  color: white;
  border-radius: 4px;
  transition: all .3s ease-in-out;
}
/* line 184, ../sass/components/_functional-area.scss */
.functional-area.filter-search .top .headline .area-buttons button.area-button.active, .functional-area.filter-search .top .headline .area-buttons button.area-button.active:hover {
  background-color: white !important;
  color: #0D5387 !important;
  cursor: default !important;
}
/* line 193, ../sass/components/_functional-area.scss */
.functional-area.filter-search .top .selects {
  color: #000005;
}
/* line 195, ../sass/components/_functional-area.scss */
.functional-area.filter-search .top .selects .select-block {
  background-color: #E5E9EC;
  line-height: 40px;
  /* horizontal seperator line */
}
/* line 198, ../sass/components/_functional-area.scss */
.functional-area.filter-search .top .selects .select-block .select {
  white-space: nowrap;
}
/* line 199, ../sass/components/_functional-area.scss */
.functional-area.filter-search .top .selects .select-block .select .wrapper {
  display: inline-block;
  text-align: center;
  width: 20%;
}
@media (min-width: 880px) {
  /* line 205, ../sass/components/_functional-area.scss */
  .functional-area.filter-search .top .selects .select-block .select.amd, .functional-area.filter-search .top .selects .select-block .select.nvidia {
    box-shadow: 7px 0 0 -6px #CCC;
    /* vertical seperator line */
  }
}
/* line 210, ../sass/components/_functional-area.scss */
.functional-area.filter-search .top .selects .select-block .select select {
  display: inline-block;
  width: 70%;
  height: 30px;
  font-size: 90%;
  padding: 4px;
}
/* line 218, ../sass/components/_functional-area.scss */
.functional-area.filter-search .top .selects .select-block label {
  line-height: 1.3em;
  margin: 12px 0px;
}
@media (min-width: 880px) {
  /* line 224, ../sass/components/_functional-area.scss */
  .functional-area.filter-search .top .selects .select-block.gpu.row {
    box-shadow: 0 -14px 0 -13px #CCC;
    padding-top: 3px;
  }
}
/* line 236, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center {
  /* color switch */
}
/* line 237, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .filter-block.slider {
  padding: 55px 30px 25px 30px;
  border: 1px solid #E5E9EC;
  text-align: center;
  margin: 15px 0px;
}
/* line 242, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .filter-block.slider.weight {
  padding: 43px 30px 20px 30px;
}
/* line 246, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .filter-block.slider.display {
  padding: 43px 30px 20px 30px;
}
/* line 250, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .filter-block.slider .head {
  font-size: 110%;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  top: -40px;
}
/* line 258, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .filter-block.slider .ui-slider .footer {
  position: relative;
}
/* line 260, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .filter-block.slider .ui-slider .footer .from {
  position: absolute;
  left: -5px;
  bottom: -40px;
}
/* line 265, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .filter-block.slider .ui-slider .footer .to {
  position: absolute;
  right: -5px;
  bottom: -40px;
}
/* line 271, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .filter-block.slider .ui-slider .ui-slider-pip {
  top: -40px;
}
/* line 272, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .filter-block.slider .ui-slider .ui-slider-pip.ui-slider-pip-first, .functional-area.filter-search .center .filter-block.slider .ui-slider .ui-slider-pip.ui-slider-pip-last {
  display: none;
}
/* line 275, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .filter-block.slider .ui-slider .ui-slider-pip .ui-slider-label {
  font-size: 10px;
  color: #777;
  white-space: nowrap;
}
/* line 281, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .filter-block.slider .ui-slider .ui-slider-pip .ui-slider-line {
  top: 20px;
  height: 8px;
  background: #AAA;
}
/* line 291, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .row.grey {
  background-color: #E5E9EC;
  margin: 0px;
}
/* line 298, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .filter-block.switches .leftColumn, .functional-area.filter-search .center .filter-block.switches .rightColumn {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 303, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .filter-block.switches label.area-head {
  padding: 5px;
  margin-top: 3px;
  background: #1C5C8B;
  color: white;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 317, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .color-switches.active .color-switch {
  opacity: 0.7;
}
/* line 320, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .color-switches .color-switch {
  opacity: 0.95;
  width: 20px;
  height: 20px;
  margin: 1px;
  padding: 0px;
  float: left;
  border-radius: 4px;
  border: 2px solid transparent;
}
/* line 329, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .color-switches .color-switch:hover {
  border: 2px solid rgba(0, 0, 0, 0.3);
  opacity: 1;
}
/* line 333, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .color-switches .color-switch.active {
  border: 2px solid rgba(0, 0, 0, 0.6);
  opacity: 1;
}
/* line 342, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .case-switches.active .case-switch {
  opacity: 0.6;
}
/* line 345, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .case-switches .case-switch {
  padding-top: 20px;
  display: inline-block;
  margin: 2px;
  max-width: 55px;
  padding: 2px;
}
/* line 351, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .case-switches .case-switch:hover {
  outline: 1px solid rgba(0, 0, 0, 0.15);
}
/* line 354, ../sass/components/_functional-area.scss */
.functional-area.filter-search .center .case-switches .case-switch.active {
  opacity: 1;
}
/* line 364, ../sass/components/_functional-area.scss */
.functional-area.filter-search .bottom .price-slider .head {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}
/* line 372, ../sass/components/_functional-area.scss */
.functional-area.filter-search .bottom .execute-button {
  text-align: center;
  margin-top: 15px;
}
/* line 375, ../sass/components/_functional-area.scss */
.functional-area.filter-search .bottom .execute-button button#start-search {
  font-size: 120%;
  padding: 12px 30px !important;
}
/* line 379, ../sass/components/_functional-area.scss */
.functional-area.filter-search .bottom .execute-button .resultPreview {
  display: none;
  text-align: center;
  padding: 10px 35px 0px 0px;
  font-size: 90%;
  font-weight: bold;
}
/* line 393, ../sass/components/_functional-area.scss */
.functional-area.filter-search .ui-slider-float .ui-slider-tip {
  left: -7px;
  line-height: 11px;
  padding: 5px;
  position: relative;
  white-space: nowrap;
  width: 5em;
  height: 24px;
  top: -34px;
  font-size: 13px;
}
/* line 405, ../sass/components/_functional-area.scss */
.functional-area.filter-search .slider-wapper {
  height: 40px;
}
/* line 408, ../sass/components/_functional-area.scss */
.functional-area.filter-search .slide-filter {
  margin: 2% 2%;
  width: 95%;
  /* unshow inner slider labels when no space for slider */
}
/* line 411, ../sass/components/_functional-area.scss */
.functional-area.filter-search .slide-filter .info-hover-small {
  display: none;
}
/* line 415, ../sass/components/_functional-area.scss */
.functional-area.filter-search .slide-filter .ui-slider-label {
  font-size: 11px;
}
/* line 418, ../sass/components/_functional-area.scss */
.functional-area.filter-search .slide-filter .ui-slider-pip-first .ui-slider-label,
.functional-area.filter-search .slide-filter .ui-slider-pip-last .ui-slider-label {
  display: block;
}
/* line 424, ../sass/components/_functional-area.scss */
.functional-area.filter-search .slide-filter .ui-slider-label {
  display: block;
}
@media (max-width: 1020px) {
  /* line 424, ../sass/components/_functional-area.scss */
  .functional-area.filter-search .slide-filter .ui-slider-label {
    display: none;
  }
}
@media (min-width: 550px) and (max-width: 980px) {
  /* line 424, ../sass/components/_functional-area.scss */
  .functional-area.filter-search .slide-filter .ui-slider-label {
    display: block;
  }
}

/* product search filter small */
/* line 443, ../sass/components/_functional-area.scss */
#header-functional .small {
  font-size: 100%;
}
/* line 447, ../sass/components/_functional-area.scss */
#header-functional .enlarge {
  visibility: hidden;
}
/* line 451, ../sass/components/_functional-area.scss */
#header-functional.filter-only .enlarge {
  visibility: visible;
}
/* line 454, ../sass/components/_functional-area.scss */
#header-functional.filter-only .closeFilterSearch {
  display: none;
}
/* line 459, ../sass/components/_functional-area.scss */
#header-functional .closeFilterSearch {
  font-size: 90%;
}

/* line 469, ../sass/components/_functional-area.scss */
.small .functional-area.filter-search .center {
  display: none;
}
/* line 473, ../sass/components/_functional-area.scss */
.small .functional-area.filter-search .bottom {
  display: none;
}

/* line 480, ../sass/components/_functional-area.scss */
.functional-area.filter-search div.enlarge {
  text-align: center;
  position: absolute;
  bottom: -20px;
  cursor: pointer;
}
/* line 486, ../sass/components/_functional-area.scss */
.functional-area.filter-search div.enlarge .icon {
  margin: 1px;
  border: 1px solid white;
  background-color: #aaaaaa;
  border-radius: 23px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  transition: all 0.3s;
}
/* line 496, ../sass/components/_functional-area.scss */
.functional-area.filter-search div.enlarge .icon:hover {
  color: #0D5387;
  background-color: white;
  border-color: #0D5387;
}

/* line 509, ../sass/components/_functional-area.scss */
.switch {
  cursor: default;
  white-space: nowrap;
}
/* line 512, ../sass/components/_functional-area.scss */
.switch label {
  cursor: default;
  white-space: nowrap;
}
/* line 516, ../sass/components/_functional-area.scss */
.switch i {
  display: inline-block;
  background-color: white;
  border: 1px solid lightgrey;
  width: 1em;
  height: 1em;
  padding: 0px;
  margin: 0px 6px 0px 0px;
  position: relative;
  top: 2px;
}

/* line 528, ../sass/components/_functional-area.scss */
.sactive i {
  background-color: lightgreen;
  border-color: #54CA3D;
}

/* line 533, ../sass/components/_functional-area.scss */
.switchhovered label, .sactivehovered label {
  color: #333;
}
/* line 534, ../sass/components/_functional-area.scss */
.switchhovered i, .sactivehovered i {
  border-color: grey;
}

/* line 1, ../sass/components/_header-topbar.scss */
header {
  /* END .topbar */
}
/* line 2, ../sass/components/_header-topbar.scss */
header .topbar {
  background: #fff;
}
/* line 5, ../sass/components/_header-topbar.scss */
header .topbar .inside {
  width: 100%;
  position: absolute;
  z-index: 1000;
}
/* line 12, ../sass/components/_header-topbar.scss */
header .topbar .support {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* line 17, ../sass/components/_header-topbar.scss */
header .topbar .support span {
  display: inline-block;
  text-align: center;
}
/* line 20, ../sass/components/_header-topbar.scss */
header .topbar .support span small {
  display: block;
}
/* line 23, ../sass/components/_header-topbar.scss */
header .topbar .support span i {
  font-size: 20px;
  top: 3px;
}
/* line 30, ../sass/components/_header-topbar.scss */
header .topbar .hotline {
  float: left;
  margin-right: 1px;
  border-right: 1px solid #fff;
}
/* line 35, ../sass/components/_header-topbar.scss */
header .topbar .hotline a {
  display: block;
  position: relative;
  padding: 3px 8px 2px 15px;
}
/* line 41, ../sass/components/_header-topbar.scss */
header .topbar .hotline i {
  font-size: 32px;
  top: 2px;
  left: 3px;
  position: absolute;
}
/* line 48, ../sass/components/_header-topbar.scss */
header .topbar .hotline small {
  margin-top: -3px;
}
/* line 51, ../sass/components/_header-topbar.scss */
header .topbar .supportcenter {
  float: right;
}
/* line 53, ../sass/components/_header-topbar.scss */
header .topbar .supportcenter a {
  position: relative;
}
/* line 56, ../sass/components/_header-topbar.scss */
header .topbar .supportcenter a:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1OGRmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-radial-gradient(#058df3, rgba(255, 255, 255, 0.5));
  background-image: -webkit-radial-gradient(#058df3, rgba(255, 255, 255, 0.5));
  background-image: radial-gradient(#058df3, rgba(255, 255, 255, 0.5));
  content: " ";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media (max-width: 940px) {
  /* line 68, ../sass/components/_header-topbar.scss */
  header .topbar .supportcenter .btn-flat--blue {
    background: #dae3ea !important;
    color: #004572 !important;
  }
}
/* line 79, ../sass/components/_header-topbar.scss */
header .topbar .btn, header .topbar a {
  cursor: pointer;
}
/* line 83, ../sass/components/_header-topbar.scss */
header .topbar .btn-toggler {
  background: transparent url("../img/bg-meta-toggler--primary.png") 50% 100% no-repeat;
  background-size: 100% 100%;
  border: 0;
  color: #fff;
  font-size: 16px;
  width: 60px;
  height: 25px;
  top: 0px;
  left: 50%;
  margin-left: -30px;
  position: relative;
}
/* line 96, ../sass/components/_header-topbar.scss */
header .topbar .btn-toggler:hover {
  color: #eeeeee;
}
/* line 100, ../sass/components/_header-topbar.scss */
header .topbar .btn-toggler[aria-expanded=true] i {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* line 106, ../sass/components/_header-topbar.scss */
header .topbar .cartSmall {
  display: none;
  margin-top: 4px;
}
/* line 110, ../sass/components/_header-topbar.scss */
header .topbar .cartSmall a {
  background: #000 url("../img/bg-gradient--black.png") 50% 0 repeat-x;
  color: #fff;
  padding: 8px;
}
/* line 115, ../sass/components/_header-topbar.scss */
header .topbar .cartSmall a:hover {
  background: #000 url("../img/bg-gradient--black.png") 50% 50px repeat-x;
}
/* line 120, ../sass/components/_header-topbar.scss */
header .topbar .cartSmall i {
  font-size: 20px;
  line-height: 16px;
}
/* line 125, ../sass/components/_header-topbar.scss */
header .topbar .cartSmall .count {
  font-weight: bold;
  padding: 0 4px;
}
/* line 132, ../sass/components/_header-topbar.scss */
header .topbar .inside > .cartSmall {
  display: block;
  right: 15px;
  top: 162px;
  position: absolute;
  z-index: -1;
}
/* line 139, ../sass/components/_header-topbar.scss */
header .topbar .inside > .cartSmall a {
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: #000 1px 1px 2px;
  box-shadow: #000 1px 1px 2px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 145, ../sass/components/_header-topbar.scss */
header .topbar .inside > .cartSmall a:hover {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
/* line 153, ../sass/components/_header-topbar.scss */
header .topbar .navbar-toggle {
  background: #004572 url("../img/bg_box-header--blue") 0 50% repeat-x;
  color: #fff;
  display: block;
  font: 14px "Open Sans", "Helvetica Neue", Arial, sans-serif;
  padding: 8px;
  position: absolute;
  top: 160px;
  left: 15px;
  z-index: -1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: #000 1px 1px 2px;
  box-shadow: #000 1px 1px 2px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 167, ../sass/components/_header-topbar.scss */
header .topbar .navbar-toggle:hover {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  background-position: 0 50px;
}
/* line 172, ../sass/components/_header-topbar.scss */
header .topbar .navbar-toggle div {
  float: left;
}
/* line 176, ../sass/components/_header-topbar.scss */
header .topbar .navbar-toggle .bars {
  margin-right: 8px;
  margin-top: 2px;
}
/* line 180, ../sass/components/_header-topbar.scss */
header .topbar .navbar-toggle .bars > span {
  background-color: #fff;
}
/* line 188, ../sass/components/_header-topbar.scss */
header .topbar .shadow {
  height: 2px;
  background: #00548c;
}
/* line 197, ../sass/components/_header-topbar.scss */
header .topbar .meta {
  overflow: hidden;
  padding: 10px 15px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M0YzRjNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #c4c4c4));
  background: -moz-linear-gradient(top, #fafafa, #c4c4c4);
  background: -webkit-linear-gradient(top, #fafafa, #c4c4c4);
  background: linear-gradient(to bottom, #fafafa, #c4c4c4);
}
/* line 202, ../sass/components/_header-topbar.scss */
header .topbar .meta > .registerLink, header .topbar .meta .cartSmall {
  display: none;
}
/* line 208, ../sass/components/_header-topbar.scss */
header .topbar .settings, header .topbar .login {
  margin: 30px 0;
  background: #fff;
  padding: 0 15px 15px 15px;
  overflow: hidden;
}
/* line 214, ../sass/components/_header-topbar.scss */
header .topbar .settings h3, header .topbar .settings .h3, header .topbar .login h3, header .topbar .login .h3 {
  background: #004572;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 0 -15px 20px;
  padding: 8px;
}
@media (max-width: 940px) {
  /* line 231, ../sass/components/_header-topbar.scss */
  header .topbar .dropdown-toggle {
    display: none;
  }
  /* line 233, ../sass/components/_header-topbar.scss */
  header .topbar .dropdown .dropdown-menu {
    background: transparent;
    border: none;
    display: none;
    width: 100%;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 241, ../sass/components/_header-topbar.scss */
  header .topbar .dropdown .dropdown-menu li {
    float: left;
    margin-right: 2px;
  }
  /* line 245, ../sass/components/_header-topbar.scss */
  header .topbar .dropdown .dropdown-menu li.dropdown-header {
    padding-left: 0;
  }
  /* line 249, ../sass/components/_header-topbar.scss */
  header .topbar .dropdown .dropdown-menu li .active {
    opacity: 1;
  }
  /* line 253, ../sass/components/_header-topbar.scss */
  header .topbar .dropdown .dropdown-menu li a:hover {
    opacity: 1;
  }
}
/* line 266, ../sass/components/_header-topbar.scss */
header .topbar .login p {
  margin-bottom: 20px;
}
/* line 268, ../sass/components/_header-topbar.scss */
header .topbar .login .form-control, header .topbar .login .payment-methods--comments textarea, .payment-methods--comments header .topbar .login textarea, header .topbar .login input[type="text"], header .topbar .login input[type="password"], header .topbar .login select {
  margin-bottom: 8px;
}
/* line 271, ../sass/components/_header-topbar.scss */
header .topbar .login .form-control.password, header .topbar .login .payment-methods--comments textarea.password, .payment-methods--comments header .topbar .login textarea.password, header .topbar .login input.password[type="text"], header .topbar .login input.password[type="password"], header .topbar .login select.password {
  margin-bottom: 20px;
}
/* line 277, ../sass/components/_header-topbar.scss */
header .topbar .login .loginLink {
  float: left;
  display: block;
}
/* line 282, ../sass/components/_header-topbar.scss */
header .topbar .login .forgotPassword {
  float: right;
  padding: 8px 0;
}
/* line 287, ../sass/components/_header-topbar.scss */
header .topbar .login .registerLink {
  clear: both;
  float: right;
  margin-top: 20px;
}
/* line 294, ../sass/components/_header-topbar.scss */
header .topbar .login .loggedinbox .person-img {
  float: left;
  margin-right: 15px;
  border: 1px solid #8a9dab;
}
/* line 300, ../sass/components/_header-topbar.scss */
header .topbar .login .loggedinbox ul {
  float: left;
  list-style-type: none;
  padding: 0;
}
/* line 305, ../sass/components/_header-topbar.scss */
header .topbar .login .loggedinbox ul li {
  clear: both;
  display: block;
  margin-bottom: 6px;
}
/* line 312, ../sass/components/_header-topbar.scss */
header .topbar .login .loggedinbox i {
  width: 16px;
}
/* line 322, ../sass/components/_header-topbar.scss */
header .topbar .languages {
  list-style-type: none;
  padding-left: 0;
}
/* line 326, ../sass/components/_header-topbar.scss */
header .topbar .languages img {
  width: 26px;
  height: 15px;
}
/* line 331, ../sass/components/_header-topbar.scss */
header .topbar .languages li {
  float: left;
  margin-right: 2px;
}
/* line 335, ../sass/components/_header-topbar.scss */
header .topbar .languages li a {
  opacity: 0.5;
  padding: 3px;
}
/* line 340, ../sass/components/_header-topbar.scss */
header .topbar .languages li .active {
  opacity: 1;
}
/* line 344, ../sass/components/_header-topbar.scss */
header .topbar .languages li a:hover {
  opacity: 1;
}
/* line 348, ../sass/components/_header-topbar.scss */
header .topbar .languages li.lang-header {
  display: block;
  padding: 3px 20px 3px 0;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
/* line 364, ../sass/components/_header-topbar.scss */
header .topbar .currencies li > a {
  padding: 3px 15px;
}
@media (min-width: 740px) {
  /* line 375, ../sass/components/_header-topbar.scss */
  header .topbar .supportcenter {
    float: left;
  }
  /* line 379, ../sass/components/_header-topbar.scss */
  header .topbar .navbar-toggle {
    display: none;
  }
  /* line 383, ../sass/components/_header-topbar.scss */
  header .topbar .inside > .cartSmall {
    top: 0;
    right: 0;
    margin-top: 0;
    position: absolute;
    z-index: 10000;
  }
  /* line 390, ../sass/components/_header-topbar.scss */
  header .topbar .inside > .cartSmall a {
    height: 38px;
    display: block;
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  /* line 396, ../sass/components/_header-topbar.scss */
  header .topbar .inside > .cartSmall a:hover {
    background-position: top;
    color: #f2f2f2;
  }
  /* line 401, ../sass/components/_header-topbar.scss */
  header .topbar .inside > .cartSmall a:before {
    background: transparent url("../img/bg-gradient-leftbow--black.png") 50% 0 repeat-x;
    content: " ";
    display: inline-block;
    width: 32px;
    height: 38px;
    left: -30px;
    top: 3px;
    position: absolute;
  }
}
@media (min-width: 740px) and (max-width: 939px) {
  header .topbar .login {
    float: right;
    width: 48%;
  }
  header .topbar .settings {
    clear: left;
    float: left;
    width: 48%;
  }
}
@media (min-width: 940px) {
  header .topbar a {
    color: #333333;
    font-size: 12px;
    line-height: 18px;
  }
  header .topbar a:hover {
    color: #004572;
  }
  header .topbar .btn-toggler {
    display: none;
  }
  header .topbar .cart, header .topbar .login, header .topbar .settings {
    float: right;
  }
  header .topbar .settings > div {
    float: left;
  }
  header .topbar .shadow {
    border: 0;
    height: 0;
    background: transparent;
    clear: both;
  }
}

@media (min-width: 940px) and (min-width: 992px) {
  /* line 610, ../sass/components/_header-topbar.scss */
  header .topbar a, header .topbar .inside .meta .dropdown .btn-default {
    font-size: 14px;
    line-height: 19px;
  }
  /* line 615, ../sass/components/_header-topbar.scss */
  header .topbar .forgotPassword {
    font-size: 12px;
  }
  /* line 619, ../sass/components/_header-topbar.scss */
  header .topbar .languageChooser {
    padding-top: 2px;
  }
}

/* END .header */
/* line 5, ../sass/components/_header-whyam.scss */
.why-am {
  /* width: 100%; */
  display: block;
  /*margin: 40px 0 0 0;*/
  padding: 0;
  list-style-type: none;
  position: relative;
}
/* line 16, ../sass/components/_header-whyam.scss */
.why-am .item {
  float: right;
  overflow: hidden;
  width: 23%;
  /* margin: 0 1%; */
  /* padding: 10px 10px 0; */
  text-align: center;
  /* -webkit-box-shadow: #777777 0 0 3px; */
  /* box-shadow: #777777 0 0 3px; */
}
/* line 28, ../sass/components/_header-whyam.scss */
.why-am .item-experience a {
  background: url("../img/icon-big-globe.png") 50% 0 no-repeat;
}
/* line 29, ../sass/components/_header-whyam.scss */
.why-am .item-made a {
  background: url("../img/icon-big-madein.png") 50% 0 no-repeat;
}
/* line 30, ../sass/components/_header-whyam.scss */
.why-am .item-express a {
  background: url("../img/icon-big-express.png") 50% 0 no-repeat;
}
/* line 31, ../sass/components/_header-whyam.scss */
.why-am .item-warranty a {
  background: url("../img/icon-big-warranty.png") 50% 0 no-repeat;
}
/* line 34, ../sass/components/_header-whyam.scss */
.why-am .item a {
  /* color: #333333; */
  display: block;
  line-height: 20px;
  padding-top: 64px;
  text-transform: uppercase;
  z-index: 10;
  -webkit-transition: none 0.2s ease-in-out 0s;
  -o-transition: none 0.2s ease-in-out 0s;
  transition: none 0.2s ease-in-out 0s;
}
@media (max-width: 448px) {
  /* line 34, ../sass/components/_header-whyam.scss */
  .why-am .item a {
    font-size: 12px;
  }
 
}
@media (max-width: 648px) {
   .gaming_icon {
	  width:100% !important;
  }
}
  
@media (max-width: 400px) {
  /* line 34, ../sass/components/_header-whyam.scss */
  .why-am .item a {
    font-size: 10px;
  }
}
@media (max-width: 360px) {
  /* line 34, ../sass/components/_header-whyam.scss */
  .why-am .item a {
    background-size: contain;
  }
}
/* line 57, ../sass/components/_header-whyam.scss */
.why-am .item a:after {
  background: url("../img/arrow-up.png") 50% 0 no-repeat;
  content: " ";
  display: block;
  width: 100%;
  height: 16px;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  -o-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
}
/* line 70, ../sass/components/_header-whyam.scss */
.why-am .item.open a, .why-am .item:hover a, .why-am .item:focus a {
  text-decoration: none;
  cursor: pointer;
}
/* line 74, ../sass/components/_header-whyam.scss */
.why-am .item.open a:after, .why-am .item:hover a:after, .why-am .item:focus a:after {
  opacity: 0.5;
}
/* line 80, ../sass/components/_header-whyam.scss */
.why-am .item.open a:after {
  opacity: 1;
}
/* line 88, ../sass/components/_header-whyam.scss */
.why-am .item .hidden-element {
  border-top: 3px solid #004572;
  background: #e6eaed;
  display: none;
  height: 0px;
  width: 0px;
  opacity: 0;
  position: absolute;
  text-transform: none;
  text-align: left;
  top: 130px;
  right: 10px;
  left: 10px;
  z-index: 999;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 5px;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  -o-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
}
@media (min-width: 768px) {
  /* line 88, ../sass/components/_header-whyam.scss */
  .why-am .item .hidden-element {
    top: 124px;
  }
}
@media (min-width: 992px) {
  /* line 88, ../sass/components/_header-whyam.scss */
  .why-am .item .hidden-element {
    width: auto;
    top: 86px;
  }
}
/* line 110, ../sass/components/_header-whyam.scss */
.why-am .item .hidden-element button.close {
  background: white;
  border: 1px solid #AAA;
  border-radius: 6px;
  color: #004572;
  font-size: 10px;
  height: 20px;
  line-height: 1em;
  margin: 3px;
  opacity: 1;
  padding: 1px 6px;
  position: absolute;
  right: 2px;
  top: 0;
}
/* line 124, ../sass/components/_header-whyam.scss */
.why-am .item .hidden-element button.close:hover {
  border-color: #004572;
}
/* line 125, ../sass/components/_header-whyam.scss */
.why-am .item .hidden-element button.close:focus, .why-am .item .hidden-element button.close:active {
  outline: none;
}
/* line 129, ../sass/components/_header-whyam.scss */
.why-am .item.open .hidden-element {
  display: block;
  opacity: 1;
  width: auto;
  height: auto;
  padding: 15px;
}
@media (min-width: 768px) {
  /* line 5, ../sass/components/_header-whyam.scss */
  .why-am {
    float: right;
    /*margin-top: 90px;*/
    /*padding-left: 15px;*/
    width: auto;
  }
}
@media (min-width: 940px) {
  /* line 5, ../sass/components/_header-whyam.scss */
  .why-am {
    /*margin-top: 30px;*/
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  /* line 5, ../sass/components/_header-whyam.scss */
  .why-am {
    /*margin-top: 25px;*/
    width: auto;
  }
  /* line 167, ../sass/components/_header-whyam.scss */
  .why-am .item {
    border-right: 1px solid #b6b6b6;
    box-shadow: none;
    margin: 0 15px 0 0;
    padding: 0;
    width: auto;
  }
  /* line 174, ../sass/components/_header-whyam.scss */
  .why-am .item:first-of-type {
    margin-right: 0;
    border-right: 0;
  }
  /* line 179, ../sass/components/_header-whyam.scss */
  .why-am .item a {
    background-position: 0 50%;
    /* padding: 10px 15px 10px 64px; */
    text-align: left;
  }
  /* line 184, ../sass/components/_header-whyam.scss */
  .why-am .item a:after {
    position: absolute;
    top: 70px;
    width: 30px;
  }
  /* line 192, ../sass/components/_header-whyam.scss */
  .why-am .hidden-element {
    top: 84px;
    width: auto;
  }
}
@media (min-width: 1150px) {
  /* line 199, ../sass/components/_header-whyam.scss */
  .why-am .item a {
    font-size: 14px;
  }
}

/* line 209, ../sass/components/_header-whyam.scss */
.cms-experience h1, .cms-experience .h1, .cms-madein h1, .cms-madein .h1, .cms-expressMounting h1, .cms-expressMounting .h1, .cms-warranty h1, .cms-warranty .h1, .cms-inPlaceService h1, .cms-inPlaceService .h1, .cms-superSilent h1, .cms-superSilent .h1 {
  background: url("../img/icon-big-globe.png") 0 50% no-repeat;
  font-size: 20px;
  font-weight: bold;
  height: 54px;
  line-height: 56px;
  padding-left: 62px;
  text-transform: uppercase;
}
/* line 218, ../sass/components/_header-whyam.scss */
.cms-experience h1 span, .cms-experience .h1 span, .cms-madein h1 span, .cms-madein .h1 span, .cms-expressMounting h1 span, .cms-expressMounting .h1 span, .cms-warranty h1 span, .cms-warranty .h1 span, .cms-inPlaceService h1 span, .cms-inPlaceService .h1 span, .cms-superSilent h1 span, .cms-superSilent .h1 span {
  color: #8a9dab;
  font-weight: normal;
}
/* line 222, ../sass/components/_header-whyam.scss */
.cms-experience h1 span.highlight, .cms-experience .h1 span.highlight, .cms-madein h1 span.highlight, .cms-madein .h1 span.highlight, .cms-expressMounting h1 span.highlight, .cms-expressMounting .h1 span.highlight, .cms-warranty h1 span.highlight, .cms-warranty .h1 span.highlight, .cms-inPlaceService h1 span.highlight, .cms-inPlaceService .h1 span.highlight, .cms-superSilent h1 span.highlight, .cms-superSilent .h1 span.highlight {
  color: #f09235;
  display: block;
}

/* line 231, ../sass/components/_header-whyam.scss */
.cms-expressMounting h1, .cms-expressMounting .h1, .cms-warranty h1, .cms-warranty .h1, .cms-inPlaceService h1, .cms-inPlaceService .h1, .cms-superSilent h1, .cms-superSilent .h1 {
  background-image: url("../img/icon-big-express.png");
  line-height: 1.1em;
  padding-top: 8px;
  margin-bottom: 30px;
}
/* line 238, ../sass/components/_header-whyam.scss */
.cms-expressMounting .action, .cms-warranty .action, .cms-inPlaceService .action, .cms-superSilent .action {
  width: 100%;
  margin: 40px 0 20px;
}
/* line 242, ../sass/components/_header-whyam.scss */
.cms-expressMounting .action span, .cms-warranty .action span, .cms-inPlaceService .action span, .cms-superSilent .action span {
  background: url("../img/icon-big-clock--13.png") 50% 0 no-repeat;
  font-size: 12px;
  display: inline-block;
  max-width: 110px;
  padding: 64px 10px 10px;
  text-align: center;
}
/* line 250, ../sass/components/_header-whyam.scss */
.cms-expressMounting .action span:nth-of-type(2), .cms-warranty .action span:nth-of-type(2), .cms-inPlaceService .action span:nth-of-type(2), .cms-superSilent .action span:nth-of-type(2) {
  background-image: url("../img/icon-big-clock--15.png");
}
/* line 251, ../sass/components/_header-whyam.scss */
.cms-expressMounting .action span:nth-of-type(3), .cms-warranty .action span:nth-of-type(3), .cms-inPlaceService .action span:nth-of-type(3), .cms-superSilent .action span:nth-of-type(3) {
  background-image: url("../img/icon-big-clock--16.png");
}
/* line 254, ../sass/components/_header-whyam.scss */
.cms-expressMounting .action p, .cms-warranty .action p, .cms-inPlaceService .action p, .cms-superSilent .action p {
  background: #e2e2e2;
  border-radius: 4px;
  float: right;
  font-size: 42px;
  font-weight: bold;
  min-height: 90px;
  padding: 4px;
  text-align: center;
  text-shadow: #fff 0 2px 0;
}
/* line 265, ../sass/components/_header-whyam.scss */
.cms-expressMounting .action p .directToCart, .cms-warranty .action p .directToCart, .cms-inPlaceService .action p .directToCart, .cms-superSilent .action p .directToCart {
  background: #FB621A;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 8px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 275, ../sass/components/_header-whyam.scss */
.cms-expressMounting .action p .directToCart:hover, .cms-warranty .action p .directToCart:hover, .cms-inPlaceService .action p .directToCart:hover, .cms-superSilent .action p .directToCart:hover {
  background: #ff8800;
  text-decoration: none;
}

/* line 285, ../sass/components/_header-whyam.scss */
.cms-warranty h1, .cms-warranty .h1 {
  background-image: url("../img/icon-big-warranty.png");
  line-height: 1.1em;
  padding-top: 8px;
  margin-bottom: 30px;
}
/* line 293, ../sass/components/_header-whyam.scss */
.cms-warranty .action span {
  background: none;
  color: #8a9dab;
  float: left;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  max-width: 75%;
  padding-top: 30px;
}

/* line 307, ../sass/components/_header-whyam.scss */
.cms-madein h1, .cms-madein .h1 {
  background-image: url("../img/icon-big-madein.png");
}

/* line 311, ../sass/components/_header-whyam.scss */
.cms-inPlaceService h1, .cms-inPlaceService .h1 {
  background-image: url("../img/icon-big-service-in-place.png");
}

/* line 315, ../sass/components/_header-whyam.scss */
.cms-superSilent h1, .cms-superSilent .h1 {
  background-image: url("../img/icon-big-supersilent.png");
}

/* line 320, ../sass/components/_header-whyam.scss */
.fl-fixwidth .featherlight-content {
  width: 760px;
  max-width: 95%;
}
/* line 325, ../sass/components/_header-whyam.scss */
.fl-fixwidth .main-small {
  margin-left: 0;
}
/* line 329, ../sass/components/_header-whyam.scss */
.fl-fixwidth .cms-experience, .fl-fixwidth .cms-madein {
  text-align: center;
}
/* line 331, ../sass/components/_header-whyam.scss */
.fl-fixwidth .cms-experience h1, .fl-fixwidth .cms-experience .h1, .fl-fixwidth .cms-madein h1, .fl-fixwidth .cms-madein .h1 {
  background-position: 50% 0;
  height: auto;
  margin-bottom: 20px;
  padding-left: 0;
  padding-top: 54px;
}

/* line 2, ../sass/components/_mediathek.scss */
.mediathek .featherlight-content {
  width: 95%;
  max-width: 1200px;
  height: 95%;
  overflow: hidden;
}
/* line 9, ../sass/components/_mediathek.scss */
.mediathek .featherlight-content, .mediathek .featherlight-inner, .mediathek .mediathek-content {
  height: 100%;
}
/* line 13, ../sass/components/_mediathek.scss */
.mediathek .header {
  border-bottom: 3px solid #004572;
  margin-bottom: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 24px 0;
}
/* line 23, ../sass/components/_mediathek.scss */
.mediathek .artnr {
  background: #004572;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 6px;
  margin-bottom: 12px;
}
/* line 32, ../sass/components/_mediathek.scss */
.mediathek .area-buttons {
  margin-top: 30px;
}
/* line 35, ../sass/components/_mediathek.scss */
.mediathek .area-buttons button {
  background: #f0f4f7;
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 45, ../sass/components/_mediathek.scss */
.mediathek .area-buttons button:last-of-type {
  margin-left: -1px;
}
/* line 49, ../sass/components/_mediathek.scss */
.mediathek .area-buttons button.active {
  background: #004572;
  color: #fff;
}
/* line 57, ../sass/components/_mediathek.scss */
.mediathek .content {
  height: 82%;
  overflow-y: scroll;
  margin-top: 160px;
}
/* line 64, ../sass/components/_mediathek.scss */
.mediathek .icecat-description {
  border: 1px solid #d0d0d0;
  padding: 15px;
}
/* line 68, ../sass/components/_mediathek.scss */
.mediathek .icecat-description .desc {
  margin-bottom: 30px;
}
/* line 72, ../sass/components/_mediathek.scss */
.mediathek .icecat-description .groupName {
  font-weight: bold;
}
/* line 76, ../sass/components/_mediathek.scss */
.mediathek .icecat-description .featureTable {
  width: 100%;
  margin-bottom: 24px;
  font-size: 13px;
}
/* line 82, ../sass/components/_mediathek.scss */
.mediathek .icecat-description tr:hover {
  background: #f6f6f6;
}
/* line 87, ../sass/components/_mediathek.scss */
.mediathek .icecat-description .feature .Name {
  width: 280px;
}
/* line 91, ../sass/components/_mediathek.scss */
.mediathek .icecat-description .feature td {
  padding: 4px;
}
/* line 98, ../sass/components/_mediathek.scss */
.mediathek .actions .img {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}
/* line 102, ../sass/components/_mediathek.scss */
.mediathek .actions .img:hover {
  cursor: pointer;
}
/* line 107, ../sass/components/_mediathek.scss */
.mediathek .actions .img-wrapper1 {
  border: 1px solid #d0d0d0;
  height: 100%;
  width: 100%;
  padding: 15px;
  display: table;
}
/* line 114, ../sass/components/_mediathek.scss */
.mediathek .actions .img-wrapper1:hover {
  border-color: #005995;
}
/* line 119, ../sass/components/_mediathek.scss */
.mediathek .actions .img-wrapper2 {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 126, ../sass/components/_mediathek.scss */
.mediathek .actions .img-wrapper2 img {
  max-height: 130px;
}

/*
.fl-mediathek{

  // magnifying glass icon
  .imagezoom:after {
      content:'';
      display:block;
      width:33px;
      height:33px;
      position:absolute;
      top:0;
      right:0;
      background: image-url('v4/content/infothek/icon.png');
  }

  .imagezoom{
    height: 100%;
    width: 100%;
  }

  .imagezoom img {
    display: block;
  }

  .imagezoom img::selection { background-color: transparent; }

  .imagezoom img.zoomImg:hover {
    cursor: image-url('v4/content/infothek/lupe.cur'), pointer;
  }
  .imagezoom img.zoomImg.zoomActive {
    cursor: image-url('v4/content/infothek/lupeminus.cur'), pointer;
  }

  .header{
    background-color: #F1F1F1;
    background-image: none;
    border-radius: 7px 7px 0 0;
    font-size: 17px;
    height: 33px;
    left: 0;
    padding-left: 15px;
    padding-top: 0;
    position: relative;
   // top: -36px;
    width: 100%;
    h4{
      color:#404040;
      font-weight:normal;
      display:inline-block;
    }
    .attachedInfo {
      color: #466CA6;
      display: inline;
      font-size: 14px;
      margin-left: 10px;
    }

  }

  .header-buttons{
    margin: 5px;
    position: relative;
    text-align: right;
    top: -5px;
    z-index: 1000;
    color:#BBBBBB
  }

  .content{
    background-position: center bottom;
    background-repeat: no-repeat;
    border-radius: 0 0 8px 8px;
    height: 95.5%;
    overflow: hidden;
    padding: 10px 10px 59px;
    position: absolute;
    top: 32px;
    width: 100%;
    .right{
      height: 100%;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
      width: 295px;
      padding-left: 12px;
      padding-right: 10px;
      text-align:center;
      padding-top: 10px;

      .artnr{
        font-size: 14px;
        font-weight:bold;
        color:#404040;
      }

      .area-buttons{
        margin-top:10px;
        margin-bottom: 10px;
        button{
          border:none;
          background:none;
          font-size: 15px;
          width:90%;
          margin:5px;
          position: relative;
          line-height: 1.4em;
          padding-left: 30px;
          span.block{
            width: 10px;
            height: 10px;
            border: 1px solid grey;
            position:absolute; top:8; left:30;
            background-color: transparent;
            display: inline-block;
          }
          span.text{
            padding-left: 10px;
          }
          &:hover span.block{ border-color: green; }
          &.active span.block{ background-color: green; }
        }
        margin-bottom: 20px;
      }

      .imgList{
        overflow: auto;
        height: 82%;
        .img{
          margin: 2px;
          padding: 2px;
          border: 2px solid lightgrey;
          border-radius: 5px;
          float: left;
          overflow:hidden;
          background-color:white;
          height: 120px;
          width: 120px;
          text-align:center;
          display: table-cell;
          vertical-align: middle;
          .img-wrapper1{
            height: 100%;
            width: 100%;
            display:table;
            .img-wrapper2{
              height:110px;
              width:100%;
              vertical-align: middle;
              text-align:center;
              display:table-cell;
              img{
                max-height: 98%;
                //width: 98%;
                margin:2px;
              }
            }
          }
          &.active{
            border-color: grey;
          }
          &:hover{
            border-color: green;
          }
        }
      }

    }
    .left{
      padding-right:300px;
      .zoomImg{
        background:white;
      }
      .main-img{
        width: 100%;
        height: 109%;
        .img-wrapper1{
          height: 100%;
          width: 100%;
          .img-wrapper2{
            height: 740px;
            width: 100%;
            position:relative;
            img.image, img.loader, img.zoomImg{
              position: absolute;
              top:0;bottom:0;left:0;right:0;
              margin:auto;
            }
            img.zoomImg{
              margin:0px;
            }
            img.image{
              max-height: 100%;
              max-width:100%;
            }
          }
        }

      }

      .description{
        overflow:auto;
        height: 770px;
        padding-left: 20px;
        padding-right: 30px;
        padding-bottom: 20px;
        h5{
          font-size: 17px;
          margin-left: 0px;
        }
        table.featureTable{
          tr{ border-bottom: 2px solid white; }
          tr:nth-child(even) {background-color: #EAF8FF;}
          tr:nth-child(odd) {background-color: #DFF5FF;}
          td{ padding: 1px 5px 1px 15px !important; font-size: 14px;}
          td:first-child{font-weight:normal;}
        }

      }

    }
  }


}


.mediathek-content.imagemode{

  .left .description{
    display:none;
  }


}
*/
/* line 5, ../sass/components/_navigation.scss */
.navbar {
  background: transparent url("../img/background-nav-h-2.png") 50% 0 repeat-x;
  min-height: 65px;
  margin: 0;
  top: -10px;
  position: relative;
  z-index: 10;
}
/* line 13, ../sass/components/_navigation.scss */
.navbar .container {
  padding-left: 6px;
  padding-right: 6px;
}
/* line 18, ../sass/components/_navigation.scss */
.navbar .navbar-toggle {
  display: none;
}
/* line 22, ../sass/components/_navigation.scss */
.navbar ul {
  list-style-type: none;
  padding: 0;
}
/* line 28, ../sass/components/_navigation.scss */
.navbar .menu {
  display: block;
  float: left;
  padding: 8px 0;
}
/* line 33, ../sass/components/_navigation.scss */
.navbar .menu .item {
  float: left;
  border-right: 1px solid rgba(0, 69, 114, 0.4);
}
/* line 37, ../sass/components/_navigation.scss */
.navbar .menu .item:first-of-type {
  border-left: 1px solid rgba(0, 69, 114, 0.4);
}
/* line 41, ../sass/components/_navigation.scss */
.navbar .menu .item > a {
  color: #fff;
  font-size: 12px;
  height: 46px;
  line-height: 46px;
  display: block;
  padding: 0 8px;
  text-transform: uppercase;
}
/* line 50, ../sass/components/_navigation.scss */
.navbar .menu .item > a:hover {
  background: #004572;
}
/* line 56, ../sass/components/_navigation.scss */
.navbar .menu .dropdown-menu {
  border-radius: 0;
}
/* line 59, ../sass/components/_navigation.scss */
.navbar .menu .dropdown-menu li {
  white-space: nowrap;
  border-bottom: 1px solid #eeeeee;
}
/* line 63, ../sass/components/_navigation.scss */
.navbar .menu .dropdown-menu li:last-of-type {
  border: 0;
}
/* line 68, ../sass/components/_navigation.scss */
.navbar .menu .dropdown-menu a {
  display: block;
  padding: 8px 15px;
}
/* line 72, ../sass/components/_navigation.scss */
.navbar .menu .dropdown-menu a:hover {
  background: #eeeeee;
}
/* line 79, ../sass/components/_navigation.scss */
.navbar .search {
  float: right;
}

/* line 85, ../sass/components/_navigation.scss */
.search-header, .configurator-button {
  float: right;
  height: 50px;
  top: 6px;
  position: relative;
}

/* line 93, ../sass/components/_navigation.scss */
.search-header {
  text-align: right;
}
/* line 97, ../sass/components/_navigation.scss */
.search-header .inner {
  background: transparent url("../img/bg-searchbox-m.png") 50% 0 repeat-x;
  height: 48px;
  float: left;
  padding-left: 10px;
  background-color:#fff;
}
/* line 103, ../sass/components/_navigation.scss */
.search-header .decor-l {
  content: " ";
  /*background: transparent url("../img/bg-search-social.png") 0 50% no-repeat;*/
  width: 23px;
  height: 50px;
  float: left;
}
/* line 111, ../sass/components/_navigation.scss */
.search-header .decor-r {
  content: " ";
  background: transparent url("../img/bg-search-social.png") 100% 50% no-repeat;
  width: 23px;
  height: 50px;
  float: right;
}
/* line 119, ../sass/components/_navigation.scss */
.social-icons {
  float: left;
  margin-left: 20px;
  margin-top: 6px;
}


div.footer-main div.container div.col-sm-6.col-md-3 div.social-icons {
	 margin-left: 0px;
	   float: none;
}
/* line 124, ../sass/components/_navigation.scss */
.social-icons a {
  margin-right: 4px;
}
/* line 128, ../sass/components/_navigation.scss */
 .social-icons img {
  display: inline-block;
}
/* line 133, ../sass/components/_navigation.scss */
.search-header .searchform {
  float: left;
  width: 120px;
  margin-top: 11px;
  position: relative;
}
@media (min-width: 480px) {
  /* line 133, ../sass/components/_navigation.scss */
  .search-header .searchform {
    width: 280px;
  }

}
@media (min-width: 580px) {
.configurator-button_mobile {
	display:none !important;
}
}

@media (max-width: 579px) {
  /* line 133, ../sass/components/_navigation.scss */
  .configurator-button {
	  display:none;
   clear:both;
   margin-top:40px;
   
   float:none;
  }
  
 .configurator-button_mobile .inner {

  height: 48px;
   margin-bottom:40px;
   padding-right:0px;
   width:100%;
   
}
/* line 170, ../sass/components/_navigation.scss */
.configurator-button_mobile .inner a {
 
  color: #fff;
  
  font-size: 16px;


}

.configurator-button_mobile .inner .diver_daily {
	width: 49%;
float: left;
text-align:center;
background-color:#0087c4;
padding: 14px;

}
.configurator-button_mobile .inner .diver_confi {
	width: 49%;
float: right;
text-align:center;
background-color:#FA8C14;
padding: 14px;
}


/* line 187, ../sass/components/_navigation.scss */
.configurator-button_mobile .inner a:hover {
  color: #eeeeee;
}
	  
  .search-header .searchform { width:280px !important; }
  

}

/* line 141, ../sass/components/_navigation.scss */
.search-header .searchbox-text {
  background: #fff url("../img/background-input.png") 0 0 repeat-x;
  border: 1px solid #dadada;
  font-size: 12px;
  line-height: 23px;
  padding: 2px 35px 2px 6px;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 150, ../sass/components/_navigation.scss */
.search-header .searchbox-text:focus {
  border-color: #004572;
}
/* line 155, ../sass/components/_navigation.scss */
.search-header .searchbox-submit {
  position: absolute;
  top: 3px;
  right: 8px;
}

/* line 165, ../sass/components/_navigation.scss */
.configurator-button .inner {
  float: left;
  height: 48px;
   background: transparent url("../img/navibuttons.png") 0 50% no-repeat;
   padding-right:5px;
   width:410px;
}
/* line 170, ../sass/components/_navigation.scss */
.configurator-button .inner a {
 float:left;
  color: #fff;
  display: block;
  font-size: 16px;
padding: 14px 18px 14px 0px;
}

.configurator-button .inner .diver_daily {
	width: 170px;
float: left;
/* left: 70px; */
position: relative;
margin-left: 70px;
}
.configurator-button .inner .diver_confi {
	width: 140px;
float: left;
margin-left: 20px;
position: relative;
}

/* line 177, ../sass/components/_navigation.scss */
/*.configurator-button .inner a:after {
  content: " ";
  background: transparent url("../img/bg-configurator-button.png") 100% 50% no-repeat;
  height: 46px;
  width: 30px;
  position: absolute;
  top: 2px;
}*/
/* line 187, ../sass/components/_navigation.scss */
.configurator-button .inner a:hover {
  color: #eeeeee;
}

@media (min-width: 768px) {
  /* line 202, ../sass/components/_navigation.scss */
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 209, ../sass/components/_navigation.scss */
  .search-header .searchbox-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 218, ../sass/components/_navigation.scss */
  .navbar .menu .item > a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  /* line 225, ../sass/components/_navigation.scss */
  .search-header {
    right: -16px !important;
  }

  /* line 229, ../sass/components/_navigation.scss */
  .configurator-button {
    position: absolute;
    width: 190px;
    right: 137px;
    left: auto;
  }
  /* line 235, ../sass/components/_navigation.scss */
  .configurator-button .decor-r {
    margin-right: 0 !important;
    margin-left: -1px;
  }
  /* line 240, ../sass/components/_navigation.scss */
  .configurator-button .decor-l, .configurator-button .decor-r, .configurator-button .inner {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 950px) {
  .social-icons { display:block; }
}
@media (max-width: 980px) {
  /* line 249, ../sass/components/_navigation.scss */
  
  .navbar .menu {
    display: none;
  }
  /* line 250, ../sass/components/_navigation.scss */
  .navbar .search-header {
    right: 0;
  }
  /* line 251, ../sass/components/_navigation.scss */
  .navbar .searchform {
    width: 120px;
  }
  /* line 252, ../sass/components/_navigation.scss */
  .navbar .social-icons {
    display: none;
  }
  /* line 254, ../sass/components/_navigation.scss */
  .navbar .configurator-button .inner a {
    font-size: 13px;
    margin-top: 2px;
  }
}
@media (min-width: 740px) and (max-width: 980px) {
  /* line 261, ../sass/components/_navigation.scss */
  .navbar .navbar-toggle {
    background: #004572 url("../img/bg_box-header--blue") 0 50% repeat-x;
    color: #fff;
    display: block !important;
    font: 14px "Open Sans", "Helvetica Neue", Arial, sans-serif;
    padding: 8px;
    float: left;
    margin-top: 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: #000 1px 1px 2px;
    box-shadow: #000 1px 1px 2px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  /* line 273, ../sass/components/_navigation.scss */
  .navbar .navbar-toggle:hover {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background-position: 0 50px;
  }
  /* line 278, ../sass/components/_navigation.scss */
  .navbar .navbar-toggle div {
    float: left;
  }
  /* line 282, ../sass/components/_navigation.scss */
  .navbar .navbar-toggle .bars {
    margin-right: 8px;
    margin-top: 2px;
  }
  /* line 286, ../sass/components/_navigation.scss */
  .navbar .navbar-toggle .bars > span {
    background-color: #fff;
  }
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
/* line 11, ../sass/components/_nivoslider.scss */
.theme-default .nivoSlider {
  position: relative;
  background: #fff url("../img/nivo_loading.gif") no-repeat 50% 50%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

/* line 19, ../sass/components/_nivoslider.scss */
.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

/* line 25, ../sass/components/_nivoslider.scss */
.theme-default .nivoSlider a {
  border: 0;
  display: block;
}

/* line 30, ../sass/components/_nivoslider.scss */
.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

/* line 34, ../sass/components/_nivoslider.scss */
.theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../img/nivo_bullets.png") no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

/* line 43, ../sass/components/_nivoslider.scss */
.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px;
}

/* line 47, ../sass/components/_nivoslider.scss */
.theme-default .nivo-directionNav a {
  display: block;
  width: 38px;
  height: 38px;
  background: url("../img/nivo_arrows.png") no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 60, ../sass/components/_nivoslider.scss */
.theme-default:hover .nivo-directionNav a {
  opacity: 1;
}

/* line 61, ../sass/components/_nivoslider.scss */
.theme-default a.nivo-nextNav {
  background-position: -39px 0;
  right: 15px;
}

/* line 65, ../sass/components/_nivoslider.scss */
.theme-default a.nivo-prevNav {
  left: 15px;
}

/* line 69, ../sass/components/_nivoslider.scss */
.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 72, ../sass/components/_nivoslider.scss */
.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

/* line 76, ../sass/components/_nivoslider.scss */
.theme-default .nivo-caption a:hover {
  color: #fff;
}

/* line 80, ../sass/components/_nivoslider.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

/* line 83, ../sass/components/_nivoslider.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

/* line 89, ../sass/components/_nivoslider.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
/* line 105, ../sass/components/_nivoslider.scss */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* line 111, ../sass/components/_nivoslider.scss */
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

/* line 117, ../sass/components/_nivoslider.scss */
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
/* line 124, ../sass/components/_nivoslider.scss */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
}

/* The slices and boxes in the Slider */
/* line 137, ../sass/components/_nivoslider.scss */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

/* line 144, ../sass/components/_nivoslider.scss */
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

/* line 150, ../sass/components/_nivoslider.scss */
.nivo-box img {
  display: block;
}

/* Caption styles */
/* line 153, ../sass/components/_nivoslider.scss */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 171, ../sass/components/_nivoslider.scss */
.nivo-caption p {
  padding: 5px;
  margin: 0;
}

/* line 175, ../sass/components/_nivoslider.scss */
.nivo-caption a {
  display: inline !important;
}

/* line 178, ../sass/components/_nivoslider.scss */
.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
/* line 182, ../sass/components/_nivoslider.scss */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

/* line 188, ../sass/components/_nivoslider.scss */
.nivo-prevNav {
  left: 0px;
}

/* line 191, ../sass/components/_nivoslider.scss */
.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
/* line 195, ../sass/components/_nivoslider.scss */
.nivo-controlNav {
  display: none;
  text-align: center;
  padding: 15px 0;
}

/* line 200, ../sass/components/_nivoslider.scss */
.nivo-controlNav a {
  cursor: pointer;
}

/* line 203, ../sass/components/_nivoslider.scss */
.nivo-controlNav a.active {
  font-weight: bold;
}

/* line 5, ../sass/components/_pager.scss */
.pagination--category {
  width: 100%;
}
/* line 8, ../sass/components/_pager.scss */
.pagination--category .smallText {
  font-size: 12px;
}
/* line 11, ../sass/components/_pager.scss */
.pagination--category .smallText:nth-of-type(2) {
  text-align: right;
}
@media (max-width: 580px) {
  /* line 17, ../sass/components/_pager.scss */
  .pagination--category .smallText:nth-of-type(1) {
    display: none;
  }
}
/* line 22, ../sass/components/_pager.scss */
.pagination--category a {
  color: #004572;
}

/* line 31, ../sass/components/_pager.scss */
.filter-manufacturer {
  max-width: 280px;
}

/* line 36, ../sass/components/_pager.scss */
.pagelinks {
  overflow: hidden;
  margin: 24px 0;
}
/* line 40, ../sass/components/_pager.scss */
.pagelinks nav {
  float: right;
  overflow: hidden;
}
/* line 44, ../sass/components/_pager.scss */
.pagelinks nav > p {
  display: none;
}
/* line 48, ../sass/components/_pager.scss */
.pagelinks nav .pagination {
  float: left;
  margin: 0;
}
/* line 52, ../sass/components/_pager.scss */
.pagelinks nav .pagination li a, .pagelinks nav .pagination li span {
  border: 0;
  border-radius: 18px;
  cursor: pointer;
}
@media (min-width: 560px) {
  /* line 61, ../sass/components/_pager.scss */
  .pagelinks nav > p {
    display: inline-block;
    float: left;
    padding-top: 8px;
    margin-right: 12px;
    color: #777777;
  }
}

/* line 71, ../sass/components/_pager.scss */
.list-header {
  background: #E5E9EC;
  border: 1px solid #d0d0d0;
  border-bottom: 0;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 34px;
  text-align: center;
}
/* line 81, ../sass/components/_pager.scss */
.list-header .text-sortafter {
  color: #777777;
  margin-bottom: 12px;
}
/* line 86, ../sass/components/_pager.scss */
.list-header .sort {
  overflow: hidden;
}
/* line 90, ../sass/components/_pager.scss */
.list-header .sortLink {
  padding-right: 12px;
  padding-left: 12px;
  border-right: 1px solid #b6b6b6;
  cursor: pointer;
}
/* line 96, ../sass/components/_pager.scss */
.list-header .sortLink:last-of-type {
  padding-right: 0;
  border-right: 0;
}
/* line 101, ../sass/components/_pager.scss */
.list-header .sortLink span {
  color: #004572;
  font-size: 18px;
  line-height: 14px;
  padding: 0 4px;
}
/* line 109, ../sass/components/_pager.scss */
.list-header .filter-manufacturer {
  float: right;
}
@media (min-width: 560px) {
  /* line 71, ../sass/components/_pager.scss */
  .list-header {
    text-align: left;
  }
  /* line 116, ../sass/components/_pager.scss */
  .list-header .text-sortafter {
    float: left;
    margin-bottom: 0;
  }
  /* line 121, ../sass/components/_pager.scss */
  .list-header .sortLinks {
    float: right;
  }
}

/* line 5, ../sass/components/_product-info.scss */
.productWrap {
  position: relative;
  padding-top: 40px;
  margin-bottom: 64px;
}

/* line 12, ../sass/components/_product-info.scss */
.adminBox, .productWrap > .pager-back-button {
  -moz-border-radius: 0 0 62px;
  -webkit-border-radius: 0;
  border-radius: 0 0 62px;
  background: #001b2d url("../img/bg_box-header--black.png") 0 50% repeat-x;
  color: #fff;
  font-size: 13px;
  top: 6px;
  right: 83px;
  padding: 8px 30px 8px 64px;
  position: absolute;
  z-index: 2;
}
/* line 23, ../sass/components/_product-info.scss */
.adminBox:before, .productWrap > .pager-back-button:before {
  content: " ";
  width: 90px;
  background: #fff;
  height: 70px;
  position: absolute;
  left: -36px;
  top: -36px;
  border-radius: 60px;
}
@media (max-width: 640px) {
  /* line 12, ../sass/components/_product-info.scss */
  .adminBox, .productWrap > .pager-back-button {
    display: none;
  }
}
/* line 39, ../sass/components/_product-info.scss */
.adminBox .admin-link, .productWrap > .pager-back-button .admin-link {
  display: inline-block;
  float: right;
}
/* line 43, ../sass/components/_product-info.scss */
.adminBox .admin-link:first-of-type, .productWrap > .pager-back-button .admin-link:first-of-type {
  margin-left: 8px;
}

/* line 53, ../sass/components/_product-info.scss */
.productWrap .pager-back-button {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 6px 0 0;
  right: 1px;
  padding-left: 62px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4N2RjOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMTg4Y2Q3Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwYTdlYzkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDc4YzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #087dc8), color-stop(50%, #188cd7), color-stop(50%, #0a7ec9), color-stop(100%, #0478c3));
  background-image: -moz-linear-gradient(#087dc8, #188cd7 50%, #0a7ec9 50%, #0478c3 100%);
  background-image: -webkit-linear-gradient(#087dc8, #188cd7 50%, #0a7ec9 50%, #0478c3 100%);
  background-image: linear-gradient(#087dc8, #188cd7 50%, #0a7ec9 50%, #0478c3 100%);
  display: block;
  z-index: 1;
}
/* line 62, ../sass/components/_product-info.scss */
.productWrap .product-overview {
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 66, ../sass/components/_product-info.scss */
.productWrap .product-overview .row {
  margin: 0;
}
/* line 70, ../sass/components/_product-info.scss */
.productWrap .product-overview .product-image-container {
  position: relative;
}
/* line 77, ../sass/components/_product-info.scss */
.productWrap .product-overview .product-image-container .imgWrapper {
  text-align: center;
  padding: 15px;
}
/* line 82, ../sass/components/_product-info.scss */
.productWrap .product-overview .product-image-container .colorPicker {
  top: 40px;
  left: 15px;
  position: absolute;
}
/* line 91, ../sass/components/_product-info.scss */
.productWrap .product-overview .info-block {
  padding: 0 15px;
}
/* line 97, ../sass/components/_product-info.scss */
.productWrap .product-overview .overview {
  padding: 0 15px;
}
/* line 101, ../sass/components/_product-info.scss */
.productWrap .product-overview .overview .articleno {
  margin: 8px 0 14px;
}
/* line 105, ../sass/components/_product-info.scss */
.productWrap .product-overview .overview .on-stock, .productWrap .product-overview .overview .a-recommended {
  margin-bottom: 6px;
}
/* line 108, ../sass/components/_product-info.scss */
.productWrap .product-overview .overview .on-stock img, .productWrap .product-overview .overview .a-recommended img {
  width: 18px;
  height: auto;
  margin-right: 2px;
}
/* line 119, ../sass/components/_product-info.scss */
.productWrap .product-overview .overview ul {
  padding-left: 22px;
  margin-bottom: 32px;
  margin-top: 24px;
  list-style-image: url("../img/list-image-dot--green.png");
}
/* line 126, ../sass/components/_product-info.scss */
.productWrap .product-overview .overview .colorPicker {
  display: none;
}
/* line 134, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options {
  margin: 0 0 24px 0;
  padding: 15px;
}
/* line 138, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .inside {
  background: #f0f4f7;
  border: 1px solid #b6b6b6;
  overflow: hidden;
  padding: 13px;
}
/* line 145, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .pricebox {
  overflow: hidden;
  margin-bottom: 24px;
}
/* line 151, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .optional-services {
  margin-bottom: 24px;
}
/* line 154, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .optional-services a {
  color: #333333;
}
/* line 158, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .optional-services img {
  margin-right: 6px;
}
/* line 163, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .price-tag {
  float: right;
}
/* line 166, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .price-tag .block {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4N2RjOCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMTg4Y2Q3Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwYTdlYzkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDc4YzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #087dc8), color-stop(50%, #188cd7), color-stop(50%, #0a7ec9), color-stop(100%, #0478c3));
  background-image: -moz-linear-gradient(#087dc8, #188cd7 50%, #0a7ec9 50%, #0478c3 100%);
  background-image: -webkit-linear-gradient(#087dc8, #188cd7 50%, #0a7ec9 50%, #0478c3 100%);
  background-image: linear-gradient(#087dc8, #188cd7 50%, #0a7ec9 50%, #0478c3 100%);
  height: auto;
  padding: 8px 0 12px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/* line 172, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .price-tag .block:after {
  display: none;
}
/* line 177, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .price-tag .price {
  font-size: 26px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 940px) and (max-width: 1140px) {
  /* line 177, ../sass/components/_product-info.scss */
  .productWrap .product-overview .buy-options .price-tag .price {
    font-size: 20px;
  }
}
/* line 189, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .price-tag .info {
  padding: 6px 15px 0 15px;
}
/* line 193, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .price-tag:before {
  display: none;
}
/* line 198, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .dresdnerPrice {
  clear: both;
  color: #000;
  display: inline-block;
  float: right;
  font-size: 12px;
  position: relative;
  padding: 6px;
  margin: 12px 0 0;
  text-align: center;
  background-color: #dddddd;
  background-position: -996px 50%;
  text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 20px rgba(255, 255, 255, 0.25), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 20px rgba(255, 255, 255, 0.25), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
  /* Dark Background */
}
/* line 220, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .dresdnerPrice:after {
  content: " ";
  top: -12px;
  border-style: solid;
  border-width: 12px 14px 0 14px;
  border-color: #eaeaea transparent transparent transparent;
  display: block;
  height: 0px;
  right: 10px;
  position: absolute;
  width: 0px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 20;
}
/* line 235, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .dresdnerPrice a {
  color: #000;
}
/* line 237, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .dresdnerPrice a:hover {
  text-decoration: none;
}
/* line 241, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .dresdnerPrice a i {
  display: none;
}
/* line 249, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .order-button {
  margin: 0 15px 8px 0;
  width: 100%;
}
/* line 253, ../sass/components/_product-info.scss */
.productWrap .product-overview .buy-options .order-button a {
  display: block;
}
/* line 260, ../sass/components/_product-info.scss */
.productWrap .product-overview .powerbar {
  max-width: 100%;
  margin: 15px;
}
/* line 264, ../sass/components/_product-info.scss */
.productWrap .product-overview .powerbar--sm {
  margin-bottom: 32px;
  clear: both;
}
/* line 269, ../sass/components/_product-info.scss */
.productWrap .product-overview .powerbar--md {
  display: none;
}
@media (min-width: 740px) {
  /* line 276, ../sass/components/_product-info.scss */
  .productWrap .product-overview .pricebox {
    float: right;
  }
  /* line 280, ../sass/components/_product-info.scss */
  .productWrap .product-overview .price-tag {
    width: 100%;
  }
  /* line 283, ../sass/components/_product-info.scss */
  .productWrap .product-overview .price-tag .block {
    width: 100%;
  }
  /* line 290, ../sass/components/_product-info.scss */
  .productWrap .product-overview .buy-options .order-button {
    width: 48%;
    margin-right: 0;
    float: left;
  }
  /* line 296, ../sass/components/_product-info.scss */
  .productWrap .product-overview .buy-options .order-button:last-of-type {
    float: right;
  }
}
@media (min-width: 768px) {
  /* line 305, ../sass/components/_product-info.scss */
  .productWrap .product-overview .price-tag {
    width: 100%;
  }
  /* line 308, ../sass/components/_product-info.scss */
  .productWrap .product-overview .price-tag .block {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 879px) {
  /* line 317, ../sass/components/_product-info.scss */
  .productWrap .product-overview .product-image-container {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  /* line 322, ../sass/components/_product-info.scss */
  .productWrap .product-overview .product-image-container .colorPicker {
    display: none;
  }
  /* line 327, ../sass/components/_product-info.scss */
  .productWrap .product-overview .overview {
    margin-left: 52%;
    position: relative;
  }
  /* line 330, ../sass/components/_product-info.scss */
  .productWrap .product-overview .overview ul {
    padding-left: 20px;
  }
  /* line 334, ../sass/components/_product-info.scss */
  .productWrap .product-overview .overview .colorPicker {
    display: block;
    margin-bottom: 32px;
  }
}
@media (min-width: 940px) and (max-width: 1039px) {
  /* line 345, ../sass/components/_product-info.scss */
  .productWrap .product-overview .overview {
    width: 50%;
    float: left;
  }
  /* line 350, ../sass/components/_product-info.scss */
  .productWrap .product-overview .powerbar--sm {
    display: none;
  }
  /* line 354, ../sass/components/_product-info.scss */
  .productWrap .product-overview .buy-options {
    margin: 0 15px 0 54%;
    width: auto;
    position: relative;
  }
  /* line 359, ../sass/components/_product-info.scss */
  .productWrap .product-overview .buy-options .optional-services {
    clear: both;
  }
  /* line 361, ../sass/components/_product-info.scss */
  .productWrap .product-overview .buy-options .order-button {
    width: 100%;
    float: none;
  }
  /* line 367, ../sass/components/_product-info.scss */
  .productWrap .product-overview .powerbar--md {
    clear: both;
    display: block;
  }
}
@media (min-width: 1040px) {
  /* line 374, ../sass/components/_product-info.scss */
  .productWrap .product-overview .product-image-container {
    width: 38%;
    float: left;
  }
  /* line 378, ../sass/components/_product-info.scss */
  .productWrap .product-overview .product-image-container .colorPicker {
    display: none;
  }
  /* line 383, ../sass/components/_product-info.scss */
  .productWrap .product-overview .powerbar--sm {
    display: none;
  }
  /* line 387, ../sass/components/_product-info.scss */
  .productWrap .product-overview .powerbar--md {
    clear: both;
    display: block;
    width: 90%;
	margin: auto;
    /*float: right;*/
  }
  /* line 395, ../sass/components/_product-info.scss */
  .productWrap .product-overview .buy-options .optional-services {
    clear: both;
  }
  /* line 398, ../sass/components/_product-info.scss */
  .productWrap .product-overview .overview {
    width: 31%;
    font-size: 13px;
    float: left;
    padding-right: 24px;
  }
  /* line 404, ../sass/components/_product-info.scss */
  .productWrap .product-overview .overview ul {
    padding-left: 20px;
    margin-bottom: 24px;
  }
  /* line 409, ../sass/components/_product-info.scss */
  .productWrap .product-overview .overview .colorPicker {
    display: block;
    margin-bottom: 24px;
  }
  /* line 415, ../sass/components/_product-info.scss */
  .productWrap .product-overview .buy-options {
    padding-top: 0;
  }
  /* line 418, ../sass/components/_product-info.scss */
  .productWrap .product-overview .buy-options .order-button {
    width: 100%;
    float: none;
  }
}
/* line 430, ../sass/components/_product-info.scss */
.productWrap .infolinks {
  background: #eeeeee;
  overflow: hidden;
}
/* line 434, ../sass/components/_product-info.scss */
.productWrap .infolinks .linklist {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  float: left;
}
/* line 440, ../sass/components/_product-info.scss */
.productWrap .infolinks .linklist li {
  border-right: 1px solid #fff;
  float: left;
  margin-right: 2px;
}
/* line 447, ../sass/components/_product-info.scss */
.productWrap .infolinks .linklist a {
  background: #eeeeee;
  font-size: 12px;
  display: block;
  color: #333333;
  padding: 8px 6px;
}
/* line 454, ../sass/components/_product-info.scss */
.productWrap .infolinks .linklist a:hover {
  background: #dae3ea;
  color: #000;
  text-decoration: none;
}
/* line 469, ../sass/components/_product-info.scss */
.productWrap .nav-tabs {
  background: #f0f4f7;
}
/* line 472, ../sass/components/_product-info.scss */
.productWrap .nav-tabs li {
  border-right: 1px solid #fff;
}
/* line 476, ../sass/components/_product-info.scss */
.productWrap .nav-tabs a {
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 483, ../sass/components/_product-info.scss */
.productWrap .tab-pane {
  border: 1px solid #d0d0d0;
  border-top: 0;
  padding: 15px;
}
/* line 491, ../sass/components/_product-info.scss */
.productWrap #tab_description {
  padding: 0;
  border: 0;
}
/* line 495, ../sass/components/_product-info.scss */
.productWrap #tab_description .PcOverview {
  border: 1px solid #d0d0d0;
  border-top: 0;
  padding: 15px;
}
/* line 501, ../sass/components/_product-info.scss */
.productWrap #tab_description .PcOverview h2, .productWrap #tab_description .PcOverview .h2 {
  font-size: 18px;
  margin-top: 10px;
}
/* line 506, ../sass/components/_product-info.scss */
.productWrap #tab_description .PcOverview ul {
  padding: 0 0 0 15px;
  list-style-image: url("../img/list-image-dot--blue.png");
}
/* line 510, ../sass/components/_product-info.scss */
.productWrap #tab_description .PcOverview ul li {
  line-height: 1.6em;
}
/* line 516, ../sass/components/_product-info.scss */
.productWrap #tab_description .button-wrapper {
  padding: 15px;
  text-align: center;
  margin: 48px 0 24px;
}
/* line 523, ../sass/components/_product-info.scss */
.productWrap #tab_description .button-wrapper a {
  background: #ff660d url("../img/icon-connections-w-26.png") 2px 50% no-repeat;
  border: 1px solid #b25f0d;
  color: #fff;
  padding: 12px 12px 12px 32px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 533, ../sass/components/_product-info.scss */
.productWrap #tab_description .button-wrapper a:hover {
  background-color: #ee851d;
  color: #eeeeee;
  text-decoration: none;
}
/* line 543, ../sass/components/_product-info.scss */
.productWrap #tab_description .icecat-description {
  border: 1px solid #d0d0d0;
  padding: 15px;
}
/* line 547, ../sass/components/_product-info.scss */
.productWrap #tab_description .icecat-description .desc {
  margin-bottom: 30px;
}
/* line 551, ../sass/components/_product-info.scss */
.productWrap #tab_description .icecat-description .groupName {
  font-weight: bold;
}
/* line 555, ../sass/components/_product-info.scss */
.productWrap #tab_description .icecat-description .featureTable {
  width: 100%;
  margin-bottom: 24px;
  font-size: 13px;
}
/* line 561, ../sass/components/_product-info.scss */
.productWrap #tab_description .icecat-description tr:hover {
  background: #f6f6f6;
}
/* line 566, ../sass/components/_product-info.scss */
.productWrap #tab_description .icecat-description .feature .Name {
  width: 280px;
}
/* line 570, ../sass/components/_product-info.scss */
.productWrap #tab_description .icecat-description .feature td {
  padding: 4px;
}
/* line 578, ../sass/components/_product-info.scss */
.productWrap h3, .productWrap .h3 {
  margin-top: 30px;
  margin-bottom: 0;
}
/* line 585, ../sass/components/_product-info.scss */
.productWrap .components {
  border: 1px solid #d0d0d0;
  border-top: 0;
  padding: 10px 0;
  margin-bottom: 30px;
}
/* line 592, ../sass/components/_product-info.scss */
.productWrap .component {
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  padding: 5px 15px;
  position: relative;
  min-height: 92px;
}
/* line 599, ../sass/components/_product-info.scss */
.productWrap .component:last-of-type {
  border: 0;
}
/* line 603, ../sass/components/_product-info.scss */
.productWrap .component:hover {
  background: #eeeeee;
}
/* line 607, ../sass/components/_product-info.scss */
.productWrap .component .image {
  background: #fff;
  border: 1px solid #eaeaea;
  float: left;
  margin-right: 15px;
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 1px;
  position: relative;
}
/* line 619, ../sass/components/_product-info.scss */
.productWrap .component .image img {
  max-width: 75px;
  max-height: 75px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 630, ../sass/components/_product-info.scss */
.productWrap .component h4, .productWrap .component .h4 {
  font-size: 16px;
  margin: 0;
}
/* line 634, ../sass/components/_product-info.scss */
.productWrap .component h4 a, .productWrap .component .h4 a {
  color: #333333;
}
/* line 637, ../sass/components/_product-info.scss */
.productWrap .component h4 a:hover, .productWrap .component .h4 a:hover {
  text-decoration: none;
}
/* line 641, ../sass/components/_product-info.scss */
.productWrap .component h4 a.slide, .productWrap .component .h4 a.slide {
  position: absolute;
  top: 10px;
  right: 20px;
  height: 20px;
  width: 20px;
  overflow: hidden;
  padding-top: 21px;
}
/* line 650, ../sass/components/_product-info.scss */
.productWrap .component h4 a.slide:before, .productWrap .component .h4 a.slide:before {
  content: "";
  color: #004572;
  font-family: "FontAwesome";
  font-size: 24px;
  top: 0;
  right: 0;
  position: absolute;
}
/* line 662, ../sass/components/_product-info.scss */
.productWrap .component h4 span, .productWrap .component .h4 span {
  margin-bottom: 4px;
  line-height: 1.5em;
}
/* line 668, ../sass/components/_product-info.scss */
.productWrap .component .optionName {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
/* line 673, ../sass/components/_product-info.scss */
.productWrap .component .optionName:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #004572;
  padding-right: 8px;
}
/* line 682, ../sass/components/_product-info.scss */
.productWrap .component .title {
  padding-right: 15px;
}
/* line 686, ../sass/components/_product-info.scss */
.productWrap .component .componentName {
  padding-top: 4px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}
/* line 692, ../sass/components/_product-info.scss */
.productWrap .component .features {
  overflow: hidden;
}
/* line 696, ../sass/components/_product-info.scss */
.productWrap .component .shortInfo {
  float: left;
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 18px;
  position: relative;
  list-style-image: url("../img/list-image-dot--blue.png");
  line-height: 1.5em;
}
/* line 709, ../sass/components/_product-info.scss */
.productWrap .image-wrapper {
  width: 25%;
  height: 200px;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 719, ../sass/components/_product-info.scss */
.productWrap .pic-menu .tab-pane {
  border: none;
  padding: 2px;
}
/* line 723, ../sass/components/_product-info.scss */
.productWrap .pic-menu .tab-pane h5, .productWrap .pic-menu .tab-pane .h5 {
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 18px;
  border-bottom: 1px solid #d0d0d0;
  color: #005995;
}
/* line 734, ../sass/components/_product-info.scss */
.productWrap .pic-menu .pic-menu-left {
  font-size: 12px;
  padding-right: 0;
}
/* line 738, ../sass/components/_product-info.scss */
.productWrap .pic-menu .pic-menu-left > li > a {
  background: #001b2d;
  color: #fff;
  line-height: 32px;
  padding: 6px 15px;
  white-space: nowrap;
  overflow: hidden;
}
/* line 745, ../sass/components/_product-info.scss */
.productWrap .pic-menu .pic-menu-left > li > a:hover, .productWrap .pic-menu .pic-menu-left > li > a:focus {
  background: #004572;
  color: #fff;
}
/* line 752, ../sass/components/_product-info.scss */
.productWrap .pic-menu .pic-menu-left .active a {
  background: #004572;
  position: relative;
  z-index: 2;
}
/* line 760, ../sass/components/_product-info.scss */
.productWrap .pic-menu .pic-menu-left img {
  width: 32px;
  margin-left: -10px;
  margin-right: 10px;
}
/* line 768, ../sass/components/_product-info.scss */
.productWrap .pic-menu .pic-menu-right .eq-height {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 774, ../sass/components/_product-info.scss */
.productWrap .pic-menu .img-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}
/* line 778, ../sass/components/_product-info.scss */
.productWrap .pic-menu .img-wrapper:hover {
  cursor: pointer;
}
/* line 783, ../sass/components/_product-info.scss */
.productWrap .pic-menu .inner1 {
  border: 1px solid #d0d0d0;
  height: 100%;
  width: 100%;
  padding: 15px;
  display: table;
}
/* line 791, ../sass/components/_product-info.scss */
.productWrap .pic-menu .inner1:hover {
  border-color: #005995;
}
/* line 796, ../sass/components/_product-info.scss */
.productWrap .pic-menu .inner2 {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 803, ../sass/components/_product-info.scss */
.productWrap .pic-menu .inner2 img {
  max-height: 130px;
}
/* line 810, ../sass/components/_product-info.scss */
.productWrap .supportinfo {
  margin: 30px 0 60px;
}
/* line 815, ../sass/components/_product-info.scss */
.productWrap .color {
  width: 20px;
  height: 20px;
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 824, ../sass/components/_product-info.scss */
  .productWrap .pic-menu .pic-menu-left .active:before {
    background: #004572;
    content: " ";
    width: 31px;
    height: 31px;
    opacity: 1;
    right: -16px;
    top: 7px;
    transform: rotate(-45deg);
    position: absolute;
    z-index: 1;
  }
}

/* line 7, ../sass/components/_product-listing.scss */
.product-list .product-block {
  margin-bottom: 10px;
  padding: 15px;
}
/* line 11, ../sass/components/_product-listing.scss */
.product-list .product-block:first-of-type {
  padding-top: 0;
}
/* line 15, ../sass/components/_product-listing.scss */
.product-list .product-block .inside {
  padding: 0;
  border: 1px solid #d0d0d0;
  position: relative;
}
/* line 21, ../sass/components/_product-listing.scss */
.product-list .product-block h4 a, .product-list .product-block .h4 a {
  color: #000;
}
/* line 25, ../sass/components/_product-listing.scss */
.product-list .product-block .description, .product-list .product-block .short-description {
  padding: 0 15px 15px;
  overflow: hidden;
}
/* line 30, ../sass/components/_product-listing.scss */
.product-list .product-block .image-wrapper {
  text-align: center;
  margin-bottom: 12px;
}
/* line 34, ../sass/components/_product-listing.scss */
.product-list .product-block .image-wrapper a {
  display: block;
  position: relative;
}
/* line 41, ../sass/components/_product-listing.scss */
.product-list .product-block .short-description ul {
  padding-left: 16px;
}
/* line 48, ../sass/components/_product-listing.scss */
.product-list .product-block .short-description li:hover {
  background: #f4f4f4;
}
/* line 54, ../sass/components/_product-listing.scss */
.product-list .product-block .powerbar {
  margin-left: 15px;
}
/* line 58, ../sass/components/_product-listing.scss */
.product-list .product-block .data {
  background: #f0f4f7;
  border-top: 1px solid #d0d0d0;
  padding: 15px;
}
/* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.product-list .product-block .data:before, .product-list .product-block .data:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.product-list .product-block .data:after {
  clear: both;
}
/* line 66, ../sass/components/_product-listing.scss */
.product-list .product-block .option-img {
  text-align: left;
}
/* line 69, ../sass/components/_product-listing.scss */
.product-list .product-block .option-img img {
  max-width: 32px;
}
/* line 74, ../sass/components/_product-listing.scss */
.product-list .product-block .price-tag {
  margin-bottom: 20px;
  float: right;
}
/* line 80, ../sass/components/_product-listing.scss */
.product-list .product-block .args:first-of-type {
  float: left;
  line-height: 71px;
}
/* line 85, ../sass/components/_product-listing.scss */
.product-list .product-block .args:last-of-type {
  display: none;
}
/* line 90, ../sass/components/_product-listing.scss */
.product-list .product-block .action {
  clear: both;
  margin-top: 20px;
}
/* line 94, ../sass/components/_product-listing.scss */
.product-list .product-block .action button {
  margin-bottom: 4px;
  width: 100%;
}
@media (min-width: 480px) {
  /* line 102, ../sass/components/_product-listing.scss */
  .product-list .product-block .args {
    float: left;
  }
  /* line 106, ../sass/components/_product-listing.scss */
  .product-list .product-block .price-tag {
    margin-top: 0;
  }
  /* line 110, ../sass/components/_product-listing.scss */
  .product-list .product-block .action {
    clear: both;
    width: 100%;
  }
  /* line 114, ../sass/components/_product-listing.scss */
  .product-list .product-block .action button {
    width: 48%;
    float: left;
  }
  /* line 118, ../sass/components/_product-listing.scss */
  .product-list .product-block .action button:last-of-type {
    float: right;
  }
}
@media (min-width: 740px) {
  /* line 126, ../sass/components/_product-listing.scss */
  .product-list .product-block .image-wrapper {
    float: left;
    text-align: left;
  }
  /* line 131, ../sass/components/_product-listing.scss */
  .product-list .product-block .short-description {
    margin-left: 200px;
    position: relative;
  }
  /* line 135, ../sass/components/_product-listing.scss */
  .product-list .product-block .short-description li {
    font-size: 13px;
  }
  /* line 140, ../sass/components/_product-listing.scss */
  .product-list .product-block .powerbar {
    margin-left: 215px;
  }
}
@media (min-width: 768px) {
  /* line 7, ../sass/components/_product-listing.scss */
  .product-list .product-block {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 150, ../sass/components/_product-listing.scss */
  .product-list .product-block .inside {
    border-top: 0;
  }
  /* line 154, ../sass/components/_product-listing.scss */
  .product-list .product-block .description, .product-list .product-block .data {
    position: relative;
  }
  /* line 162, ../sass/components/_product-listing.scss */
  .product-list .product-block .description {
    padding-top: 10px;
    padding-right: 235px;
  }
  /* line 168, ../sass/components/_product-listing.scss */
  .product-list .product-block .description-pwr {
    padding-bottom: 60px;
  }
  /* line 173, ../sass/components/_product-listing.scss */
  .product-list .product-block .image-wrapper {
    width: 160px;
  }
  /* line 177, ../sass/components/_product-listing.scss */
  .product-list .product-block .short-description {
    margin-left: 180px;
    min-height: 174px;
    padding-bottom: 0;
  }
  /* line 183, ../sass/components/_product-listing.scss */
  .product-list .product-block .powerbar {
    margin-left: 0;
    left: 210px;
    bottom: 6px;
    position: absolute;
  }
  /* line 190, ../sass/components/_product-listing.scss */
  .product-list .product-block .data {
    color: #777777;
    font-size: 12px;
    margin: 0;
    background: #fff;
    border: 0;
    border-left: 1px solid #d0d0d0;
    width: 227px;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    padding-bottom: 60px;
  }
  /* line 204, ../sass/components/_product-listing.scss */
  .product-list .product-block .data p {
    margin-bottom: 6px;
  }
  /* line 210, ../sass/components/_product-listing.scss */
  .product-list .product-block .price-tag {
    width: 100%;
  }
  /* line 213, ../sass/components/_product-listing.scss */
  .product-list .product-block .price-tag .block {
    width: 100%;
  }
  /* line 218, ../sass/components/_product-listing.scss */
  .product-list .product-block .action button {
    float: none;
    width: 100%;
  }
  /* line 224, ../sass/components/_product-listing.scss */
  .product-list .product-block .args:first-of-type {
    display: none;
  }
  /* line 228, ../sass/components/_product-listing.scss */
  .product-list .product-block .args:last-of-type {
    display: block;
    bottom: 15px;
    right: 15px;
    position: absolute;
  }
}
@media (min-width: 880px) and (max-width: 1040px) {
  /* line 239, ../sass/components/_product-listing.scss */
  .product-list .product-block .description {
    padding-left: 0;
  }
  /* line 243, ../sass/components/_product-listing.scss */
  .product-list .product-block .image-wrapper {
    width: auto;
    float: none;
  }
  /* line 248, ../sass/components/_product-listing.scss */
  .product-list .product-block .short-description {
    margin-left: 0;
  }
  /* line 252, ../sass/components/_product-listing.scss */
  .product-list .product-block .powerbar {
    left: 15px;
  }
}

/* line 261, ../sass/components/_product-listing.scss */
.pager.bottom .list-header {
  display: none;
}
/* line 265, ../sass/components/_product-listing.scss */
.pager.bottom .smallText:first-of-type {
  text-align: left;
}

/* line 274, ../sass/components/_product-listing.scss */
.also-purchased h2, .also-purchased .h2 {
  font-size: 18px;
  margin-bottom: 32px;
}
/* line 279, ../sass/components/_product-listing.scss */
.also-purchased .product-block {
  padding: 0;
  margin-bottom: 15px;
  border: 0;
}
/* line 284, ../sass/components/_product-listing.scss */
.also-purchased .product-block h4, .also-purchased .product-block .h4 {
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 290, ../sass/components/_product-listing.scss */
.also-purchased .product-block .description {
  min-height: 190px !important;
}
/* line 294, ../sass/components/_product-listing.scss */
.also-purchased .product-block .data {
  margin: 0;
}
@media (min-width: 768px) {
  /* line 300, ../sass/components/_product-listing.scss */
  .also-purchased h2, .also-purchased .h2 {
    font-size: 16px;
    padding: 8px 15px;
    background: #eeeeee;
    border: 1px solid #d0d0d0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  /* line 309, ../sass/components/_product-listing.scss */
  .also-purchased .product-block {
    margin-bottom: 0;
  }
}

/* line 321, ../sass/components/_product-listing.scss */
.empty-search ul {
  margin: 20px 0;
}
/* line 325, ../sass/components/_product-listing.scss */
.empty-search li {
  padding-bottom: 4px;
}
/* line 329, ../sass/components/_product-listing.scss */
.empty-search li p {
  color: #777777;
  margin-left: 10px;
}

/* line 6, ../sass/components/_product_overlays.scss */
.productoverlays {
  position: absolute;
}
/* line 9, ../sass/components/_product_overlays.scss */
.productoverlays .overlay-text {
  display: none;
}
/* line 13, ../sass/components/_product_overlays.scss */
.productoverlays.position-bottom {
  bottom: 0px;
}
/* line 14, ../sass/components/_product_overlays.scss */
.productoverlays.position-top {
  top: 0px;
}

/* line 5, ../sass/components/_products-basics.scss */
.recommended {
  padding: 15px 15px 15px 46px;
}

/* line 13, ../sass/components/_products-basics.scss */
.powerbar .pwb .bar {
  background: #e63a74 url("../img/indikator-x.jpg") 50% 0 no-repeat;
  width: 180px;
  height: 8px;
  margin: 4px 0 10px;
  overflow: hidden;
  position: relative;
}
/* line 21, ../sass/components/_products-basics.scss */
.powerbar .pwb .bar .inner {
  width: 180px;
  height: 10px;
  display: block;
  background: #e2e2e2;
  top: 0;
  left: 60%;
  position: absolute;
}

/* line 37, ../sass/components/_products-basics.scss */
.configurator-wrapper .powerbar,
.product-overview .powerbar {
  padding: 5px 0px;
  border: 1px solid lightgrey;
  height: 90px;
  display: block;
}
/* line 42, ../sass/components/_products-basics.scss */
.configurator-wrapper .powerbar .pwb,
.product-overview .powerbar .pwb {
  height: 100%;
  float: left;
  position: relative;
  width: 16%;
  margin: 0 2%;
  text-align: center;
}
/* line 49, ../sass/components/_products-basics.scss */
.configurator-wrapper .powerbar .pwb .pwb-label,
.product-overview .powerbar .pwb .pwb-label {
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
  font-size: 95%;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 56, ../sass/components/_products-basics.scss */
.configurator-wrapper .powerbar .pwb .bar,
.product-overview .powerbar .pwb .bar {
  background: #fff url("../img/indikator-ay.png") no-repeat scroll 0 50%/contain;
  height: 70%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 102px;
}
/* line 64, ../sass/components/_products-basics.scss */
.configurator-wrapper .powerbar .pwb .bar .inner,
.product-overview .powerbar .pwb .bar .inner {
  background: white;
  opacity: 0.95;
  display: block;
  height: 100%;
  left: 60%;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 80, ../sass/components/_products-basics.scss */
.powerbar .pwb-label--long {
  display: none !important;
}
@media (min-width: 768px) {
  /* line 85, ../sass/components/_products-basics.scss */
  .powerbar .pwb-label--short {
    display: none !important;
  }
  /* line 88, ../sass/components/_products-basics.scss */
  .powerbar .pwb-label--long {
    display: block !important;
  }
}

/* line 96, ../sass/components/_products-basics.scss */
.price-tag {
  display: inline-block;
  color: #fff;
  text-align: right;
  position: relative;
}
/* line 103, ../sass/components/_products-basics.scss */
.price-tag .block {
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0;
  border-radius: 0 6px 6px 0;
  background: url("../img/bg-grad-blue--big.png") 0 50% no-repeat;
  display: inline-block;
  height: 78px;
  overflow: hidden;
  padding: 8px 12px 8px 32px;
  position: relative;
}
/* line 116, ../sass/components/_products-basics.scss */
.price-tag .block:after {
  content: "\25CF";
  color: #010a13;
  font-size: 28px;
  line-height: 28px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -15px;
  opacity: .5;
}
/* line 129, ../sass/components/_products-basics.scss */
.price-tag .block .price {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 2px;
  text-shadow: rgba(0, 0, 0, 0.5) -1px -1px 0;
}
/* line 137, ../sass/components/_products-basics.scss */
.price-tag .block .price small {
  font-size: 10px;
}
/* line 142, ../sass/components/_products-basics.scss */
.price-tag .block .price > small {
  font-size: 10px;
  line-height: 10px;
}
/* line 147, ../sass/components/_products-basics.scss */
.price-tag .block .price .productOldPrice {
  font-size: 12px;
  line-height: 1.1;
  color: #eeeeee;
  top: 6px;
  right: 15px;
  position: absolute;
}
/* line 155, ../sass/components/_products-basics.scss */
.price-tag .block .price .newPrice {
  display: block;
  margin-top: 8px;
}
/* line 162, ../sass/components/_products-basics.scss */
.price-tag .info {
  display: block;
  font-size: 9px;
  line-height: 10px;
  text-align: right;
}
/* line 170, ../sass/components/_products-basics.scss */
.price-tag .info a {
  color: #fff;
}

/* line 7, ../sass/components/_products-frontpage.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 13, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 16, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 19, ../sass/components/_products-frontpage.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 46, ../sass/components/_products-frontpage.scss */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
/* line 57, ../sass/components/_products-frontpage.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 65, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

/* line 69, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 77, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 83, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 94, ../sass/components/_products-frontpage.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 97, ../sass/components/_products-frontpage.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 101, ../sass/components/_products-frontpage.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 104, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}

/* line 107, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
*/
/* line 126, ../sass/components/_products-frontpage.scss */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* line 132, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 139, ../sass/components/_products-frontpage.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 142, ../sass/components/_products-frontpage.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 147, ../sass/components/_products-frontpage.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 154, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 162, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 169, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 174, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

/* line 192, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

/* line 199, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 203, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 218, ../sass/components/_products-frontpage.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* line 229, ../sass/components/_products-frontpage.scss */
.pc-teaser {
  border: 1px solid #d0d0d0;
  margin: 20px 0;
  /*.description-wrapper {
    padding: 0;
    height: 220px;

    display: none;

    // products short description
    ul {
      background: rgba(255,255,255,0.85);
      height: 200px;
      list-style-type: none;
      overflow: hidden;
      padding: 5px;
      position: relative;
      @include _transition();

      li {
        background: transparent url("../img/dot-green.png") -1px 5px no-repeat;
        line-height: 1.25em;
        margin-bottom: 6px;
        padding-left: 12px;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        z-index: 1;
      }


      // Text fade out if it is to long
      &:after {
        content: " ";
        display: block;
        @include background-image(linear-gradient(to right, rgba(255,255,255,0), #fff));
        width: 30px;
        height: 100%;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
      }

      // Text behavior in mouse over
      &:hover {
        border:1px solid $border-color-light;
        display: block;
        width: auto;
        height: 320px;
        //max-height: 220px;
        //margin-left: -100%;
        overflow-y: scroll;
        position: absolute;
        right: 0;
        //bottom: 40px;

        li {
          white-space: normal;
          //font-size: 12px;
        }
      }
    }
  }*/
}
/* line 233, ../sass/components/_products-frontpage.scss */
.pc-teaser h1, .pc-teaser .h1 {
  float: left;
  width: 100%;
  margin-top: 0;
  font-size: 20px;
}
/* line 240, ../sass/components/_products-frontpage.scss */
.pc-teaser .owl-controls {
  top: 0;
  right: 0;
  position: absolute;
}
/* line 246, ../sass/components/_products-frontpage.scss */
.pc-teaser .owl-controls .owl-nav > div {
  background: #eeeeee;
  float: left;
  width: 37px;
  height: 35px;
  overflow: hidden;
  padding-top: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 255, ../sass/components/_products-frontpage.scss */
.pc-teaser .owl-controls .owl-nav > div:first-of-type {
  margin-right: 1px;
}
/* line 259, ../sass/components/_products-frontpage.scss */
.pc-teaser .owl-controls .owl-nav > div:hover {
  background: #777777;
  color: #fff;
}
/* line 264, ../sass/components/_products-frontpage.scss */
.pc-teaser .owl-controls .owl-nav > div:after {
  font-family: "FontAwesome";
  font-size: 18px;
  width: 37px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  top: 2px;
  left: 0;
  position: absolute;
}
/* line 276, ../sass/components/_products-frontpage.scss */
.pc-teaser .owl-controls .owl-nav > div.owl-prev:after {
  content: "";
}
/* line 280, ../sass/components/_products-frontpage.scss */
.pc-teaser .owl-controls .owl-nav > div.owl-next:after {
  content: "";
  left: 39px;
}
/* line 288, ../sass/components/_products-frontpage.scss */
.pc-teaser .owl-stage-outer {
  clear: both;
}
/* line 292, ../sass/components/_products-frontpage.scss */
.pc-teaser .product-block {
  background: #fff;
  border-right: 1px solid #d0d0d0;
}
/* line 297, ../sass/components/_products-frontpage.scss */
.pc-teaser .product-block h4, .pc-teaser .product-block .h4 {
  min-height: 45px;
}
/* line 300, ../sass/components/_products-frontpage.scss */
.pc-teaser .product-block h4 a, .pc-teaser .product-block .h4 a {
  display: block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #005086;
}
/* line 309, ../sass/components/_products-frontpage.scss */
.pc-teaser .product-block .recommended {
  background: url("../img/recommended.png") 0 50% no-repeat;
  background-size: 24px;
  font-size: 12px;
  display: inline-block;
  line-height: 24px;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
}
/* line 319, ../sass/components/_products-frontpage.scss */
.pc-teaser .product-block .image-wrapper {
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  width: 100% !important;
}
/* line 326, ../sass/components/_products-frontpage.scss */
.pc-teaser .product-block .image-wrapper a {
  display: block;
  height: 100%;
}
/* line 397, ../sass/components/_products-frontpage.scss */
.pc-teaser .product-footer {
  clear: both;
}
/* line 401, ../sass/components/_products-frontpage.scss */
.pc-teaser .product-footer .price-tag {
  float: right;
}
/* line 405, ../sass/components/_products-frontpage.scss */
.pc-teaser .product-footer .finance-from {
  clear: both;
  float: right;
  font-size: 12px;
  margin: 8px 0;
}
/* line 413, ../sass/components/_products-frontpage.scss */
.pc-teaser .product-footer .action {
  clear: both;
  display: table;
  float: none;
  padding: 15px 0;
  width: 100%;
}
/* line 420, ../sass/components/_products-frontpage.scss */
/*.pc-teaser .product-footer .action > button {
  float: left;
  font-size: 13px;
  width: 48%;
}*/
.pc-teaser .product-footer .action > button {
  float: left;
  font-size: 13px;
  width: 49%;
  padding: 3%;
}
/* line 425, ../sass/components/_products-frontpage.scss */
.pc-teaser .product-footer .action > button:last-of-type {
  float: right;
}
@media (min-width: 1140px) and (max-width: 1180px) {
  /* line 429, ../sass/components/_products-frontpage.scss */
  .pc-teaser .product-footer .action > button:last-of-type i {
    display: none;
  }
}
/* line 433, ../sass/components/_products-frontpage.scss */
.pc-teaser .product-footer .action > button i {
  margin-right: 0;
}

@media (min-width: 992px) {
  /* line 444, ../sass/components/_products-frontpage.scss */
  .pc-teaser .image-wrapper img {
    width: 100px;
  }
  /* line 452, ../sass/components/_products-frontpage.scss */
  .pc-teaser .description-wrapper ul:hover {
    border: 1px solid #d0d0d0;
    display: block;
    width: auto;
    height: 220px;
    max-height: 220px;
    margin-left: -100%;
    overflow-y: scroll;
    position: absolute;
    right: 0;
  }
  /* line 464, ../sass/components/_products-frontpage.scss */
  .pc-teaser .description-wrapper ul:hover li {
    white-space: normal;
  }
}
/* line 481, ../sass/components/_products-frontpage.scss */
.tabbed-categories .nav-tabs {
  background: #dae3ea;
}
/* line 484, ../sass/components/_products-frontpage.scss */
.tabbed-categories .nav-tabs a {
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 491, ../sass/components/_products-frontpage.scss */
.tabbed-categories .nav-tabs .active a, .tabbed-categories .nav-tabs .active a:hover {
  background: #001b2d;
  color: #fff;
}
/* line 498, ../sass/components/_products-frontpage.scss */
.tabbed-categories .pc-teaser {
  margin-top: 0;
  overflow: hidden;
}
@media (min-width: 600px) {
  /* line 503, ../sass/components/_products-frontpage.scss */
  .tabbed-categories .product-block {
    float: left;
    width: 50%;
  }
  /* line 510, ../sass/components/_products-frontpage.scss */
  .tabbed-categories .product-block:nth-last-of-type(3) {
    display: none;
  }
}
@media (min-width: 1140px) {
  /* line 503, ../sass/components/_products-frontpage.scss */
  .tabbed-categories .product-block {
    width: 33.333333%;
  }
  /* line 517, ../sass/components/_products-frontpage.scss */
  .tabbed-categories .product-block:nth-last-of-type(3) {
    display: inline-block;
  }
}

/* line 528, ../sass/components/_products-frontpage.scss */
.powerbar {
  text-align: left;
  font-size: 12px;
  margin: 8px auto 4px auto;
  display: inline-block;
}

/*

@include breakpoint(840px){
  .pc-teaser .product-footer .action {
    button {
      width: 38px;
      float: right;
      overflow: hidden;
      margin-left: 8px;

      &:hover {
        width: auto;
      }

      i {
        font-size: 20px;
      }
    }
  }
}

*/
/* line 7, ../sass/components/_search.scss */
.error-msg .box-nobo p {
  margin-bottom: 30px;
}
/* line 11, ../sass/components/_search.scss */
.error-msg .box-nobo .form-group {
  float: left;
  margin-right: 15px;
}
/* line 16, ../sass/components/_search.scss */
.error-msg .box-nobo label {
  float: left;
  padding: 6px 15px 6px 0;
}
/* line 21, ../sass/components/_search.scss */
.error-msg .box-nobo input[type="text"] {
  float: left;
  width: auto;
}
/* line 27, ../sass/components/_search.scss */
.error-msg button {
  white-space: nowrap;
}

/*!
 * shariff - v1.23.0 - 26.01.2016
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2016 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
/*!
 * shariff - v1.23.0 - 26.01.2016
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2016 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
/* line 19, ../sass/components/_shariff.scss */
.shariff::after,
.shariff::before {
  content: " ";
  display: table;
}

/* line 24, ../sass/components/_shariff.scss */
.shariff::after {
  clear: both;
}

/* line 27, ../sass/components/_shariff.scss */
.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 32, ../sass/components/_shariff.scss */
.shariff li {
  height: 35px;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
}

/* line 38, ../sass/components/_shariff.scss */
.shariff li a {
  color: #fff;
  position: relative;
  display: block;
  height: 35px;
  text-decoration: none;
  box-sizing: border-box;
}

/* line 46, ../sass/components/_shariff.scss */
.shariff li .share_count,
.shariff li .share_text {
  display: none;
}

/* line 50, ../sass/components/_shariff.scss */
.shariff li .fa {
  width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
}

/* line 57, ../sass/components/_shariff.scss */
.shariff .orientation-horizontal li {
  float: left;
  width: 35px;
  margin-right: 1px;
}

/* line 62, ../sass/components/_shariff.scss */
.shariff .orientation-horizontal li:last-child {
  margin-right: 0;
}

/* line 66, ../sass/components/_shariff.scss */
.shariff .theme-grey .shariff-button a {
  background-color: transparent;
  color: #777777;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 71, ../sass/components/_shariff.scss */
.shariff .theme-grey .shariff-button a:hover {
  color: #fff;
}

/* line 76, ../sass/components/_shariff.scss */
.shariff .theme-white .shariff-button {
  border: 1px solid #ddd;
}

/* line 79, ../sass/components/_shariff.scss */
.shariff .theme-white .shariff-button a {
  background-color: #fff;
}

/* line 82, ../sass/components/_shariff.scss */
.shariff .theme-white .shariff-button a:hover {
  background-color: #eee;
}

/* line 85, ../sass/components/_shariff.scss */
.shariff .orientation-vertical {
  min-width: 110px;
}

/* line 88, ../sass/components/_shariff.scss */
.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0;
}

/* line 94, ../sass/components/_shariff.scss */
.shariff .addthis a {
  background-color: #f8694d;
}

/* line 97, ../sass/components/_shariff.scss */
.shariff .addthis a:hover {
  background-color: #f75b44;
}

/* line 100, ../sass/components/_shariff.scss */
.shariff .addthis .fa-plus {
  font-size: 14px;
}

/* line 103, ../sass/components/_shariff.scss */
.shariff .addthis .share_count {
  color: #f8694d;
  background-color: #f1b8b0;
}

/* line 107, ../sass/components/_shariff.scss */
.shariff .theme-white .addthis a {
  color: #f8694d;
}

@media only screen and (min-width: 600px) {
  /* line 111, ../sass/components/_shariff.scss */
  .shariff .addthis .fa-plus {
    font-size: 14px;
    position: relative;
    top: 1px;
  }
}
/* line 117, ../sass/components/_shariff.scss */
.shariff .diaspora a {
  background-color: #999;
}

/* line 120, ../sass/components/_shariff.scss */
.shariff .diaspora a:hover {
  background-color: #b3b3b3;
}

/* line 123, ../sass/components/_shariff.scss */
.shariff .diaspora .fa-times-circle {
  font-size: 17px;
}

/* line 126, ../sass/components/_shariff.scss */
.shariff .theme-white .diaspora a {
  color: #999;
}

@media only screen and (min-width: 600px) {
  /* line 130, ../sass/components/_shariff.scss */
  .shariff .diaspora .fa-times-circle {
    font-size: 16px;
  }
}
/* line 134, ../sass/components/_shariff.scss */
.shariff .facebook a {
  background-color: #3b5998;
}

/* line 137, ../sass/components/_shariff.scss */
.shariff .facebook a:hover {
  background-color: #4273c8;
}

/* line 140, ../sass/components/_shariff.scss */
.shariff .facebook .fa-facebook {
  font-size: 22px;
}

/* line 143, ../sass/components/_shariff.scss */
.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf;
}

/* line 147, ../sass/components/_shariff.scss */
.shariff .theme-white .facebook a {
  color: #3b5998;
}

@media only screen and (min-width: 600px) {
  /* line 151, ../sass/components/_shariff.scss */
  .shariff .facebook .fa-facebook {
    font-size: 19px;
  }
}
/* line 155, ../sass/components/_shariff.scss */
.shariff .flattr a {
  background-color: #7ea352;
}

/* line 158, ../sass/components/_shariff.scss */
.shariff .flattr a:hover {
  background-color: #F67C1A;
}

/* line 161, ../sass/components/_shariff.scss */
.shariff .flattr a:hover .share_count {
  color: #d56308;
  background-color: #fab47c;
}

/* line 165, ../sass/components/_shariff.scss */
.shariff .flattr .fa-money {
  font-size: 22px;
}

/* line 168, ../sass/components/_shariff.scss */
.shariff .flattr .share_count {
  color: #648141;
  background-color: #b0c893;
}

/* line 172, ../sass/components/_shariff.scss */
.shariff .theme-white .flattr a {
  color: #F67C1A;
}

@media only screen and (min-width: 600px) {
  /* line 176, ../sass/components/_shariff.scss */
  .shariff .flattr .fa-money {
    font-size: 19px;
  }
}
/* line 180, ../sass/components/_shariff.scss */
.shariff .googleplus a {
  background-color: #d34836;
}

/* line 183, ../sass/components/_shariff.scss */
.shariff .googleplus a:hover {
  background-color: #f75b44;
}

/* line 186, ../sass/components/_shariff.scss */
.shariff .googleplus .fa-google-plus {
  font-size: 22px;
}

/* line 189, ../sass/components/_shariff.scss */
.shariff .googleplus .share_count {
  color: #a31601;
  background-color: #eda79d;
}

/* line 193, ../sass/components/_shariff.scss */
.shariff .theme-white .googleplus a {
  color: #d34836;
}

@media only screen and (min-width: 600px) {
  /* line 197, ../sass/components/_shariff.scss */
  .shariff .googleplus .fa-google-plus {
    font-size: 19px;
  }
}
/* line 201, ../sass/components/_shariff.scss */
.shariff .info {
  border: 1px solid #ccc;
}

/* line 204, ../sass/components/_shariff.scss */
.shariff .info a {
  color: #666;
  background-color: #fff;
}

/* line 208, ../sass/components/_shariff.scss */
.shariff .info a:hover {
  background-color: #efefef;
}

/* line 211, ../sass/components/_shariff.scss */
.shariff .info .fa-info {
  font-size: 20px;
  width: 33px;
}

/* line 215, ../sass/components/_shariff.scss */
.shariff .info .share_text {
  display: block !important;
  text-indent: -9999px !important;
}

/* line 219, ../sass/components/_shariff.scss */
.shariff .theme-grey .info a {
  background-color: #fff;
}

/* line 222, ../sass/components/_shariff.scss */
.shariff .theme-grey .info a:hover {
  background-color: #efefef;
}

/* line 225, ../sass/components/_shariff.scss */
.shariff .orientation-vertical .info {
  width: 35px;
  float: right;
}

@media only screen and (min-width: 360px) {
  /* line 230, ../sass/components/_shariff.scss */
  .shariff .orientation-horizontal .info {
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
    width: 35px;
    min-width: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 239, ../sass/components/_shariff.scss */
  .shariff .info .fa-info {
    font-size: 16px;
    width: 23px;
  }

  /* line 243, ../sass/components/_shariff.scss */
  .shariff .orientation-horizontal .info {
    width: 25px;
    min-width: 25px !important;
  }

  /* line 247, ../sass/components/_shariff.scss */
  .shariff .orientation-vertical .info {
    width: 25px;
  }
}
/* line 251, ../sass/components/_shariff.scss */
.shariff .linkedin a {
  background-color: #0077b5;
}

/* line 254, ../sass/components/_shariff.scss */
.shariff .linkedin a:hover {
  background-color: #0369a0;
}

/* line 257, ../sass/components/_shariff.scss */
.shariff .linkedin .fa-linkedin {
  font-size: 22px;
}

/* line 260, ../sass/components/_shariff.scss */
.shariff .linkedin .share_count {
  color: #004785;
  background-color: #33AAE8;
}

/* line 264, ../sass/components/_shariff.scss */
.shariff .theme-white .linkedin a {
  color: #0077b5;
}

@media only screen and (min-width: 600px) {
  /* line 268, ../sass/components/_shariff.scss */
  .shariff .linkedin .fa-linkedin {
    font-size: 19px;
  }
}
/* line 272, ../sass/components/_shariff.scss */
.shariff .mail a {
  background-color: #999;
}

/* line 275, ../sass/components/_shariff.scss */
.shariff .mail a:hover {
  background-color: #a8a8a8;
}

/* line 278, ../sass/components/_shariff.scss */
.shariff .mail .fa-envelope {
  font-size: 21px;
}

/* line 281, ../sass/components/_shariff.scss */
.shariff .theme-white .mail a {
  color: #999;
}

@media only screen and (min-width: 600px) {
  /* line 285, ../sass/components/_shariff.scss */
  .shariff .mail .fa-envelope {
    font-size: 18px;
  }
}
/* line 289, ../sass/components/_shariff.scss */
.shariff .pinterest a {
  background-color: #bd081c;
}

/* line 292, ../sass/components/_shariff.scss */
.shariff .pinterest a:hover {
  background-color: #d50920;
}

/* line 295, ../sass/components/_shariff.scss */
.shariff .pinterest .fa-pinterest-p {
  font-size: 22px;
}

/* line 298, ../sass/components/_shariff.scss */
.shariff .pinterest .share_count {
  color: #a31601;
  background-color: #eda79d;
}

/* line 302, ../sass/components/_shariff.scss */
.shariff .theme-white .pinterest a {
  color: #bd081c;
}

@media only screen and (min-width: 600px) {
  /* line 306, ../sass/components/_shariff.scss */
  .shariff .pinterest .fa-pinterest-p {
    font-size: 19px;
    position: relative;
    top: 1px;
  }
}
/* line 312, ../sass/components/_shariff.scss */
.shariff .reddit a {
  background-color: #ff4500;
}

/* line 315, ../sass/components/_shariff.scss */
.shariff .reddit a:hover {
  background-color: #ff6a33;
}

/* line 318, ../sass/components/_shariff.scss */
.shariff .reddit .fa-reddit {
  font-size: 17px;
}

/* line 321, ../sass/components/_shariff.scss */
.shariff .theme-white .reddit a {
  color: #ff4500;
}

@media only screen and (min-width: 600px) {
  /* line 325, ../sass/components/_shariff.scss */
  .shariff .reddit .fa-reddit {
    font-size: 16px;
  }
}
/* line 329, ../sass/components/_shariff.scss */
.shariff .stumbleupon a {
  background-color: #eb4924;
}

/* line 332, ../sass/components/_shariff.scss */
.shariff .stumbleupon a:hover {
  background-color: #ef7053;
}

/* line 335, ../sass/components/_shariff.scss */
.shariff .stumbleupon .fa-stumbleupon {
  font-size: 17px;
}

/* line 338, ../sass/components/_shariff.scss */
.shariff .theme-white .stumbleupon a {
  color: #eb4924;
}

@media only screen and (min-width: 600px) {
  /* line 342, ../sass/components/_shariff.scss */
  .shariff .stumbleupon .fa-stumbleupon {
    font-size: 16px;
  }
}
/* line 346, ../sass/components/_shariff.scss */
.shariff .twitter a {
  background-color: #55acee;
}

/* line 349, ../sass/components/_shariff.scss */
.shariff .twitter a:hover {
  background-color: #32bbf5;
}

/* line 352, ../sass/components/_shariff.scss */
.shariff .twitter .fa-twitter {
  font-size: 28px;
}

/* line 355, ../sass/components/_shariff.scss */
.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96D4EE;
}

/* line 359, ../sass/components/_shariff.scss */
.shariff .theme-white .twitter a {
  color: #55acee;
}

@media only screen and (min-width: 600px) {
  /* line 363, ../sass/components/_shariff.scss */
  .shariff .twitter .fa-twitter {
    font-size: 24px;
  }
}
/* line 367, ../sass/components/_shariff.scss */
.shariff .whatsapp a {
  background-color: #5cbe4a;
}

/* line 370, ../sass/components/_shariff.scss */
.shariff .whatsapp a:hover {
  background-color: #34af23;
}

/* line 373, ../sass/components/_shariff.scss */
.shariff .whatsapp .fa-whatsapp {
  font-size: 28px;
}

/* line 376, ../sass/components/_shariff.scss */
.shariff .theme-white .whatsapp a {
  color: #5cbe4a;
}

@media only screen and (min-width: 600px) {
  /* line 380, ../sass/components/_shariff.scss */
  .shariff .whatsapp .fa-whatsapp {
    font-size: 22px;
  }
}
/* line 384, ../sass/components/_shariff.scss */
.shariff .xing a {
  background-color: #126567;
}

/* line 387, ../sass/components/_shariff.scss */
.shariff .xing a:hover {
  background-color: #29888a;
}

/* line 390, ../sass/components/_shariff.scss */
.shariff .xing .fa-xing {
  font-size: 22px;
}

/* line 393, ../sass/components/_shariff.scss */
.shariff .xing .share_count {
  color: #15686a;
  background-color: #4fa5a7;
}

/* line 397, ../sass/components/_shariff.scss */
.shariff .theme-white .xing a {
  color: #126567;
}

@media only screen and (min-width: 600px) {
  /* line 401, ../sass/components/_shariff.scss */
  .shariff .xing .fa-xing {
    font-size: 19px;
  }
}
/* line 405, ../sass/components/_shariff.scss */
.shariff .tumblr a {
  background-color: #36465D;
}

/* line 408, ../sass/components/_shariff.scss */
.shariff .tumblr a:hover {
  background-color: #44546B;
}

/* line 411, ../sass/components/_shariff.scss */
.shariff .tumblr .fa-tumblr {
  font-size: 28px;
}

/* line 414, ../sass/components/_shariff.scss */
.shariff .theme-white .tumblr a {
  color: #5cbe4a;
}

@media only screen and (min-width: 600px) {
  /* line 418, ../sass/components/_shariff.scss */
  .shariff .tumblr .fa-tumblr {
    font-size: 22px;
  }
}
/* line 422, ../sass/components/_shariff.scss */
.shariff .threema a {
  background-color: #333;
}

/* line 425, ../sass/components/_shariff.scss */
.shariff .threema a:hover {
  background-color: #1f1f1f;
}

/* line 428, ../sass/components/_shariff.scss */
.shariff .threema .fa-lock {
  font-size: 28px;
}

/* line 431, ../sass/components/_shariff.scss */
.shariff .theme-white .threema a {
  color: #333;
}

@media only screen and (min-width: 600px) {
  /* line 435, ../sass/components/_shariff.scss */
  .shariff .threema .fa-lock {
    font-size: 22px;
  }
}
/* line 442, ../sass/components/_shariff.scss */
.shariff {
  float: right;
}
/* line 445, ../sass/components/_shariff.scss */
.shariff .orientation-horizontal li {
  min-width: 32px;
  max-width: 32px;
}
/* line 449, ../sass/components/_shariff.scss */
.shariff .orientation-horizontal li .share_text {
  display: none;
}

/* line 9, ../sass/components/_sidebar-1--category-icons.scss */
.sidebar-1 .main-navigation li[catid="2936"] > a {
  background-image: url("../img/nav-bg-icon--laptop.png");
}
/* line 14, ../sass/components/_sidebar-1--category-icons.scss */
.sidebar-1 .main-navigation li[catid="1145"] > a {
  background-image: url("../img/nav-bg-icon--offers.png");
}
/* line 19, ../sass/components/_sidebar-1--category-icons.scss */
.sidebar-1 .main-navigation li[catid="5086"] > a {
  background-image: url("../img/nav-bg-icon--hardware.png");
}
/* line 24, ../sass/components/_sidebar-1--category-icons.scss */
.sidebar-1 .main-navigation li[catid="5085"] > a {
  background-image: url("../img/nav-bg-icon--software.png");
}
.sidebar-1 .main-navigation li[catid="6060"] > a {
  background-image: url("../img/nav-bg-icon--wildrabbit.png");
}
/* line 29, ../sass/components/_sidebar-1--category-icons.scss */
.sidebar-1 .main-navigation li[catid="5152"] > a {

}
/* line 29, ../sass/components/_sidebar-1--category-icons.scss */
.sidebar-1 .main-navigation li[catid="5983"] > a {
  background-image: url("../img/icon_dailyexpress.png");
}

/* line 7, ../sass/components/_sidebar-1.scss */
.sidebar-1 .affix {
  max-width: 270px;
  top: 20px;
  position: fixed;
}
@media (max-width: 980px) {
  /* line 7, ../sass/components/_sidebar-1.scss */
  .sidebar-1 .affix {
    position: relative !important;
  }
}
/* line 16, ../sass/components/_sidebar-1.scss */
.sidebar-1 .affix .affix-bottom {
  position: absolute;
}
/* line 21, ../sass/components/_sidebar-1.scss */
.sidebar-1 .navbar-toggle {
  display: none;
  float: none;
}
/* line 24, ../sass/components/_sidebar-1.scss */
.sidebar-1 .navbar-toggle i {
  color: #d92d28;
}
/* line 29, ../sass/components/_sidebar-1.scss */
.sidebar-1 li, .sidebar-1 a {
  color: #333333;
  display: block;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  position: relative;
}
/* line 36, ../sass/components/_sidebar-1.scss */
.sidebar-1 li:hover, .sidebar-1 li:focus, .sidebar-1 a:hover, .sidebar-1 a:focus {
  text-decoration: none;
}
/* line 41, ../sass/components/_sidebar-1.scss */
.sidebar-1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 47, ../sass/components/_sidebar-1.scss */
.sidebar-1 li {
  text-overflow: ellipsis;
}
/* line 59, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation li ul {
  display: none;
}
/* line 65, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel1 > a {
  background: url("../img/nav-bg-icon--pc.png") 4px 4px no-repeat;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px 10px 40px;
}
/* line 71, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel1 > a:hover {
  background-color: #0064a5;
  background-position: 4px -96px;
  color: #fff;
}
/* line 82, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel1 > a.Current, .sidebar-1 .main-navigation .CatLevel1 > a.CurrentParent {
  background-color: #dddddd;
  background-position: 4px -196px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 20px rgba(255, 255, 255, 0.25), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 20px rgba(255, 255, 255, 0.25), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
  /* Dark Background */
}
/* line 93, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel1 > a.Current:hover, .sidebar-1 .main-navigation .CatLevel1 > a.CurrentParent:hover {
  color: #004572;
  border-color: #b7b7b7;
}
/* line 100, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel1 > a.CurrentParent {
  border-bottom: 1px solid #bdbdbd;
}
/* line 104, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel1 > a.CurrentParent:after {
  content: " ";
  bottom: -12px;
  border-style: solid;
  border-width: 12px 14px 0 14px;
  border-color: #a1a1a1 transparent transparent transparent;
  display: block;
  height: 0px;
  right: 10px;
  position: absolute;
  width: 0px;
  -webkit-transform: rotate(360deg);
  z-index: 20;
}
/* line 124, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel1:first-of-type > a {
  border-top: 0;
  margin-top: 2px;
}
/* line 129, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel1:last-of-type > a {
  border-bottom: 0;
}
/* line 136, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CurrentLi > ul {
  display: block;
}
/* line 141, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel2 {
  margin-bottom: 2px;
}
/* line 144, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel2:first-of-type {
  margin-top: 2px;
}
/* line 149, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel2 a {
  font-size: 14px;
  padding: 3px 15px 3px 18px;
}
/* line 153, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel2 a:before {
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 10px;
  content: "";
}
/* line 160, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel2 a.Current, .sidebar-1 .main-navigation .CatLevel2 a.CurrentParent, .sidebar-1 .main-navigation .CatLevel2 a:hover {
  background: #d1d1d1;
}
/* line 163, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel2 a.Current:before, .sidebar-1 .main-navigation .CatLevel2 a.CurrentParent:before, .sidebar-1 .main-navigation .CatLevel2 a:hover:before {
  color: #00b847;
  font-weight: bold;
}
/* line 171, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel2 > a {
  background: #eaeaea;
}
/* line 175, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel2 > a.CurrentParent {
  border-bottom: 1px solid #bdbdbd;
}
/* line 179, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel2 > a.CurrentParent:after {
  content: " ";
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #d1d1d1 transparent transparent transparent;
  bottom: -8px;
  display: block;
  height: 0px;
  right: 14px;
  width: 0px;
  -webkit-transform: rotate(360deg);
  position: absolute;
  z-index: 20;
}
/* line 196, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel2 > ul {
  margin-top: 2px;
  margin-bottom: 2px;
  border-bottom: 1px solid #bdbdbd;
  /*&:before {
    background: #efefef;
    height: 15px;
    display: block;
    content: " ";
  }*/
}
/* line 212, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel3 > a {
  background: #fff;
  padding-left: 26px;
}
.sidebar-1 .main-navigation .CatLevel4 > a {
  background: #fff;
  padding-left: 26px;
}
/* line 216, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel3 > a:hover {
  background: #e6e6e6;
}
.sidebar-1 .main-navigation .CatLevel4 > a:hover {
  background: #e6e6e6;
}
/* line 220, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel3 > a.Current {
  background: #f1f1f1;
}
.sidebar-1 .main-navigation .CatLevel4 > a.Current {
    background: #f1f1f1;
}
/* line 224, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel3 > a.CurrentParent {
  background: #f1f1f1;
  border-bottom: 1px solid #d0d0d0;
}
/* line 228, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel3 > a.CurrentParent:after {
  background: #f1f1f1;
  border-left: 1px solid #b6b6b6;
  border-bottom: 1px solid #d0d0d0;
  bottom: -7px;
  color: #fff;
  content: " ";
  height: 12px;
  width: 12px;
  position: absolute;
  right: 19px;
  z-index: 20;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 245, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel3 > ul {
  margin-top: 2px;
  margin-bottom: 2px;
  background: #fff;
  border-bottom: 1px solid #bdbdbd;
}
/* line 255, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel4 > a {
  padding-left: 36px;
}
/* line 258, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel4 > a.Current {
  background: none;
}
/* line 263, ../sass/components/_sidebar-1.scss */
.sidebar-1 .main-navigation .CatLevel4 > ul {
  margin-bottom: 2px;
  margin-top: 2px;
  border-bottom: 1px solid #bdbdbd;
}
/* line 273, ../sass/components/_sidebar-1.scss */
.sidebar-1 .newslink {
  margin: -30px 0 30px;
}
@media (min-width: 768px) {
  /* line 273, ../sass/components/_sidebar-1.scss */
  .sidebar-1 .newslink {
    display: none;
  }
}
/* line 278, ../sass/components/_sidebar-1.scss */
.sidebar-1 .newslink a {
  background: #004572;
  color: #fff;
  display: block;
  padding: 10px 15px;
}
/* line 284, ../sass/components/_sidebar-1.scss */
.sidebar-1 .newslink a i {
  margin-right: 10px;
}
/* line 291, ../sass/components/_sidebar-1.scss */
.sidebar-1 .save-shopping .boxbody {
  text-align: center;
  padding: 20px 0 20px;
}
/* line 296, ../sass/components/_sidebar-1.scss */
.sidebar-1 .save-shopping .boxEkomi {
  margin-bottom: 20px;
}
/* line 301, ../sass/components/_sidebar-1.scss */
.sidebar-1 .payments {
  background: #fff;
}
/* line 304, ../sass/components/_sidebar-1.scss */
.sidebar-1 .payments li {
  color: #333333;
  padding: 20px 15px;
  text-align: center;
}
/* line 309, ../sass/components/_sidebar-1.scss */
.sidebar-1 .payments li:first-of-type {
  border-top: 0;
  margin-top: 2px;
}
/* line 315, ../sass/components/_sidebar-1.scss */
.sidebar-1 .payments .li-text {
  color: #333333;
  background-position: 12px 50%;
  background-repeat: no-repeat;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dddddd;
  height: 55px;
  line-height: 55px;
  padding: 0 15px 0 75px;
  text-align: left;
  text-transform: uppercase;
}
/* line 327, ../sass/components/_sidebar-1.scss */
.sidebar-1 .payments .li-text--cash {
  background-image: url("../img/icon-payment--cash--45.png");
}
/* line 331, ../sass/components/_sidebar-1.scss */
.sidebar-1 .payments .li-text--advance {
  background-image: url("../img/icon-payment--flex--45.png");
}
/* line 336, ../sass/components/_sidebar-1.scss */
.sidebar-1 .payments .li-financing {
  padding: 0 0 10px 0;
}
/* line 339, ../sass/components/_sidebar-1.scss */
.sidebar-1 .payments .li-financing span {
  background-color: #001b2d;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  padding: 10px 15px;
  text-align: left;
  text-transform: uppercase;
}
/* line 351, ../sass/components/_sidebar-1.scss */
.sidebar-1 .shipping-options {
  background-color: #fff;
}
/* line 354, ../sass/components/_sidebar-1.scss */
.sidebar-1 .shipping-options .boxbody {
  padding: 20px 15px;
  text-align: center;
}
/* line 361, ../sass/components/_sidebar-1.scss */
.sidebar-1 .newsletter form {
  padding: 15px;
  overflow: hidden;
}
/* line 366, ../sass/components/_sidebar-1.scss */
.sidebar-1 .newsletter button {
  float: right;
  margin-top: 4px;
}
/* line 372, ../sass/components/_sidebar-1.scss */
.sidebar-1 .ad {
  margin-bottom: 30px;
}
/* line 375, ../sass/components/_sidebar-1.scss */
.sidebar-1 .ad img {
  width: 100%;
}
/* line 382, ../sass/components/_sidebar-1.scss */
.sidebar-1 .linklist li a {
  padding: 10px 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dddddd;
}
/* line 387, ../sass/components/_sidebar-1.scss */
.sidebar-1 .linklist li a:hover {
  background: #e5e5e5;
  color: #004572;
}
/* line 395, ../sass/components/_sidebar-1.scss */
.sidebar-1 .linklist li:first-of-type > a {
  border-top: 0;
  margin-top: 2px;
}
/* line 400, ../sass/components/_sidebar-1.scss */
.sidebar-1 .linklist li:last-of-type > a {
  border-bottom: 0;
}
@media (min-width: 880px) {
  /* line 380, ../sass/components/_sidebar-1.scss */
  .sidebar-1 .linklist {
    display: none;
  }
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media (max-width: 879px) {
  /* line 421, ../sass/components/_sidebar-1.scss */
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }

  /* line 428, ../sass/components/_sidebar-1.scss */
  .row-offcanvas-right {
    right: 0;
  }

  /* line 432, ../sass/components/_sidebar-1.scss */
  .row-offcanvas-left {
    left: 0;
  }

  /* line 436, ../sass/components/_sidebar-1.scss */
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -295px;
    /* org 50% -> 6 columns */
  }

  /* line 441, ../sass/components/_sidebar-1.scss */
  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -295px;
    /* 6 columns */
  }

  /* line 446, ../sass/components/_sidebar-1.scss */
  .row-offcanvas-right.active {
    right: 295px;
    /* 6 columns */
  }

  /* line 450, ../sass/components/_sidebar-1.scss */
  .row-offcanvas-left.active {
    left: 295px;
    /* 6 columns */
  }

  /* line 454, ../sass/components/_sidebar-1.scss */
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    padding-top: 15px;
    width: 295px;
    /* 6 columns */
  }

  /* line 461, ../sass/components/_sidebar-1.scss */
  .sidebar-1 .navbar-toggle {
    display: block;
  }
}
/* line 8, ../sass/pages/_account.scss */
.account .fa-ul {
  line-height: 1.5em;
  padding: 20px 0;
  margin-left: 0;
}
/* line 13, ../sass/pages/_account.scss */
.account .fa-ul li {
  line-height: 1.75em;
  margin-bottom: 3px;
}
/* line 17, ../sass/pages/_account.scss */
.account .fa-ul li .fa {
  width: 18px;
}
/* line 23, ../sass/pages/_account.scss */
.account .linkall {
  display: inline-block;
  margin: 8px 0 18px;
}

/* line 4, ../sass/pages/_account_history.scss */
.ac-history .inside {
  overflow: hidden;
}
/* line 8, ../sass/pages/_account_history.scss */
.ac-history .hr {
  clear: both;
  margin-bottom: 60px;
}

/* line 21, ../sass/pages/_account_history.scss */
.ac-order-history .box > h1, .ac-order-history .box > .h1 {
  display: inline-block;
  width: 100%;
}
/* line 26, ../sass/pages/_account_history.scss */
.ac-order-history .box h2, .ac-order-history .box .h2 {
  margin-top: 0;
}
/* line 30, ../sass/pages/_account_history.scss */
.ac-order-history .box > h2, .ac-order-history .box > .h2 {
  margin-bottom: 0;
}
/* line 34, ../sass/pages/_account_history.scss */
.ac-order-history .box .btn-print {
  padding: 10px 15px;
}
/* line 39, ../sass/pages/_account_history.scss */
.ac-order-history .inside {
  clear: both;
}
/* line 43, ../sass/pages/_account_history.scss */
.ac-order-history .overview {
  margin-bottom: 30px;
}
/* line 47, ../sass/pages/_account_history.scss */
.ac-order-history .articles {
  font-size: 14px;
}
/* line 51, ../sass/pages/_account_history.scss */
.ac-order-history tbody > tr {
  border-bottom: 1px solid #eeeeee;
}
/* line 56, ../sass/pages/_account_history.scss */
.ac-order-history th.price, .ac-order-history td.price {
  text-align: right;
}
/* line 61, ../sass/pages/_account_history.scss */
.ac-order-history th {
  background: #f0f4f7;
  border-right: 1px solid #d0d0d0;
}
/* line 64, ../sass/pages/_account_history.scss */
.ac-order-history th:last-of-type {
  border: 0;
}
/* line 69, ../sass/pages/_account_history.scss */
.ac-order-history td:nth-of-type(5) {
  font-weight: bold;
}
/* line 74, ../sass/pages/_account_history.scss */
.ac-order-history .attributes {
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
  margin: 0 12px;
}
/* line 80, ../sass/pages/_account_history.scss */
.ac-order-history .attributes ul {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 89, ../sass/pages/_account_history.scss */
.ac-order-history .summary {
  background: #eeeeee;
  font-size: 13px;
}
/* line 93, ../sass/pages/_account_history.scss */
.ac-order-history .summary td {
  border: 0;
  vertical-align: top;
}
/* line 97, ../sass/pages/_account_history.scss */
.ac-order-history .summary td .total-values {
  width: 140px;
  display: inline-block;
  float: right;
}
/* line 104, ../sass/pages/_account_history.scss */
.ac-order-history .summary:first-of-type td {
  border-top: 1px solid #d0d0d0;
}
/* line 108, ../sass/pages/_account_history.scss */
.ac-order-history .summary:last-of-type td {
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  font-size: 16px;
}

/* line 5, ../sass/pages/_checkout.scss */
#addToCartDialog_init h2, #addToCartDialog_init .h2 {
  text-align: center;
}

/* line 10, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content {
  width: 760px;
  max-width: 95%;
}
/* line 14, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .featherlight-inner {
  padding: 0 15px;
  min-hieght: 100%;
  overflow: hidden;
}
/* line 20, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .row > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 26, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .productlist {
  border-right: 1px solid #d0d0d0;
  height: inherit;
}
/* line 32, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .product h3, .fl-express-checkout .featherlight-content .product .h3 {
  font-size: 18px;
  height: 46px;
  line-height: 20px;
  margin-bottom: 30px;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
/* line 41, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .product h3 i, .fl-express-checkout .featherlight-content .product .h3 i {
  color: #00b847;
  display: inline-block;
  float: left;
  font-size: 40px;
  line-height: 46px;
  width: 46px;
  height: 46px;
  margin-right: 8px;
}
/* line 52, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .product h3 span, .fl-express-checkout .featherlight-content .product .h3 span {
  font-size: 18px;
  text-transform: uppercase;
}
/* line 58, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .product .imgWrap {
  text-align: center;
}
/* line 63, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .product .descbox .productname {
  font-weight: bold;
  margin-bottom: 12px;
}
/* line 68, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .product .descbox .article-uid, .fl-express-checkout .featherlight-content .product .descbox .total, .fl-express-checkout .featherlight-content .product .descbox .qty {
  margin-bottom: 12px;
}
/* line 75, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .cartinfo .cartcount {
  border-bottom: 1px solid #d0d0d0;
  font-size: 18px;
  height: 46px;
  padding-bottom: 12px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 83, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .cartinfo .cartcount a {
  color: #333333;
}
/* line 86, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .cartinfo .cartcount a:hover {
  text-decoration: none;
  color: #004572;
}
/* line 93, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .cartinfo .pricebox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 99, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .cartinfo .price {
  font-size: 18px;
}
/* line 105, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .coupon {
  text-align: center;
  margin-bottom: 5px;
}
/* line 108, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .coupon .info {
  font-size: 80%;
  padding: 4% 16%;
  cursor: pointer;
}
/* line 115, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .buttons {
  margin-top: 0px;
}
/* line 118, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .buttons .regularActions, .fl-express-checkout .featherlight-content .buttons .expressCheckouts {
  overflow: hidden;
}
/* line 121, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .buttons .regularActions i, .fl-express-checkout .featherlight-content .buttons .expressCheckouts i {
  margin-right: 8px;
}
/* line 125, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .buttons .regularActions div, .fl-express-checkout .featherlight-content .buttons .expressCheckouts div {
  width: 100%;
  margin: 10px auto;
}
/* line 129, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .buttons .regularActions div button, .fl-express-checkout .featherlight-content .buttons .expressCheckouts div button {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 125, ../sass/pages/_checkout.scss */
  .fl-express-checkout .featherlight-content .buttons .regularActions div, .fl-express-checkout .featherlight-content .buttons .expressCheckouts div {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  /* line 139, ../sass/pages/_checkout.scss */
  .fl-express-checkout .featherlight-content .buttons .regularActions div:nth-of-type(2), .fl-express-checkout .featherlight-content .buttons .expressCheckouts div:nth-of-type(2) {
    margin-right: 0;
  }
}
/* line 145, ../sass/pages/_checkout.scss */
.fl-express-checkout .featherlight-content .buttons .regularActions #paypal_checkout_button, .fl-express-checkout .featherlight-content .buttons .regularActions #payWithAmazonDiv, .fl-express-checkout .featherlight-content .buttons .expressCheckouts #paypal_checkout_button, .fl-express-checkout .featherlight-content .buttons .expressCheckouts #payWithAmazonDiv {
  text-align: center;
}

/* line 166, ../sass/pages/_checkout.scss */
#configDialog .box {
  margin-bottom: 120px;
}

/* line 172, ../sass/pages/_checkout.scss */
.cartConfig .inside {
  padding-top: 15px;
}
/* line 176, ../sass/pages/_checkout.scss */
.cartConfig .box-header .smaller, .cartConfig .productWrap h3 .smaller, .productWrap .cartConfig h3 .smaller, .cartConfig .productWrap .h3 .smaller, .productWrap .cartConfig .h3 .smaller {
  font-size: 16px;
  font-style: italic;
  font-weight: 100;
  line-height: 22px;
  margin-left: 18px;
}
/* line 184, ../sass/pages/_checkout.scss */
.cartConfig .overview-counter {
  background: #5AAE4E;
  border: 3px solid #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 6px;
  color: #fff;
  font-size: 32px;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  opacity: .75;
  margin: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 201, ../sass/pages/_checkout.scss */
.cartConfig .media:hover .overview-counter {
  opacity: 1;
}
/* line 205, ../sass/pages/_checkout.scss */
.cartConfig .media .media-left {
  display: block;
  position: relative;
}
/* line 209, ../sass/pages/_checkout.scss */
.cartConfig .media .media-left:after {
  background: #d0d0d0;
  content: " ";
  width: 2px;
  height: 16px;
  left: 46px;
  bottom: -16px;
  position: absolute;
}
/* line 220, ../sass/pages/_checkout.scss */
.cartConfig .media .media-body {
  display: block;
  width: auto;
  padding: 15px;
  background: #f0f4f7;
  border: 1px solid #d0d0d0;
  position: relative;
}
@media (min-width: 768px) {
  /* line 232, ../sass/pages/_checkout.scss */
  .cartConfig .media .media-left, .cartConfig .media .media-body {
    display: table-cell;
  }
  /* line 236, ../sass/pages/_checkout.scss */
  .cartConfig .media .media-left {
    padding-top: 40px;
  }
  /* line 239, ../sass/pages/_checkout.scss */
  .cartConfig .media .media-left:after {
    background: #d0d0d0;
    content: " ";
    width: 26px;
    height: 2px;
    top: 88px;
    right: -1px;
    left: auto;
    position: absolute;
  }
  /* line 251, ../sass/pages/_checkout.scss */
  .cartConfig .media .media-body {
    width: 10000px;
  }
}
/* line 259, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-1 .langBox {
  vertical-align: middle;
  padding-left: 20px;
}
/* line 262, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-1 .langBox .languageSelect {
  margin-top: 10px;
}
/* line 266, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-1 .langBox .flag {
  margin-right: 8px;
  display: inline-block;
  width: 26px;
}
/* line 271, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-1 .langBox .flag img {
  width: 100%;
}
@media (min-width: 571px) {
  /* line 278, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-1 .languageInfo,
  .cartConfig .lineblock-1 .langBox {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 284, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-1 .languageInfo {
    padding: 0 25px 0 0;
  }
  /* line 288, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-1 .languageSelect {
    width: 160px;
  }
  /* line 292, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-1 .lngCheckboxes {
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 298, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-1 .langBox {
    width: 340px;
  }
  /* line 302, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-1 .languageSelect {
    float: right;
  }
}
/* line 312, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-2 .comment-area .header {
  font-size: 20px;
  color: inherit;
  margin-bottom: 10px;
}
/* line 318, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-2 .comment-area .comment textarea {
  margin: 20px 0;
  height: 120px;
}
@media (min-width: 571px) {
  /* line 311, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-2 .comment-area {
    background: url("/images/v5/cartconfig/textfeld.png") no-repeat;
    padding: 10px;
    position: relative;
    left: 0;
    top: 0;
    width: 460px;
    height: 260px;
  }
  /* line 333, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-2 .comment-area .header {
    position: absolute;
    top: 10;
    left: 0;
    font-size: 20px;
    padding-left: 50px;
  }
  /* line 341, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-2 .comment-area .inside-info {
    font-size: 13px;
    left: 40px;
    line-height: 17px;
    position: absolute;
    top: 80px;
    width: 380px;
    z-index: 5;
    color: #444444;
  }
  /* line 352, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-2 .comment-area .comment {
    position: absolute;
    top: 70px;
    left: 23px;
    z-index: 1;
  }
  /* line 358, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-2 .comment-area .comment textarea {
    resize: none;
    height: 126px;
    width: 413px;
    border: none;
    font-size: 12px;
    padding: 10px;
    margin: 0;
  }
}
@media (min-width: 960px) {
  /* line 311, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-2 .comment-area {
    float: left;
  }
}
/* line 376, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-2 .comment-info .image {
  display: none;
}
@media (min-width: 960px) {
  /* line 375, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-2 .comment-info {
    margin-top: 40px;
    margin-left: 480px;
    position: relative;
    padding: 0 0 15px 15px;
  }
  /* line 390, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-2 .comment-info .image {
    display: block;
    float: right;
    padding: 15px 0;
  }
}
/* line 401, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .header {
  margin-bottom: 10px;
}
/* line 407, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .cartinfo {
  background: #fff;
  border: 1px solid #eeeeee;
  overflow: hidden;
  padding: 15px;
}
/* line 413, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .cartinfo .incomplete-text {
  color: #d92d28;
}
/* line 417, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .cartinfo .mainImg {
  margin: 0 auto 20px auto;
  text-align: center;
}
/* line 422, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .cartinfo .title {
  line-height: 1.2em;
}
/* line 426, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .cartinfo .buttonChangeConfig {
  padding: 4px 6px;
  font-size: 13px;
  float: right;
}
/* line 432, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .cartinfo .configlist {
  clear: right;
  margin-top: 32px;
}
/* line 436, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .cartinfo .configlist ul {
  padding: 0;
  list-style-type: none;
}
/* line 440, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .cartinfo .configlist ul li {
  margin-bottom: 4px;
  padding: 4px;
}
/* line 443, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .cartinfo .configlist ul li:nth-of-type(even) {
  background: #f4f4f4;
}
/* line 449, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .cartinfo .configlist .componentimg {
  width: 60px;
  padding: 10px 10px 10px 0px;
}
/* line 454, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .cartinfo .configlist .componentname {
  font-weight: 13px;
}
/* line 456, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .cartinfo .configlist .componentname .categorie {
  font-weight: bold;
}
@media (min-width: 940px) {
  /* line 463, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-3 .cartinfo .mainImg {
    text-align: left;
    float: left;
  }
  /* line 468, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-3 .cartinfo .h4, .cartConfig .lineblock-3 .cartinfo .config_overview {
    margin-left: 220px;
  }
  /* line 472, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-3 .cartinfo .configlist {
    height: 220px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    padding-left: 10px;
  }
  /* line 478, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-3 .cartinfo .configlist ul {
    font-size: 13px;
  }
}
/* line 486, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .additionList {
  padding: 30px 0;
}
/* line 489, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .additionList .service-image {
  height: 100px;
  border-radius: 50px;
  margin-bottom: 18px;
}
/* line 494, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .additionList .service-image:after {
  left: 50px;
  bottom: -17px;
}
/* line 499, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .additionList .service-image .added, .cartConfig .lineblock-3 .additionList .service-image .removed {
  position: absolute;
  left: 78px;
  width: 30px;
}
@media (min-width: 768px) {
  /* line 489, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-3 .additionList .service-image {
    margin-top: -20px;
  }
  /* line 508, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-3 .additionList .service-image .image-overlay {
    width: 100px;
  }
  /* line 512, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-3 .additionList .service-image .added, .cartConfig .lineblock-3 .additionList .service-image .removed {
    top: 90px;
  }
}
/* line 518, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .additionList .media-body {
  background: #fff;
}
/* line 521, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .additionList .media-body .description {
  margin-bottom: 36px;
}
/* line 525, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .additionList .media-body .secoundPart {
  display: none;
}
/* line 529, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .additionList .media-body .pricetag {
  background: #e2e2e2;
  border-radius: 4px;
  float: right;
  font-size: 20px;
  font-weight: bold;
  min-height: 90px;
  width: 134px;
  padding: 4px;
  text-align: center;
  text-shadow: #fff 0 2px 0;
}
/* line 541, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .additionList .media-body .pricetag .price {
  padding: 8px;
}
/* line 545, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .additionList .media-body .pricetag .toggle {
  background: #FB621A;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 8px;
  width: 100%;
  margin-top: 4px;
  position: relative;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 558, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .additionList .media-body .pricetag .toggle:hover {
  background: #ff8800;
  text-decoration: none;
}
/* line 563, ../sass/pages/_checkout.scss */
.cartConfig .lineblock-3 .additionList .media-body .pricetag .toggle.remove {
  display: none;
}
@media (min-width: 992px) {
  /* line 569, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-3 .additionList .media-body .description {
    margin-right: 180px;
  }
  /* line 573, ../sass/pages/_checkout.scss */
  .cartConfig .lineblock-3 .additionList .media-body .pricetag {
    top: 15px;
    right: 15px;
    position: absolute;
  }
}
/* line 584, ../sass/pages/_checkout.scss */
.cartConfig .end-button {
  top: 40px;
  position: relative;
}
/* line 588, ../sass/pages/_checkout.scss */
.cartConfig .end-button .ok-button {
  font-size: 18px;
  margin: 0 auto;
  position: relative;
  padding: 20px;
}
/* line 595, ../sass/pages/_checkout.scss */
.cartConfig .end-button .ok-button i {
  display: none;
  color: #00b847;
  font-size: 70px;
  top: -22px;
  right: -14px;
  position: absolute;
}
/* line 605, ../sass/pages/_checkout.scss */
.cartConfig .end-button .ok-button span {
  display: block;
}
/* line 609, ../sass/pages/_checkout.scss */
.cartConfig .end-button .ok-button:focus {
  outline: 0;
}
/* line 615, ../sass/pages/_checkout.scss */
.cartConfig .backButton {
  margin: 0 0 60px 0;
}

/* line 629, ../sass/pages/_checkout.scss */
.checkoutButtons .btn, .checkoutButtons button, .checkoutButtons .cssButton {
  width: auto;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 634, ../sass/pages/_checkout.scss */
.checkoutButtons .align--center-right {
  margin-bottom: 8px;
  display: inline-block;
  margin-left: 10px;
}
/* line 639, ../sass/pages/_checkout.scss */
.checkoutButtons .paynow .fa {
  margin-right: 8px;
}
/* line 644, ../sass/pages/_checkout.scss */
.checkoutButtons .continue, .checkoutButtons .startpayment {
  margin-bottom: 40px;
}

/* line 651, ../sass/pages/_checkout.scss */
#cart .box-header, #cart .productWrap h3, .productWrap #cart h3, #cart .productWrap .h3, .productWrap #cart .h3 {
  margin-bottom: 0;
}
/* line 655, ../sass/pages/_checkout.scss */
#cart .inside {
  padding-top: 0;
}
/* line 658, ../sass/pages/_checkout.scss */
#cart .inside > p:first-of-type, #cart .inside > form > p:first-of-type {
  margin-top: 24px;
}

/* line 665, ../sass/pages/_checkout.scss */
.headerrow {
  font-weight: bold;
  background: #dae3ea;
  display: none;
}

/* line 671, ../sass/pages/_checkout.scss */
.headerrow, .cart-product {
  /*border-bottom: 1px solid #d0d0d0;*/
  /*border-top: 0;*/
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  overflow: hidden;
  position: relative;
}
/* line 677, ../sass/pages/_checkout.scss */
.headerrow .cell, .cart-product .cell {
  padding: 15px;
}
/* line 681, ../sass/pages/_checkout.scss */
.headerrow .cell:last-of-type, .cart-product .cell:last-of-type {
  border: 0;
}
/* line 685, ../sass/pages/_checkout.scss */
.headerrow .cell .label, .cart-product .cell .label {
  color: #333333;
  font-size: 14px;
}
/* line 692, ../sass/pages/_checkout.scss */
.headerrow .productname, .cart-product .productname {
  width: 90%;
}
/* line 695, ../sass/pages/_checkout.scss */
.headerrow .productname .left-col, .cart-product .productname .left-col {
  float: left;
  margin-right: 15px;
  width: 100px;
}
/* line 701, ../sass/pages/_checkout.scss */
.headerrow .productname .right-col, .cart-product .productname .right-col {
  margin-left: 115px;
}
/* line 704, ../sass/pages/_checkout.scss */
.headerrow .productname .right-col a, .cart-product .productname .right-col a {
  color: #000;
  font-weight: bold;
}
/* line 710, ../sass/pages/_checkout.scss */
.headerrow .productname .itemOptions, .cart-product .productname .itemOptions {
  margin-top: 8px;
  font-size: 12px;
}
/* line 714, ../sass/pages/_checkout.scss */
.headerrow .productname .itemOptions > div, .cart-product .productname .itemOptions > div {
  margin-bottom: 8px;
}
/* line 718, ../sass/pages/_checkout.scss */
.headerrow .productname .itemOptions span, .cart-product .productname .itemOptions span {
  display: inline-block;
  color: #555555;
  padding-left: 0;
  font-size: 13px;
}
/* line 724, ../sass/pages/_checkout.scss */
.headerrow .productname .itemOptions span.lng-value, .cart-product .productname .itemOptions span.lng-value {
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
}
/* line 731, ../sass/pages/_checkout.scss */
.headerrow .productname .itemOptions .config_item, .cart-product .productname .itemOptions .config_item {
  padding: 4px 6px;
}
/* line 733, ../sass/pages/_checkout.scss */
.headerrow .productname .itemOptions .config_item i, .cart-product .productname .itemOptions .config_item i {
  margin-right: 0;
}
/* line 739, ../sass/pages/_checkout.scss */
.headerrow .productname .attributes, .cart-product .productname .attributes {
  margin: 32px 0 32px 115px;
  font-size: 13px;
}
/* line 743, ../sass/pages/_checkout.scss */
.headerrow .productname .attributes .burnin, .headerrow .productname .attributes .incomplete, .cart-product .productname .attributes .burnin, .cart-product .productname .attributes .incomplete {
  font-weight: bold;
  margin-bottom: 12px;
}
/* line 748, ../sass/pages/_checkout.scss */
.headerrow .productname .attributes .incomplete, .cart-product .productname .attributes .incomplete {
  color: #d92d28;
}
/* line 752, ../sass/pages/_checkout.scss */
.headerrow .productname .attributes .row, .cart-product .productname .attributes .row {
  margin-bottom: 4px;
}
/* line 756, ../sass/pages/_checkout.scss */
.headerrow .productname .attributes .button-change-config, .cart-product .productname .attributes .button-change-config {
  margin-top: 16px;
}
/* line 758, ../sass/pages/_checkout.scss */
.headerrow .productname .attributes .button-change-config button, .cart-product .productname .attributes .button-change-config button {
  padding: 4px 6px;
}
/* line 765, ../sass/pages/_checkout.scss */
.headerrow .delete, .cart-product .delete {
  top: 15px;
  right: 0px;
  position: absolute;
}
/* line 770, ../sass/pages/_checkout.scss */
.headerrow .delete span, .cart-product .delete span {
  line-height: 20px;
}
/* line 774, ../sass/pages/_checkout.scss */
.headerrow .delete img, .cart-product .delete img {
  width: 24px;
  max-width: 24px;
  height: 24px;
}
/* line 781, ../sass/pages/_checkout.scss */
.headerrow .product-footer, .cart-product .product-footer {
  background: #dae3ea;
  clear: both;
  padding-top: 15px;
}
/* line 787, ../sass/pages/_checkout.scss */
.headerrow .qty, .cart-product .qty {
  padding-top: 8px;
}
/* line 789, ../sass/pages/_checkout.scss */
.headerrow .qty input, .cart-product .qty input {
  width: 80px;
  display: inline;
  margin-top: -8px;
  text-align: center;
}
/* line 797, ../sass/pages/_checkout.scss */
.headerrow .totalprice, .cart-product .totalprice {
  font-weight: bold;
}

/* line 804, ../sass/pages/_checkout.scss */
.cart-product:hover {
  background: #f6f6f6;
}
/* line 807, ../sass/pages/_checkout.scss */
.cart-product .singleprice, .cart-product .totalprice {
  padding-top: 0;
}
/* line 811, ../sass/pages/_checkout.scss */
.cart-product .singleprice, .cart-product .qty, .cart-product .totalprice {
  text-align: right;
}
/* line 814, ../sass/pages/_checkout.scss */
.cart-product .singleprice .label, .cart-product .qty .label, .cart-product .totalprice .label {
  float: left;
}

/* line 820, ../sass/pages/_checkout.scss */
.totals {
  padding-top: 15px;
}
/* line 823, ../sass/pages/_checkout.scss */
.totals .priceCart {
  text-align: right;
  float: right;
  display: block;
  width: 100%;
  /*max-width: 260px;*/
}
/* line 830, ../sass/pages/_checkout.scss */
.totals .priceCart > #price {
  font-weight: bold;
  /*font-size: 1.2em;*/
  margin-bottom: 8px;
}
/* line 836, ../sass/pages/_checkout.scss */
.totals .priceCart .tag_tax, .totals .priceCart .tag_subtotal {
  display: inline-block;
  float: left;
}
/* line 841, ../sass/pages/_checkout.scss */
.totals .priceCart .tax, .totals .priceCart .shipping {
  font-size: 13px;
}

/* line 847, ../sass/pages/_checkout.scss */
.financeCart a {
  font-size: 16px;
  color: #d92d28;
}
/* line 851, ../sass/pages/_checkout.scss */
.financeCart a:hover {
  text-decoration: none;
}
/* line 855, ../sass/pages/_checkout.scss */
.financeCart a i {
  color: #004572;
}

@media (min-width: 768px) {
  /* line 863, ../sass/pages/_checkout.scss */
  .headerrow, .cart-product {
    display: block;
  }
  /* line 866, ../sass/pages/_checkout.scss */
  .headerrow .cell, .cart-product .cell {
    padding: 15px;
    border-right: 1px solid #d0d0d0;
    padding-bottom: 99999px;
    margin-bottom: -99984px;
  }
  /* line 872, ../sass/pages/_checkout.scss */
  .headerrow .cell:last-of-type, .cart-product .cell:last-of-type {
    border: 0;
  }
  /* line 876, ../sass/pages/_checkout.scss */
  .headerrow .cell > .label, .cart-product .cell > .label {
    display: none;
  }
  /* line 881, ../sass/pages/_checkout.scss */
  .headerrow .productname, .cart-product .productname {
    width: 59%;
    float: left;
  }
  /* line 886, ../sass/pages/_checkout.scss */
  .headerrow .product-footer, .cart-product .product-footer {
    background: transparent;
    clear: none;
    padding-top: 0;
  }
  /* line 892, ../sass/pages/_checkout.scss */
  .headerrow .singleprice, .cart-product .singleprice {
    float: left;
    text-align: right;
    width: 13%;
  }
  /* line 898, ../sass/pages/_checkout.scss */
  .headerrow .qty, .cart-product .qty {
    float: left;
    text-align: center;
    width: 8%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 905, ../sass/pages/_checkout.scss */
  .headerrow .qty input, .cart-product .qty input {
    text-align: center;
    width: 34px;
    padding: 6px 4px;
  }
  /* line 912, ../sass/pages/_checkout.scss */
  .headerrow .totalprice, .cart-product .totalprice {
    float: left;
    text-align: right;
    width: 15%;
  }
  /* line 918, ../sass/pages/_checkout.scss */
  .headerrow .delete, .cart-product .delete {
    float: left;
    width: 5%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: center;
    top: 0;
  }
}
/* line 937, ../sass/pages/_checkout.scss */
#checkoutnavigation {
  /*border: 1px solid #d0d0d0;*/
  list-style-type: none;
  list-style-image: none;
  overflow: hidden;
  margin: 10px 0 35px;
  padding: 0;
  position: relative;
  z-index: 1;
  /*padding-left: 15px;
  padding-right: 15px;*/
}
/* line 947, ../sass/pages/_checkout.scss */
#checkoutnavigation li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  /* line 947, ../sass/pages/_checkout.scss */
  #checkoutnavigation li {
    width: 15%;
  }
}
/* line 959, ../sass/pages/_checkout.scss */
#checkoutnavigation li:after {
  /*border-right: 2px solid #fff;
  border-top: 3px solid #fff;
  content: " ";
  width: 33px;
  height: 34px;
  position: absolute;
  top: 6px;
  right: 7px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZGVkZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5YzljYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(315deg, #dededf, #c9c9ca);
  background-image: -webkit-linear-gradient(315deg, #dededf, #c9c9ca);
  background-image: linear-gradient(135deg, #dededf, #c9c9ca);
  transform: rotate(45deg);*/
}
/* line 972, ../sass/pages/_checkout.scss */
#checkoutnavigation li a {
  color: #333333;
}
/* line 974, ../sass/pages/_checkout.scss */
#checkoutnavigation li a:hover {
  text-decoration: none;
}
/* line 978, ../sass/pages/_checkout.scss */
#checkoutnavigation li .block {
  /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZGVkZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5YzljYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dededf), color-stop(100%, #c9c9ca));
  background-image: -moz-linear-gradient(#dededf, #c9c9ca);
  background-image: -webkit-linear-gradient(#dededf, #c9c9ca);
  background-image: linear-gradient(#dededf, #c9c9ca);*/
  line-height: 46px;
  position: relative;
}
/* line 985, ../sass/pages/_checkout.scss */
#checkoutnavigation li .block:before {
  /*content: " ";
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0px;
  right: -21px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZGVkZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5YzljYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dededf), color-stop(100%, #c9c9ca));
  background-image: -moz-linear-gradient(#dededf, #c9c9ca);
  background-image: -webkit-linear-gradient(#dededf, #c9c9ca);
  background-image: linear-gradient(#dededf, #c9c9ca);*/
}
@media (max-width: 767px) {
  /* line 997, ../sass/pages/_checkout.scss */
  #checkoutnavigation li.active {
    width: 55%;
  }
}
/* line 1002, ../sass/pages/_checkout.scss */
#checkoutnavigation li.active:after {
  /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwN2ZhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQzNzE4ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(315deg, #407faa, #43718e);
  background-image: -webkit-linear-gradient(315deg, #407faa, #43718e);
  background-image: linear-gradient(135deg, #407faa, #43718e);*/
}
/* line 1006, ../sass/pages/_checkout.scss */

#checkoutnavigation li.inactive .block {
	opacity:0.5;
	border-bottom: 2px solid rgba(51, 51, 51, .5);
}

#checkoutnavigation li.active .block {
  /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwN2ZhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQzNzE4ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #407faa), color-stop(100%, #43718e));
  background-image: -moz-linear-gradient(#407faa, #43718e);
  background-image: -webkit-linear-gradient(#407faa, #43718e);
  background-image: linear-gradient(#407faa, #43718e);*/
  color: #004473;
  border-bottom: 2px solid #004473; 
}
/* line 1014, ../sass/pages/_checkout.scss */
#checkoutnavigation li.active .block a {
  color: #fff;
}
/* line 1019, ../sass/pages/_checkout.scss */
#checkoutnavigation li.active.last .block:before {
  background: none;
}
/* line 1025, ../sass/pages/_checkout.scss */
#checkoutnavigation li.done:after {
  /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhN2E3YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmMmYyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(315deg, #7a7a7a, #2f2f2f);
  background-image: -webkit-linear-gradient(315deg, #7a7a7a, #2f2f2f);
  background-image: linear-gradient(135deg, #7a7a7a, #2f2f2f);*/
}
/* line 1029, ../sass/pages/_checkout.scss */
#checkoutnavigation li.done .block {
  /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhN2E3YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmMmYyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7a7a7a), color-stop(100%, #2f2f2f));
  background-image: -moz-linear-gradient(#7a7a7a, #2f2f2f);
  background-image: -webkit-linear-gradient(#7a7a7a, #2f2f2f);
  background-image: linear-gradient(#7a7a7a, #2f2f2f);*/
  border-bottom: 2px solid #008C8C;
}
/* line 1033, ../sass/pages/_checkout.scss */
#checkoutnavigation li.done .block:before {
  /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwN2ZhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQzNzE4ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #407faa), color-stop(100%, #43718e));
  background-image: -moz-linear-gradient(#407faa, #43718e);
  background-image: -webkit-linear-gradient(#407faa, #43718e);
  background-image: linear-gradient(#407faa, #43718e);*/
}
/* line 1037, ../sass/pages/_checkout.scss */
#checkoutnavigation li.done .block a {
  color: #008C8C;
}
/* line 1045, ../sass/pages/_checkout.scss */
#checkoutnavigation li.done-before .block:before {
  /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhN2E3YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmMmYyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7a7a7a), color-stop(100%, #2f2f2f));
  background-image: -moz-linear-gradient(#7a7a7a, #2f2f2f);
  background-image: -webkit-linear-gradient(#7a7a7a, #2f2f2f);
  background-image: linear-gradient(#7a7a7a, #2f2f2f);*/
}
/* line 1053, ../sass/pages/_checkout.scss */
#checkoutnavigation li.last:after {
  display: none;
}
/* line 1058, ../sass/pages/_checkout.scss */
#checkoutnavigation li.last > .block:after {
  display: none;
}
/* line 1063, ../sass/pages/_checkout.scss */
#checkoutnavigation li span {
  font-weight: bold;
  z-index: 15;
  position: relative;
}
/* line 1069, ../sass/pages/_checkout.scss */
#checkoutnavigation li .number {
  margin-left: -15px;
}
/* line 1073, ../sass/pages/_checkout.scss */
#checkoutnavigation li .title {
  margin-left: 5px;
}
@media (max-width: 767px) {
  /* line 1081, ../sass/pages/_checkout.scss */
  #checkoutnavigation .title {
    display: none;
  }
  /* line 1082, ../sass/pages/_checkout.scss */
  #checkoutnavigation .active .title {
    display: inline-block;
  }
}

/* line 1088, ../sass/pages/_checkout.scss */
.checkout-step-1 .btn {
  margin: 20px 0;
  width: 100%;
}
/* line 1092, ../sass/pages/_checkout.scss */
.checkout-step-1 .row {
  margin-bottom: 24px;
}
/* line 1096, ../sass/pages/_checkout.scss */
.checkout-step-1 .shipping-methods .wb-well {
  border: 1px solid #b6b6b6;
}
/* line 1100, ../sass/pages/_checkout.scss */
.checkout-step-1 .btn-next {
  margin: 24px 0 40px;
  float: right;
}

/* line 1113, ../sass/pages/_checkout.scss */
.shippingblock, .paymentblock {
  background: #fff;
  border: 1px solid #d0d0d0;
  margin: 36px 0;
}
/* line 1118, ../sass/pages/_checkout.scss */
.shippingblock-row, .paymentblock-row {
  border-bottom: 1px solid #d0d0d0;
  overflow: hidden;
  position: relative;
  /*&:nth-of-type(2) .logo {
    background: url("../img/checkout-shipping--selfpickup.png") 50% 20px no-repeat;
  }
  &:nth-of-type(3) .logo {
    background: url("../img/checkout-shipping--dhl.png") 50% 20px no-repeat;
  }*/
}
/* line 1131, ../sass/pages/_checkout.scss */
.shippingblock-row:first-of-type .description .recommended, .paymentblock-row:first-of-type .description .recommended {
  display: block !important;
  visibility: visible !important;
  background-size: 18px;
  padding: 0px;
  font-size: 13px;
  font-weight: bold;
  margin-top: -6px;
  margin-bottom: 6px;
}
.shippingblock-row:first-of-type .description .recommended i {
  padding-right:5px;
  color: #008C8C;
  font-size: 16px;
}
/* line 1144, ../sass/pages/_checkout.scss */
.shippingblock label, .paymentblock label {
  display: block;
}
/* line 1150, ../sass/pages/_checkout.scss */
.shippingblock label > div:last-of-type, .paymentblock label > div:last-of-type {
  border: 0;
}
/* line 1156, ../sass/pages/_checkout.scss */
.shippingblock .radiobutton, .paymentblock .radiobutton {
  float: left;
  width: 40px;
  padding-top: 30px;
  padding-left: 15px;
  text-align: center;
  vertical-align: middle;
}
/* line 1165, ../sass/pages/_checkout.scss */
.shippingblock .logo, .paymentblock .logo {
  width: 120px;
  min-height: 80px;
  float: left;
}
/* line 1170, ../sass/pages/_checkout.scss */
.shippingblock .logo > img, .paymentblock .logo > img {
  padding: 8px;
}
/* line 1175, ../sass/pages/_checkout.scss */
.shippingblock .price, .paymentblock .price {
  width: 160px;
  float: right;
  padding: 15px;
  text-align: right;
}
/* line 1182, ../sass/pages/_checkout.scss */
.shippingblock .description, .paymentblock .description {
  padding: 15px;
  font-weight: normal;
  margin-left: 160px;
  position: relative;
}
/* line 1188, ../sass/pages/_checkout.scss */
.shippingblock .description strong, .paymentblock .description strong {
  display: block;
  font-weight: bold;
  padding-bottom: 8px;
}
@media (max-width: 480px) {
  /* line 1196, ../sass/pages/_checkout.scss */
  .shippingblock .description, .paymentblock .description {
    clear: left;
    margin-left: 45px;
  }
}
@media (min-width: 992px) {
  /* line 1204, ../sass/pages/_checkout.scss */
  .shippingblock .description, .paymentblock .description {
    padding-right: 200px;
  }
  /* line 1208, ../sass/pages/_checkout.scss */
  .shippingblock .price, .paymentblock .price {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* line 1218, ../sass/pages/_checkout.scss */
.shippingblock-row:nth-of-type(3) .logo {
  background: url("../img/checkout-shipping--selfpickup.png") 50% 10px no-repeat;
}
/* line 1221, ../sass/pages/_checkout.scss */
.shippingblock-row:nth-of-type(2) .logo {
  background: url("../img/checkout-shipping--dhl.png") 50% 50% no-repeat;
  background-size: 80%;
}

/* line 1231, ../sass/pages/_checkout.scss */
#address_block {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
}
/* line 1236, ../sass/pages/_checkout.scss */
#address_block li {
  margin-bottom: 6px;
}
/* line 1239, ../sass/pages/_checkout.scss */
#address_block li input[type=radio] {
  width: 30px;
}
/* line 1243, ../sass/pages/_checkout.scss */
#address_block li .address {
  padding-left: 30px;
  padding-bottom: 8px;
  display: inline-block;
}

/* line 1256, ../sass/pages/_checkout.scss */
.checkout-step-2 .row {
  margin-bottom: 0px;
}
/* line 1260, ../sass/pages/_checkout.scss */
.checkout-step-2 #payWithAmazonDiv {
  left: 30px;
}

/* line 1265, ../sass/pages/_checkout.scss */
.paymentblock {
  background: #fff;
  border: 1px solid #d0d0d0;
  margin: 36px 0;
}
/* line 1270, ../sass/pages/_checkout.scss */
.paymentblock-row {
  border-bottom: 1px solid #d0d0d0;
  overflow: hidden;
  position: relative;
}
/* line 1317, ../sass/pages/_checkout.scss */
.paymentblock .radiobutton {
  padding: 20px;
}
/* line 1321, ../sass/pages/_checkout.scss */
.paymentblock .description {
  padding: 15px;
  margin-left: 40px;
  font-weight: bold;
  text-align: center;
}
/* line 1327, ../sass/pages/_checkout.scss */
.paymentblock .description .logo {
  float: none;
  width: 100%;
  padding: 8px;
  text-align: center;
}
/* line 1335, ../sass/pages/_checkout.scss */
.paymentblock .title {
  margin-left: 202px;
  position: relative;
}
/* line 1340, ../sass/pages/_checkout.scss */
.paymentblock .price {
  width: auto;
  float: none;
  padding: 0;
  color: #f09235;
}
/* line 1347, ../sass/pages/_checkout.scss */
.paymentblock .additional {
  display: none;
  padding: 15px;
  position: relative;
}
/* line 1352, ../sass/pages/_checkout.scss */
.paymentblock .additional strong {
  display: inline-block;
  font-weight: normal;
  padding-bottom: 8px;
  margin-left: 20px;
}
/* line 1359, ../sass/pages/_checkout.scss */
.paymentblock .additional.forms {
  clear: both;
  margin: 20px;
  padding: 15px;
  background: #f0f4f7;
}
/* line 1365, ../sass/pages/_checkout.scss */
.paymentblock .additional.forms .formgroup {
  margin-bottom: 4px;
  overflow: hidden;
}
/* line 1370, ../sass/pages/_checkout.scss */
.paymentblock .additional.forms #novalnet_cc_exp_month, .paymentblock .additional.forms #novalnet_cc_exp_year {
  width: 48%;
  float: left;
}
/* line 1375, ../sass/pages/_checkout.scss */
.paymentblock .additional.forms #novalnet_cc_exp_year {
  float: right;
}
/* line 1379, ../sass/pages/_checkout.scss */
.paymentblock .additional.forms #novalnet_cc_cvc {
  float: left;
  margin-right: 6px;
}
@media (min-width: 768px) {
  /* line 1387, ../sass/pages/_checkout.scss */
  .paymentblock .description {
    text-align: left;
  }
  /* line 1391, ../sass/pages/_checkout.scss */
  .paymentblock .description .logo {
    float: left;
    width: 200px;
    padding: 0 8px;
  }
  /* line 1398, ../sass/pages/_checkout.scss */
  .paymentblock .additional {
    margin-left: 257px;
    padding: 0 20px 0 0;
  }
  /* line 1402, ../sass/pages/_checkout.scss */
  .paymentblock .additional strong {
    margin-left: 0;
  }
  /* line 1406, ../sass/pages/_checkout.scss */
  .paymentblock .additional.forms {
    margin: 40px 20px 20px 70px;
  }
}

/* line 1418, ../sass/pages/_checkout.scss */
.payment-methods--trusted .ts_box {
  background: #fee68e;
  padding: 6px;
  border: 1px solid;
  border-color: #cccccc;
  background-image: url("/trusted_shops/bg_yellow.jpg");
  background-repeat: no-repeat;
}
/* line 1426, ../sass/pages/_checkout.scss */
.payment-methods--trusted .ts_box div {
  width: 100%;
  max-width: 560px;
  padding: 15px;
}
/* line 1431, ../sass/pages/_checkout.scss */
.payment-methods--trusted .ts_box div:nth-of-type(1) {
  padding-bottom: 0;
}
/* line 1436, ../sass/pages/_checkout.scss */
.payment-methods--trusted .ts_box p {
  padding: 15px;
}
/* line 1441, ../sass/pages/_checkout.scss */
.payment-methods--trusted h2, .payment-methods--trusted .h2 {
  margin-bottom: 0;
}
/* line 1444, ../sass/pages/_checkout.scss */
.payment-methods--trusted h2 > a img, .payment-methods--trusted .h2 > a img {
  height: 40px;
}
/* line 1451, ../sass/pages/_checkout.scss */
.payment-methods--comments h2, .payment-methods--comments .h2, .payment-methods--terms h2, .payment-methods--terms .h2 {
  font-size: 16px;
  margin-bottom: 18px;
}
/* line 1461, ../sass/pages/_checkout.scss */
.payment-methods--terms div[name="agbframe"] {
  width: 100% !important;
  margin-left: 0 !important;
  background: #fff;
	height: 113px !important;
}

/* line 1477, ../sass/pages/_checkout.scss */
.checkout-step-3 .item .logo {
  float: left;
  margin-right: 15px;
}
/* line 1481, ../sass/pages/_checkout.scss */
.checkout-step-3 .item .title {
  margin-top: 15px;
}
/* line 1485, ../sass/pages/_checkout.scss */
.checkout-step-3 .item .wb-well {
  overflow: hidden;
}
/* line 1488, ../sass/pages/_checkout.scss */
.checkout-step-3 .item .wb-well h2, .checkout-step-3 .item .wb-well .h2 {
  font-size: 16px;
}
/* line 1494, ../sass/pages/_checkout.scss */
.checkout-step-3 .revocation span {
  display: block;
  font-size: 80px;
  font-weight: bold;
  color: #dae3ea;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.75) 0 -1px 0;
}
/* line 1503, ../sass/pages/_checkout.scss */
.checkout-step-3 .revocation div:nth-of-type(2) {
  padding-top: 24px;
  padding-left: 0;
}
/* line 1508, ../sass/pages/_checkout.scss */
.checkout-step-3 .revocation button {
  display: inline-block;
}
/* line 1512, ../sass/pages/_checkout.scss */
.checkout-step-3 .revocation a {
  color: #fff;
}
/* line 1514, ../sass/pages/_checkout.scss */
.checkout-step-3 .revocation a:hover {
  text-decoration: none;
}

/* line 1523, ../sass/pages/_checkout.scss */
.art-overview h2, .art-overview .h2 {
  font-size: 18px;
}
/* line 1526, ../sass/pages/_checkout.scss */
.art-overview h2 span, .art-overview .h2 span {
  font-size: 16px;
  float: right;
  margin-top: -14px;
  text-transform: none;
}
/* line 1534, ../sass/pages/_checkout.scss */
.art-overview .checkoutbox {
  background: #fff;
  margin-bottom: 20px;
}
/* line 1540, ../sass/pages/_checkout.scss */
.art-overview .headerrow .cell {
  color: #fff;
  background: #004572 url("../img/bg_box-header--blue.png") 50% 0 repeat-x;
  padding: 8px;
  padding-bottom: 99999px;
  margin-bottom: -99991px;
}
@media (min-width: 768px) {
  /* line 1551, ../sass/pages/_checkout.scss */
  .art-overview .headerrow .productname, .art-overview .cart-product .productname {
    width: 64%;
  }
}
/* line 1557, ../sass/pages/_checkout.scss */
.art-overview .totals {
  font-size: 14px;
  margin-right: -15px;
}
/* line 1561, ../sass/pages/_checkout.scss */
.art-overview .totals td {
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  padding: 8px 15px;
  vertical-align: top;
}
/* line 1567, ../sass/pages/_checkout.scss */
.art-overview .totals td:nth-of-type(2) {
  border-left: 0;
  min-width: 140px;
}
/* line 1574, ../sass/pages/_checkout.scss */
.art-overview .totals tr:hover {
  background: #eeeeee;
}
/* line 1577, ../sass/pages/_checkout.scss */
.art-overview .totals tr:last-of-type td {
  font-size: 16px;
}

/* line 1592, ../sass/pages/_checkout.scss */
.checkout-step-4 {
  padding-bottom: 40px;
}
/* line 1595, ../sass/pages/_checkout.scss */
.checkout-step-4 .wb-well h2, .checkout-step-4 .wb-well .h2 {
  font-size: 18px;
}
/* line 1600, ../sass/pages/_checkout.scss */
.checkout-step-4 .printorder .box {
  background: #fff;
  padding: 15px;
  margin-top: 30px;
  text-align: center;
}
/* line 1606, ../sass/pages/_checkout.scss */
.checkout-step-4 .printorder .box button {
  margin: 12px auto;
}
/* line 1613, ../sass/pages/_checkout.scss */
.checkout-step-4 .customer-question select {
  max-width: 540px;
}

/* line 1622, ../sass/pages/_checkout.scss */
.paypal-express-checkout {
  margin-bottom: 64px;
  overflow: hidden;
}
/* line 1626, ../sass/pages/_checkout.scss */
.paypal-express-checkout .headerrow {
  margin-bottom: 0;
}
/* line 1630, ../sass/pages/_checkout.scss */
.paypal-express-checkout .productname {
  width: 64%;
}
/* line 1633, ../sass/pages/_checkout.scss */
.paypal-express-checkout .productname .artnr {
  display: block;
  font-size: 12px;
  color: #eeeeee;
}
/* line 1640, ../sass/pages/_checkout.scss */
.paypal-express-checkout .totals {
  float: right;
}
/* line 1645, ../sass/pages/_checkout.scss */
.paypal-express-checkout .customer-data-telephone span {
  margin-bottom: 12px;
  margin-top: 24px;
}
/* line 1650, ../sass/pages/_checkout.scss */
.paypal-express-checkout .customer-data-telephone .form-group {
  max-width: 640px;
}
/* line 1656, ../sass/pages/_checkout.scss */
.paypal-express-checkout .check input[type="checkbox"] {
  margin-right: 12px;
}
/* line 1661, ../sass/pages/_checkout.scss */
.paypal-express-checkout .checkbox-button {
  margin-bottom: 24px;
  margin-top: 24px;
}

/* line 3, ../sass/pages/_drivers.scss */
.cms-drivers .nav-tabs {
  border-bottom: 0;
}
/* line 7, ../sass/pages/_drivers.scss */
.cms-drivers .nav li {
  margin-bottom: 24px;
}
/* line 10, ../sass/pages/_drivers.scss */
.cms-drivers .nav li > a {
  border: 1px solid #d0d0d0;
  text-align: center;
  min-height: 150px;
  font-size: 12px;
}
/* line 16, ../sass/pages/_drivers.scss */
.cms-drivers .nav li > a:hover {
  background: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 11px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 11px;
}
/* line 21, ../sass/pages/_drivers.scss */
.cms-drivers .nav li > a > img {
  max-width: 100%;
  margin-bottom: 10px;
}
/* line 27, ../sass/pages/_drivers.scss */
.cms-drivers .nav li.active a, .cms-drivers .nav li.active a:hover, .cms-drivers .nav li.active a:focus {
  border-color: #000;
  color: #000;
  background: inherit;
}
/* line 34, ../sass/pages/_drivers.scss */
.cms-drivers .tab-content {
  padding: 15px;
  border-top: 4px solid #004572;
  margin: 24px 15px 0 15px;
}
/* line 39, ../sass/pages/_drivers.scss */
.cms-drivers .tab-content h2, .cms-drivers .tab-content .h2 {
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 0;
}
/* line 45, ../sass/pages/_drivers.scss */
.cms-drivers .tab-content ul {
  padding: 0;
}
/* line 49, ../sass/pages/_drivers.scss */
.cms-drivers .tab-content li {
  display: inline;
  margin-right: 24px;
}
/* line 50, ../sass/pages/_drivers.scss */
.cms-drivers .tab-content i {
  font-size: 18px;
  color: #307090;
}
/* line 54, ../sass/pages/_drivers.scss */
.cms-drivers .tab-content a {
  font-size: 18px;
  font-weight: bold;
}
/* line 58, ../sass/pages/_drivers.scss */
.cms-drivers .tab-content a:hover {
  text-decoration: none;
}

/* line 5, ../sass/pages/_favorites.scss */
.ac-favorite {
  overflow: hidden;
}
/* line 8, ../sass/pages/_favorites.scss */
.ac-favorite .favorite-box {
  padding: 15px;
  overflow: hidden;
}
/* line 14, ../sass/pages/_favorites.scss */
.ac-favorite .favorite-box h3, .ac-favorite .favorite-box .h3 {
  font-size: 18px;
}
/* line 18, ../sass/pages/_favorites.scss */
.ac-favorite .favorite-box .changed {
  font-size: 13px;
  color: #777777;
  display: block;
  margin: 6px 0;
}
/* line 27, ../sass/pages/_favorites.scss */
.ac-favorite .toolbox a {
  white-space: nowrap;
}
/* line 31, ../sass/pages/_favorites.scss */
.ac-favorite .fa-remove {
  color: #d92d28;
}
/* line 35, ../sass/pages/_favorites.scss */
.ac-favorite .fa-eye {
  color: #00b847;
}
/* line 39, ../sass/pages/_favorites.scss */
.ac-favorite .contentbox {
  height: 240px;
  overflow-y: scroll;
  border: 1px solid #d0d0d0;
  margin: 15px 0;
  padding: 8px;
}
/* line 46, ../sass/pages/_favorites.scss */
.ac-favorite .contentbox a, .ac-favorite .contentbox a:hover {
  color: #777777;
  display: block;
  text-decoration: none;
  margin-bottom: 6px;
}
/* line 52, ../sass/pages/_favorites.scss */
.ac-favorite .contentbox a .title, .ac-favorite .contentbox a:hover .title {
  color: #333333;
  font-weight: bold;
}

/* line 2, ../sass/pages/_helpdesk.scss */
.hdesk-landing .row {
  margin-bottom: 32px;
}
/* line 5, ../sass/pages/_helpdesk.scss */
.hdesk-landing .row:nth-of-type(2) {
  margin-bottom: 64px;
}
/* line 7, ../sass/pages/_helpdesk.scss */
.hdesk-landing .row:nth-of-type(2) > div {
  text-align: center;
  border: 8px solid #fff;
}
/* line 11, ../sass/pages/_helpdesk.scss */
.hdesk-landing .row:nth-of-type(2) > div:nth-of-type(1) {
  background: #f25022;
}
/* line 15, ../sass/pages/_helpdesk.scss */
.hdesk-landing .row:nth-of-type(2) > div:nth-of-type(2) {
  background: #1189cc;
}
/* line 18, ../sass/pages/_helpdesk.scss */
.hdesk-landing .row:nth-of-type(2) > div:nth-of-type(3) {
  background: #ffb901;
}
/* line 23, ../sass/pages/_helpdesk.scss */
.hdesk-landing .row:nth-of-type(2) > div a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
}
/* line 30, ../sass/pages/_helpdesk.scss */
.hdesk-landing .row:nth-of-type(2) > div a:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  text-decoration: none;
}
/* line 39, ../sass/pages/_helpdesk.scss */
.hdesk-landing .row:nth-of-type(2) img {
  margin-bottom: 12px;
}
/* line 44, ../sass/pages/_helpdesk.scss */
.hdesk-landing .row:nth-of-type(3) {
  margin-bottom: 64px;
}
/* line 47, ../sass/pages/_helpdesk.scss */
.hdesk-landing .row:nth-of-type(3) .pdfdown {
  background-color: #be0126;
  /* width: 150px; */
  float: left;
  margin-right: 35px;
  display: inline-block;
  padding: 5PX;
  color: #ffffff;
  position: relative;
}
/* line 56, ../sass/pages/_helpdesk.scss */
.hdesk-landing .row:nth-of-type(3) .pdfdown:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(190, 1, 38, 0);
  border-left-color: #be0126;
  border-width: 22px;
  margin-top: -23px;
}
/* line 72, ../sass/pages/_helpdesk.scss */
.hdesk-landing .row:nth-of-type(3) .pdfflags {
  margin-top: 10px;
  float: left;
}
/* line 76, ../sass/pages/_helpdesk.scss */
.hdesk-landing .row:nth-of-type(3) .pdfflags img {
  margin-right: 4px;
}

/* line 85, ../sass/pages/_helpdesk.scss */
.faq .acc_container {
  height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: visibility 0s, opacity 0.75s linear;
}
/* line 93, ../sass/pages/_helpdesk.scss */
.faq .acc_container.open {
  height: auto;
  display: block;
  visibility: visible;
  opacity: 1;
  margin-bottom: 32px;
  padding-bottom: 18px;
}
/* line 103, ../sass/pages/_helpdesk.scss */
.faq .acc_container p {
  padding: 15px;
}
/* line 108, ../sass/pages/_helpdesk.scss */
.faq h2, .faq .h2 {
  background: #f0f4f7;
  display: block;
  font-size: 16px;
  font-weight: normal;
  height: 46px;
  line-height: 46px;
  margin: 12px 0 0 10px;
  padding-left: 50px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 120, ../sass/pages/_helpdesk.scss */
.faq h2:before, .faq .h2:before {
  background: #01A4EF;
  color: #fff;
  content: "";
  height: 46px;
  font-family: "FontAwesome";
  padding: 0px 16px 12px 12px;
  margin-right: 12px;
  left: -8px;
  border-radius: 6px 0 0 6px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 134, ../sass/pages/_helpdesk.scss */
.faq h2:after, .faq .h2:after {
  background: #f0f4f7;
  content: " ";
  width: 16px;
  height: 46px;
  border-radius: 0 8px;
  position: absolute;
  left: 29px;
  top: 0px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 146, ../sass/pages/_helpdesk.scss */
.faq h2:hover, .faq .h2:hover {
  cursor: pointer;
  background: #e6edf2;
}
/* line 149, ../sass/pages/_helpdesk.scss */
.faq h2:hover:before, .faq .h2:hover:before {
  background: #0064a5;
}
/* line 153, ../sass/pages/_helpdesk.scss */
.faq h2:hover:after, .faq .h2:hover:after {
  background: #e6edf2;
}
/* line 159, ../sass/pages/_helpdesk.scss */
.faq h2.active:before, .faq .active.h2:before {
  background: #0064a5;
  content: "";
}
/* line 166, ../sass/pages/_helpdesk.scss */
.faq .level-two {
  margin-left: 24px;
}
/* line 169, ../sass/pages/_helpdesk.scss */
.faq .level-two h2:before, .faq .level-two .h2:before {
  background: #555555;
}
/* line 174, ../sass/pages/_helpdesk.scss */
.faq .level-two h2.active:before, .faq .level-two .active.h2:before {
  background: #000;
}
/* line 181, ../sass/pages/_helpdesk.scss */
.faq .level-three {
  margin-left: 24px;
}
/* line 184, ../sass/pages/_helpdesk.scss */
.faq .level-three h2:before, .faq .level-three .h2:before {
  background: #386B82;
}
/* line 189, ../sass/pages/_helpdesk.scss */
.faq .level-three h2.active:before, .faq .level-three .active.h2:before {
  background: #2C4C5A;
}
@media (min-width: 768px) {
  /* line 198, ../sass/pages/_helpdesk.scss */
  .faq .row:nth-of-type(2) {
    margin-bottom: 64px;
  }
  /* line 202, ../sass/pages/_helpdesk.scss */
  .faq .row:nth-of-type(2) > div:nth-of-type(1) {
    border-left: 0;
  }
  /* line 205, ../sass/pages/_helpdesk.scss */
  .faq .row:nth-of-type(2) > div:nth-of-type(3) {
    border-right: 0;
  }
}

/* line 1, ../sass/pages/_pc-configurator-choose-dialog.scss */
.featherlight.fl-pcc-chooseComponent .featherlight-content {
	width: 95%;
	max-width: 1140px;
}
#choose-component-dialog {
  overflow: hidden;
  width: 100%;
}
/* line 6, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .ajax-spinner {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 10%;
}
/* line 14, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .pccAjaxLoader {
  width: 100%;
  text-align: center;
  padding: 10%;
}
/* line 20, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .header-description {
  text-align: center;
}
/* line 22, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .header-description .groupName {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 27, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .header-description .componentName {
  font-size: 110%;
  padding-bottom: 10px;
}
/* line 33, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component-info {
  margin-bottom: 10px;
}
/* line 35, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component-info .image {
  width: 100%;
  text-align: center;
  position: relative;
}
/* line 40, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component-info .image-wrapper {
  text-align: center;
  padding: 3px;
  border: 1px solid lightgrey;
  height: 230px;
  display: table;
  width: 100%;
}
/* line 48, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component-info .image-wrapper a {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 844px) {
  /* line 40, ../sass/pages/_pc-configurator-choose-dialog.scss */
  #choose-component-dialog .component-info .image-wrapper {
    min-height: 150px;
  }
}
/* line 55, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component-info .image-wrapper .mainimage {
  max-height: 200px;
}
@media (max-width: 844px) {
  /* line 55, ../sass/pages/_pc-configurator-choose-dialog.scss */
  #choose-component-dialog .component-info .image-wrapper .mainimage {
    max-height: 150px;
  }
}
/* line 62, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component-info .more-images {
  line-height: 40px;
  white-space: nowrap;
  overflow: auto;
}
@media (max-width: 844px) {
  /* line 62, ../sass/pages/_pc-configurator-choose-dialog.scss */
  #choose-component-dialog .component-info .more-images {
    white-space: normal;
  }
}
/* line 69, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component-info .more-images a {
  display: inline-block;
  width: 44px;
  height: 40px;
  padding: 2px;
  border: 1px solid lightgrey;
  margin: 3px;
  text-align: center;
}
/* line 77, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component-info .more-images a img {
  max-width: 40px;
  max-height: 38px;
}
/* line 83, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component-info .description {
  height: 230px;
  padding: 5px 10px;
  overflow: auto;
  border: 1px solid lightgrey;
}
/* line 88, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component-info .description .short-description {
  margin-bottom: 5px;
  padding: 2px;
}
/* line 92, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component-info .description .featureTable {
  margin: 5px;
}
@media (max-width: 844px) {
  /* line 83, ../sass/pages/_pc-configurator-choose-dialog.scss */
  #choose-component-dialog .component-info .description {
    height: 150px;
    font-size: 0.9em;
  }
}
/* line 100, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component-info .description .features h5, #choose-component-dialog .component-info .description .features .h5 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
}
/* line 105, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component-info .description .features .fName, #choose-component-dialog .component-info .description .features .fValue {
  padding: 0px 5px;
}
/* line 113, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs {
  border: 1px solid lightgrey;
}
/* line 115, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs ul.nav-tabs {
  border: none;
}
/* line 117, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs ul.nav-tabs li a {
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 123, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table {
  margin: 3px 0px;
  /* hide color grouped components */
}
@media (max-width: 650px) {
  /* line 123, ../sass/pages/_pc-configurator-choose-dialog.scss */
  #choose-component-dialog .component_tabs table.attribute-table {
    font-size: 0.9em;
  }
}
/* line 129, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table tr.attribute.selectOk {
  background-color: #DAE3EA;
  font-weight: bold;
}
/* line 134, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table tr.attribute.incompatible {
  color: darkred;
}
/* line 139, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table tr.attribute.selectInvalid {
  font-weight: bold;
  background-color: #FFBE7D;
}
/* line 146, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table tr.ingroup.group-noshow {
  display: none;
}
/* line 150, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table .attribute-table-cell {
  line-height: 30px;
  padding: 0px;
  vertical-align: middle;
}
/* line 154, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table .attribute-table-cell input.attributeSelect {
  margin: 0px 10px;
  position: relative;
  top: 2px;
}
/* line 160, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table .attribute-table-cell.image {
  text-align: center;
}
/* line 162, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table .attribute-table-cell.image img {
  max-height: 30px;
  max-width: 30px;
}
/* line 168, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table .attribute-table-cell.name {
  padding: 5px 10px 5px 0px;
  line-height: 1.3em;
  cursor: pointer;
  width: 100%;
}
/* line 174, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table .attribute-table-cell.price {
  padding-left: 10px;
  white-space: nowrap;
}
/* line 178, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table .attribute-table-cell.desc {
  padding-left: 20px;
  padding-right: 10px;
  text-align: right;
}
/* line 182, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table .attribute-table-cell.desc .attributeDescriptionShow {
  display: inline-block;
  white-space: nowrap;
}
/* line 185, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table .attribute-table-cell.desc .attributeDescriptionShow .infoIcon {
  display: inline-block;
  height: 25px;
  cursor: pointer;
}
/* line 189, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table .attribute-table-cell.desc .attributeDescriptionShow .infoIcon i.fa {
  font-size: 1.4em;
  position: relative;
  top: 2px;
}
/* line 195, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table .attribute-table-cell.desc .attributeDescriptionShow .infoIcon .recommended-icon {
  height: 17px;
  position: relative;
  top: -1px;
}
/* line 201, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .component_tabs table.attribute-table .attribute-table-cell.desc .attributeDescriptionShow .infoIcon .color-group {
  height: 18px;
  position: relative;
  top: -1px;
}
/* line 213, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .tab-pane {
  max-height: 300px;
  min-height: 200px;
  overflow: auto;
}
#choose-component-dialog .tab-pane.attributes_tab_bestchoice {
  min-height: 300px !important;
}
#choose-component-dialog .tab-pane.attributes_tab_extended {
  min-height: 300px !important;
}
/* line 219, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .footer {
  margin-top: 20px;
  text-align: center;
}
/* line 223, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .footer button {
  padding: 7px 13px;
  margin: 5px 10px;
  border-radius: 5px;
  color: white;
  font-size: 120%;
  background-color: #014572;
  border: none;
}
/* line 232, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .footer button#optionBack {
  float: left;
}
/* line 235, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .footer button#optionOk {
  background-color: #021422;
}
/* line 238, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .footer button#optionNext {
  float: right;
}
/* line 242, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .footer button span.textShort {
  display: none;
}
@media (max-width: 900px) {
  /* line 242, ../sass/pages/_pc-configurator-choose-dialog.scss */
  #choose-component-dialog .footer button span.textShort {
    display: inline;
  }
}
/* line 246, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .footer button span.textLong {
  display: inline;
}
@media (max-width: 900px) {
  /* line 246, ../sass/pages/_pc-configurator-choose-dialog.scss */
  #choose-component-dialog .footer button span.textLong {
    display: none;
  }
}
/* line 254, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .filter {
  float: right;
  padding: 5px;
}
/* line 257, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .filter .filter-buttons {
  display: inline-block;
}
/* line 259, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .filter .filter-buttons .title {
  display: none;
}
/* line 260, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .filter .filter-buttons button.filter-button {
  padding: 1px;
  width: 40px;
  height: 28px;
  border: 1px solid transparent;
  border-radius: 0px;
  background: none;
  cursor: pointer;
}
/* line 268, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .filter .filter-buttons button.filter-button:hover, #choose-component-dialog .filter .filter-buttons button.filter-button.active {
  border-color: lightgrey;
  background: white;
}
/* line 278, ../sass/pages/_pc-configurator-choose-dialog.scss */
#choose-component-dialog .filter .componentSearch {
  display: inline-block;
}

/* styles for accessorie selection in dialog */
/* line 290, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .attribute_option_block {
  height: 80vh;
  padding: 0px 30px;
  overflow: auto;
  border: 1px solid #AAA;
}
/* line 297, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon {
  padding-top: 30px;
  box-shadow: 1px 21px 0px -20px #DDD;
  padding-bottom: 30px;
}
/* line 302, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon h4, .fl-pcc-chooseComponent.chooseAccessorie .conf-addon .h4 {
  font-size: 150%;
  margin: 0px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
}
/* line 308, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon h4 a:hover, .fl-pcc-chooseComponent.chooseAccessorie .conf-addon .h4 a:hover {
  text-decoration: none;
}
/* line 311, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon h4 .ok-icon-img, .fl-pcc-chooseComponent.chooseAccessorie .conf-addon .h4 .ok-icon-img {
  display: none;
  position: absolute;
  top: -6px;
  left: -15px;
  height: 30px;
}
/* line 320, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon .image_container.left {
  height: 15vh;
  text-align: center;
  padding: 10px;
}
/* line 326, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon img.productImage {
  max-height: 100%;
}
/* line 331, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon .desc ul {
  clear: both;
}
/* line 332, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon .desc li {
  float: left;
  width: 50%;
  padding: 0px 32px 0px 0px;
  font-size: 90%;
}
/* line 340, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon .center {
  text-align: center;
}
/* line 344, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon .pricebox {
  padding: 15px 35px;
  font-size: 110%;
  font-weight: bold;
  color: #014572;
  clear: both;
  white-space: nowrap;
}
/* line 353, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon button {
  padding: 7px 13px;
  margin: 5px 10px;
  border-radius: 5px;
  color: white;
  font-size: 120%;
  background-color: #014572;
  border: none;
  display: inline-block;
}
/* line 362, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon button.pccRemoveAccessorie {
  display: none;
}
/* line 371, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon.added h4 a, .fl-pcc-chooseComponent.chooseAccessorie .conf-addon.added .h4 a {
  color: #227C1D;
}
/* line 372, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon.added h4 .ok-icon-img, .fl-pcc-chooseComponent.chooseAccessorie .conf-addon.added .h4 .ok-icon-img {
  display: block;
}
/* line 376, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon.added button.pccAddAccessorie {
  display: none;
}
/* line 379, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon.added button.pccRemoveAccessorie {
  display: inline-block;
}
/* line 382, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .conf-addon.added .pricebox {
  color: #227C1D;
}
/* line 388, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseAccessorie .moreLink {
  text-align: center;
  padding-bottom: 20px;
}

/* line 396, ../sass/pages/_pc-configurator-choose-dialog.scss */
.fl-pcc-chooseComponent.chooseService .attribute_option_block {
  height: auto;
}

/* line 403, ../sass/pages/_pc-configurator-choose-dialog.scss */
.ToolTip {
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 1.6em;
  color: black;
  background: none repeat scroll 0 0 #8ACCE8;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 10px 3px #969696;
  display: none;
  max-width: 300px;
  padding: 5px 8px;
}
/* line 418, ../sass/pages/_pc-configurator-choose-dialog.scss */
.ToolTip b {
  font-weight: bold;
}
/* line 419, ../sass/pages/_pc-configurator-choose-dialog.scss */
.ToolTip i {
  font-style: italic;
}
/* line 420, ../sass/pages/_pc-configurator-choose-dialog.scss */
.ToolTip.warning {
  background-color: #E5A03A;
}

/* line 424, ../sass/pages/_pc-configurator-choose-dialog.scss */
#pcc-ImagePreview {
  background-color: white;
  padding: 1px;
}
/* line 427, ../sass/pages/_pc-configurator-choose-dialog.scss */
#pcc-ImagePreview img {
  max-width: 250px;
}

/* line 433, ../sass/pages/_pc-configurator-choose-dialog.scss */
.featherlight.share-link-dialog input {
  margin: 15px;
}

/* line 4, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .title-switches {
  text-align: center;
}
/* line 6, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .title-switches h2, .configurator-wrapper .title-switches .h2, .configurator-wrapper .title-switches a, .configurator-wrapper .title-switches button {
  background: #021422 none repeat scroll 0 0;
  border-radius: 4px;
  color: white;
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
  margin-bottom: 20px;
  padding: 5px 5px;
  width: 100%;
  text-transform: uppercase;
  border: 2px solid #021422;
  position: relative;
}
/* line 19, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .title-switches h2 img, .configurator-wrapper .title-switches .h2 img, .configurator-wrapper .title-switches a img, .configurator-wrapper .title-switches button img {
  margin-right: 5px;
}
/* line 22, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .title-switches h2.button-cancel, .configurator-wrapper .title-switches .button-cancel.h2, .configurator-wrapper .title-switches a.button-cancel, .configurator-wrapper .title-switches button.button-cancel {
  background-color: #0065A9;
}
/* line 26, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .title-switches h2, .configurator-wrapper .title-switches .h2 {
  border: 2px solid #0065a9;
  font-weight: bold;
  /* active */
}
.configurator-wrapper .title-switches .active h2:after, .configurator-wrapper .title-switches .active .h2:after {
    content: " ";
    background: url(/templates/ankermann-pc-v6/img/conf-active.png) 50% 50% no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
}
/* line 33, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-left .showcase .inner2 {
  text-align: center;
}
/* line 39, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right {
  /* AX-Powerbar for pcc */
}
/* line 40, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .steprow {
  background: lightgrey;
}
/* line 44, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .slidebuttons {
  display: none;
}
/* line 49, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right #steptabs a {
  border-bottom: none;
  outline: none;
}
/* line 55, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .tab-content {
  border: 1px solid #DDD;
  margin: 0 -14px;
  padding: 15px 10px;
}
/* line 63, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component {
  padding: 5px;
}
/* line 65, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component .component-wrapper {
  transition: all 0.5s ease;
  cursor: pointer;
  border: 2px solid lightgrey;
  border-radius: 2px;
  margin: 1px;
  overflow: hidden;
  padding: 6px;
}
/* line 69, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component .component-wrapper:hover {
  transition: all 0.1s ease;
  border-color: #087cc7;
}
/* line 72, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component .component-wrapper:hover .img-wrapper {
  opacity: 1;
}
/* line 80, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component .component-wrapper h4, .configurator-wrapper .area-top-right .component-selection .component .component-wrapper .h4 {
  font-size: 95%;
  height: 15px;
  margin: 0;
  overflow: hidden;
  padding: 0px;
  text-align: center;
  width: 100%;
}
/* line 89, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component .component-wrapper .img-wrapper {
  height: 60px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  opacity: 0.8;
}
/* line 96, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component .component-wrapper .img-wrapper .inner1 {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 100, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component .component-wrapper .img-wrapper .inner1 .inner2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 107, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component .component-wrapper .description {
  display: none;
}
/* line 112, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component.missing .component-wrapper {
  border-color: #d92d28;
}
/* line 114, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component.missing .component-wrapper:hover {
  transition: all 0.1s ease;
  border-color: #d92d28;
}
/* line 118, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component.missing .component-wrapper:after {
  content: " ";
  background: url("../img/icon-cancel.png") 50% 50% no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0px;
  right: -1px;
}
/* line 130, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component.chosen .component-wrapper {
  border-color: #569552;
}
/* line 132, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component.chosen .component-wrapper:hover {
  transition: all 0.1s ease;
  border-color: #569552;
}
/* line 136, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component.chosen .component-wrapper:after {
  content: " ";
  background: url("../img/icon-ok.png") 50% 50% no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0px;
  right: -1px;
}
/* line 147, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component.chosen .component-wrapper .img-wrapper {
  opacity: 1;
}
/* line 151, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component.products_hidden_options .component-wrapper {
  border-color: #cccc00;
  cursor: auto;
}
/* line 154, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component.products_hidden_options .component-wrapper:hover {
  transition: all 0.1s ease;
  border-color: #cccc00;
}
/* line 158, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component.products_hidden_options .component-wrapper:after {
  content: " ";
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0px;
  right: -1px;
}
/* line 168, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component.products_hidden_options .component-wrapper .img-wrapper {
  opacity: 1;
}
/* line 152, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .component-selection .component .imgSwap {
  display: none;
}
/* line 157, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .accessorie-selection .component .component-wrapper {
  padding: 10px;
}
/* line 159, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .accessorie-selection .component .component-wrapper .img-wrapper {
  height: 109px;
}
/* line 167, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .service-selection .component .component-wrapper {
  padding: 10px;
}
/* line 169, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .service-selection .component .component-wrapper .img-wrapper {
  height: 109px;
}
/* line 176, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .powerbar {
  margin: 10px 0px;
  padding: 5px 0px;
  border: 1px solid lightgrey;
  height: 90px;
  display: block;
}
/* line 182, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .powerbar .pwb {
  height: 100%;
  float: left;
  position: relative;
  width: 20%;
  text-align: center;
  margin: 0px;
}
/* line 189, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .powerbar .pwb .pwb-label {
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
  font-size: 95%;
}
/* line 196, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .powerbar .pwb .bar {
  background: transparent url("../img/indikator-ay.png") no-repeat;
  background-position-x: 50%;
  height: 70%;
  margin: 5px 18px 10px;
  overflow: hidden;
  position: relative;
  width: 70%;
}
/* line 204, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .powerbar .pwb .bar .inner {
  background: white;
  opacity: 0.95;
  display: block;
  height: 100%;
  left: 60%;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 219, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .priceblock-wrapper {
  text-align: center;
  margin-right: -15px;
}
/* line 222, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .priceblock-wrapper .priceblock {
  display: inline-block;
  background-color: #087cc7;
  border-radius: 5px;
  color: white;
  margin: 14px 0px 20px 10px;
  padding: 3px 20px 8px 15px;
  text-align: right;
  overflow: hidden;
  min-width: 174px;
}
/* line 234, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .priceblock-wrapper .priceblock .price {
  font-size: 32px;
  font-weight: bold;
}
/* line 238, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .priceblock-wrapper .priceblock .info {
  font-size: 70%;
}
/* line 241, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .priceblock-wrapper .priceblock p {
  margin: 0px;
}
/* line 245, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .priceblock-wrapper .priceblock a {
  color: #fff;
}
/* line 248, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-top-right .priceblock-wrapper .priceblock a:hover {
  color: #fff;
}
/* line 258, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom {
  margin-top: 5px;
  margin-bottom: 20px;
}
/* line 263, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-left, .configurator-wrapper .area-bottom .area-bottom-right {
  margin-bottom: 20px;
}
/* line 267, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom > .row > .item:first-of-type {
  padding-bottom: 32px;
}
/* line 272, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-left {
  height: 100%;
  border: 1px solid #b6b6b6;
  border-top: 0;
}
/* line 279, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .box-header, .configurator-wrapper .area-bottom .productWrap h3, .productWrap .configurator-wrapper .area-bottom h3, .configurator-wrapper .area-bottom .productWrap .h3, .productWrap .configurator-wrapper .area-bottom .h3 {
  margin: 0px;
  overflow: hidden;
}
/* line 285, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .boxOverviewOuter {
  border-top: none;
  line-height: 25px;
}
/* line 290, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .boxOverviewOuter .configuration_overview {
  height: 94%;
  max-height: 770px;
  overflow: auto;
  margin: 0px;
  padding: 15px;
}
/* line 297, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .boxOverviewOuter .configuration_overview a {
  cursor: pointer;
  color: #555;
  line-height: 1em;
  font-size: 0.9em;
}
/* line 302, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .boxOverviewOuter .configuration_overview a .title {
  font-weight: bold;
  margin-bottom: 2px;
}
/* line 306, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .boxOverviewOuter .configuration_overview a .content {
  margin-bottom: 10px;
}
/* line 309, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .boxOverviewOuter .configuration_overview a .incompatible {
  color: darkred;
}
/* line 313, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .boxOverviewOuter .configuration_overview a:hover {
  text-decoration: none;
  color: #222;
}
/* line 316, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .boxOverviewOuter .configuration_overview a:hover.incompatible {
  color: darkred;
}
/* line 325, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right {
  border: 1px solid #AAA;
  border-top: none;
  padding: 0px;
  margin-bottom: 32px;
}
/* line 332, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right div.share-button, .configurator-wrapper .area-bottom .area-bottom-right .box-right div.save-button, .configurator-wrapper .area-bottom .area-bottom-right .box-right div.order-button, .configurator-wrapper .area-bottom .area-bottom-right .box-right .connections {
  text-align: center;
  position: relative;
}
/* line 337, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right .showConnectorInfo {
  background: #004572 url("../img/icon-connections-w-26.png") 2px 50% no-repeat !important;
  padding-left: 32px !important;
}
/* line 342, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right button i, .configurator-wrapper .area-bottom .area-bottom-right .box-right .fa-print {
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}
/* line 350, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right .infolinks {
  padding: 20px;
  			    	/*a{
  				    	display: block;
  				    	text-align: center;
  						margin-bottom: 15px;
  						margin-top: 15px;
  						@include border-radius(4px);
  
  						&:hover {
  							text-decoration: none;
  						}
  
  			    	} */
}
/* line 366, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right .product-options {
  overflow: hidden;
}
/* line 368, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right .product-options a {
  color: #fff;
  white-space: normal;
}
/* line 371, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right .product-options a:hover, .configurator-wrapper .area-bottom .area-bottom-right .box-right .product-options a:focus {
  text-decoration: none;
}
/* line 376, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right .product-options button {
  padding-left: 32px !important;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  min-height: 56px;
  text-align: center;
}
/* line 387, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right .sales-args {
  margin-top: 24px;
  overflow: hidden;
  					/*p {
  						position: relative;
  						height:32px;
  					}
  
  					a, span {
  						padding-top: 8px;
  					}
  
  					img {
  						margin-right: 12px;
  					}*/
}
/* line 404, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right .sales-args button {
  background: none;
  border: 1px solid #eaeaea;
  cursor: pointer;
  position: relative;
  padding: 0;
  padding-left: 42px !important;
  padding-bottom: 0;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  min-height: 56px;
  text-align: center;
}
/* line 419, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right .sales-args button.service--silent, .configurator-wrapper .area-bottom .area-bottom-right .box-right .sales-args button.service--inPlaceService {
  padding-top: 0;
}
/* line 423, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right .sales-args button img {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -16px;
}
/* line 433, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right #comment {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}
/* line 437, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right #comment textarea {
  width: 100%;
  padding: 5px 10px;
  height: 6em;
}
/* line 444, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right .order-button {
  text-align: center;
}
/* line 446, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right .order-button button {
  height: 56px;
  margin: 0 auto 32px auto;
}
/* line 449, ../sass/pages/_pc-configurator.scss */
.configurator-wrapper .area-bottom .area-bottom-right .box-right .order-button button i {
  position: static;
}

/* line 467, ../sass/pages/_pc-configurator.scss */
.fixcolmargin {
  margin: 0px -15px;
}

/* styles from v4 */
/* line 474, ../sass/pages/_pc-configurator.scss */
.configurator3 #pccAttributeToolTip {
  z-index: 5147483647;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 1.6em;
  color: black;
  background: none repeat scroll 0 0 #8ACCE8;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 0 5px 2px #969696;
  display: none;
  max-width: 300px;
  padding: 2px 6px;
}
/* line 489, ../sass/pages/_pc-configurator.scss */
.configurator3 #pccAttributeToolTip b {
  font-weight: bold;
}
/* line 490, ../sass/pages/_pc-configurator.scss */
.configurator3 #pccAttributeToolTip i {
  font-style: italic;
}
/* line 491, ../sass/pages/_pc-configurator.scss */
.configurator3 #pccAttributeToolTip.warning {
  background-color: #E5A03A;
}

/* line 3, ../sass/pages/_shipping.scss */
.cms-shipping h2 > span, .cms-shipping .h2 > span {
  display: block;
}
/* line 6, ../sass/pages/_shipping.scss */
.cms-shipping table, .cms-shipping ol {
  margin: 32px 0 64px;
}
/* line 12, ../sass/pages/_shipping.scss */
.cms-shipping table tr td, .cms-shipping table tr th {
  vertical-align: middle;
  text-align: center;
}
/* line 16, ../sass/pages/_shipping.scss */
.cms-shipping table tr td.country, .cms-shipping table tr th.country {
  text-align: left;
}
/* line 21, ../sass/pages/_shipping.scss */
.cms-shipping table th {
  background: #eeeeee;
  border-right: 2px solid #d0d0d0;
}
/* line 25, ../sass/pages/_shipping.scss */
.cms-shipping table th.dhl {
  background: #FECC13;
  color: #CC0000;
}
/* line 30, ../sass/pages/_shipping.scss */
.cms-shipping table th.go-express {
  background: #930230;
  color: #fff;
}
/* line 35, ../sass/pages/_shipping.scss */
.cms-shipping table img {
  margin-right: 12px;
}
/* line 40, ../sass/pages/_shipping.scss */
.cms-shipping figcaption {
  font-size: 12px;
  background: #f0f4f7;
  padding: 4px 8px;
}
/* line 46, ../sass/pages/_shipping.scss */
.cms-shipping .text {
  margin-bottom: 72px;
}
/* line 48, ../sass/pages/_shipping.scss */
.cms-shipping .text img {
  padding: 4px;
}
/* line 52, ../sass/pages/_shipping.scss */
.cms-shipping .text .centered {
  text-align: center;
  margin: 32px auto;
}
/* line 58, ../sass/pages/_shipping.scss */
.cms-shipping .package {
  margin-top: 64px;
}
/* line 61, ../sass/pages/_shipping.scss */
.cms-shipping .package.last {
  margin-bottom: 72px;
}
/* line 63, ../sass/pages/_shipping.scss */
.cms-shipping .package.last h4, .cms-shipping .package.last .h4, .cms-shipping .package.last p {
  color: #63b6de;
  margin-bottom: 25px;
  text-transform: uppercase;
}
/* line 69, ../sass/pages/_shipping.scss */
.cms-shipping .package.last h4, .cms-shipping .package.last .h4 {
  text-align: center;
}
/* line 73, ../sass/pages/_shipping.scss */
.cms-shipping .package.last .img-responsive {
  margin: 0 auto;
}
/* line 79, ../sass/pages/_shipping.scss */
.cms-shipping .package.imagepack img {
  margin: 0 auto;
}
/* line 81, ../sass/pages/_shipping.scss */
.cms-shipping .package.imagepack img.pack2 {
  margin-top: -30px;
}

/* line 2, ../sass/forms/_account-forms.scss */
.wb-accountforms .inside, .ac-history .inside {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 7, ../sass/forms/_account-forms.scss */
.wb-accountforms .highlightbox, .ac-history .highlightbox {
  margin-bottom: 60px;
  margin-top: 30px;
}
/* line 12, ../sass/forms/_account-forms.scss */
.wb-accountforms .block, .ac-history .block {
  padding-top: 30px;
}
/* line 16, ../sass/forms/_account-forms.scss */
.wb-accountforms .inside h2, .ac-history .inside h2, .wb-accountforms .inside .h2, .ac-history .inside .h2, .wb-accountforms .inside h4, .ac-history .inside h4, .wb-accountforms .inside .h4, .ac-history .inside .h4 {
  color: #777777;
}
/* line 20, ../sass/forms/_account-forms.scss */
.wb-accountforms h2, .ac-history h2, .wb-accountforms .h2, .ac-history .h2 {
  border-bottom: 1px solid #d0d0d0;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
/* line 27, ../sass/forms/_account-forms.scss */
.wb-accountforms .box > h4, .ac-history .box > h4, .wb-accountforms .box > .h4, .ac-history .box > .h4 {
  font-size: 16px;
}
/* line 30, ../sass/forms/_account-forms.scss */
.wb-accountforms .box > h4:first-of-type, .ac-history .box > h4:first-of-type, .wb-accountforms .box > .h4:first-of-type, .ac-history .box > .h4:first-of-type {
  margin-top: 0;
  margin-bottom: 50px;
}
/* line 36, ../sass/forms/_account-forms.scss */
.wb-accountforms label, .ac-history label {
  padding-right: 15px;
  padding-top: 4px;
}
/* line 41, ../sass/forms/_account-forms.scss */
.wb-accountforms .checkbox, .ac-history .checkbox {
  overflow: hidden;
}
/* line 44, ../sass/forms/_account-forms.scss */
.wb-accountforms .checkbox p, .ac-history .checkbox p {
  font-weight: bold;
}
/* line 48, ../sass/forms/_account-forms.scss */
.wb-accountforms .checkbox label, .ac-history .checkbox label {
  padding-top: 4px;
  line-height: 20px;
}
/* line 54, ../sass/forms/_account-forms.scss */
.wb-accountforms .radio, .ac-history .radio {
  line-height: 2em;
  margin-bottom: 18px;
}
/* line 58, ../sass/forms/_account-forms.scss */
.wb-accountforms .radio label, .ac-history .radio label {
  padding-left: 0;
  font-weight: bold;
  line-height: 20px;
}
/* line 64, ../sass/forms/_account-forms.scss */
.wb-accountforms .radio input[type="radio"], .ac-history .radio input[type="radio"] {
  position: relative;
  margin-left: 4px;
  margin-right: 20px;
}
/* line 71, ../sass/forms/_account-forms.scss */
.wb-accountforms .actions, .ac-history .actions {
  overflow: hidden;
}
/* line 75, ../sass/forms/_account-forms.scss */
.wb-accountforms .actions a, .ac-history .actions a, .wb-accountforms .actions button, .ac-history .actions button {
  float: left;
  margin-right: 12px;
}
/* line 81, ../sass/forms/_account-forms.scss */
.wb-accountforms .address, .ac-history .address {
  border-bottom: 20px solid #fff;
  background: #eeeeee;
  height: inherit;
  padding: 15px;
}
@media (min-width: 768px) {
  /* line 93, ../sass/forms/_account-forms.scss */
  .wb-accountforms label, .ac-history label {
    width: 22%;
    float: left;
    line-height: 2em;
  }
  /* line 99, ../sass/forms/_account-forms.scss */
  .wb-accountforms .set-default div, .ac-history .set-default div {
    width: 70%;
    margin-left: 25%;
    font-weight: bold;
  }
  /* line 105, ../sass/forms/_account-forms.scss */
  .wb-accountforms input[type="text"], .ac-history input[type="text"], .wb-accountforms input[type="password"], .ac-history input[type="password"], .wb-accountforms select, .ac-history select {
    width: 50%;
    float: left;
  }
  /* line 111, ../sass/forms/_account-forms.scss */
  .wb-accountforms .checkbox p, .ac-history .checkbox p {
    width: 20%;
    float: left;
    line-height: 2em;
  }
  /* line 117, ../sass/forms/_account-forms.scss */
  .wb-accountforms .checkbox label, .ac-history .checkbox label {
    width: auto;
  }
  /* line 122, ../sass/forms/_account-forms.scss */
  .wb-accountforms .actions, .ac-history .actions {
    margin-left: 22%;
  }
}

/* line 1, ../sass/forms/_base.scss */
.form-group {
  overflow: hidden;
}

/* line 6, ../sass/forms/_login-logout.scss */
.login-page .formbox {
  display: block;
  margin-bottom: 32px;
  overflow: hidden;
}
/* line 19, ../sass/forms/_login-logout.scss */
.login-page .login, .login-page .new-customer {
  background: #f0f4f7;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 27, ../sass/forms/_login-logout.scss */
.login-page .login .inside, .login-page .new-customer .inside {
  padding: 0;
}
/* line 32, ../sass/forms/_login-logout.scss */
.login-page .login .item, .login-page .new-customer .item {
  min-height: 120px;
  margin-bottom: 32px;
}
/* line 38, ../sass/forms/_login-logout.scss */
.login-page .login {
  border-right: 10px solid white;
}
/* line 42, ../sass/forms/_login-logout.scss */
.login-page .new-customer {
  border-left: 10px solid white;
  position: relative;
}
/* line 51, ../sass/forms/_login-logout.scss */
.login-page .new-customer .actions {
  right: 15px;
  bottom: 20px;
  left: 15px;
  overflow: hidden;
}
/* line 58, ../sass/forms/_login-logout.scss */
.login-page .new-customer .actions .btn {
  float: right;
  margin-bottom: 8px;
  margin-left: 2%;
}
/* line 63, ../sass/forms/_login-logout.scss */
.login-page .new-customer .actions .btn:last-of-type {
  margin-left: 0;
}
/* line 72, ../sass/forms/_login-logout.scss */
.login-page .teaser {
  margin-bottom: 48px;
}
/* line 76, ../sass/forms/_login-logout.scss */
.login-page h1, .login-page .h1 {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
}
/* line 82, ../sass/forms/_login-logout.scss */
.login-page .lost-pass {
  font-size: 12px;
  color: #333333;
  line-height: 32px;
}

@media (max-width: 768px) {
  /* line 92, ../sass/forms/_login-logout.scss */
  .login-page .login, .login-page .new-customer {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border: 0;
  }
  /* line 99, ../sass/forms/_login-logout.scss */
  .login-page .new-customer .inside {
    padding-bottom: 100px;
    /*
          .btn {
            min-width: 48%;
          }*/
  }
  /* line 107, ../sass/forms/_login-logout.scss */
  .login-page label {
    width: 25%;
    float: left;
    padding-right: 15px;
    padding-top: 4px;
  }
  /* line 114, ../sass/forms/_login-logout.scss */
  .login-page input {
    float: left;
    width: 75%;
  }
}
@media (min-width: 865px) and (max-width: 1040px) {
  /* line 127, ../sass/forms/_login-logout.scss */
  .login-page .login, .login-page .new-customer {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border: 0;
  }
  /* line 134, ../sass/forms/_login-logout.scss */
  .login-page .new-customer .inside {
    padding-bottom: 100px;
  }
  /* line 137, ../sass/forms/_login-logout.scss */
  .login-page .new-customer .inside .btn {
    min-width: 48%;
  }
  /* line 142, ../sass/forms/_login-logout.scss */
  .login-page label {
    width: 25%;
    float: left;
    padding-right: 15px;
    padding-top: 4px;
  }
  /* line 149, ../sass/forms/_login-logout.scss */
  .login-page input {
    float: left;
    width: 75%;
  }
}
/* line 165, ../sass/forms/_login-logout.scss */
.pwd-doubleopt .highlightbox > p, .pwd-doubleopt .formbody {
  margin-bottom: 40px;
}
/* line 169, ../sass/forms/_login-logout.scss */
.pwd-doubleopt .inside > p {
  margin-bottom: 30px;
}
/* line 174, ../sass/forms/_login-logout.scss */
.pwd-doubleopt .formbody .col-sm-3 {
  padding-top: 6px;
}
/* line 177, ../sass/forms/_login-logout.scss */
.pwd-doubleopt .formbody .col-sm-3:first-of-type {
  padding-top: 12px;
}

/* line 7, ../sass/forms/_newsletter.scss */
.ac-newsletter .inside {
  padding-top: 40px;
}
/* line 10, ../sass/forms/_newsletter.scss */
.ac-newsletter .inside .col-sm-3 {
  padding-top: 6px;
}
/* line 13, ../sass/forms/_newsletter.scss */
.ac-newsletter .inside .col-sm-3.first {
  padding-top: 12px;
}
span.articleno-label { display: inline-block;
min-width: 100px;
text-align: right;
}


/*!
 * Contact Buttons Plugin Demo 0.1.0
 * https://github.com/joege/contact-buttons-plugin
 *
 * Copyright 2015, José Gonçalves
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
 
 #contact-buttons-bar {
  position: fixed;
  top: 210px;
  left: -50px;
  width: 50px;
}


#contact-buttons-bar.slide-on-scroll {
  position: absolute;
}

.contact-button-link  {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-bottom: 1px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  background: #8e8e93;
  color: #fff;
  position: relative;
  left: 0;
  
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  
  -webkit-transition: all 250ms;
     -moz-transition: all 250ms;
          transition: all 250ms;
}
.contact-button-link:hover,
.contact-button-link:focus,
.contact-button-link:active {
  color: #fff;
  padding-left: 20px;
  width: 70px;
}
.contact-button-link.cb-hidden {
  left: -50px;
}
.contact-button-link.facebook {
  background: #3b5998;
}
.contact-button-link.linkedin {
  background: #0077b5;
}
.contact-button-link.gplus {
  background: #db4437;
}

.contact-button-link.separated {
  margin-top: 1em;
}

.show-hide-contact-bar,
.contact-button-link.show-hide-contact-bar:focus,
.contact-button-link.show-hide-contact-bar:active {
  background: transparent;
  color: #000;
  border: 0;
  outline: 0;
  padding: 0;
  width: 50px;
}
.contact-button-link.show-hide-contact-bar:hover {
  color: #000;
  background: #ccc;
  padding: 0;
  width: 50px;
}

@media  (max-width: 1300px) {
#contact-buttons-bar {display:none; }
}


#checkout_payment div.payment-methods.box div.wb-well div.paymentblock div.paymentblock-row div.additional.forms {
	display:none !important;
}



/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.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;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.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:#fff}.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-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-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-genderless:before,.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-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-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"}


/* IMN */
.confi_sub_header {
margin-left: -15px !important;
margin-right: -15px !important;
margin-bottom: 15px !important;
}


.confi_list li {
	margin: 0;
	padding: 6px 2px 2px 34px;
	list-style: none;
	background-image: url("../img/icon-ok.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 20px;
	border-bottom: 1px solid #CCC;
}

.confi_list li.notchoosed {
	background-image: url("../img/icon-cancel.png");
	background-color: #ffcabc;
}
.confi_list li.notneeded {
	background-image: url("../img/icon-notneeded.png");

}



ul.confi_list {
	
	margin: 0;
padding: 0
}
.configurator-wrapper .area-bottom .boxOverviewOuter .configuration_overview {
max-height:1100px;
}

div.area-bottom-left { height: 1150px !important; }

.header_cart {
	text-align: center;
	padding:15px;
	background-color: #E3EEF4;
	background-image: none;
	color: #000;
	margin-bottom:10px !important;
	font-size: 16px;
	
}
div.row.headerrow { background-color:#F2F2F2 !important; }
div.row.cart-product /*{ border-bottom: 0}*/
div.row.cart-product.contentrow2 { border-bottom: 1px solid #d0d0d0; }

/* Checkout Redesign 2017 for shipping and payment process*/
.shipping-small-checkout{
	border: 0px solid #b6b6b6;
}
@media (min-width:1117px){
.shipping-method-small-checkout {
	border: 0px solid #b6b6b6;
}
}
@media (max-width:1116px){
.shipping-method-small-checkout {
	border: 0px solid #b6b6b6;
}
}


@media (min-width:1117px){
.small-payment-box {
	border: 0px solid #b6b6b6;
}
}
@media (max-width:1116px){
.small-payment-box {
	border: 0px solid #b6b6b6;
}
}
.address-small-payment {
	border: 0px solid #b6b6b6;
}
.terms-small{
	border: 0px solid #d0d0d0;
}
.comment-small{
	border: 0px solid #d0d0d0;
}
/* Checkout Redesign 2017 for shipping and payment process*/


/* Checkout Redesign 2018 for shipping and payment process*/
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
}

.accordion-section {
	margin-bottom: 0px;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	display:inline-block;
	background:transparent;
	transition:all linear 0.15s;
	font-size: 18px;
	color: black;
}
	
.accordion-section-title:before {
	font-family: FontAwesome;
    content: "\f067";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
	font-size: 20px;
	color: #004473;
}
	
.accordion-section-title.active:before {
	font-family: FontAwesome;
    content: "\f068";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
	font-size: 20px;
	color: #004473;
}

.accordion-section-title-bezahlarten {
	width:100%;
	display:inline-block;
	background:transparent;
	transition:all linear 0.15s;
	font-size: 18px;
	color: black;
}

.accordion-section-title-bezahlarten:before {
	font-family: FontAwesome;
    content: "\f067";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
	font-size: 20px;
	-webkit-animation: payment-pulse 6s infinite ease-in-out;
	animation: payment-pulse 6s infinite ease-in-out;
}

@-webkit-keyframes payment-pulse {
    0% { color: #004473; }
    50% { color: #008C8C; }
    100% { color: #004473; }
}
@keyframes payment-pulse {
    0% { color: #004473; }
    50% { color: #008C8C; }
    100% { color: #004473; }
}

	
.accordion-section-title-bezahlarten.active:before {
	font-family: FontAwesome;
    content: "\f068";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
	font-size: 20px;
	-webkit-animation: payment-pulse 6s infinite ease-in-out;
	animation: payment-pulse 6s infinite ease-in-out;
}

.accordion-section-title.active, .accordion-section-title:hover, .accordion-section a {
	background:transparent;
	text-decoration:none;
	color: #004473;
}
	
.accordion-section:last-child .accordion-section-title {
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:0px;
	display:none;
}

.title-payment-checkout, .title-agbcheckout, .title-adress-checkout, .title-shipping-checkout {
	font-size: 18px;
	text-transform: uppercase;
	color: #004473 !important;
	border-bottom:0px !important;
	padding-bottom:1px !important;
}
	
.title-payment-checkout:before {
	font-family: FontAwesome;
    content: "\f283";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
	font-size: 20px;
	color: #004473;
}
	
.title-adress-checkout:before {
	font-family: FontAwesome;
    content: "\f015";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
	font-size: 22px;
	color: #004473;
	margin-bottom: 5px;
}

.title-shipping-checkout:before {
	font-family: FontAwesome;
    content: "\f187";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
	font-size: 20px;
	color: #004473;
	margin-bottom:5px;
}
	
.adress-change-button-checkout {
	padding: 5px;
	background-color: #008C8C;
	text-align: center;
}

.adress-change-button-checkout a {
	color: white;
	text-decoration: none;
}

#giftForm .highlightbox {
    padding-top: 8px;
    margin-bottom: 0px;
    overflow: hidden;
}

#giftForm h2 {
	display:none;
}

#giftForm .box {
	margin-bottom:0px;
}

#cart .inside {
	padding-bottom:0px;
}

@-webkit-keyframes shopping-cart-pulse {
    0% { color: #555555; }
    50% { color: red; }
    100% { color: #555555; }
}
@keyframes shopping-cart-pulse {
    0% { color: #555555; }
    50% { color: red; }
    100% { color: #555555; }
}
.shopping-cart-pulse{
	-webkit-animation: shopping-cart-pulse 6s infinite ease-in-out;
	animation: shopping-cart-pulse 6s infinite ease-in-out;
}

/* Checkout Redesign 2018 for shipping and payment process*/












/*Frontpage redesign 2018 - Tiles*/


/* --------------------------------------------------------------------------------- */


/* Width */
.functional-area .configuratorLink {
    width:50%;
    display: inline-block;
}

.functional-area .configuratorLink-small {
    width: 33.1%;
    display: inline-block;
}
/* Width */

/* Margin */
.tiles-section-1{
  margin-bottom: 25px;
}
.tiles-section-2{
  margin-top: 10px;
}
/* Margin */

/* Padding */
.tiles-left{
  padding-right: 10px; 
}
.tiles-right{
  padding-left: 10px; 
}
.tiles-big-left{
  padding-right: 5px; 
}
.tiles-big-right{
  padding-left: 5px; 
}
/* Padding */


/* Tiles */
.configurator-tile-first {
  background-image: url(/images/v6/frontpage/genre/konfigurieren-big-box.jpg);
  background-size: cover;
  vertical-align: middle;
  background-position: center;
  height: 275px;
  width: 100%;
  overflow: hidden;
    
  background-color: black;

}
.configurator-tile-second {
  background-image: url(/images/v6/frontpage/genre/komplettsystem-big-box.jpg);
  background-size: cover;
  vertical-align: middle;
  background-position: center;
  height: 275px;
  width: 100%;
  overflow: hidden;
    
  background-color: black;

}
.configurator-tile-express{
  background-image: url(/images/v6/frontpage/genre/express-big-box.jpg);
  background-size: cover;
  vertical-align: middle;
  background-position: center;
  height: 275px;
  width: 100%;
  overflow: hidden;
    
  background-color: black;

}

.configurator-tile-express:hover{
  background-image: url(/images/v6/frontpage/genre/express-big-box-hover.jpg);

}

.configurator-tile-quickfinder{
  background-image: url(/images/v6/frontpage/genre/quickfinder-big-box.jpg);
  background-size: cover;
  vertical-align: middle;
  background-position: center;
  height: 275px;
  width: 100%;
  overflow: hidden;
    
  background-color: black;

}

.configurator-tile-quickfinder:hover{
  background-image: url(/images/v6/frontpage/genre/quickfinder-big-box-hover.jpg);

}

.configurator-tile-quickfinder .quickfinder_frontpage {
    background-color: transparent;
    transform: none;
    margin-left: 0px;
    transition: none;
}
.configurator-tile-quickfinder .quickfinder_frontpage a {
    background-color: transparent;
    transform: none;
    margin-left: 0px;
    transition: 0.2s ease-in-out;
    color: white;
}

.configurator-tile-quickfinder .quickfinder_frontpage:hover {
	background-color: transparent;
}
.configurator-tile-quickfinder .quickfinder_frontpage a:hover {
	background-color: white !important;
	color: black !important;
}

.configurator-tile-b2b{
  background-image: url(/images/v6/frontpage/genre/b2b-big-box.jpg);
  background-size: cover;
  vertical-align: middle;
  background-position: center;
  height: 275px;
  width: 100%;
  overflow: hidden;
    
  background-color: black;

}
.configurator-tile-head{
  position: absolute;
  top: 0px;
  left: -10px;
  background-color: rgba(230, 234, 237, 0.2);
  width: auto;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.configurator-tile-head-text{
  vertical-align: middle;
  width: auto;
  
  display: table-cell;
  margin: 0px;
  padding: 16px 20px 13px 25px;
  
  text-transform: uppercase;
  font-size: 19px;
  font-weight: lighter;
  line-height: 17px;
  text-align: center;
  color: white;
  -webkit-transform: skewX(25deg);
  -moz-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  -o-transform: skewX(25deg);
  transform: skewX(25deg);
}

.configurator-tile-head-text-question{
  text-align: center;
  padding-top: 98px;
  height: 100%;
}
.configurator-tile-head-text-question span{
  text-transform: uppercase;
  font-weight: medium;
  font-size: 25px;
  color: white;
}

.configurator-tile-button{
  position: absolute;
  bottom: 15px;
  left: 15px;
  border: 1px solid white;
}
.configurator-tile-button:hover{
  position: absolute;
  bottom: 15px;
  left: 15px;
  border: 1px solid white;
}
.configurator-tile-button-text{
  vertical-align: middle;
  width: auto;
  
  display: table-cell;
  margin: 0px;
  padding: 5px 15px 5px;
  
  text-transform: uppercase;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  color: white;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.configurator-tile-button-text:hover{
  background-color:white;
  color:black;
  text-decoration: none;  
}
/* Tiles */

@media (max-width: 1120px){
	
	.functional-area .configuratorLink
	{
	
	width:100%;
	display: inline-block;
  
	}

	.tiles-big-left{
 	padding-right: 0px; 
	}
	
	.tiles-big-right{
	padding-left: 0px; 
	}
	
	.tiles-left{
  	padding-right: 0px; 
	}
	
	.tiles-right{
	padding-left: 0px; 
	}

	.functional-area .configuratorLink-small
	{
	
	width:100%;
	display: inline-block;
  
	}

	.configurator-tile-first, .configurator-tile-second{ 
	width: 100%;
	}
}

/*Frontpage redesign 2018 - Tiles*/


/*Frontpage redesign 2018 - Menu*/
.menu-links{
	overflow: hidden;
	margin-top: 5px;
}
.menu-links-container{
	margin-left: -10px;
	margin-right: -10px;
}


.menu-links-button-konfi{
  	width: 25%;
  	display: inline-flex;
  	background-color: #FF9600;
  	-webkit-transform: skewX(-25deg);
  	-moz-transform: skewX(-25deg);
  	-ms-transform: skewX(-25deg);
  	-o-transform: skewX(-25deg);
  	transform: skewX(-25deg);
  	transition: 0.2s ease-in-out;
}
.menu-links-button-first-konfi{
  	width: 24%;
  	display: inline-flex;
  	background-color: #FF9600;
  	-webkit-transform: skewX(-25deg);
  	-moz-transform: skewX(-25deg);
  	-ms-transform: skewX(-25deg);
  	-o-transform: skewX(-25deg);
  	transform: skewX(-25deg);
  	transition: 0.2s ease-in-out;
}
.menu-links-button-last-konfi{
  	width: 24%;
  	display: inline-flex;
  	background-color: #FF9600;
  	-webkit-transform: skewX(-25deg);
  	-moz-transform: skewX(-25deg);
  	-ms-transform: skewX(-25deg);
  	-o-transform: skewX(-25deg);
  	transform: skewX(-25deg);
  	transition: 0.2s ease-in-out;
}

.menu-links-button-konfi:hover, .menu-links-button-first-konfi:hover, .menu-links-button-last-konfi:hover{
	background-color: #e65c00;
}


.menu-links-button-komplett{
  	width: 25%;
  	display: inline-flex;
  	background-color: #004473;
  	-webkit-transform: skewX(-25deg);
  	-moz-transform: skewX(-25deg);
  	-ms-transform: skewX(-25deg);
  	-o-transform: skewX(-25deg);
  	transform: skewX(-25deg);
  	transition: 0.2s ease-in-out;
}
.menu-links-button-first-komplett{
  	width: 24%;
  	display: inline-flex;
  	background-color: #004473;
  	-webkit-transform: skewX(-25deg);
  	-moz-transform: skewX(-25deg);
  	-ms-transform: skewX(-25deg);
  	-o-transform: skewX(-25deg);
  	transform: skewX(-25deg);
  	transition: 0.2s ease-in-out;
}
.menu-links-button-last-komplett{
  	width: 24%;
  	display: inline-flex;
  	background-color: #004473;
  	-webkit-transform: skewX(-25deg);
  	-moz-transform: skewX(-25deg);
  	-ms-transform: skewX(-25deg);
  	-o-transform: skewX(-25deg);
  	transform: skewX(-25deg);
  	transition: 0.2s ease-in-out;
}

.menu-links-button-komplett:hover, .menu-links-button-first-komplett:hover, .menu-links-button-last-komplett:hover{
	background-color: #00355a;
}


.menu-links-button-link{
	vertical-align: middle;
  
  	display: table-cell;
  	margin: 0px;
  	padding: 10px 10px 10px 10px;
  	width: 100%;
  	text-decoration: none !important;
  
  	text-transform: uppercase;
  	font-size: 1em;
  	text-align: center;
  	color: white;
  	-webkit-transform: skewX(25deg);
  	-moz-transform: skewX(25deg);
  	-ms-transform: skewX(25deg);
  	-o-transform: skewX(25deg);
  	transform: skewX(25deg);
}
.menu-links-button-link-first{
	vertical-align: middle;
  
  	display: table-cell;
  	margin: 0px;
  	padding: 10px 10px 10px 20px;
  	width: 100%;
  	text-decoration: none !important;
  
  	text-transform: uppercase;
  	font-size: 1em;
  	text-align: center;
  	color: white;
  	-webkit-transform: skewX(25deg);
  	-moz-transform: skewX(25deg);
  	-ms-transform: skewX(25deg);
  	-o-transform: skewX(25deg);
  	transform: skewX(25deg);
}
.menu-links-button-link-last{
	vertical-align: middle;
  
  	display: table-cell;
  	margin: 0px;
  	padding: 10px 20px 10px 10px;
  	width: 100%;
  	text-decoration: none !important;
  
  	text-transform: uppercase;
  	font-size: 1em;
  	text-align: center;
  	color: white;
  	-webkit-transform: skewX(25deg);
  	-moz-transform: skewX(25deg);
  	-ms-transform: skewX(25deg);
  	-o-transform: skewX(25deg);
  	transform: skewX(25deg);
}

.menu-links-button-link:hover, .menu-links-button-link-first:hover, .menu-links-button-link-last:hover{
	color: white;
}
/*Frontpage redesign 2018 - Menu*/

@media (max-width: 1120px){
	.menu-links-button-first-komplett{
  		width: 24.4%;
	}
	
	.menu-links-button-last-komplett{
  		width: 24.4%;
	}

	.menu-links-button-first-konfi{
  		width: 24.4%;
	}
	
	.menu-links-button-last-konfi{
  		width: 24.4%;
	}

}

@media (max-width: 950px){
		
	.menu-links-button-first-komplett,
	.menu-links-button-komplett,
	.menu-links-button-last-komplett,
	.menu-links-button-first-konfi,
	.menu-links-button-konfi,
	.menu-links-button-last-konfi{
    	-webkit-transform: skewX(-0deg);
    	-moz-transform: skewX(-0deg);
    	-ms-transform: skewX(-0deg);
    	-o-transform: skewX(-0deg);
    	transform: skewX(-0deg);
    	width: calc(100% / 4);
    	display: inline-block;
	}
	.menu-links-button-link-first,
	.menu-links-button-link,
	.menu-links-button-link-last{
    	-webkit-transform: skewX(-0deg);
    	-moz-transform: skewX(-0deg);
    	-ms-transform: skewX(-0deg);
    	-o-transform: skewX(-0deg);
    	transform: skewX(-0deg);
    	padding: 10px 10px 10px 10px;
    	width: 1000px;
		text-align: center;
	}
	.menu-links-container {
    	margin-left: 0px;
    	margin-right: 0px;
    	white-space: nowrap;
	}

}
@media (max-width: 540px){
		
	.menu-links-button-first-komplett,
	.menu-links-button-komplett,
	.menu-links-button-last-komplett,
	.menu-links-button-first-konfi,
	.menu-links-button-konfi,
	.menu-links-button-last-konfi{
    	-webkit-transform: skewX(-0deg);
    	-moz-transform: skewX(-0deg);
    	-ms-transform: skewX(-0deg);
    	-o-transform: skewX(-0deg);
    	transform: skewX(-0deg);
		width: 100%;
		display: inline-block;
	}
	.menu-links-button-link-first,
	.menu-links-button-link,
	.menu-links-button-link-last{
    	-webkit-transform: skewX(-0deg);
    	-moz-transform: skewX(-0deg);
    	-ms-transform: skewX(-0deg);
    	-o-transform: skewX(-0deg);
    	transform: skewX(-0deg);
    	padding: 10px 10px 10px 10px;
    	width: 1000px;
		text-align: center;
	}
	.menu-links-container {
    	margin-left: 0px;
    	margin-right: 0px;
    	white-space: normal;
	}

}

/* --------------------------------------------------------------------------------- */


/*Frontpage redesign 2018 - Empfohlen*/

.ankermann_in_cart_button{
	background-color: #004473;
	color:#fff;
	text-align: center;
  	font-size: 10px;
  	font-weight: bold;
	border-radius: 0!important;
  	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px transparent;
  	overflow: hidden;
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: color, background-color;
  	transition-property: color, background-color;
  	transition: 0.2s ease-in-out;
}
.ankermann_in_konfi_button{
	background-color: #ff9600;
	color:#fff;
	text-align: center;
  	font-size: 10px;
  	font-weight: bold;
	border-radius: 0!important;
  	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px transparent;
  	overflow: hidden;
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: color, background-color;
  	transition-property: color, background-color;
  	transition: 0.2s ease-in-out;
}

.ankermann_in_cart_button:hover{
	background-color: #00355a;
	color:white;
}
.ankermann_in_konfi_button:hover{
	background-color: #e65c00;
	color:white;
}

.ank_nl i{ 
  	font-size: 18px;
  	padding-right: 5px;
}


.genre_text_icons{
	padding: 1%;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	border-left: 0px solid black;
	border-right: 0px solid black;
	text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.genre_Text{
  padding:20px;
  padding-top: 1px;
  color:#686868;
  font-size:1em;
  border:0px solid #f2f2f2;
  background: #fbfbfb;
}
.genre_text_item_warranty, 
.genre_text_item_express, 
.genre_text_item_made, 
.genre_text_item_experience{
	width: 24%;
	display: inline-block;
	padding: 10px;
	text-align: center;
}
.genre_box_icons{
	padding-right: 8px;
	width: auto;
	height: 50px;
}
.genre_box_text{
	padding-top: 10px;
	width: auto;
}

@media (min-width: 340px) and (max-width: 600px){
.genre_text_icons{
  display: none;
}
}


/* Anpassung Header! */
header .logo img {
    width: auto;
    /*height: 50px;*/
}
header .logo {
    border-right: 1px solid #cdcdcd;
    width: auto;
    float: left;
}
header .header-main {
    margin-bottom: -5px;
    padding-top: 15px;
}
header .header-main .container{
	padding-bottom: 10px;
}
.navbar {
    background-color: #004473 !important;
}
nav > ul a {
	display: block;
	white-space: nowrap;
	color:white;
	text-transform:uppercase;
	font-size: 1.0em;
	padding: 14px 10px 14px 10px;
}
.navbar--top {
	display: inline-block;
	width: 100%;
	background-image: none;
}
.why-am{
	float: right;
}
.searchTopmenu .btn-default {
    background: #e6e6e6;
    border-color: #e6e6e6;
    height: 48px;
    margin-right: 4px;
    padding: 0px 3px 0px 3px;
}
.searchTopmenu img {
    width: auto;
    float: left;
    height: 47px;
}
.cart_top_total {
    padding: 5px 5px 5px 5px;
    width: auto;
    text-align: center;
    display: block;
}
.totalTop{
	color:#0060a1;
	font-weight:bold;
	float:left;
	font-size:1.0em;
	background: #e6e6e6;
	height: 48px;
}
.cartTopmenu .btn-default {
    background: #e6e6e6;
    border-color: #e6e6e6;
    height: 48px;
    padding: 0px;
    display: block;
}
.cart_top_image {
    width: auto;
    height: 48px;
    padding: 8px 5px 8px 12px;
}
.cartTopmenu .caret {
    float: left;
    padding: 15px 0px 10px 0px;
    border-left: 1px solid #cdcdcd; border-top: 0px; border-right: 0px; border-bottom: 0px;
    width: 25px;
    text-align: center;
    height: 48px;
}
.quickfinder_top{
	background-color: #008C8C;
	transform: skewX(-25deg);
	margin-left: 10px;
	transition: 0.1s ease-in-out;
}

.quickfinder_top:hover {
	background-color: #007272;
}

.quickfinder_top a{
	color:white;
	background-color: transparent!important;
	transform: skewX(25deg);
	padding-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.quickfinder_top a:hover{
	color:white !important;
	background-color: transparent !important;
}

.searchOptionsRow{
	margin-left: 0px; margin-right: 0px;
}
.searchOptionsRow .searchOptionsHeadline{
	text-transform: uppercase; font-weight: bold; background: #0D5387; line-height: 20px; color: white; font-size: 19px; font-weight: bold; line-height: 21px; margin: 1px 0 0; padding: 10px;
}
.searchOptionsRow .searchOptionsEnlarge{
	text-align: center; bottom: 10px;
}
.searchOptionsRow .searchOptionsEnlarge .searchOptionsIcon{
	margin: 1px; border: 1px solid white;background-color: #AAA; border-radius: 23px; width: 23px; height: 23px; line-height: 23px; text-align: center;
}
.searchOptionsRow:hover .searchOptionsEnlarge .searchOptionsIcon{
	color: #0D5387;
    background-color: white;
    border-color: #0D5387;
}

.quickfinder_banner{
	height:160px;
    display: block;
	text-decoration: none;
    overflow: hidden;
    background-color: black;
	position: relative;
    margin: auto;
    margin-bottom: 15px;
}
.quickfinder_banner:hover .quickfinder_banner_background_effect{
	opacity: 0.99;
}
.quickfinder_banner:hover .quickfinder_banner_text2_box{
	background-color: rgba(255, 255, 255, 0.99);
	box-shadow: 0px 0px 40px 40px rgba(230, 234, 237, 0.08);
}
.quickfinder_banner:hover .quickfinder_banner_text2_textformat{
	color: black;
}
.quickfinder_banner_background{
	position: absolute;
    top: -15px;
    left: -15px;
	right: -15px;
    bottom: -15px;
	background-image: url(/images/v6/frontpage/genre/quickfinder-big-box.jpg);
	background-size: cover;
    background-position: center;
    background-color: black;
}
.quickfinder_banner_background_effect{
	position: absolute;
    top: -15px;
    left: -15px;
	right: -15px;
    bottom: -15px;
	background-image: url(/images/v6/frontpage/genre/quickfinder-big-box.jpg);
	background-size: cover;
    background-position: center;
    background-color: black;
	filter: blur(3px);
	opacity: 0.01;
	transition: 1s opacity linear;
}
.quickfinder_banner_outer{
	position: absolute;
    top: 0px;
    left: 0px;
	right: 0px;
    bottom: 0px;
}
.quickfinder_banner_text1_box{
    position: absolute;
    top: 0px;
    left: -1px;
    background-color: rgba(230, 234, 237, 0.2);
    max-width: 210px;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    transform: skewX(-25deg);
	transform-origin: top left;
	height:40px;
}
.quickfinder_banner_text1_box_content{
	transform-origin: top left;
    transform: skewX(25deg);
	display: block;
	height:100%;
	
}
.quickfinder_banner_text1_textformat{
    color: white;
    font-weight: lighter;
    font-size: 19px;
	text-transform: uppercase;
	transform: translateZ(0px);
	backface-visibility: hidden;
	font-smoothing: antialiased;
}
.quickfinder_banner_text1_table{
    height: 100%;
    display: table;
    table-layout: fixed;
}
.quickfinder_banner_text1_tablerow{
    display: table-row;
}
.quickfinder_banner_text1_tablecell{
    display: table-cell;
    overflow: hidden;
    max-width: 200px;
    height: 100%;
	text-overflow: ellipsis;
    vertical-align: middle;
    text-align: center;
	padding-right:30px;
	padding-left:20px;
}
.quickfinder_banner_text2_box{
	position: absolute;
    left: 10px;
    bottom: 10px;
	background-color: rgba(230, 234, 237, 0.2);
    max-width: 210px;
    border: 1px solid white;
	height:24px;
	max-width: 240px;
	box-shadow: none;
	transition: 1s linear;
}
.quickfinder_banner_text2_box_content{
	display: block;
	height:100%;
}
.quickfinder_banner_text2_textformat{
    color: white;
    font-weight: lighter;
    font-size: 12px;
	text-transform: uppercase;
	transform: translateZ(0px);
	backface-visibility: hidden;
	font-smoothing: antialiased;
	transition: 0.3s color linear;
}
.quickfinder_banner_text2_table{
    height: 100%;
    display: table;
    table-layout: fixed;
}
.quickfinder_banner_text2_tablerow{
    display: table-row;
}
.quickfinder_banner_text2_tablecell{
    display: table-cell;
    overflow: hidden;
    max-width: 240px;
    height: 100%;
	text-overflow: ellipsis;
    vertical-align: middle;
    text-align: left;
	padding-right:5px;
	padding-left:5px;
}



.nav_konfi{
	background-color: #ff9600;
	transform: skewX(-25deg);
	margin-left: -1px;
	transition: 0.1s ease-in-out;
}
.nav_konfi:hover {
	background-color: #ff7200;
}

.nav_konfi a{
	background-color:transparent;
	transform: skewX(25deg);
	color:white;
	padding-left: 15px;
	padding-right: 15px;
}
.nav_konfi a:hover{
	color:white !important;
	background-color: transparent !important;
}

.nav_daily{
	background-color: #009fe3;
	transform: skewX(-25deg);
	margin-left: -1px;
	transition: 0.1s ease-in-out;
}
.nav_daily:hover {
	background-color: #0075a7;
}

.nav_daily a{
	background-color:transparent;
	transform: skewX(25deg);
	color:white;	
	padding-right: 15px;
	padding-left: 15px;
}
.nav_daily a:hover{
	color:white !important;
	background-color: transparent !important;
}

.nav_support{
	background-color: #4d6a6d;
	transform: skewX(-25deg);
	margin-left: -1px;
	margin-right: -12px;
	transition: 0.1s ease-in-out;
}
.nav_support:hover {
	background-color: #3d5254;
}

.nav_support a{
	background-color:transparent;
	transform: skewX(25deg);
	color:white;	
	padding-right: 25px;
	padding-left: 15px;
}
.nav_support a:hover{
	color:white !important;
	background-color: transparent !important;
}
header .header-main .navbar .container{
	padding-bottom: 0px !important;
}
header .header-main .btn{
	border: 0px solid transparent !important;
}


.dropdownMenu6 {
    /*max-height: none;*/
    /*overflow: initial;*/
    position: absolute;
    /*top: auto;*/
    right: 0px;
    left: auto;
    z-index: 3000;
    min-width: 400px;
	/*width: initial;*/
    padding-left: 0px;
    padding-right: 0px;
	padding: 0px;
	border: 1px solid #343434;
}
.cart_productlist_div_inner{
    max-height: 398px;
    overflow-y: auto;
	overflow-x: hidden;
    width: 400px;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 10px;
	background: #e9e9e9;
}
.cart_productlist_footer{
    background-color: #003366;
	 padding: 1px 5px 1px 5px;
}
.cart_productlist_footer_link{
	display: block !important;
	white-space: nowrap;
    text-transform: uppercase;
    text-align: center !important;
    color: #ffffff;
	text-decoration: none;
}
.cart_productlist_footer_link:hover{
    color: #ffffff;
	text-decoration: none;
}
.cart_productlist_footer:hover{
    background-color: #000000;
}





.cart_productlist_table{
	display: table;
	width: 100%;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	border-color: #004473;
	margin: 10px 0px 0px 0px;
	text-align: left;
}
.cart_productlist_row{
	display: table-row;
}
.cart_productlist_cell{
	display: table-cell;
	vertical-align: middle;
}



.cart_productlist_cell.carttext{
	padding:0px 0px 0px 5px;
	background: white;
}
	.cart_productlist_cell.carttext .carttextdiv{
		padding: 2px;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		height: 83px;
		overflow: hidden;
		max-width: 280px;
	}
	.cart_productlist_cell.carttext .carttextdiv .carttextdiv_name{
		padding-left: 0px;
		font-weight: bold;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.cart_productlist_cell.carttext .carttextdiv .carttextdiv_text{
		padding-left: 3px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

.cart_productlist_cell.cartimage{
	
	background: white;
	margin: auto;
	height: 83px;
	overflow: hidden;
	width: 84px;
}


.cartImageImgTable{
	display: table;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #757575;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px 0px;
	margin: auto;
}
	.cartImageImgTable:hover{
		border-color: #757575;
	}
.cartImageImgTable .cartImageImgTableRow{
	display: table-row;
}
.cartImageImgTable .cartImageImgTableCell{
	display: table-cell;
	background: white;
	border: solid 1px transparent;
	vertical-align: middle;
	width:82px;
	max-width: 82px;
	height: 83px;
	max-height: 83px;
	min-width: 82px;
}

.cart_productlist_empty{
	margin-top: 10px;
	background: white;
}

.cartImageImg {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 80px;
    height: auto !important;
}



.top_nav_right {
    overflow: hidden;
    float:right;
}

header .meta {
}
header .meta .login {
  display: inline-block;
  float: left;
}
header .meta h3, header .meta .h3, header .meta .login h3, header .meta .login .h3 {
  display: none;
}
header .meta .dropdown .btn-default {
  font-size: 14px;
  display: inline-block;
  background: transparent;
  border-color: #d0d0d0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 8px;
  height: 50px;
}
header .meta .dropdown.open .btn-default, header .meta .dropdown .btn-default:hover, header .meta .dropdown .btn-default:focus {
  background: none;
  color: #004572;
}
header .meta .dropdown .dropdown-menu {
  min-width: 80px;
  text-align: center;
}
header .meta .dropdown .dropdown-menu .loggedinbox {
  text-align: left;
}
header .meta .languages li {
  padding-top: 6px;
}
header .meta .languages li.lang-header {
  display: none;
}
header .meta .languages li:last-of-type {
  margin-right: 4px;
}
header .meta .login .dropdown-menu {
  width: 260px;
  padding: 15px;
  /*left: 50%;*/
  /* margin-left: -130px; */
}
header .meta .login .registerLink {
  display: none;
}
header .languageChooser{
  display: inline-block;
  vertical-align: middle;
}
header .languageChooser img{
  vertical-align: unset;
}
header .currencyChooser{
  display: inline-block;
  vertical-align: middle;
}
header .btn .caret {
  margin-left: 5px;
}
header .languageChooser .dropdown .dropdown-menu li a img{
  width: 21px;
  height: 12px;
}
header .meta .login .btn-flat--blue{
  float: left;
}
header .searchTopmenu .btn-default {
    margin-right: 0px;
}
header .search-word {
    display: none;
}
.header-login, .header-password{
  margin-bottom: 10px;
}

@media (min-width: 864px) and (max-width: 864px) {
  header .logo {
    float: left;
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 800px) and (max-width: 863px) {
  header .currencyChooser{
    display: inline-block;
  }
  header .languageChooser{
    display: inline-block;
  }
}
@media (min-width: 694px) and (max-width: 799px) {
  header .meta{
  }
  header .logo img {
    padding-right: 15px;
  }
  header .logo {
    border: 0px;
  }
  .why-am {
    width: 218px;
    margin-left: auto;
    margin-right: auto;
    float: right;
  }
  header .why-am .item {
    float: right;
    overflow: hidden;
    margin: 0% 1%;
    padding: 0px 0px 0;
    text-align: center;
    /* -webkit-box-shadow: #777777 0 0 3px; */
    /* box-shadow: #777777 0 0 3px; */
  }
  header .currencyChooser{
    /* display: none; */
	float:left;
  }
  header .languageChooser{
    /* display: none; */
	float:left;
  }
}
@media (min-width: 320px) and (max-width: 694px) {
  header .meta{
  }
    header .logo {
    float: left;
    width: 100%;
    display: inline-block;
    border: 0px;
  }
  header .meta .login{
    /* float: none; */
  }
  header .meta {
  }
  header .meta .dropdown .btn-default {
    height: 44px;
  }
  header .currencyChooser{
    /* display: none; */
	float:left;
  }
  header .languageChooser{
    /* display: none; */
	float:left;
  }
  header .why-am .item {
    float: right;
    overflow: hidden;
    /* margin: 5% 1%; */
    /* padding: 0px 0px 0; */
    text-align: center;
    /* -webkit-box-shadow: #777777 0 0 3px; */
    /* box-shadow: #777777 0 0 3px; */
  }
  .why-am {
    /* width: 218px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* float: none !important; */
  }
}



@media (min-width: 340px) and (max-width: 992px) {
  .quickfinder_top{
    margin-left: 0px;
  }
  .quickfinder_top, .nav_konfi, .nav_daily, .nav_support{
    transform: none;
  }
  .quickfinder_top a, .nav_konfi a, .nav_daily a, .nav_support a{
    transform: none;
  }
}


@media (min-width: 340px) {
  /* line 14, ../../../../../../Development/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .why-am .item {
  width: auto;
  /* box-shadow:  #fff 0 0 3px !important; */
  /* border: 1px solid #b6b6b6; */
  /* padding:1%; */
  /* margin: 1% 1%; */
  
  }

  header .topbar .inside .meta {
    background: none;
    padding: 0;
    overflow: visible;
    padding-top: 6px;
    padding-left: 10px;
    display: table;
  }
}

@media (max-width: 940px) {
.cart_top_total {
    /* padding: 2px 5px 5px 5px; */
    width: auto;
    text-align: center;
    display: block;
}
}

/* Anpassung Header! */

.footer_newsletter_title{
  float:left;
  padding-right:1.5em;
  width:auto;
  text-transform:uppercase;
  font-size: 1em;
   font-weight: bold;
   padding-top:8px;
}
.footer_newsletter_text{
	font-size: 1.0em;
	padding-right:1em;
	width:61%;
	padding-top: 9px;
  display: inline-block;
}
.footer_newsletter_form {
  width: auto;
  display: inline-block;
  float: right;
}
.footer_payment_icons{
  float:right; 
}

@media (min-width: 700px) and (max-width: 1140px) {
  .footer_newsletter_form {
  padding-top: 9px;
  }
  .footer_newsletter_text{
  width:55%;
  }
  .footer_newsletter_title{
  width:100%;
  }

}

@media (min-width: 340px) and (max-width: 700px) {
  .footer_newsletter_text{
    display: none;
  }
  .footer_newsletter_title{
    width:auto;
  }

}
.paymentblock_fav_content .description .logo img {
    width: auto;
    height: 35px;
}
.paymentblock_main_content .description .logo img {
    width: auto;
    height: 35px;
}
.paymentblock_main_content .description p {
	margin:0px;
}
.paymentblock_fav_col {
    padding: 10px 10px 10px 10px;
    height: 110px;
}
.paymentblock_main_col {
    padding: 10px 10px 10px 10px;
    height: 110px;
}
.paymentblock_fav_content {
	overflow: hidden;
	height: 100%;
	background: white;
	border: 1px solid #b6b6b6;
	padding: 15px;
}
.paymentblock_main_content {
	overflow: hidden;
	height: 100%;
	background: white;
	border: 1px solid #b6b6b6;
	padding: 15px;
}
.paymentblock_fav_content label .radiobutton {
	height: 21px;
	width: 15px;
	display: inline-block;
}
.paymentblock_main_content label .radiobutton {
	height: 21px;
	width: 15px;
	display: inline-block;
}
.paymentblock_fav_content .description {
    width: 93%;
    float: right;
}
.paymentblock_main_content .description {
    width: 93%;
    float: right;
}

/* B2B BEREICH */

.b2b-landingpage{
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/images/B2B/BACKGROUND_WIN_10.jpg");
}
.b2b-fade-image{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 115px;
    display: block;
    bottom: 0px;
    background-image: url("/images/B2B/BOTTOM_FADE.png");
}
.b2b-landingpage-icons{
	background: #008C8C;
	border-right: 4px solid #004473;
	vertical-align: middle;
}
.icons-b2b-landingpage{
	padding: 8px;
}
.icons-b2b-text-area-landingpage{
	background: #E4E8EB;
	vertical-align: middle;
	padding: 10px !important;
}
.icons-b2b-headline-text-landingpage{
	font-family:Poppins;
	font-weight: 700;
	color: #004473;
	text-transform: uppercase;
}
.icons-b2b-subline-text-landingpage{
	font-family:Poppins;
	font-weight: 700;
	color: #008C8C;
	text-transform: uppercase;
	font-size: 12px;
}

.images-information-b2b-landingpage{
	padding: 25px;
}
#b2b_login{
	display:none;
}
#anmelden-button{
	display:none;
}
.b2b-landingpage-headline{
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
}
.b2b-landingpage-subline{
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}
.b2b-landingpage-textarea{
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 30px;
} 
