@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul {
  list-style: disc;
  margin-top: 3px;
  margin-bottom: 3px; }

ol {
  list-style: decimal;
  margin-top: 3px;
  margin-bottom: 3px; }

li {
  margin-left: 15px; }

a, button {
  outline: none;
  cursor: pointer; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

.bgWrap, .bgWrapOuter, header, footer, main {
  position: relative;
  float: left;
  width: 100%;
  min-width: 990px; }

.bgWrap > div, .bgWrap > div > div, header > div, header > div > div, footer > div, footer > div > div, main > div, main > div > div {
  position: relative;
  width: 990px; }

.bgWrap > div, header > div, footer > div, main > div {
  margin: 0 auto; }

.bgWrap > div > div, header > div > div, footer > div > div, main > div > div {
  float: left; }

.bgWrapOuter.crop {
  overflow: hidden; }

.col-1, .col-2, .col-3, .col-4, .bgWrap.beoordeling .starRow .title, .col-5, .col-6, .bgWrap.beoordeling .starRow.half, .col-7, .col-8, .bgWrap.beoordeling .starRow .title + .raty, .col-9, .col-10, .col-11, .col-12, .notification-block, .notification-block > .notification, .bgWrap.beoordeling .starRow, .bgWrap.beoordeling .raty {
  float: left;
  min-height: 1px;
  padding-left: 24px;
  padding-right: 24px; }

.col-1 {
  width: 8.33333333%; }

.col-2 {
  width: 16.66666667%; }

.col-3 {
  width: 25%; }

.col-4, .bgWrap.beoordeling .starRow .title {
  width: 33.33333333%; }

.col-5 {
  width: 41.66666667%; }

.col-6, .bgWrap.beoordeling .starRow.half {
  width: 50%; }

.col-7 {
  width: 58.33333333%; }

.col-8, .bgWrap.beoordeling .starRow .title + .raty {
  width: 66.66666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333333%; }

.col-11 {
  width: 91.66666667%; }

.col-12, .notification-block, .notification-block > .notification, .bgWrap.beoordeling .starRow, .bgWrap.beoordeling .raty {
  width: 100%; }

.colfix {
  margin-left: -12px;
  margin-right: -12px; }
  .colfix > .col-1, .colfix > .col-2, .colfix > .col-3, .colfix > .col-4, .bgWrap.beoordeling .starRow .colfix > .title, .colfix > .col-5, .colfix > .col-6, .bgWrap.beoordeling .colfix > .starRow.half, .colfix > .col-7, .colfix > .col-8, .bgWrap.beoordeling .starRow .colfix > .title + .raty, .colfix > .col-9, .colfix > .col-10, .colfix > .col-11, .colfix > .col-12, .colfix > .notification-block, .notification-block.colfix > .notification, .bgWrap.beoordeling .colfix > .starRow, .bgWrap.beoordeling .colfix > .raty {
    padding-left: 12px;
    padding-right: 12px; }

.m-t {
  margin-top: 24px; }
  .m-t-xs {
    margin-top: 8px; }
  .m-t-sm {
    margin-top: 12px; }
  .m-t-2x, .bgWrap.voet > div > div > .col-12 + .col-12, .bgWrap.voet > div > div > .notification-block + .col-12, .bgWrap.voet > div > div.notification-block > .notification + .col-12, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .col-12, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .col-12, .bgWrap.voet > div > div > .col-12 + .notification-block, .bgWrap.voet > div > div > .notification-block + .notification-block, .bgWrap.voet > div > div.notification-block > .notification + .notification-block, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .notification-block, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .notification-block, .bgWrap.voet > div > div.notification-block > .col-12 + .notification, .bgWrap.voet > div > div.notification-block > .notification-block + .notification, .bgWrap.voet > div > div.notification-block > .notification + .notification, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .starRow + .notification, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .raty + .notification, .bgWrap.beoordeling .bgWrap.voet > div > div > .col-12 + .starRow, .bgWrap.beoordeling .bgWrap.voet > div > div > .notification-block + .starRow, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .notification + .starRow, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .starRow, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .starRow, .bgWrap.beoordeling .bgWrap.voet > div > div > .col-12 + .raty, .bgWrap.beoordeling .bgWrap.voet > div > div > .notification-block + .raty, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .notification + .raty, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .raty, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .raty {
    margin-top: 48px; }
.m-b {
  margin-bottom: 24px; }
  .m-b-sm {
    margin-bottom: 12px; }
  .m-b-2x {
    margin-bottom: 48px; }
.m-l {
  margin-left: 24px; }
  .m-l-sm {
    margin-left: 12px; }
  .m-l-xs {
    margin-left: 8px; }
.m-r {
  margin-right: 24px; }
  .m-r-sm {
    margin-right: 12px; }
  .m-r-xs {
    margin-right: 8px; }

.p-t {
  padding-top: 24px; }
  .p-t-xs {
    padding-top: 8px; }
.p-b {
  padding-bottom: 24px; }
  .p-b-sm, .bgWrap.content > div > div .box > div h2, .bgWrap.content > div > div .box > div .h2 {
    padding-bottom: 12px; }
  .p-b-lg {
    padding-bottom: 48px; }
  .p-b-xl {
    padding-bottom: 72px; }
.p-r-n, .notification-block, .notification-block > .notification, .bgWrap.beoordeling .starRow .title + .raty, .bgWrap.beoordeling .raty {
  padding-right: 0; }
.p-r-sm, .bgWrap.beoordeling .starRow .title {
  padding-right: 12px; }
.p-l-n, .notification-block, .notification-block > .notification, .bgWrap.beoordeling .starRow .title, .bgWrap.beoordeling .raty {
  padding-left: 0; }
.p-l-sm, .bgWrap.beoordeling .starRow .title + .raty {
  padding-left: 12px; }

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  zoom: 1; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font: 13px Arial, Helvetica, sans-serif; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  color: #ffffff; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #e9e9e9;
  background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  color: #617580; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #fe7e00;
  background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
  color: #fe7e00; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #c77405;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fe7e00;
  color: #FFF; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons
----------------------------------*/
/* states and images */
                       /* 
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } */
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png); }

                                                                                        /* 
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); } */
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_228ef1_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .50;
  filter: Alpha(Opacity=50); }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .20;
  filter: Alpha(Opacity=20);
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .ui-widget-shadow.ui-tooltip {
    background: none rgba(0, 0, 0, 0.6);
    opacity: 1; }

/*!
* jQuery UI Resizable 1.8.23
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

                                                                                      /*!
* jQuery UI Selectable 1.8.23
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
*/
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/*!
 * jQuery UI Accordion 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%; }

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

.ui-accordion .ui-accordion-content-active {
  display: block; }

/*!
 * jQuery UI Autocomplete 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.23
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left; }

.ui-menu .ui-menu {
  margin-top: -3px; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1; }

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

/*!
 * jQuery UI Button 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  float: none;
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }
  .ui-button.ui-button-text-only .ui-button-text {
    padding: 0; }
  .ui-button > .ui-button-text {
    padding: 0; }
  .ui-button.ui-checkboxradio-label {
    background: #ececec;
    color: #716c6c; }
  .ui-button.ui-state-active {
    background: #ed8c00;
    color: #fff; }

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

.ui-button-text-only .ui-button-text {
  padding: 8px; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.ui-controlgroup {
  margin-right: 7px; }

.ui-controlgroup .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/*!
 * jQuery UI Slider 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

                                                   /*!
* jQuery UI Tabs 1.8.23
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/*!
 * jQuery UI Datepicker 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/*!
* jQuery UI Progressbar 1.8.23
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Progressbar#theming
*/
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px;
  color: #fff; }
  body .ui-tooltip .ui-tooltip-content {
    color: #fff; }

.colorSelector {
  float: left; }

.colorSelector > .colorpickbg {
  background: url(../images/colorpicker/select.png) repeat scroll 0 0 transparent;
  float: left;
  height: 36px;
  width: 36px; }

.ui-colorpicker,
.ui-dialog.ui-colorpicker {
  width: auto;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ui-colorpicker-inline {
  position: static; }

.ui-colorpicker-buttonset {
  float: left;
  margin-left: .4em; }

.ui-colorpicker-buttonset .ui-button {
  margin: .5em 0 .5em 0;
  cursor: pointer; }

.ui-colorpicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-colorpicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-colorpicker-buttonpane button.ui-colorpicker-current {
  float: left; }

.ui-colorpicker table {
  width: 100%;
  font-size: 100%;
  /* Reset browser table font-size */
  margin: 0; }

.ui-colorpicker table td {
  vertical-align: top; }

.ui-colorpicker-padding-left {
  padding-left: 10px; }

.ui-colorpicker-padding-top {
  padding-top: 10px; }

.ui-colorpicker-border {
  border: 1px inset;
  display: inline-block; }

/* Bar & map */
.ui-colorpicker-map > *,
.ui-colorpicker-bar > * {
  position: absolute;
  cursor: crosshair; }

.ui-colorpicker-map-pointer,
.ui-colorpicker-bar-pointer {
  position: absolute; }

/* Map */
.ui-colorpicker-map,
.ui-colorpicker-map > * {
  display: block;
  width: 256px;
  height: 256px;
  overflow: hidden; }

.ui-colorpicker-map-layer-1,
.ui-colorpicker-map-layer-2 {
  background: url(../images/colorpicker/map.png) no-repeat; }

.ui-colorpicker-map-layer-alpha {
  background: url(../images/colorpicker/map-opacity.png); }

.ui-colorpicker-map-pointer {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/colorpicker/map-pointer.png) no-repeat; }

/* Bar */
.ui-colorpicker-bar,
.ui-colorpicker-bar > * {
  display: block;
  width: 20px;
  height: 256px;
  overflow: hidden;
  background-repeat: repeat-x; }

.ui-colorpicker-bar-layer-1,
.ui-colorpicker-bar-layer-2,
.ui-colorpicker-bar-layer-3,
.ui-colorpicker-bar-layer-4 {
  background: url(../images/colorpicker/bar.png) repeat-x; }

.ui-colorpicker-bar-layer-alpha {
  background: url(../images/colorpicker/bar-opacity.png); }

.ui-colorpicker-bar-layer-alphabar {
  background: url(../images/colorpicker/bar-alpha.png); }

.ui-colorpicker-bar-pointer {
  display: inline-block;
  width: 20px;
  height: 7px;
  background: url(../images/colorpicker/bar-pointer.png) no-repeat; }

/* Preview */
.ui-colorpicker-preview {
  text-align: center; }

.ui-colorpicker-preview-initial {
  cursor: pointer; }

.ui-colorpicker-preview-initial,
.ui-colorpicker-preview-current {
  width: 50px;
  height: 20px;
  display: inline-block; }

.ui-colorpicker-preview-initial-alpha,
.ui-colorpicker-preview-current-alpha {
  width: 50px;
  height: 20px;
  display: inline-block;
  background: url(../images/colorpicker/preview-opacity.png) repeat; }

/* Inputs */
.ui-colorpicker-rgb label,
.ui-colorpicker-hsv label,
.ui-colorpicker-hsl label,
.ui-colorpicker-lab label,
.ui-colorpicker-cmyk label,
.ui-colorpicker-alpha label {
  width: 1.5em;
  display: inline-block; }

.ui-colorpicker-number {
  margin: .1em;
  width: 4em; }

/* Hex */
.ui-colorpicker-hex {
  text-align: center; }

/* Swatches */
.ui-colorpicker-swatches {
  height: 256px;
  overflow: auto;
  background-color: #f8f8f8; }

.ui-colorpicker-swatch {
  cursor: pointer;
  float: left;
  width: 11px;
  height: 11px;
  border-right: 1px solid black;
  border-bottom: 1px solid black; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-BlackItalic.eot");
  src: url("../fonts/Gotham-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BlackItalic.woff") format("woff"), url("../fonts/Gotham-BlackItalic.ttf") format("truetype"), url("../fonts/Gotham-BlackItalic.svg#Gotham-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-LightItalic.eot");
  src: url("../fonts/Gotham-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-LightItalic.woff") format("woff"), url("../fonts/Gotham-LightItalic.ttf") format("truetype"), url("../fonts/Gotham-LightItalic.svg#Gotham-LightItalic") format("svg");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-MediumItalic.eot");
  src: url("../fonts/Gotham-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-MediumItalic.woff") format("woff"), url("../fonts/Gotham-MediumItalic.ttf") format("truetype"), url("../fonts/Gotham-MediumItalic.svg#Gotham-MediumItalic") format("svg");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Thin.eot");
  src: url("../fonts/Gotham-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Thin.woff") format("woff"), url("../fonts/Gotham-Thin.ttf") format("truetype"), url("../fonts/Gotham-Thin.svg#Gotham-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-BoldItalic.eot");
  src: url("../fonts/Gotham-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BoldItalic.woff") format("woff"), url("../fonts/Gotham-BoldItalic.ttf") format("truetype"), url("../fonts/Gotham-BoldItalic.svg#Gotham-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Black.eot");
  src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.svg#Gotham-Black") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-ThinItalic.eot");
  src: url("../fonts/Gotham-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-ThinItalic.woff") format("woff"), url("../fonts/Gotham-ThinItalic.ttf") format("truetype"), url("../fonts/Gotham-ThinItalic.svg#Gotham-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic; }
.bgWrap.login > div > div > .languages > div > ul, .bgWrap.menu > div > div > ul, .bgWrap.voet > div > div ul, .bgWrap.customer-slider > div > div ul.items, .bgWrap.content > div > div .reviewlistingoverview > div.col-12 > ul, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block > ul, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification > ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow > ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow > ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty > ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty > ul, .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .col-12 ul, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .col-12 ul, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .col-12 ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .col-12 ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .col-12 ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .col-12 ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .col-12 ul, .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .notification-block ul, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .notification-block ul, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification-block ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .notification-block ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .notification-block ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .notification-block ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .notification-block ul, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.col-12 + .notification ul, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification-block + .notification ul, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification ul, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.starRow + .notification ul, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.starRow + .notification ul, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.raty + .notification ul, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.raty + .notification ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .starRow ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .starRow ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .starRow ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .starRow ul, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .starRow ul, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .starRow ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .starRow ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .starRow ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .starRow ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .starRow ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .raty ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .raty ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .raty ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .raty ul, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .raty ul, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .raty ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .raty ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .raty ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .raty ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .raty ul, .bgWrap.content > div > div .reviewlistingoverview + .col-6 ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview + .starRow.half ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview + .starRow.half ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .bgWrap.login > div > div > .languages > div > ul > li, .bgWrap.menu > div > div > ul > li, .bgWrap.voet > div > div ul > li, .bgWrap.customer-slider > div > div ul.items > li, .bgWrap.content > div > div .reviewlistingoverview > div.col-12 > ul > li, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block > ul > li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification > ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow > ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow > ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty > ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty > ul > li, .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .col-12 ul > li, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .col-12 ul > li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .col-12 ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .col-12 ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .col-12 ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .col-12 ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .col-12 ul > li, .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .notification-block ul > li, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .notification-block ul > li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification-block ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .notification-block ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .notification-block ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .notification-block ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .notification-block ul > li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.col-12 + .notification ul > li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification-block + .notification ul > li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.starRow + .notification ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.starRow + .notification ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.raty + .notification ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.raty + .notification ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .starRow ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .starRow ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .starRow ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .starRow ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .starRow ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .starRow ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .starRow ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .starRow ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .starRow ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .starRow ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .raty ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .raty ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .raty ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .raty ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .raty ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .raty ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .raty ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .raty ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .raty ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .raty ul > li, .bgWrap.content > div > div .reviewlistingoverview + .col-6 ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview + .starRow.half ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview + .starRow.half ul > li {
    padding: 0;
    margin: 0;
    list-style: none; }

.bgWrap.spotlight > div > div .video {
  -webkit-box-shadow: 2px 2px 4px  rgba(0, 0, 0, 0.4) ;
  -moz-box-shadow: 2px 2px 4px  rgba(0, 0, 0, 0.4) ;
  box-shadow: 2px 2px 4px  rgba(0, 0, 0, 0.4) ; }

.bgWrap.content > div > div .box {
  -webkit-box-shadow: 0 0 5px  rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 0 0 5px  rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 0 5px  rgba(0, 0, 0, 0.1) ; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #ececec;
  font: 14px/24px "Gotham", Arial, sans-serif;
  color: #464343; }
  body > .hide {
    display: none; }

a, span.fakelink {
  cursor: pointer;
  color: #00b7ed;
  text-decoration: underline; }
  a:hover, span.fakelink:hover {
    text-decoration: none; }

h1, .h1, .bgWrap.upd-page .stat span.score {
  display: block;
  font: 24px/32px "Gotham", Arial, sans-serif;
  color: #464343; }
  h1.bold, .h1.bold, .bgWrap.upd-page .stat span.bold.score {
    font-weight: bold; }
  h1.large, .h1.large, .bgWrap.upd-page .stat span.large.score {
    font-size: 32px;
    line-height: 42px; }
  h1.largest, .h1.largest, .bgWrap.upd-page .stat span.largest.score {
    font-size: 40px;
    line-height: 48px; }

.fl-r {
  float: right; }

.txt-r {
  text-align: right; }

.d-inbl {
  display: inline-block; }

.d-bl {
  display: block; }

h2, .h2 {
  display: block;
  font: 18px/24px "Gotham", Arial, sans-serif;
  color: #464343; }
  h2.bold, .h2.bold {
    font-weight: bold; }

h4, .h4 {
  display: block;
  font: 15px/18px "Gotham", Arial, sans-serif;
  color: #464343; }
  h4.bold, .h4.bold {
    font-weight: bold; }

.loadmore-bar .loading {
  display: block; }
.loadmore-bar .notLoading {
  display: none; }
.loadmore-bar.notLoading .loading {
  display: none; }
.loadmore-bar.notLoading .notLoading {
  display: block; }
.loadmore-bar > div {
  width: 100%;
  text-align: center; }

.notification-block > .notification {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin: 0 0 24px 0;
  padding: 8px 12px;
  border: 1px solid transparent;
  color: #333; }
  .notification-block > .notification.warning {
    color: #332f00;
    background-color: #fffbcc;
    border-color: #ffeb00; }
  .notification-block > .notification.error {
    color: #350001;
    background-color: #ffcecf;
    border-color: #ff0207; }

.nvtScore {
  display: none; }

.mainreccommends.ui-controlgroup {
  margin-right: 0; }
  .mainreccommends.ui-controlgroup .ui-button .ui-checkboxradio-icon, .mainreccommends.ui-controlgroup .ui-button .ui-checkboxradio-icon-space {
    display: none; }

.star-filter {
  position: relative; }
  .star-filter .overlay-a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block; }

.loadmore-bar {
  border-top: 1px solid #ddd;
  float: left;
  margin-top: 24px;
  padding: 24px 0;
  text-align: center;
  width: 100%; }

.loadmore-bar > .loading, .loadmore-bar > .notLoading {
  display: none;
  float: left;
  width: 100%; }

.loadmore-bar.notLoading > .notLoading, .loadmore-bar.loading > .loading {
  display: block; }

.bgWrap.beoordeling .product-reviews .product-title {
  font-weight: 600; }

.ui-menu.ui-autocomplete {
  background: #fff;
  font: 14px/1.5 Gotham,Arial,sans-serif;
  margin: 0; }
  .ui-menu.ui-autocomplete .ui-menu-item a.ui-state-hover {
    background: none transparent;
    border: 0;
    color: #ed8c00;
    font: 14px/1.5 Gotham,Arial,sans-serif;
    margin: 0; }

.colfix .col-12.p-l-off, .colfix .p-l-off.notification-block, .colfix .notification-block > .p-l-off.notification, .colfix .bgWrap.beoordeling .p-l-off.starRow, .bgWrap.beoordeling .colfix .p-l-off.starRow, .colfix .bgWrap.beoordeling .p-l-off.raty, .bgWrap.beoordeling .colfix .p-l-off.raty {
  padding-left: 12px; }
.colfix .col-12.p-r-off, .colfix .p-r-off.notification-block, .colfix .notification-block > .p-r-off.notification, .colfix .bgWrap.beoordeling .p-r-off.starRow, .bgWrap.beoordeling .colfix .p-r-off.starRow, .colfix .bgWrap.beoordeling .p-r-off.raty, .bgWrap.beoordeling .colfix .p-r-off.raty {
  padding-right: 12px; }

.question.fs-small {
  font-size: 13px; }

.reviewimg {
  max-width: 100%;
  margin-top: 24px; }

[data-enlarge=true] {
  cursor: pointer; }

.img-enlarge {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 30000;
  opacity: 0; }
  .img-enlarge > div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.9); }
    .img-enlarge > div img {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
    .img-enlarge > div.close-txt {
      top: 48px;
      left: 0;
      right: 0;
      bottom: auto;
      text-align: center;
      bottom: auto;
      text-align: center;
      opacity: 0;
      background: none transparent; }
      .img-enlarge > div.close-txt > span {
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        padding: 6px 12px;
        font: 14px/23px Arial, Helvetica, sans-serif; }

.reviewold {
  margin-top: 12px;
  text-decoration: line-through; }
  .reviewold.col-3 {
    opacity: 0.5; }
  .reviewold * {
    opacity: 0.5;
    text-decoration: line-through; }
  .reviewold .delete, .reviewold .delete * {
    text-decoration: none;
    opacity: 1; }

body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .kiyohStatus, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .kiyohStatus, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .kiyohStatus {
  display: none; }

.btn, .ui-button, input[type="submit"], button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  float: left;
  border: 0;
  display: block;
  padding: 8px 56px 8px 16px;
  background: #ed8c00;
  color: #fff;
  cursor: pointer;
  font: 700 14px/18px "Gotham", Arial, sans-serif;
  text-decoration: none; }
  .btn > span, .ui-button > span, input[type="submit"] > span, button > span {
    display: block; }
    .btn > span > span, .ui-button > span > span, input[type="submit"] > span > span, button > span > span {
      display: block;
      font: 12px/18px "Gotham", Arial, sans-serif; }
  .btn.abuse-done, .abuse-done.ui-button, input.abuse-done[type="submit"], button.abuse-done {
    opacity: 0.5;
    cursor: default; }
  .btn:after, .ui-button:after, input[type="submit"]:after, button:after {
    background-color: transparent;
    background-image: url("../images/arrow-white_right.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0 none;
    color: transparent;
    content: "";
    display: inline-block;
    font: 0px/0 a;
    height: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 22px;
    text-shadow: none;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-out 0s;
    width: 10px; }
  .btn:hover:after, .ui-button:hover:after, input[type="submit"]:hover:after, button:hover:after {
    right: 12px; }
  .btn.btn-big, .btn-big.ui-button, input.btn-big[type="submit"], button.btn-big {
    padding: 12px 56px 12px 28px;
    font: 700 21px/27px "Gotham", Arial, sans-serif; }
    .btn.btn-big > span > span, .btn-big.ui-button > span > span, input.btn-big[type="submit"] > span > span, button.btn-big > span > span {
      font: 18px/27px "Gotham", Arial, sans-serif; }
  .btn.fl-r, .fl-r.ui-button, input.fl-r[type="submit"], button.fl-r {
    float: right; }
  .btn.fl-n, .fl-n.ui-button, input.fl-n[type="submit"], button.fl-n {
    float: none; }
  .btn.d-ib, .d-ib.ui-button, input.d-ib[type="submit"], button.d-ib {
    display: inline-block; }
  .btn.no-arrow, .ui-button, input.no-arrow[type="submit"], button.no-arrow {
    padding-right: 16px; }
    .btn.no-arrow:after, .ui-button:after, input.no-arrow[type="submit"]:after, button.no-arrow:after {
      display: none; }
  .btn.btn-fw, .btn-fw.ui-button, input.btn-fw[type="submit"], button.btn-fw {
    width: 100%;
    display: block;
    padding-left: 24px;
    padding-right: 24px; }
    .btn.btn-fw.btn-fw-keep-p, .btn-fw.btn-fw-keep-p.ui-button, input.btn-fw.btn-fw-keep-p[type="submit"], button.btn-fw.btn-fw-keep-p {
      padding-left: 16px;
      padding-right: 56px; }
  .btn.btn-color-grayBtn, .btn-color-grayBtn.ui-button, input.btn-color-grayBtn[type="submit"], button.btn-color-grayBtn {
    background-color: #474747; }
  .btn.btn-color-purpleBtn, .btn-color-purpleBtn.ui-button, input.btn-color-purpleBtn[type="submit"], button.btn-color-purpleBtn {
    background-color: #BA0B7E; }

/**
 *	Colors
 */
#mobileOverlay {
  background-color: #464343; }

@media screen and (max-width: 774px) {
  .mobileWrapper > div {
    background-color: #464343; }

  a.menuTrigger {
    color: #BED00E; }

  a.menuTrigger:before {
    border-color: #BED00E; }

  .mobileWrapper ul li,
  .mobileWrapper ul li.active.sub > ul > li > a,
  .mobileWrapper ul li.active.sub > ul > li.active a {
    border-color: #2c2a2a; }

  .mobileWrapper ul li.active,
  .mobileWrapper ul li:hover,
  .mobileWrapper ul li.active.sub > ul > li.active {
    background-color: #BED00E; }

  .mobileWrapper ul li > a {
    color: #fff; }

  .mobileWrapper ul li > a:hover,
  .mobileWrapper ul li.active a {
    color: #fff; }

  .mobileWrapper ul li ul {
    background-color: #464343; }

  .mobileWrapper ul li ul:after,
  .mobileWrapper ul li.active.sub > ul > li {
    background-color: #BED00E; } }
/**
 *	Opacity/fonts/etc
 */
@media screen and (max-width: 774px) {
  #mobileOverlay.open {
    opacity: 0.25; }

  #mobileOverlay.open.disabled {
    opacity: 0; }

  a.menuTrigger {
    font: bold 20px/23px "Gotham", Arial, sans-serif;
    text-decoration: none;
    text-indent: 20px;
    padding: 0 24px; }

  a.menuTrigger:before {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-top-width: 6px;
    border-top-style: double; }

  .mobileWrapper ul li {
    border-bottom-width: 1px;
    border-bottom-style: solid; }

  .mobileWrapper ul li > a {
    font: bold 14px/24px "Gotham", Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase; }

  .mobileWrapper ul li ul li.last {
    border-bottom: none; }

  .mobileWrapper ul li ul li.back {
    background: none transparent; }

  .mobileWrapper ul li ul li.back a {
    font: 200 14px/24px "Gotham", Arial, sans-serif; } }
/**
 *	Main structure
 */
#mobileMenu,
a.menuTrigger {
  display: none; }

#mobileMenu a,
a.menuTrigger {
  cursor: pointer; }

#mobileOverlay {
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.mobileWrapper {
  position: fixed;
  width: 0;
  height: 100%;
  overflow: hidden;
  z-index: 5001; }

.vertical.mobileWrapper {
  top: 50px;
  width: 100%;
  height: 0; }

#mobileOverlay.running {
  z-index: 5000; }

@media screen and (max-width: 774px) {
  .menu nav, #submenu {
    display: none; }

  body {
    float: left;
    height: 100%;
    width: 100%; }

  .mobileWrapper > div {
    position: relative;
    height: 100%;
    width: 100%; }

  .horizontal.mobileWrapper.open {
    width: 280px; }

  #mobileOverlay.open {
    cursor: pointer;
    z-index: 5000; }

  a.menuTrigger {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 97px;
    right: -20px; }

  a.menuTrigger:before {
    position: absolute;
    content: "";
    float: left;
    top: 8px;
    left: 10px;
    height: 2px;
    width: 16px; }

  .mobileWrapper nav {
    height: 100%; }

  .mobileWrapper ul {
    position: relative;
    height: 100%;
    list-style: none outside none;
    margin: 0;
    padding: 0; }

  .mobileWrapper.horizontal ul li {
    width: 280px; }

  .mobileWrapper ul li {
    padding: 0 15px;
    width: 100%;
    margin-left: 0; }

  .mobileWrapper ul li > a {
    display: block;
    padding: 15px 0; }

  .mobileWrapper ul li ul {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 0; }

  .mobileWrapper ul li ul.open {
    left: 0;
    width: 100%; }

  .mobileWrapper ul li ul li {
    padding: 0 30px; }

  .mobileWrapper ul li ul li.head {
    padding: 0; }

  .mobileWrapper ul li ul:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 5px; }

  .mobileWrapper ul li ul li.back,
  .mobileWrapper ul li.sub > ul > li.head,
  .mobileWrapper ul li.sub > ul > li.back {
    padding: 0 15px; }

  .mobileWrapper ul li ul li.back a {
    padding: 15px 0; }

  .mobileWrapper li.head.vertical {
    height: 100%;
    width: 20%;
    float: right; }

  .mobileWrapper .leftMenu {
    float: left;
    width: 80%; }

  .mobileWrapper li.head.vertical a {
    transform: rotate(90deg);
    font-size: 140%; } }
/**
 * Transitions
 * do not change. 
 */
#mobileOverlay {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.mobileWrapper ul li ul,
.mobileWrapper {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out; }

.vertical.mobileWrapper {
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out; }

.mobileWrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Menu trigger styling
 * Designs by eric on http://vivven.nl/m/
 */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font: 14px/18px "Gotham", Arial, sans-serif;
  color: #716c6c;
  border: 1px solid #e0dede;
  padding: 8px; }

textarea {
  height: 90px; }

input[type="submit"] {
  padding-right: 16px; }

.bgWrap.register input[type="text"],
.bgWrap.register input[type="password"],
.bgWrap.register input[type="email"],
.bgWrap.register textarea,
.bgWrap.register select {
  width: 320px; }

.bgWrap.contact input[type="text"],
.bgWrap.contact input[type="password"],
.bgWrap.contact input[type="email"],
.bgWrap.contact textarea,
.bgWrap.contact select {
  width: 100%; }

.bgWrap.account input[type="text"],
.bgWrap.account input[type="password"],
.bgWrap.account input[type="email"],
.bgWrap.account select, .bgWrap.beoordeling input[type="text"],
.bgWrap.beoordeling input[type="password"],
.bgWrap.beoordeling input[type="email"],
.bgWrap.beoordeling select {
  width: 320px; }
.bgWrap.account textarea, .bgWrap.beoordeling textarea {
  width: 100%; }

.bgWrap.publish textarea {
  width: 100%;
  height: 100px; }

.bgWrap.your_revs_adjust textarea {
  width: 100%;
  height: 100px; }

.bgWrap.loginpage input[type="text"],
.bgWrap.loginpage input[type="password"],
.bgWrap.loginpage input[type="email"],
.bgWrap.loginpage select, form[name="lost_pass_form"] input[type="text"],
form[name="lost_pass_form"] input[type="password"],
form[name="lost_pass_form"] input[type="email"],
form[name="lost_pass_form"] select {
  width: 240px; }

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  opacity: 1;
  color: #716c6c; }

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #716c6c;
  opacity: 1; }

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #716c6c;
  opacity: 1; }

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #716c6c;
  opacity: 1; }

input[type="text"]:placeholder-shown,
input[type="password"]:placeholder-shown,
input[type="email"]:placeholder-shown,
textarea:placeholder-shown,
select:placeholder-shown {
  color: #716c6c;
  opacity: 1; }

.bgWrap.login {
  background: #464343;
  z-index: 2; }
  .bgWrap.login > div > div {
    padding: 16px 0; }
    .bgWrap.login > div > div > .languages {
      position: relative;
      float: left;
      width: 155px;
      height: 36px; }
      .bgWrap.login > div > div > .languages > div {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        float: left;
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #000; }
        .bgWrap.login > div > div > .languages > div > ul {
          position: absolute;
          top: 0;
          right: 0;
          width: 100%; }
          .bgWrap.login > div > div > .languages > div > ul > li {
            float: left;
            width: 100%; }
          .bgWrap.login > div > div > .languages > div > ul a {
            color: #fff;
            text-decoration: none;
            display: block;
            padding: 6px 8px;
            float: left;
            width: 100%; }
            .bgWrap.login > div > div > .languages > div > ul a > img {
              float: left;
              margin: 5px 10px 0 0; }
    .bgWrap.login > div > div > .partners {
      float: left; }
    .bgWrap.login > div > div .loginForm {
      float: right; }
      .bgWrap.login > div > div .loginForm > form {
        float: left;
        width: 100%; }
        .bgWrap.login > div > div .loginForm > form > div {
          float: left; }
          .bgWrap.login > div > div .loginForm > form > div + div {
            margin-left: 12px; }
          .bgWrap.login > div > div .loginForm > form > div.smalllink a {
            float: right;
            display: block;
            font-size: 10px;
            color: #fff;
            text-decoration: none; }
            .bgWrap.login > div > div .loginForm > form > div.smalllink a + a {
              margin-right: 24px; }
    .bgWrap.login > div > div .loginBox {
      float: right; }
      .bgWrap.login > div > div .loginBox > div {
        float: left; }
        .bgWrap.login > div > div .loginBox > div > a {
          background: #716c6c;
          font: 16px/24px "Gotham", Arial, sans-serif;
          color: #fff;
          text-decoration: none;
          display: block;
          padding: 7px 12px; }
        .bgWrap.login > div > div .loginBox > div + div {
          margin-left: 12px; }

.bgWrap.menu {
  background: #464343;
  padding-bottom: 33px; }
  .bgWrap.menu > div > div > .logo {
    float: left; }
    .bgWrap.menu > div > div > .logo > a {
      display: block;
      float: left;
      width: 178px;
      height: 98px;
      background: url(../images/logo/kiyoh-546x300.png) no-repeat;
      background-size: contain; }
  .bgWrap.menu > div > div > ul {
    float: right;
    clear: right;
    margin-top: 70px; }
    .bgWrap.menu > div > div > ul.sub-after {
      margin-top: 38px; }
    .bgWrap.menu > div > div > ul.menu-user {
      margin-top: 18px; }
      .bgWrap.menu > div > div > ul.menu-user > li > a {
        font: 12px/18px "Gotham", Arial, sans-serif; }
    .bgWrap.menu > div > div > ul > li {
      float: left; }
      .bgWrap.menu > div > div > ul > li > a {
        float: left;
        display: block;
        color: #fff;
        text-decoration: none;
        font: 16px/24px "Gotham", Arial, sans-serif; }
      .bgWrap.menu > div > div > ul > li + li {
        margin-left: 24px; }
  .bgWrap.menu:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #bed00e;
    height: 9px; }

.bgWrap.spotlight {
  background: #ececec; }
  .bgWrap.spotlight > div > div {
    padding: 48px 0; }
    .bgWrap.spotlight > div > div .video {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      float: left;
      overflow: hidden; }
    .bgWrap.spotlight > div > div .text {
      float: left;
      width: 100%;
      font: 16px/24px "Gotham", Arial, sans-serif; }
      .bgWrap.spotlight > div > div .text p + p, .bgWrap.spotlight > div > div .text p + ul, .bgWrap.spotlight > div > div .text ul + p {
        margin-top: 24px; }

.bgWrap.voet {
  background: #464343; }
  .bgWrap.voet > div > div {
    padding: 48px 0; }
    .bgWrap.voet > div > div ul {
      color: #fff; }
      .bgWrap.voet > div > div ul.menu-foot {
        float: left; }
        .bgWrap.voet > div > div ul.menu-foot.right {
          float: right; }
        .bgWrap.voet > div > div ul.menu-foot > li {
          float: left; }
          .bgWrap.voet > div > div ul.menu-foot > li a {
            color: #fff;
            text-decoration: none;
            font: 16px/24px "Gotham", Arial, sans-serif; }
            .bgWrap.voet > div > div ul.menu-foot > li a:hover {
              text-decoration: underline; }
          .bgWrap.voet > div > div ul.menu-foot > li + li {
            margin-top: 0;
            margin-left: 31.2px;
            border-top: 0;
            padding-top: 0; }
      .bgWrap.voet > div > div ul > li > span {
        display: block;
        font-size: 13px; }
        .bgWrap.voet > div > div ul > li > span + a {
          color: #fff;
          text-decoration: none;
          font: 16px/24px "Gotham", Arial, sans-serif; }
          .bgWrap.voet > div > div ul > li > span + a:hover {
            text-decoration: underline; }
      .bgWrap.voet > div > div ul > li + li {
        margin-top: 18px;
        padding-top: 18px;
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .bgWrap.voet > div > div a.social {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: block;
      border: 2px solid rgba(255, 255, 255, 0.7);
      color: rgba(255, 255, 255, 0.7);
      text-align: center;
      line-height: 34px;
      float: left;
      margin: 0 8px 8px 0; }
      .bgWrap.voet > div > div a.social:hover {
        border-color: #fff;
        color: #fff; }
      .bgWrap.voet > div > div a.social > i {
        line-height: 34px; }
    .bgWrap.voet > div > div h2, .bgWrap.voet > div > div .h2 {
      font-weight: bold;
      color: #fff; }
    .bgWrap.voet > div > div a {
      color: #fff; }
    .bgWrap.voet > div > div > .col-12 + .col-12, .bgWrap.voet > div > div > .notification-block + .col-12, .bgWrap.voet > div > div.notification-block > .notification + .col-12, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .col-12, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .col-12, .bgWrap.voet > div > div > .col-12 + .notification-block, .bgWrap.voet > div > div > .notification-block + .notification-block, .bgWrap.voet > div > div.notification-block > .notification + .notification-block, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .notification-block, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .notification-block, .bgWrap.voet > div > div.notification-block > .col-12 + .notification, .bgWrap.voet > div > div.notification-block > .notification-block + .notification, .bgWrap.voet > div > div.notification-block > .notification + .notification, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .starRow + .notification, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .raty + .notification, .bgWrap.beoordeling .bgWrap.voet > div > div > .col-12 + .starRow, .bgWrap.beoordeling .bgWrap.voet > div > div > .notification-block + .starRow, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .notification + .starRow, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .starRow, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .starRow, .bgWrap.beoordeling .bgWrap.voet > div > div > .col-12 + .raty, .bgWrap.beoordeling .bgWrap.voet > div > div > .notification-block + .raty, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .notification + .raty, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .raty, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .raty {
      color: #fff;
      text-align: center; }
      .bgWrap.voet > div > div > .col-12 + .col-12 a, .bgWrap.voet > div > div > .notification-block + .col-12 a, .bgWrap.voet > div > div.notification-block > .notification + .col-12 a, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .col-12 a, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .col-12 a, .bgWrap.voet > div > div > .col-12 + .notification-block a, .bgWrap.voet > div > div > .notification-block + .notification-block a, .bgWrap.voet > div > div.notification-block > .notification + .notification-block a, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .notification-block a, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .notification-block a, .bgWrap.voet > div > div.notification-block > .col-12 + .notification a, .bgWrap.voet > div > div.notification-block > .notification-block + .notification a, .bgWrap.voet > div > div.notification-block > .notification + .notification a, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .starRow + .notification a, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .raty + .notification a, .bgWrap.beoordeling .bgWrap.voet > div > div > .col-12 + .starRow a, .bgWrap.beoordeling .bgWrap.voet > div > div > .notification-block + .starRow a, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .notification + .starRow a, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .starRow a, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .starRow a, .bgWrap.beoordeling .bgWrap.voet > div > div > .col-12 + .raty a, .bgWrap.beoordeling .bgWrap.voet > div > div > .notification-block + .raty a, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .notification + .raty a, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .raty a, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .raty a {
        text-decoration: none; }
        .bgWrap.voet > div > div > .col-12 + .col-12 a:hover, .bgWrap.voet > div > div > .notification-block + .col-12 a:hover, .bgWrap.voet > div > div.notification-block > .notification + .col-12 a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .col-12 a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .col-12 a:hover, .bgWrap.voet > div > div > .col-12 + .notification-block a:hover, .bgWrap.voet > div > div > .notification-block + .notification-block a:hover, .bgWrap.voet > div > div.notification-block > .notification + .notification-block a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .notification-block a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .notification-block a:hover, .bgWrap.voet > div > div.notification-block > .col-12 + .notification a:hover, .bgWrap.voet > div > div.notification-block > .notification-block + .notification a:hover, .bgWrap.voet > div > div.notification-block > .notification + .notification a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .starRow + .notification a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .raty + .notification a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div > .col-12 + .starRow a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div > .notification-block + .starRow a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .notification + .starRow a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .starRow a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .starRow a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div > .col-12 + .raty a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div > .notification-block + .raty a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div.notification-block > .notification + .raty a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div > .starRow + .raty a:hover, .bgWrap.beoordeling .bgWrap.voet > div > div > .raty + .raty a:hover {
          text-decoration: underline; }

.bgWrap.content > div > div .box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  padding: 0; }
  .bgWrap.content > div > div .box > figure {
    margin: 0;
    display: block;
    float: left;
    width: 100%; }
    .bgWrap.content > div > div .box > figure > img {
      float: left;
      width: 100%;
      min-height: 162px; }
  .bgWrap.content > div > div .box > div {
    position: relative;
    float: left;
    width: 100%;
    padding: 24px; }
    .bgWrap.content > div > div .box > div.p-t-n {
      padding-top: 0; }
    .bgWrap.content > div > div .box > div.p-b-lg {
      padding-bottom: 48px; }
    .bgWrap.content > div > div .box > div.p-b-xl {
      padding-bottom: 72px; }
    .bgWrap.content > div > div .box > div h2, .bgWrap.content > div > div .box > div .h2 {
      font-weight: bold;
      color: #ed8c00; }
    .bgWrap.content > div > div .box > div .more-abs {
      position: absolute;
      bottom: 24px;
      left: 24px; }

.stars {
  width: 120px;
  height: 21px;
  background: url(../images/stars/small.png) left repeat-x #727272; }
  .stars > .colored {
    background: url(../images/stars/small.png) left repeat-x #f8c541;
    height: 100%; }
  .stars > img {
    float: left; }

.bgWrap.facebook {
  min-width: 700px; }
  .bgWrap.facebook > div {
    width: 700px; }
    .bgWrap.facebook > div > div {
      width: 700px; }

.bgWrap.customer-slider {
  background: #fff; }
  .bgWrap.customer-slider > div > div {
    padding: 48px 0; }
    .bgWrap.customer-slider > div > div .sliderOverflow {
      float: left;
      width: 100%;
      height: 154px;
      overflow: hidden; }
      .bgWrap.customer-slider > div > div .sliderOverflow > .sliderOverflowInner {
        float: left;
        width: 1200px;
        margin-right: -20px; }
    .bgWrap.customer-slider > div > div ul.items {
      float: left; }
      .bgWrap.customer-slider > div > div ul.items > li {
        float: left;
        width: 180px;
        height: 108px;
        border: 1px solid #e0dede;
        background: #fff;
        margin: 20px 20px 20px 0; }
        .bgWrap.customer-slider > div > div ul.items > li > a {
          display: block;
          float: left;
          height: 88px;
          width: 160px;
          margin: 10px;
          list-style: none;
          background: none transparent center center no-repeat; }
          .bgWrap.customer-slider > div > div ul.items > li > a.hide {
            visibility: hidden; }
        .bgWrap.customer-slider > div > div ul.items > li:hover > a {
          display: none; }
          .bgWrap.customer-slider > div > div ul.items > li:hover > a.hide {
            display: block;
            visibility: visible; }

.logo.override-logo {
  height: 100px;
  background-position: center left; }

.bgWrap.content > div > div {
  padding: 48px 0; }
  .bgWrap.content > div > div .reviewlistingoverview > div.col-12 > img, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block > img, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification > img, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow > img, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow > img, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty > img, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty > img {
    float: right;
    margin: 12px 12px 0 0; }
  .bgWrap.content > div > div .reviewlistingoverview > div.col-12 > ul, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block > ul, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification > ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow > ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow > ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty > ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty > ul {
    float: left; }
    .bgWrap.content > div > div .reviewlistingoverview > div.col-12 > ul > li, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block > ul > li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification > ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow > ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow > ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty > ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty > ul > li {
      -webkit-border-top-left-radius: 4px;
      -moz-border-top-left-radius: 4px;
      -ms-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      float: left;
      background: #fff;
      padding: 8px 16px;
      cursor: pointer; }
      .bgWrap.content > div > div .reviewlistingoverview > div.col-12 > ul > li.active, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block > ul > li.active, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification > ul > li.active, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow > ul > li.active, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow > ul > li.active, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty > ul > li.active, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty > ul > li.active {
        background: #ed8c00;
        color: #fff;
        font-weight: bold; }
      .bgWrap.content > div > div .reviewlistingoverview > div.col-12 > ul > li + li, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block > ul > li + li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification > ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow > ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow > ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty > ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty > ul > li + li {
        -webkit-border-top-left-radius: 0;
        -moz-border-top-left-radius: 0;
        -ms-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 4px;
        -moz-border-top-right-radius: 4px;
        -ms-border-top-right-radius: 4px;
        border-top-right-radius: 4px; }
  .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .col-12, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .col-12, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .col-12, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .col-12, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .col-12, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .col-12, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .col-12, .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .notification-block, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .notification-block, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification-block, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .notification-block, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .notification-block, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .notification-block, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .notification-block, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.col-12 + .notification, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification-block + .notification, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.starRow + .notification, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.starRow + .notification, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.raty + .notification, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.raty + .notification, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .starRow, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .starRow, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .starRow, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .starRow, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .starRow, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .starRow, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .starRow, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .starRow, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .starRow, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .starRow, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .raty, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .raty, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .raty, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .raty, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .raty, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .raty, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .raty, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .raty, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .raty, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .raty {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0; }
    .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .col-12 ul, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .col-12 ul, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .col-12 ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .col-12 ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .col-12 ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .col-12 ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .col-12 ul, .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .notification-block ul, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .notification-block ul, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification-block ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .notification-block ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .notification-block ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .notification-block ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .notification-block ul, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.col-12 + .notification ul, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification-block + .notification ul, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification ul, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.starRow + .notification ul, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.starRow + .notification ul, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.raty + .notification ul, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.raty + .notification ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .starRow ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .starRow ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .starRow ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .starRow ul, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .starRow ul, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .starRow ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .starRow ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .starRow ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .starRow ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .starRow ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .raty ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .raty ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .raty ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .raty ul, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .raty ul, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .raty ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .raty ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .raty ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .raty ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .raty ul {
      float: left;
      display: none; }
      .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .col-12 ul.active, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .col-12 ul.active, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .col-12 ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .col-12 ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .col-12 ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .col-12 ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .col-12 ul.active, .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .notification-block ul.active, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .notification-block ul.active, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification-block ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .notification-block ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .notification-block ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .notification-block ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .notification-block ul.active, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.col-12 + .notification ul.active, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification-block + .notification ul.active, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.starRow + .notification ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.starRow + .notification ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.raty + .notification ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.raty + .notification ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .starRow ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .starRow ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .starRow ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .starRow ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .starRow ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .starRow ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .starRow ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .starRow ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .starRow ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .starRow ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .raty ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .raty ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .raty ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .raty ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .raty ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .raty ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .raty ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .raty ul.active, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .raty ul.active, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .raty ul.active {
        display: block; }
      .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .col-12 ul > li, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .col-12 ul > li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .col-12 ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .col-12 ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .col-12 ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .col-12 ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .col-12 ul > li, .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .notification-block ul > li, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .notification-block ul > li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification-block ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .notification-block ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .notification-block ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .notification-block ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .notification-block ul > li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.col-12 + .notification ul > li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification-block + .notification ul > li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.starRow + .notification ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.starRow + .notification ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.raty + .notification ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.raty + .notification ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .starRow ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .starRow ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .starRow ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .starRow ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .starRow ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .starRow ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .starRow ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .starRow ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .starRow ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .starRow ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .raty ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .raty ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .raty ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .raty ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .raty ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .raty ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .raty ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .raty ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .raty ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .raty ul > li {
        float: left;
        width: 100%;
        padding: 12px 0; }
        .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .col-12 ul > li > .nr, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .col-12 ul > li > .nr, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .col-12 ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .col-12 ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .col-12 ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .col-12 ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .col-12 ul > li > .nr, .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .notification-block ul > li > .nr, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .notification-block ul > li > .nr, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification-block ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .notification-block ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .notification-block ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .notification-block ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .notification-block ul > li > .nr, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.col-12 + .notification ul > li > .nr, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification-block + .notification ul > li > .nr, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.starRow + .notification ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.starRow + .notification ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.raty + .notification ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.raty + .notification ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .starRow ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .starRow ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .starRow ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .starRow ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .starRow ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .starRow ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .starRow ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .starRow ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .starRow ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .starRow ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .raty ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .raty ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .raty ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .raty ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .raty ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .raty ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .raty ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .raty ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .raty ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .raty ul > li > .nr {
          display: block;
          float: left;
          color: #716c6c;
          text-decoration: none;
          width: 40px; }
        .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .col-12 ul > li > a, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .col-12 ul > li > a, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .col-12 ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .col-12 ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .col-12 ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .col-12 ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .col-12 ul > li > a, .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .notification-block ul > li > a, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .notification-block ul > li > a, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification-block ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .notification-block ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .notification-block ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .notification-block ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .notification-block ul > li > a, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.col-12 + .notification ul > li > a, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification-block + .notification ul > li > a, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.starRow + .notification ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.starRow + .notification ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.raty + .notification ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.raty + .notification ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .starRow ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .starRow ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .starRow ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .starRow ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .starRow ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .starRow ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .starRow ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .starRow ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .starRow ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .starRow ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .raty ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .raty ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .raty ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .raty ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .raty ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .raty ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .raty ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .raty ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .raty ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .raty ul > li > a {
          display: block;
          float: left;
          color: #716c6c;
          text-decoration: none;
          width: 180px; }
        .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .col-12 ul > li > .stars, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .col-12 ul > li > .stars, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .col-12 ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .col-12 ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .col-12 ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .col-12 ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .col-12 ul > li > .stars, .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .notification-block ul > li > .stars, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .notification-block ul > li > .stars, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification-block ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .notification-block ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .notification-block ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .notification-block ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .notification-block ul > li > .stars, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.col-12 + .notification ul > li > .stars, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification-block + .notification ul > li > .stars, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.starRow + .notification ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.starRow + .notification ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.raty + .notification ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.raty + .notification ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .starRow ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .starRow ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .starRow ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .starRow ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .starRow ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .starRow ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .starRow ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .starRow ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .starRow ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .starRow ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .raty ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .raty ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .raty ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .raty ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .raty ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .raty ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .raty ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .raty ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .raty ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .raty ul > li > .stars {
          float: left;
          margin-left: 30px; }
        .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .col-12 ul > li > .score, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .col-12 ul > li > .score, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .col-12 ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .col-12 ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .col-12 ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .col-12 ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .col-12 ul > li > .score, .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .notification-block ul > li > .score, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .notification-block ul > li > .score, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification-block ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .notification-block ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .notification-block ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .notification-block ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .notification-block ul > li > .score, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.col-12 + .notification ul > li > .score, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification-block + .notification ul > li > .score, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.starRow + .notification ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.starRow + .notification ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.raty + .notification ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.raty + .notification ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .starRow ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .starRow ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .starRow ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .starRow ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .starRow ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .starRow ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .starRow ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .starRow ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .starRow ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .starRow ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .raty ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .raty ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .raty ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .raty ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .raty ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .raty ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .raty ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .raty ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .raty ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .raty ul > li > .score {
          float: right;
          color: #716c6c;
          text-decoration: none;
          text-align: right; }
        .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .col-12 ul > li + li, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .col-12 ul > li + li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .col-12 ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .col-12 ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .col-12 ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .col-12 ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .col-12 ul > li + li, .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .notification-block ul > li + li, .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .notification-block ul > li + li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification-block ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .notification-block ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .notification-block ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .notification-block ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .notification-block ul > li + li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.col-12 + .notification ul > li + li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification-block + .notification ul > li + li, .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .notification ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.starRow + .notification ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.starRow + .notification ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.raty + .notification ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.raty + .notification ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .starRow ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .starRow ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .starRow ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .starRow ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .starRow ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .starRow ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .starRow ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .starRow ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .starRow ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .starRow ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.col-12 + .raty ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.col-12 + .raty ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.notification-block + .raty ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.notification-block + .raty ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .notification-block.reviewlistingoverview > div.notification + .raty ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .notification-block.reviewlistingoverview > div.notification + .raty ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.starRow + .raty ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.starRow + .raty ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview > div.raty + .raty ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview > div.raty + .raty ul > li + li {
          border-top: 1px solid #ececec; }
  .bgWrap.content > div > div .reviewlistingoverview + .col-6 ul, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview + .starRow.half ul, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview + .starRow.half ul {
    float: left; }
    .bgWrap.content > div > div .reviewlistingoverview + .col-6 ul > li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview + .starRow.half ul > li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview + .starRow.half ul > li {
      float: left;
      width: 100%;
      padding: 12px 0; }
      .bgWrap.content > div > div .reviewlistingoverview + .col-6 ul > li > .nr, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview + .starRow.half ul > li > .nr, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview + .starRow.half ul > li > .nr {
        display: block;
        float: left;
        color: #716c6c;
        text-decoration: none;
        width: 40px; }
      .bgWrap.content > div > div .reviewlistingoverview + .col-6 ul > li > a, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview + .starRow.half ul > li > a, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview + .starRow.half ul > li > a {
        display: block;
        float: left;
        color: #716c6c;
        text-decoration: none;
        width: 180px; }
      .bgWrap.content > div > div .reviewlistingoverview + .col-6 ul > li > .stars, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview + .starRow.half ul > li > .stars, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview + .starRow.half ul > li > .stars {
        float: left;
        margin-left: 30px; }
      .bgWrap.content > div > div .reviewlistingoverview + .col-6 ul > li > .score, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview + .starRow.half ul > li > .score, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview + .starRow.half ul > li > .score {
        float: right;
        color: #716c6c;
        text-decoration: none;
        text-align: right; }
      .bgWrap.content > div > div .reviewlistingoverview + .col-6 ul > li + li, .bgWrap.content > div > div .bgWrap.beoordeling .reviewlistingoverview + .starRow.half ul > li + li, .bgWrap.beoordeling .bgWrap.content > div > div .reviewlistingoverview + .starRow.half ul > li + li {
        border-top: 1px solid #ececec; }
.bgWrap.content .product-reviews {
  float: left;
  width: 100%; }
  .bgWrap.content .product-reviews .product {
    margin-top: 24px;
    position: relative;
    padding: 12px;
    background-color: #ececec;
    float: left;
    width: 100%; }
    .bgWrap.content .product-reviews .product .product-left {
      float: left;
      width: 280px; }
      .bgWrap.content .product-reviews .product .product-left img {
        max-width: 100%; }
    .bgWrap.content .product-reviews .product .product-right {
      float: right;
      width: 638px; }
      .bgWrap.content .product-reviews .product .product-right div.img {
        display: none; }
      .bgWrap.content .product-reviews .product .product-right .product-stars {
        float: left;
        width: 100%; }
        .bgWrap.content .product-reviews .product .product-right .product-stars .starRow {
          float: left;
          padding: 0;
          width: 100%; }
          .bgWrap.content .product-reviews .product .product-right .product-stars .starRow .stars {
            background: url(../images/stars/small-lightgray.png) left repeat-x #727272; }

.bgWrap.register table, .bgWrap.contact table, .bgWrap.loginpage table, form[name="lost_pass_form"] table {
  width: 100%; }
  .bgWrap.register table tr td, .bgWrap.contact table tr td, .bgWrap.loginpage table tr td, form[name="lost_pass_form"] table tr td {
    padding: 2px 0;
    width: 20%; }
    .bgWrap.register table tr td[colspan="2"], .bgWrap.contact table tr td[colspan="2"], .bgWrap.loginpage table tr td[colspan="2"], form[name="lost_pass_form"] table tr td[colspan="2"] {
      padding-left: 20%;
      width: 80%; }
    .bgWrap.register table tr td img, .bgWrap.contact table tr td img, .bgWrap.loginpage table tr td img, form[name="lost_pass_form"] table tr td img {
      vertical-align: middle;
      margin-top: 2px; }
    .bgWrap.register table tr td + td, .bgWrap.contact table tr td + td, .bgWrap.loginpage table tr td + td, form[name="lost_pass_form"] table tr td + td {
      width: 80%; }

.bgWrap.account table {
  width: 100%; }
  .bgWrap.account table tr td {
    padding: 2px 0;
    width: 20%; }
    .bgWrap.account table tr td[colspan="2"] {
      width: 100%; }
    .bgWrap.account table tr td img {
      vertical-align: middle;
      margin-top: 2px; }
    .bgWrap.account table tr td + td {
      width: 80%; }

.bgWrap.loginpage table tr td, form[name="lost_pass_form"] table tr td {
  width: 45%; }
  .bgWrap.loginpage table tr td[colspan="2"], form[name="lost_pass_form"] table tr td[colspan="2"] {
    padding-left: 0;
    width: 100%; }
  .bgWrap.loginpage table tr td + td, form[name="lost_pass_form"] table tr td + td {
    width: 55%; }
    .bgWrap.loginpage table tr td + td a, form[name="lost_pass_form"] table tr td + td a {
      display: block;
      float: left;
      margin-left: 24px;
      padding: 6px 0; }

.bgWrap.contact table tr td {
  width: 30%; }
  .bgWrap.contact table tr td[colspan="2"] {
    padding-left: 0;
    width: 100%; }
  .bgWrap.contact table tr td + td {
    width: 70%; }

.bgWrap.pack-overview .pack-col > div {
  width: 200px;
  float: left;
  text-align: center;
  padding-top: 24px;
  font-weight: bold;
  font-size: 16px; }
  .bgWrap.pack-overview .pack-col > div + div + div {
    padding-top: 24px; }
  .bgWrap.pack-overview .pack-col > div + table {
    margin-top: 18px; }
.bgWrap.pack-overview .pack-col > table {
  float: right;
  clear: both;
  width: 600px !important;
  margin-top: 4px;
  margin-bottom: 4px; }
  .bgWrap.pack-overview .pack-col > table td {
    width: 200px;
    padding: 0 1px; }
.bgWrap.pack-overview table.pakketten {
  width: 100%;
  border-bottom: 1px solid #ececec; }
  .bgWrap.pack-overview table.pakketten tr + tr td {
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec; }
    .bgWrap.pack-overview table.pakketten tr + tr td + td {
      border-left: 0; }
  .bgWrap.pack-overview table.pakketten td {
    padding: 6px 12px;
    border-right: 1px solid #ececec; }
    .bgWrap.pack-overview table.pakketten td.firstpack, .bgWrap.pack-overview table.pakketten td.secondpack, .bgWrap.pack-overview table.pakketten td.lastpack {
      width: 200px; }
    .bgWrap.pack-overview table.pakketten td.secondpack {
      background: #bed00e;
      color: #fff; }
      .bgWrap.pack-overview table.pakketten td.secondpack i.fa-check {
        color: #fff; }
    .bgWrap.pack-overview table.pakketten td.check-row {
      vertical-align: middle; }
    .bgWrap.pack-overview table.pakketten td i.fa-check {
      color: #bed00e;
      font-size: 20px;
      display: block;
      text-align: center; }
    .bgWrap.pack-overview table.pakketten td + td {
      border-top: 1px solid #ececec; }

.bgWrap.functions .col-4:nth-child(3n) + .col-4, .bgWrap.functions .bgWrap.beoordeling .starRow .title:nth-child(3n) + .col-4, .bgWrap.beoordeling .starRow .bgWrap.functions .title:nth-child(3n) + .col-4, .bgWrap.functions .bgWrap.beoordeling .starRow .col-4:nth-child(3n) + .title, .bgWrap.beoordeling .starRow .bgWrap.functions .col-4:nth-child(3n) + .title, .bgWrap.functions .bgWrap.beoordeling .starRow .title:nth-child(3n) + .title, .bgWrap.beoordeling .starRow .bgWrap.functions .title:nth-child(3n) + .title {
  clear: both; }
.bgWrap.functions .col-4 [id^="norm"], .bgWrap.functions .bgWrap.beoordeling .starRow .title [id^="norm"], .bgWrap.beoordeling .starRow .bgWrap.functions .title [id^="norm"] {
  width: 245px;
  height: 186px;
  overflow: hidden; }
  .bgWrap.functions .col-4 [id^="norm"] h3, .bgWrap.functions .bgWrap.beoordeling .starRow .title [id^="norm"] h3, .bgWrap.beoordeling .starRow .bgWrap.functions .title [id^="norm"] h3 {
    position: relative;
    margin-bottom: 12px;
    color: #716c6c;
    font-weight: bold; }
    .bgWrap.functions .col-4 [id^="norm"] h3.active, .bgWrap.functions .bgWrap.beoordeling .starRow .title [id^="norm"] h3.active, .bgWrap.beoordeling .starRow .bgWrap.functions .title [id^="norm"] h3.active {
      color: #bed00e;
      padding-left: 32px; }
      .bgWrap.functions .col-4 [id^="norm"] h3.active:before, .bgWrap.functions .bgWrap.beoordeling .starRow .title [id^="norm"] h3.active:before, .bgWrap.beoordeling .starRow .bgWrap.functions .title [id^="norm"] h3.active:before {
        position: absolute;
        content: "\f046";
        font-family: "FontAwesome";
        top: 0;
        left: 0;
        font-size: 22px; }
.bgWrap.functions .col-4 [id^="more"], .bgWrap.functions .bgWrap.beoordeling .starRow .title [id^="more"], .bgWrap.beoordeling .starRow .bgWrap.functions .title [id^="more"] {
  height: 20px;
  margin-top: 5px; }
.bgWrap.functions .col-4 [id^="less"], .bgWrap.functions .bgWrap.beoordeling .starRow .title [id^="less"], .bgWrap.beoordeling .starRow .bgWrap.functions .title [id^="less"] {
  display: none;
  height: 20px;
  margin-top: 5px; }

.bgWrap.your_revs .d-b {
  display: block; }
.bgWrap.your_revs .fl-l {
  float: left; }
.bgWrap.your_revs .btn-height {
  padding: 6px 0; }
.bgWrap.your_revs .score-total {
  color: #bed00e; }

.bgWrap.comp-revs .d-b {
  display: block; }
.bgWrap.comp-revs .fl-l {
  float: left; }
.bgWrap.comp-revs .btn-height {
  padding: 6px 0; }
.bgWrap.comp-revs .score-total {
  color: #bed00e; }

.bgWrap.your_revs_adjust table {
  width: 100%; }
.bgWrap.your_revs_adjust .d-b {
  display: block; }
.bgWrap.your_revs_adjust .fl-l {
  float: left; }
.bgWrap.your_revs_adjust .btn-height {
  padding: 6px 0; }
.bgWrap.your_revs_adjust .score-total {
  color: #bed00e; }

.bgWrap.upd-page .stat {
  background: #F9F9F9;
  text-align: center;
  padding: 24px; }
  .bgWrap.upd-page .stat span {
    display: block;
    width: 100%; }
    .bgWrap.upd-page .stat span.score {
      font-weight: bold;
      padding-top: 8px; }
  .bgWrap.upd-page .stat.stat-color {
    color: #fff; }
    .bgWrap.upd-page .stat.stat-color span.score {
      color: #fff; }

.bgWrap.beoordeling .flags {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 30; }
.bgWrap.beoordeling .starRow.half .title {
  width: 56%; }
  .bgWrap.beoordeling .starRow.half .title + .raty {
    width: 38%; }
.bgWrap.beoordeling .starRow .title {
  width: 27.4%; }
  .bgWrap.beoordeling .starRow .title + .raty {
    position: relative; }
    .bgWrap.beoordeling .starRow .title + .raty > .showScore {
      float: left; }
    .bgWrap.beoordeling .starRow .title + .raty > .textualScore, .bgWrap.beoordeling .starRow .title + .raty > .showScore {
      position: absolute;
      top: 0;
      left: 180px;
      right: 0;
      float: left; }
      .bgWrap.beoordeling .starRow .title + .raty > .textualScore > span, .bgWrap.beoordeling .starRow .title + .raty > .showScore > span {
        display: none; }
        .bgWrap.beoordeling .starRow .title + .raty > .textualScore > span.active, .bgWrap.beoordeling .starRow .title + .raty > .showScore > span.active {
          display: block; }
.bgWrap.beoordeling .raty .stars {
  position: relative;
  float: left; }
  .bgWrap.beoordeling .raty .stars > img {
    position: absolute;
    top: 0;
    left: 0; }
    .bgWrap.beoordeling .raty .stars > img + img {
      left: 20%; }
      .bgWrap.beoordeling .raty .stars > img + img + img {
        left: 40%; }
        .bgWrap.beoordeling .raty .stars > img + img + img + img {
          left: 60%; }
          .bgWrap.beoordeling .raty .stars > img + img + img + img + img {
            left: 80%; }
.bgWrap.beoordeling .raty .nvt {
  display: block;
  float: left; }
  .bgWrap.beoordeling .raty .nvt > a.lang-nl, .bgWrap.beoordeling .raty .nvt > a.lang-de, .bgWrap.beoordeling .raty .nvt > a.lang-fr, .bgWrap.beoordeling .raty .nvt > a.lang-en {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    display: block;
    float: left;
    height: 25px;
    width: 36px;
    text-align: center;
    background: #e0dede;
    text-decoration: none;
    color: #716c6c;
    margin-left: 4px; }
    .bgWrap.beoordeling .raty .nvt > a.lang-nl.on, .bgWrap.beoordeling .raty .nvt > a.lang-de.on, .bgWrap.beoordeling .raty .nvt > a.lang-fr.on, .bgWrap.beoordeling .raty .nvt > a.lang-en.on {
      background: #ed8c00;
      color: #fff; }
      .bgWrap.beoordeling .raty .nvt > a.lang-nl.on:hover, .bgWrap.beoordeling .raty .nvt > a.lang-de.on:hover, .bgWrap.beoordeling .raty .nvt > a.lang-fr.on:hover, .bgWrap.beoordeling .raty .nvt > a.lang-en.on:hover {
        background: #d47d00;
        color: #fff; }
    .bgWrap.beoordeling .raty .nvt > a.lang-nl:hover, .bgWrap.beoordeling .raty .nvt > a.lang-de:hover, .bgWrap.beoordeling .raty .nvt > a.lang-fr:hover, .bgWrap.beoordeling .raty .nvt > a.lang-en:hover {
      background: #ed8c00;
      color: #fff; }
  .bgWrap.beoordeling .raty .nvt > a.lang-nl:before {
    content: "nvt"; }
  .bgWrap.beoordeling .raty .nvt > a.lang-de:before {
    content: "k.m."; }
  .bgWrap.beoordeling .raty .nvt > a.lang-fr:before {
    content: "p.o."; }
  .bgWrap.beoordeling .raty .nvt > a.lang-en:before {
    content: "n.a."; }

.companies-overview .twoColumn > .colfix > .col-4 > .box > div > div.closed, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title > .box > div > div.closed, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title > .box > div > div.closed, .companies-overview .twoColumn > .colfix > .col-4 > .box > div div.open, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title > .box > div div.open, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title > .box > div div.open, .companies-overview .twoColumn > .colfix > .col-4 > .box > div div.subitem, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title > .box > div div.subitem, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title > .box > div div.subitem {
  padding: 6px 0; }
  .companies-overview .twoColumn > .colfix > .col-4 > .box > div > div.closed a, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title > .box > div > div.closed a, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title > .box > div > div.closed a, .companies-overview .twoColumn > .colfix > .col-4 > .box > div div.open a, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title > .box > div div.open a, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title > .box > div div.open a, .companies-overview .twoColumn > .colfix > .col-4 > .box > div div.subitem a, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title > .box > div div.subitem a, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title > .box > div div.subitem a {
    color: #716c6c;
    text-decoration: none;
    font-size: 12px; }
    .companies-overview .twoColumn > .colfix > .col-4 > .box > div > div.closed a:before, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title > .box > div > div.closed a:before, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title > .box > div > div.closed a:before, .companies-overview .twoColumn > .colfix > .col-4 > .box > div div.open a:before, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title > .box > div div.open a:before, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title > .box > div div.open a:before, .companies-overview .twoColumn > .colfix > .col-4 > .box > div div.subitem a:before, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title > .box > div div.subitem a:before, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title > .box > div div.subitem a:before {
      content: '\f0da';
      font-family: FontAwesome;
      margin-right: 6px; }
.companies-overview .twoColumn > .colfix > .col-4 > .box > div > div.open a:before, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title > .box > div > div.open a:before, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title > .box > div > div.open a:before {
  content: '\f0d7'; }
.companies-overview .twoColumn > .colfix > .col-4 > .box > div > div.subitem, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title > .box > div > div.subitem, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title > .box > div > div.subitem {
  padding-left: 20px; }
  .companies-overview .twoColumn > .colfix > .col-4 > .box > div > div.subitem a:before, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title > .box > div > div.subitem a:before, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title > .box > div > div.subitem a:before {
    content: '';
    display: none; }
.companies-overview .twoColumn > .colfix > .col-4 > .box + .title, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title > .box + .title, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title > .box + .title {
  margin-top: 24px; }
.companies-overview .twoColumn > .colfix > .col-8 > div.title, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title + .raty > div.title, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title + .raty > div.title {
  float: left;
  margin-bottom: 24px; }
  .companies-overview .twoColumn > .colfix > .col-8 > div.title form, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title + .raty > div.title form, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title + .raty > div.title form {
    float: left;
    width: 100%; }
    .companies-overview .twoColumn > .colfix > .col-8 > div.title form select, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title + .raty > div.title form select, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title + .raty > div.title form select {
      float: left;
      margin-right: 15px; }
.companies-overview .twoColumn > .colfix > .col-8 > .box, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title + .raty > .box, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title + .raty > .box {
  float: left;
  width: 100%; }
  .companies-overview .twoColumn > .colfix > .col-8 > .box > div .companyBox, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title + .raty > .box > div .companyBox, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title + .raty > .box > div .companyBox {
    width: 100%;
    float: left;
    padding: 12px 0; }
    .companies-overview .twoColumn > .colfix > .col-8 > .box > div .companyBox > div, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title + .raty > .box > div .companyBox > div, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title + .raty > .box > div .companyBox > div {
      float: left;
      width: 60%; }
      .companies-overview .twoColumn > .colfix > .col-8 > .box > div .companyBox > div.left, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title + .raty > .box > div .companyBox > div.left, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title + .raty > .box > div .companyBox > div.left {
        font-size: 12px;
        line-height: normal; }
        .companies-overview .twoColumn > .colfix > .col-8 > .box > div .companyBox > div.left a, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title + .raty > .box > div .companyBox > div.left a, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title + .raty > .box > div .companyBox > div.left a {
          color: #716c6c;
          text-decoration: none;
          font-size: 14px;
          line-height: 24px; }
      .companies-overview .twoColumn > .colfix > .col-8 > .box > div .companyBox > div.middle, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title + .raty > .box > div .companyBox > div.middle, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title + .raty > .box > div .companyBox > div.middle {
        width: 30%; }
      .companies-overview .twoColumn > .colfix > .col-8 > .box > div .companyBox > div.right, .companies-overview .bgWrap.beoordeling .starRow .twoColumn > .colfix > .title + .raty > .box > div .companyBox > div.right, .bgWrap.beoordeling .starRow .companies-overview .twoColumn > .colfix > .title + .raty > .box > div .companyBox > div.right {
        float: right;
        max-width: 10%; }

.averageWrapper > div > div .fullwidth {
  float: left;
  width: 100%; }
  .averageWrapper > div > div .fullwidth > .left {
    float: left; }
    .averageWrapper > div > div .fullwidth > .left > a {
      float: left; }
    .averageWrapper > div > div .fullwidth > .left > div {
      float: left;
      margin-left: 24px; }
  .averageWrapper > div > div .fullwidth > .right {
    float: right;
    text-align: right; }
    .averageWrapper > div > div .fullwidth > .right > span[itemprop="average"] {
      color: #bed00e;
      font-size: 46px;
      line-height: 48px;
      font-weight: 700; }

.hide {
  display: none; }

.stars-filter {
  margin-top: 24px;
  margin-bottom: 24px; }
  .stars-filter > div strong {
    float: left;
    width: 100%;
    margin-bottom: 12px; }
  .stars-filter > div .star-filter {
    float: left;
    text-align: center;
    cursor: pointer;
    width: 20%; }
    .stars-filter > div .star-filter .stars {
      display: inline-block;
      height: 11px;
      width: 60px;
      background: url(../images/stars/extra-small.png) left repeat-x #727272; }
      .stars-filter > div .star-filter .stars > .colored {
        background: url(../images/stars/extra-small.png) left repeat-x #f8c541; }

.filterHolder form {
  margin-bottom: 24px;
  float: left; }
  .filterHolder form table {
    float: left; }
    .filterHolder form table select {
      margin-left: 24px;
      margin-right: 24px; }
    .filterHolder form table input {
      float: none; }

form table tbody tr + tr input {
  margin-top: 12px; }

.title > .addthis_toolbox {
  float: right; }

.pages {
  text-align: center; }
  .pages a {
    display: inline-block;
    padding: 0 4px;
    text-decoration: none; }
    .pages a.active, .pages a:hover {
      font-weight: 700;
      font-size: 16px; }
    .pages a.next:before {
      content: '\f105';
      font-family: FontAwesome; }
    .pages a.prev:before {
      content: '\f104';
      font-family: FontAwesome; }
    .pages a.last:before {
      content: '\f101';
      font-family: FontAwesome; }
    .pages a.first:before {
      content: '\f100';
      font-family: FontAwesome; }
    .pages a + a {
      margin-left: 6px; }

.error_message {
  margin: 0 0 24px 0;
  color: #CD5A19; }

.hidden {
  display: none; }

table.overv {
  width: 100%; }
  table.overv thead th, table.overv thead td {
    font-weight: bold; }

table.form thead th, table.form thead td {
  font-weight: bold;
  padding-bottom: 12px; }

.open-close-combined-company-score-list span {
  display: block; }
  .open-close-combined-company-score-list span + span {
    display: none; }
.open-close-combined-company-score-list.visible span {
  display: none; }
  .open-close-combined-company-score-list.visible span + span {
    display: block; }

.combined-company-score-list {
  display: none; }
  .combined-company-score-list .overv thead a {
    color: #716c6c;
    text-decoration: none; }
  .combined-company-score-list .overv thead tr {
    background: #e0dede; }
  .combined-company-score-list .overv tr.even {
    background: #ececec; }
  .combined-company-score-list .overv td {
    padding: 6px 12px; }

.c-cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 150;
  padding: 1.7rem 18.5rem 1.7rem 2rem;
  min-height: 80px;
  background-color: #464343;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 16px; }
  .c-cookie p {
    padding: 12px 0; }
    .c-cookie p a {
      color: #fff;
      text-decoration: underline; }
  .c-cookie > a {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    float: right;
    border: 0;
    display: block;
    padding: 8px 16px 8px 16px;
    background: #ed8c00;
    color: #fff;
    cursor: pointer;
    font: 700 18px/28px 'Gotham', Arial, sans-serif;
    text-decoration: none;
    width: 120px;
    text-align: center;
    margin-top: 0; }

.boxalt {
  background: #f5f5f5;
  border-top: #ececec;
  padding: 24px; }

.col-8.maincustomer1, .bgWrap.beoordeling .starRow .title + .maincustomer1.raty, .col-8.maincustomer2, .bgWrap.beoordeling .starRow .title + .maincustomer2.raty {
  margin-right: 0; }

body.lightb {
  background: #F9F9F9; }
  body.lightb > .lightbox {
    float: left;
    width: 100%; }
    body.lightb > .lightbox > #openFunction {
      float: left;
      width: 100%; }
    body.lightb > .lightbox form {
      float: left;
      width: 100%; }
      body.lightb > .lightbox form textarea {
        width: 100%; }
    body.lightb > .lightbox .help-block {
      position: fixed;
      top: 0;
      right: 0;
      width: 300px; }
    body.lightb > .lightbox .fl-l {
      float: left; }

@media screen and (max-width: 1014px) {
  body.resp .bgWrap, body.resp .bgWrapOuter, body.resp header, body.resp footer, body.resp main {
    min-width: 750px; }
  body.resp .bgWrap > div, body.resp .bgWrap > div > div, body.resp header > div, body.resp header > div > div, body.resp footer > div, body.resp footer > div > div, body.resp main > div, body.resp main > div > div {
    width: 750px; }
  body.resp .bgWrap.menu > div > div > .logo {
    margin-top: -74px;
    position: relative;
    z-index: 2; }
  body.resp.spec-rev .bgWrap.menu > div > div > .logo {
    margin-top: 0;
    background-size: contain; }
  body.resp .bgWrap.menu > div > div > ul {
    margin-top: 40px; }
  body.resp .bgWrap.voet > div > div ul.menu-foot {
    width: 100%;
    float: left; }
    body.resp .bgWrap.voet > div > div ul.menu-foot + ul {
      display: none; }
  body.resp .bgWrap.voet div.col-12 > .colfix > .col-5, body.resp .bgWrap.voet div.notification-block > .colfix > .col-5, body.resp .bgWrap.voet .notification-block > div.notification > .colfix > .col-5, body.resp .bgWrap.voet .bgWrap.beoordeling div.starRow > .colfix > .col-5, .bgWrap.beoordeling body.resp .bgWrap.voet div.starRow > .colfix > .col-5, body.resp .bgWrap.voet .bgWrap.beoordeling div.raty > .colfix > .col-5, .bgWrap.beoordeling body.resp .bgWrap.voet div.raty > .colfix > .col-5 {
    width: 50%;
    float: left; }
  body.resp .bgWrap.voet div.col-12 > .colfix > .col-3, body.resp .bgWrap.voet div.notification-block > .colfix > .col-3, body.resp .bgWrap.voet .notification-block > div.notification > .colfix > .col-3, body.resp .bgWrap.voet .bgWrap.beoordeling div.starRow > .colfix > .col-3, .bgWrap.beoordeling body.resp .bgWrap.voet div.starRow > .colfix > .col-3, body.resp .bgWrap.voet .bgWrap.beoordeling div.raty > .colfix > .col-3, .bgWrap.beoordeling body.resp .bgWrap.voet div.raty > .colfix > .col-3, body.resp .bgWrap.voet div.col-12 > .colfix > .col-4, body.resp .bgWrap.voet div.notification-block > .colfix > .col-4, body.resp .bgWrap.voet .notification-block > div.notification > .colfix > .col-4, body.resp .bgWrap.voet .bgWrap.beoordeling div.starRow > .colfix > .col-4, .bgWrap.beoordeling body.resp .bgWrap.voet div.starRow > .colfix > .col-4, body.resp .bgWrap.voet .bgWrap.beoordeling div.raty > .colfix > .col-4, .bgWrap.beoordeling body.resp .bgWrap.voet div.raty > .colfix > .col-4, body.resp .bgWrap.voet .bgWrap.beoordeling .starRow div.col-12 > .colfix > .title, .bgWrap.beoordeling .starRow body.resp .bgWrap.voet div.col-12 > .colfix > .title, body.resp .bgWrap.voet .bgWrap.beoordeling .starRow div.notification-block > .colfix > .title, .bgWrap.beoordeling .starRow body.resp .bgWrap.voet div.notification-block > .colfix > .title, body.resp .bgWrap.voet .bgWrap.beoordeling .starRow .notification-block > div.notification > .colfix > .title, .bgWrap.beoordeling .starRow body.resp .bgWrap.voet .notification-block > div.notification > .colfix > .title, body.resp .bgWrap.voet .bgWrap.beoordeling div.starRow > .colfix > .title, .bgWrap.beoordeling body.resp .bgWrap.voet div.starRow > .colfix > .title, body.resp .bgWrap.voet .bgWrap.beoordeling .starRow div.raty > .colfix > .title, .bgWrap.beoordeling body.resp .bgWrap.voet .starRow div.raty > .colfix > .title, .bgWrap.beoordeling .starRow body.resp .bgWrap.voet div.raty > .colfix > .title {
    float: right;
    width: 40%; }
  body.resp .bgWrap.voet div.col-12 > .colfix > .col-4, body.resp .bgWrap.voet div.notification-block > .colfix > .col-4, body.resp .bgWrap.voet .notification-block > div.notification > .colfix > .col-4, body.resp .bgWrap.voet .bgWrap.beoordeling div.starRow > .colfix > .col-4, .bgWrap.beoordeling body.resp .bgWrap.voet div.starRow > .colfix > .col-4, body.resp .bgWrap.voet .bgWrap.beoordeling div.raty > .colfix > .col-4, .bgWrap.beoordeling body.resp .bgWrap.voet div.raty > .colfix > .col-4, body.resp .bgWrap.voet .bgWrap.beoordeling .starRow div.col-12 > .colfix > .title, .bgWrap.beoordeling .starRow body.resp .bgWrap.voet div.col-12 > .colfix > .title, body.resp .bgWrap.voet .bgWrap.beoordeling .starRow div.notification-block > .colfix > .title, .bgWrap.beoordeling .starRow body.resp .bgWrap.voet div.notification-block > .colfix > .title, body.resp .bgWrap.voet .bgWrap.beoordeling .starRow .notification-block > div.notification > .colfix > .title, .bgWrap.beoordeling .starRow body.resp .bgWrap.voet .notification-block > div.notification > .colfix > .title, body.resp .bgWrap.voet .bgWrap.beoordeling div.starRow > .colfix > .title, .bgWrap.beoordeling body.resp .bgWrap.voet div.starRow > .colfix > .title, body.resp .bgWrap.voet .bgWrap.beoordeling .starRow div.raty > .colfix > .title, .bgWrap.beoordeling body.resp .bgWrap.voet .starRow div.raty > .colfix > .title, .bgWrap.beoordeling .starRow body.resp .bgWrap.voet div.raty > .colfix > .title {
    margin-top: 24px; }
  body.resp .col-6, body.resp .bgWrap.beoordeling .starRow.half, .bgWrap.beoordeling body.resp .starRow.half, body.resp .bgWrap.beoordeling .starRow.half {
    width: 100%; }
    body.resp .col-6 .title, body.resp .bgWrap.beoordeling .starRow.half .title, .bgWrap.beoordeling body.resp .starRow.half .title, body.resp .bgWrap.beoordeling .starRow.half .title {
      width: 30.1%; }
      body.resp .col-6 .title + .raty, body.resp .bgWrap.beoordeling .starRow.half .title + .raty, .bgWrap.beoordeling body.resp .starRow.half .title + .raty, body.resp .bgWrap.beoordeling .starRow.half .title + .raty {
        width: 66.6667%; }
  body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-4.fl-r, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .fl-r.title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .fl-r.title {
    width: 100%;
    margin-bottom: 24px; }
    body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-4.fl-r .kiyohStatus, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .fl-r.title .kiyohStatus, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .fl-r.title .kiyohStatus {
      display: none; }
  body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty {
    width: 100%; }
    body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .kiyohStatus, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .kiyohStatus, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .kiyohStatus {
      display: block; }

  .bgWrap.content .product-reviews .product .product-right {
    width: 398px; } }
@media screen and (max-width: 774px) {
  body.resp .bgWrap, body.resp .bgWrapOuter, body.resp header, body.resp footer, body.resp main {
    min-width: 600px; }
  body.resp .bgWrap > div, body.resp .bgWrap > div > div, body.resp header > div, body.resp header > div > div, body.resp footer > div, body.resp footer > div > div, body.resp main > div, body.resp main > div > div {
    width: 600px; }
  body.resp .bgWrap.login {
    display: none; }
  body.resp .bgWrap.menu > div > div > .logo {
    margin-top: 24px;
    position: relative;
    z-index: 2; }
    body.resp .bgWrap.menu > div > div > .logo ~ ul {
      display: none; }
  body.resp .bgWrap.voet > div > div ul.menu-foot {
    display: none; }
  body.resp .bgWrap.beoordeling .starRow .title + .raty > .textualScore {
    float: left;
    clear: left;
    width: 100%;
    right: auto;
    left: 0;
    position: relative; }
  body.resp .bgWrap.beoordeling .starRow.half, body.resp .bgWrap.beoordeling .starRow.full {
    width: 100%; }
    body.resp .bgWrap.beoordeling .starRow.half .title, body.resp .bgWrap.beoordeling .starRow.full .title {
      width: 50%; }
      body.resp .bgWrap.beoordeling .starRow.half .title + .raty, body.resp .bgWrap.beoordeling .starRow.full .title + .raty {
        width: 50%; }
  body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageWrapper .fullwidth .left, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageWrapper .fullwidth .left, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageWrapper .fullwidth .left {
    margin-top: 20px;
    width: 50%; }
    body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageWrapper .fullwidth .left .small-notimportant, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageWrapper .fullwidth .left .small-notimportant, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageWrapper .fullwidth .left .small-notimportant {
      clear: both;
      margin-left: 0;
      margin-top: 30px; }
  body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageWrapper .fullwidth .right, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageWrapper .fullwidth .right, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageWrapper .fullwidth .right {
    margin-top: 20px;
    width: 50%; }
  body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .fl-r.rate, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .fl-r.rate, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .fl-r.rate {
    display: none; }
  body.resp.spec-rev .bgWrap.menu > div > div > .logo {
    margin-top: 0;
    background-size: contain; }
  body.resp.spec-rev form:after {
    display: none; }
  body.resp .comp-revs div.desc {
    display: none; }

  .bgWrap.content .product-reviews .product .product-left {
    width: 200px; }
    .bgWrap.content .product-reviews .product .product-left img {
      max-width: 100%; }

  .bgWrap.content .product-reviews .product .product-right {
    width: 328px; } }
@media screen and (max-width: 624px) {
  body.resp .bgWrap, body.resp .bgWrapOuter, body.resp header, body.resp footer, body.resp main {
    min-width: 100%; }
  body.resp .bgWrap > div, body.resp .bgWrap > div > div, body.resp header > div, body.resp header > div > div, body.resp footer > div, body.resp footer > div > div, body.resp main > div, body.resp main > div > div {
    width: 100%; }
  body.resp .bgWrap > div > div, body.resp header > div > div, body.resp footer > div > div, body.resp main > div > div {
    padding-left: 18px;
    padding-right: 18px; }
  body.resp a.menuTrigger {
    right: 0; }
  body.resp .bgWrap.voet .col-12, body.resp .bgWrap.voet .notification-block, body.resp .bgWrap.voet .notification-block > .notification, body.resp .bgWrap.voet .bgWrap.beoordeling .starRow, .bgWrap.beoordeling body.resp .bgWrap.voet .starRow, body.resp .bgWrap.voet .bgWrap.beoordeling .raty, .bgWrap.beoordeling body.resp .bgWrap.voet .raty {
    margin-top: 0; }
    body.resp .bgWrap.voet .col-12 .colfix div, body.resp .bgWrap.voet .notification-block .colfix div, body.resp .bgWrap.voet .bgWrap.beoordeling .starRow .colfix div, .bgWrap.beoordeling body.resp .bgWrap.voet .starRow .colfix div, body.resp .bgWrap.voet .bgWrap.beoordeling .raty .colfix div, .bgWrap.beoordeling body.resp .bgWrap.voet .raty .colfix div {
      display: none; }
      body.resp .bgWrap.voet .col-12 .colfix div.col-5, body.resp .bgWrap.voet .notification-block .colfix div.col-5, body.resp .bgWrap.voet .bgWrap.beoordeling .starRow .colfix div.col-5, .bgWrap.beoordeling body.resp .bgWrap.voet .starRow .colfix div.col-5, body.resp .bgWrap.voet .bgWrap.beoordeling .raty .colfix div.col-5, .bgWrap.beoordeling body.resp .bgWrap.voet .raty .colfix div.col-5 {
        display: block;
        width: 100%; }
  body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .bgWrap.beoordeling .starRow .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title {
    width: 50%; }
    body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .col-4 + .col-4 + .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4 + .col-4 + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4 + .col-4 + .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .bgWrap.beoordeling .starRow .title + .col-4 + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .title + .col-4 + .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title + .col-4 + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title + .col-4 + .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .bgWrap.beoordeling .starRow .col-4 + .title + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .col-4 + .title + .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4 + .title + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4 + .title + .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .bgWrap.beoordeling .starRow .title + .title + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .title + .title + .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title + .title + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title + .title + .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .bgWrap.beoordeling .starRow .col-4 + .col-4 + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .col-4 + .col-4 + .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4 + .col-4 + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4 + .col-4 + .title, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .bgWrap.beoordeling .starRow .title + .col-4 + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .title + .col-4 + .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title + .col-4 + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title + .col-4 + .title, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .bgWrap.beoordeling .starRow .col-4 + .title + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .col-4 + .title + .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4 + .title + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4 + .title + .title, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .bgWrap.beoordeling .starRow .title + .title + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .title + .title + .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title + .title + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title + .title + .title {
      margin-top: 12px; }
  body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix > .col-3, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix > .col-3, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix > .col-3 {
    width: 100%; }
  body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix > .col-9, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix > .col-9, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix > .col-9 {
    width: 100%; }
    body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix > .col-9 + .col-3, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix > .col-9 + .col-3, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix > .col-9 + .col-3 {
      margin-top: 24px;
      padding-top: 24px;
      border-top: 1px solid #ececec; }
  body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .bgWrap.beoordeling .starRow .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title {
    width: 50%; }
    body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .col-4 + .col-4 + .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4 + .col-4 + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4 + .col-4 + .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .bgWrap.beoordeling .starRow .title + .col-4 + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .title + .col-4 + .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title + .col-4 + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title + .col-4 + .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .bgWrap.beoordeling .starRow .col-4 + .title + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .col-4 + .title + .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4 + .title + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4 + .title + .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .bgWrap.beoordeling .starRow .title + .title + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .title + .title + .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title + .title + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title + .title + .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .bgWrap.beoordeling .starRow .col-4 + .col-4 + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .col-4 + .col-4 + .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4 + .col-4 + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4 + .col-4 + .title, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .bgWrap.beoordeling .starRow .title + .col-4 + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .title + .col-4 + .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title + .col-4 + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title + .col-4 + .title, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .bgWrap.beoordeling .starRow .col-4 + .title + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .col-4 + .title + .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4 + .title + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4 + .title + .title, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .bgWrap.beoordeling .starRow .title + .title + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .title + .title + .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title + .title + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title + .title + .title {
      margin-top: 12px; }

  .bgWrap.content .product-reviews .product .product-left {
    width: 15%; }
    .bgWrap.content .product-reviews .product .product-left img {
      max-width: 100%; }

  .bgWrap.content .product-reviews .product .product-right {
    width: 85%; } }
@media screen and (max-width: 540px) {
  body.resp .bgWrap.beoordeling form > .col-12 .col-4, body.resp .bgWrap.beoordeling form > .notification-block .col-4, body.resp .bgWrap.beoordeling form.notification-block > .notification .col-4, body.resp .bgWrap.beoordeling form > .starRow .col-4, body.resp .bgWrap.beoordeling form > .raty .col-4, body.resp .bgWrap.beoordeling .starRow form > .col-12 .title, body.resp .bgWrap.beoordeling .starRow form > .notification-block .title, body.resp .bgWrap.beoordeling .starRow form.notification-block > .notification .title, body.resp .bgWrap.beoordeling form > .starRow .title, body.resp .bgWrap.beoordeling .starRow form > .raty .title {
    width: 100%; }
    body.resp .bgWrap.beoordeling form > .col-12 .col-4 + .col-8, body.resp .bgWrap.beoordeling form > .notification-block .col-4 + .col-8, body.resp .bgWrap.beoordeling form.notification-block > .notification .col-4 + .col-8, body.resp .bgWrap.beoordeling form > .starRow .col-4 + .col-8, body.resp .bgWrap.beoordeling form > .raty .col-4 + .col-8, body.resp .bgWrap.beoordeling .starRow form > .col-12 .title + .col-8, body.resp .bgWrap.beoordeling .starRow form > .notification-block .title + .col-8, body.resp .bgWrap.beoordeling .starRow form.notification-block > .notification .title + .col-8, body.resp .bgWrap.beoordeling form > .starRow .title + .col-8, body.resp .bgWrap.beoordeling .starRow form > .raty .title + .col-8, body.resp .bgWrap.beoordeling .starRow form > .col-12 .title + .raty, body.resp .bgWrap.beoordeling .starRow form > .notification-block .title + .raty, body.resp .bgWrap.beoordeling .starRow form.notification-block > .notification .title + .raty, body.resp .bgWrap.beoordeling form > .starRow .title + .raty, body.resp .bgWrap.beoordeling .starRow form > .raty .title + .raty {
      width: 100%;
      padding-left: 0;
      margin-top: 6px; }
      body.resp .bgWrap.beoordeling form > .col-12 .col-4 + .col-8 input, body.resp .bgWrap.beoordeling form > .notification-block .col-4 + .col-8 input, body.resp .bgWrap.beoordeling form.notification-block > .notification .col-4 + .col-8 input, body.resp .bgWrap.beoordeling form > .starRow .col-4 + .col-8 input, body.resp .bgWrap.beoordeling form > .raty .col-4 + .col-8 input, body.resp .bgWrap.beoordeling .starRow form > .col-12 .title + .col-8 input, body.resp .bgWrap.beoordeling .starRow form > .notification-block .title + .col-8 input, body.resp .bgWrap.beoordeling .starRow form.notification-block > .notification .title + .col-8 input, body.resp .bgWrap.beoordeling form > .starRow .title + .col-8 input, body.resp .bgWrap.beoordeling .starRow form > .raty .title + .col-8 input, body.resp .bgWrap.beoordeling .starRow form > .col-12 .title + .raty input, body.resp .bgWrap.beoordeling .starRow form > .notification-block .title + .raty input, body.resp .bgWrap.beoordeling .starRow form.notification-block > .notification .title + .raty input, body.resp .bgWrap.beoordeling form > .starRow .title + .raty input, body.resp .bgWrap.beoordeling .starRow form > .raty .title + .raty input {
        max-width: 100%; }
  body.resp .bgWrap.beoordeling form > .col-12 .colfix .col-4 + .col-8, body.resp .bgWrap.beoordeling form > .notification-block .colfix .col-4 + .col-8, body.resp .bgWrap.beoordeling form.notification-block > .notification .colfix .col-4 + .col-8, body.resp .bgWrap.beoordeling form > .starRow .colfix .col-4 + .col-8, body.resp .bgWrap.beoordeling form > .raty .colfix .col-4 + .col-8, body.resp .bgWrap.beoordeling form > .col-12 .colfix .starRow .title + .col-8, body.resp .bgWrap.beoordeling .starRow form > .col-12 .colfix .title + .col-8, body.resp .bgWrap.beoordeling form > .notification-block .colfix .starRow .title + .col-8, body.resp .bgWrap.beoordeling .starRow form > .notification-block .colfix .title + .col-8, body.resp .bgWrap.beoordeling form.notification-block > .notification .colfix .starRow .title + .col-8, body.resp .bgWrap.beoordeling .starRow form.notification-block > .notification .colfix .title + .col-8, body.resp .bgWrap.beoordeling form > .starRow .colfix .title + .col-8, body.resp .bgWrap.beoordeling form > .raty .colfix .starRow .title + .col-8, body.resp .bgWrap.beoordeling .starRow form > .raty .colfix .title + .col-8, body.resp .bgWrap.beoordeling form > .col-12 .colfix .starRow .title + .raty, body.resp .bgWrap.beoordeling .starRow form > .col-12 .colfix .title + .raty, body.resp .bgWrap.beoordeling form > .notification-block .colfix .starRow .title + .raty, body.resp .bgWrap.beoordeling .starRow form > .notification-block .colfix .title + .raty, body.resp .bgWrap.beoordeling form.notification-block > .notification .colfix .starRow .title + .raty, body.resp .bgWrap.beoordeling .starRow form.notification-block > .notification .colfix .title + .raty, body.resp .bgWrap.beoordeling form > .starRow .colfix .title + .raty, body.resp .bgWrap.beoordeling form > .raty .colfix .starRow .title + .raty, body.resp .bgWrap.beoordeling .starRow form > .raty .colfix .title + .raty {
    padding-left: 12px;
    padding-right: 12px; }
    body.resp .bgWrap.beoordeling form > .col-12 .colfix .col-4 + .col-8 input, body.resp .bgWrap.beoordeling form > .notification-block .colfix .col-4 + .col-8 input, body.resp .bgWrap.beoordeling form.notification-block > .notification .colfix .col-4 + .col-8 input, body.resp .bgWrap.beoordeling form > .starRow .colfix .col-4 + .col-8 input, body.resp .bgWrap.beoordeling form > .raty .colfix .col-4 + .col-8 input, body.resp .bgWrap.beoordeling form > .col-12 .colfix .starRow .title + .col-8 input, body.resp .bgWrap.beoordeling .starRow form > .col-12 .colfix .title + .col-8 input, body.resp .bgWrap.beoordeling form > .notification-block .colfix .starRow .title + .col-8 input, body.resp .bgWrap.beoordeling .starRow form > .notification-block .colfix .title + .col-8 input, body.resp .bgWrap.beoordeling form.notification-block > .notification .colfix .starRow .title + .col-8 input, body.resp .bgWrap.beoordeling .starRow form.notification-block > .notification .colfix .title + .col-8 input, body.resp .bgWrap.beoordeling form > .starRow .colfix .title + .col-8 input, body.resp .bgWrap.beoordeling form > .raty .colfix .starRow .title + .col-8 input, body.resp .bgWrap.beoordeling .starRow form > .raty .colfix .title + .col-8 input, body.resp .bgWrap.beoordeling form > .col-12 .colfix .starRow .title + .raty input, body.resp .bgWrap.beoordeling .starRow form > .col-12 .colfix .title + .raty input, body.resp .bgWrap.beoordeling form > .notification-block .colfix .starRow .title + .raty input, body.resp .bgWrap.beoordeling .starRow form > .notification-block .colfix .title + .raty input, body.resp .bgWrap.beoordeling form.notification-block > .notification .colfix .starRow .title + .raty input, body.resp .bgWrap.beoordeling .starRow form.notification-block > .notification .colfix .title + .raty input, body.resp .bgWrap.beoordeling form > .starRow .colfix .title + .raty input, body.resp .bgWrap.beoordeling form > .raty .colfix .starRow .title + .raty input, body.resp .bgWrap.beoordeling .starRow form > .raty .colfix .title + .raty input {
      max-width: 100%; }
  body.resp .bgWrap.beoordeling .starRow.half, body.resp .bgWrap.beoordeling .starRow.full {
    width: 100%; }
    body.resp .bgWrap.beoordeling .starRow.half .title, body.resp .bgWrap.beoordeling .starRow.full .title {
      width: 100%; }
      body.resp .bgWrap.beoordeling .starRow.half .title + .raty, body.resp .bgWrap.beoordeling .starRow.full .title + .raty {
        width: 100%;
        margin: 0;
        padding: 0; }
  body.resp .bgWrap.beoordeling .colfix h1.col-10 {
    width: 100%;
    padding-right: 0; }
  body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .bgWrap.beoordeling .starRow .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title {
    width: 100%; }
    body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .col-4 + .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4 + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4 + .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .bgWrap.beoordeling .starRow .title + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .title + .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title + .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .bgWrap.beoordeling .starRow .col-4 + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .col-4 + .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4 + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .col-4 + .title, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .bgWrap.beoordeling .starRow .title + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .title + .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .title + .title {
      margin-top: 12px; }
  body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .fullwidth .left, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .fullwidth .left, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .fullwidth .left {
    width: 100%;
    float: left;
    text-align: left; }
  body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .averageCompanyBox .fullwidth .right, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .fullwidth .right, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .averageCompanyBox .fullwidth .right {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 24px; }
  body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .bgWrap.beoordeling .starRow .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title {
    width: 100%; }
    body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .col-4 + .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4 + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4 + .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .bgWrap.beoordeling .starRow .title + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .title + .col-4, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title + .col-4, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title + .col-4, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .bgWrap.beoordeling .starRow .col-4 + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .col-4 + .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4 + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .col-4 + .title, body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .bgWrap.beoordeling .starRow .title + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .col-8.fl-l .reviewBox > .colfix .title + .title, body.resp .bgWrap.beoordeling .starRow div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title + .title, .bgWrap.beoordeling .starRow body.resp div.comp-revs > div > div > .twoColumn > .colfix > .title + .fl-l.raty .reviewBox > .colfix .title + .title {
      margin-top: 12px; } }
@media screen and (max-width: 500px) {
  body.resp .bgWrap.comp-revs .box.stars-filter {
    display: none; }
    body.resp .bgWrap.comp-revs .box.stars-filter + h2 {
      margin-top: 24px; } }

/*# sourceMappingURL=style.css.map */
