/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	max-width:100%;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
	max-width:100%;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.easyzoom-flyout img {
	max-width:1600px;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}
@font-face {
  font-family: 'header-heavy';
  src: url('/fonts/DharmaGothicE-Regular.woff2') format('woff2'), url('/fonts/DharmaGothicE-Regular.woff') format('woff');
  font-weight: normal !important;
  font-style: normal;
}
@font-face {
  font-family: 'header-bold';
  src: url('/fonts/DharmaGothicE-Regular.woff2') format('woff2'), url('/fonts/DharmaGothicE-Regular.woff') format('woff');
  font-weight: normal !important;
  font-style: normal;
}
@font-face {
  font-family: 'header-regular';
  src: url('/fonts/DharmaGothicE-Regular.woff2') format('woff2'), url('/fonts/DharmaGothicE-Regular.woff') format('woff');
  font-weight: normal !important;
  font-style: normal;
}
@font-face {
  font-family: 'bold';
  src: url('/fonts/Montserrat-SemiBold.woff2') format('woff2'), url('/fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: normal !important;
  font-style: normal;
}
@font-face {
  font-family: 'light';
  src: url('/fonts/Montserrat-Light.woff2') format('woff2'), url('/fonts/Montserrat-Light.woff') format('woff');
  font-weight: normal !important;
  font-style: normal;
}
@font-face {
  font-family: 'regular';
  src: url('/fonts/Montserrat-Light.woff2') format('woff2'), url('/fonts/Montserrat-Light.woff') format('woff');
  font-weight: normal !important;
  font-style: normal;
}/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}/* Download url was: https://fonts.googleapis.com/css?family=Lato:300,400,700 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/nj47mAZe0mYUIySgfn0wpQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/v0SdcGFAl2aezM9Vq_aFTQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/DvlFBScY1r-FMtZSYIYoYw.ttf) format('truetype');
}
/* Download url was: https://fonts.googleapis.com/css?family=Playfair+Display:400,900 */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i');ul.helselect {list-style:none;padding:0;margin:0;border:1px solid #ccc;position:relative;cursor:pointer;background:#fff;}
ul.helselect li {display:none;padding:2px;}
ul.helselect li.selected {display:block;}
ul.helselect li.toggle {display:block;color:#000;background:#fff;opacity:0.5;position:absolute;right:0;top:0;width:2em;text-align:center;}
ul.helselect.opened li:nth-child(n+2):hover { background:rgba(0,0,255,0.3)}
ul.helselect.opened li {display:block;}
ul.helselect li.toggle i.fa {line-height:inherit;}

/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 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;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* 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: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.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: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.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;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.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,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.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,
.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: 0;
}

/* 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,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	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: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.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;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.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;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.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;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.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: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	/*font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;*/
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	/*font-family: Verdana,Arial,sans-serif;
	font-size: 1em;*/
}
.ui-widget-content {
	border: 1px solid #000;
	/*background: #ffffff url("smoothness/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;*/
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #000;
	/*background: #cccccc url("smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;*/
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	/*border-bottom: 1px solid #fff;*/
	/*background: #e6e6e6 url("smoothness/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;*/
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	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-bottom: 1px solid #000;*/
	/*background: #dadada url("smoothness/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;*/
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	/*border-bottom: 1px solid #000;*/
	/*background: #ffffff url("smoothness/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;*/
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	/*background: #fbf9ee url("smoothness/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% 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: #fef1ec url("smoothness/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;*/
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	/*width: 16px;
	height: 16px;*/
}
.ui-icon,
.ui-widget-content .ui-icon {
	/*background-image: url("smoothness/ui-icons_222222_256x240.png");*/
}
.ui-widget-header .ui-icon {
	/*background-image: url("smoothness/ui-icons_222222_256x240.png");*/
}
.ui-state-default .ui-icon {
	/*background-image: url("smoothness/ui-icons_888888_256x240.png");*/
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	/*background-image: url("smoothness/ui-icons_454545_256x240.png");*/
}
.ui-state-active .ui-icon {
	/*background-image: url("smoothness/ui-icons_454545_256x240.png");*/
}
.ui-state-highlight .ui-icon {
	/*background-image: url("smoothness/ui-icons_2e83ff_256x240.png");*/
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	/*background-image: url("smoothness/ui-icons_cd0a0a_256x240.png");*/
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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-on { background-position: -96px -144px; }
.ui-icon-radio-off { 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 {

}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {

}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {

}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {

}

/* Overlays */
.ui-widget-overlay {
	/*background: #aaaaaa url("smoothness/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	/*background: #aaaaaa url("smoothness/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;*/
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
@media (max-width:1024px) {
	/* Reset */
	body .center, body #row-header, body #mainNav {width:auto;background:transparent;margin:0;height:auto;}
	body #row-slider .center{ -webkit-box-shadow: none; -moz-box-shadow:none; box-shadow: none;  }
	body {position:relative;}
	#row-inset{width:96%!important;padding:0 2%}
	#row-inset .center{padding-right:0!important;}
	.sf-menu li.parent i.fa{float:right;font-family:FontAwesome;color:#000;font-size:1em;padding:1em;display:block !important;}
	
	/* Header aanpassingen */
	body #row-top {
		background:transparent;
		z-index: 999;
		position: fixed;
		width: 50%;
		right: 0;
		top:0;
		display:none;
	}
	body #row-header {
		position:relative;
		z-index:998;
	}
	.sf-menu li li a{padding-left:3em;}
	.sf-menu a{padding:1em !important;}
	body #row-header > .center {
		display:none;
	}
	body #row-header {
		background: #000;
	 	top:0;left:0;
		width:100%;
		/*overflow:hidden;*/
	}
	body #mainNav {
	}
	body .tablet-topmenu-spacer{height:40px;display:none;}
	body #btn-inloggen {
		padding: 0 10px;
		line-height:40px;
	}
	body #row-top .center #btn-inloggen + span {
		display:none;
	}
	body #row-order { 
		z-index:1;
	}
	#content .collection-item-detail-img img{
		margin:0;
	}
	.step2-detail .image-collection{
		min-height:initial !important;
		text-align:center;
		padding:2%;
	}
	.order-data-step-right .collection-box-preview{
		
	}
	.home.class_box_shadow_divs div div{
		margin:10px auto !important;
	}
	H1{text-align:center;}
	
	/* Menu */
	#mainNav a.homebutton {

	}
	#mainNav {
		color:#fff;
		line-height:40px;
	}
	#mainNav > ul {
		display:none;
	}
	#mainNav:hover > ul {
		display:block;
	}
	#mainNav > label {font-weight:700;}
	#mainNav > label > i {display:inline-block;margin:0 10px;}
	body .sf-menu ul {
		position:relative;
		width:100%;
		top:0;
	}
	.button.sidebar:before,.button.sidebar:after{width:100% !important}
	.button.sidebar{text-align:center !important;}
	.class_box_shadow_divs .button{width:25% !important;text-align:center !important;margin:0 !important;}
	body ul.sf-menu li:first-child,
	body ul.sf-menu li:last-child,
	body ul.sf-menu li {
		display:block;width:100%;
		float:none;
		border-bottom:1px solid #000; /*rgb(110,21,20);*/
		background: #f4f3f2;
		color:#000;
		top:0;
	}
	body .sf-menu li:hover ul { top:0;left:0}
	body .sf-menu li:hover a:hover,
	body .sf-menu li.sfHover a:hover {background:transparent}
	body .sf-menu li.sfHover ul { top:0;left:0 }
	body .sf-menu li.sfHover li.sfHover a {background:none}
	body .sf-menu li:hover li:hover a,
	body .sf-menu li.menuactive li.menuactive a.menuactive{
		color:#000;
		font-weight:bold;
		background:transparent;
	}
	body ul.sf-menu li:first-child, body ul.sf-menu li {
		position:relative;top:0;left:0;
	}
	body .private .sf-menu li.homebutton-2 {
		float:none
	}
	body .private .sf-menu li:first-child {display:none;}
	body .private .sf-menu a {padding:1em;}

	body ul.sf-menu li.desktop {

	}

	/* Slider */
	body .sliderWrapper{width:100%;padding-top:0;}

	/* Columns */
	body .twoColumns {width:60%;box-sizing:border-box;margin:0;}
	body #sidebar {width:40%;box-sizing:border-box;margin:0;}
	#content{width:100%;}
	.public #container-right{
		/*width:100% !important;*/
	}
	.collection-item{
		/*width:80% !important;*/
		background:none !important;
		/*float:none !important;*/
		margin: 0 auto 20px auto !important;
	}
	body #menu-left {
		width:241px!important;
		margin:0 0 30px 0;
		padding:10px 15px 10px 10px;
		box-sizing:border-box;
		float:left;
		position:absolute;
		left:-240px;
		background:#eee;
		border:2px solid #ccc;
		-webkit-transition: left 0.5s;
		transition: left 0.5s;
		z-index:500;
	}
	body #menu-left.opened {
		left:0px;
	}
	body #menu-left #menu-left-toggle {
		display:block;
		width:74px;
		background:#eee;
		border-left-width:0px;
		border:2px solid #ccc;
		border-bottom-width:0;
		position:absolute;
		top:38px;
		left:208px;
		cursor:pointer;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		padding:5px 10px;
	}
	body #menu-left #menu-left-toggle i {
		margin-left:5px;
	}
	body #menu-left.opened #menu-left-toggle i:before {
		content:'\f103';
	}
	body #menu-left #menu-left-toggle img {
		margin:5px;
	}
	body #menu-left #menu-left-toggle i.fa-chevron-left { display:none; }
	body #menu-left #menu-left-toggle i.fa-chevron-right { display:block; }
	body #menu-left.opened #menu-left-toggle i.fa-chevron-left { display:block; }
	body #menu-left.opened #menu-left-toggle i.fa-chevron-right { display:none; }
	body #menu-left #menu-left-toggle {
		font-size:20px;
	}
	body #container-right {
		z-index:1;
		overflow:hidden;
		margin:0;
		padding:0px;
		box-sizing:border-box;
		float:none;
		width:calc(100% - 90px) !important;
		margin:0px auto;
	}
	body #container-tess {margin:0;background:transparent}
	body #order-data-steps .active {z-index:0}
	body #order-data-step {width:auto}

	body .tess-inline-message:before {content:none}
	body .tess-inline-message:after {content:none}

	body .order-data-step-left {
		width:75%;
	}
	body .order-data-step-right {
		max-width:80%;
		width:calc(25% - 20px);
	}
	body .alertrow-inline {
		min-height:48px;
	}

	body #big_nav_right {
		right:0 !important;
		z-index:100;
		font-size: 80px;
	    margin: 1% 0% 1% 5%;
	}
	body #big_nav_left {
		left:0;
		z-index:100;
		font-size: 80px;
	    margin: 1% 5% 1% 0;
	}

	.example-card .render-input {width:calc(100% - 435px);}

	.render-input .order-data-step-right {
		max-width:80%;
		width:80%;
	}
	.formrow{
		overflow:hidden;
	}


	/* Responsive check publieke site */
	body #main { width:100%; padding: 3%}
	body #sidebar { width:100%; margin: 0; padding: 3%; }
	body #content { padding-top:0;}
	.class_box_shadow_divs {
		padding:10px;
		margin:20px 0;
		box-sizing:border-box;
	}
	.cls_collection-item-wrapper {
		min-width:250px;
	}
	.cls_collection-item-wrapper.rm-collection-child {
		min-height:180px;
	}
	div.cls_prodcollection-item-wrapper {
		width:100%;
		padding:10px 20px 10px 20px;
		margin:0;
		box-sizing:border-box;
	}
	div.cls_prodcollection-item-txt-wrapper p{
		min-height:1px;
	}

	body #menu-inloggen-mobile {display:block;;}
	body .private .sf-menu li { float:none; }
	#main H1{text-align:left;}
	#row-footer-menu{width:96%!important;padding:40px 2%!important;}
	#row-footer-menu .center{width:100%!important;}
	#row-footer .center{width:96%!important;padding:20px 2%! 10px important;text-align:center !important;}
	#row-footer .center .pull-right{float:none;display:block;}
	.rm-double{flex:2 0;}
	.hide-desktop{
		display:inline-block !important;
	}
}

@media (max-width:640px) {
	.class_box_shadow_divs .button{
		width:50% !important;
		text-align:center !important;
		margin:0 !important;
	}
	.cls_footer-item-wrapper{width:50%!important;}
}



.menu {}
.menu.secret {list-style:none;margin:0; padding:0;overflow:hidden;}
.menu.secret:after {content:'';display:block;clear:both}
.menu.secret li { display:block;float:left;margin:0;padding:0;}
.menu.secret li:hover {}
.menu.secret li.right { float:right;}
.menu.secret a { text-decoration:none; display:inline-block;line-height:20px;padding:10px 20px;}

@media (min-width:1025px) {
	.menu.secret {}
	.menu.secret li.logout {display:none;}
	.menu {}
}
@media (max-width:1024px) {
	.menu.secret {border-radius:0;padding:0;}
	.menu.secret li, .menu.secret li.right {float:none;border:0;}
	.menu.secret li a {display:block;}
}
.center-page-right textarea[name=text03] {font-family:Inconsolata;width:100%;height:200px;border-radius:0;box-sizing:border-box;}
.shortcode-textarea-toolbar { background:#eee;color:#000; border:2px solid #ccc;margin:0;padding:0 0 0 10px; }
.shortcode-textarea-toolbar i { display:inline-block;cursor:pointer; padding:5px 10px; font-size:1.4em;}
.shortcode-textarea-toolbar+textarea { border:2px solid #ccc;margin:0;padding:0;border-top:0;padding:10px; line-height:1.3em; }
.shortcode-textarea-toolbar > *:hover { background:#fff;}

#nabestaanden-preview { border:2px solid #ccc; min-height:50px; background:#f8f8f8; padding:10px; }
#nabestaanden-preview img {display:inline-block;height:1em;}

span.tab{display:inline-block;width:2em;height:1em;}

#iconselect{display:none}
#iconselect dl dd { margin:0; padding:0; }
#iconselect dt { border-bottom:1px solid #ddd; padding-bottom:10px; margin:10px 0; }
#iconselect ul { list-style:none;margin:0;padding:0; margin:-10px -10px 0; }
#iconselect ul:after { content:'';display:block;clear:both; }
#iconselect li { width:calc(50% - 10px); margin:5px; padding:0; float:left; text-align:center; cursor:pointer; box-sizing:border-box; padding:5px; border:2px solid #fff; }
#iconselect li:hover { background:#ccf; }
#iconselect li.selected { border:2px solid #aaf; }

.tess-popup #iconselect{display:block;}
.tess-popup #iconselect li {width:100%;margin:0;text-align:left;border:0;line-height:32px}
.tess-popup #iconselect li img {height:32px;display:inline-block;vertical-align:middle;}
.tess-popup #iconselect ul {margin:0;}
.tess-popup #iconselect li:hover {background:transparent;cursor:default}
/*.formrow #input_alter .postcode_nl ul {list-style:none;margin:0;padding:0;}
.formrow #input_alter .postcode_nl ul.horizontal li { display:inline-block; }
.formrow #input_alter .postcode_nl label {display:block;}
.formrow #input_alter .postcode_nl input[type=checkbox] {float:left;margin:2px 5px 0 0;height:1em;}
.formrow #input_alter .postcode_nl fieldset { border:1px solid #ccc;margin:10px;padding:0 10px 10px 0;display:inline-block}
.formrow #input_alter .postcode_nl legend {margin:0 5px;padding:0 5px;}
.formrow #input_alter .postcode_nl input { border:1px solid #ccc; background:#f8f8f8;line-height:25px;height:25px;padding: 0 5px;}
.formrow #input_alter .postcode_nl select { border:1px solid #ccc; background:#f8f8f8;line-height:25px;height:27px;padding: 0 5px;appearance:none;}

.formrow #input_alter .postcode_nl input[name=postcode_nl_houseNumber] { width:40px; }
.formrow #input_alter .postcode_nl input[name=houseNumber] { width:40px; }
.formrow #input_alter .postcode_nl input[name=houseNumberAddition] { width:40px; }
.formrow #input_alter .postcode_nl input[name=postcode] { width:60px; }

.formrow #input_alter .postcode_nl .manual {display:none;}
.formrow #input_alter .postcode_nl .msg {display:none;margin: 0 10px;}
.formrow #input_alter .postcode_nl .msg.error {color:red}*/

.adresInvoer label{
	display:					block;
	width:						80px;
	float:						left;
	margin:						6px 0;
	text-align:					left;
	padding-right:				15px;
}

.adresInvoer input[type=text], .adresInvoer select, .adresInvoer textarea{
	width: 360px;
	border: 					1px solid #aaa;
	margin: 					0 10px 0 0;
	padding: 					5px 6px;
	        transition:			background-color .2s;
	   -moz-transition: 		background-color .2s;
	-webkit-transition: 		background-color .2s;
	     -o-transition: 		background-color .2s;
	   -moz-border-radius:		3px;
	-webkit-border-radius:		3px;
	        border-radius:		3px;
	display:					block;
	float:						left;
	max-width:					100%;
}

.adresInvoer input.extrasmall{
	width: 50px;
	float: left;
}

.adresInvoer input.small{
	width: 150px;
	float:left;
}

.adres label:first-child{
	width:80px;
}

.adres label{
	width:auto;
	float:left;
}

/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 5px 6px;
    overflow: hidden;
    position: relative;

    border: 1px solid #000;
    white-space: nowrap;
    line-height: 26px;
    color: #000;
    text-decoration: none;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
}

.select2-drop-active {
    border: 1px solid #000;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #000;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    background-clip: padding-box;

    background: #fff;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('select2/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    /*background: #fff url('select2/select2.png') no-repeat 100% -22px;
    background: url('select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);*/
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    /*background: #fff url('select2/select2-spinner.gif') no-repeat 100%;
    background: url('select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);*/
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #000;
    outline: none;

}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    /*background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);*/
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #000;
    border-top-color: transparent;

}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #000;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('select2/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('select2/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	box-sizing: content-box;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */

:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the ? markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.adminrow {
    background-color: #f1c7c8;
    padding: 0 20px 20px 20px;
	margin-bottom: 20px;
}
/* Common / Typography
------------------------------------------------- */

html {
    font-size: 100.01%;
}
body {
    -webkit-font-smoothing: subpixel-antialiased;
    color: #676d71;
    /* font: 100 16px/24px 'Lato', sans-serif; */
	font: 100 15px/24px 'light', sans-serif;
	line-height: 24px;
}
body.body_ingelogd{background-color:#fff}
img,
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}
button{
	-webkit-font-smoothing: subpixel-antialiased;
    font: 100 15px/24px 'light', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(144, 152, 158, 1);
    padding: 10px 0;
    font-family: 'header-regular', serif;
	font-weight: 400 !important;
}
h1 {
    font-size: 46px;
	line-height: 48px;
    padding: 0;
}
h2 {
    font-size: 20px;
    font-weight: 400;
}
h3 {
    font-size: 17px;
    font-weight: 400;
    padding: 0;
}
h2.white{
	color:#fff;
	font-size: 30px;
    line-height: 36px;
    font-weight: 400;
	padding:40px 0 40px 10px;
}
.sidecontent h3,
#bottomContent h3 {
    padding-top: 0;
    margin-top: -4px;
}
.bottomtitle h3 {
    color: #FFF;
    font-size: 18px;
    border-bottom: 1px solid #af0917;
    text-transform: uppercase;
    font-weight: 700;
    line-height: initial;
}
.specialBox h3 {
    color: #414141;
    padding-top: 0;
}
.galleryfooter h4 {
    color: #FFF;
}
h4 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
h5 {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.15;
}
h6 {
    font-size: 1.1em;
    font-weight: bold;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}
p {
    margin: 0 0 1.2em;
    color: #000;
    font-weight: 100;
}
p:empty {
   display: none;
}
#content img {
    margin: 6px 12px;
}
#content .gallery img,
#content .threeBlocks img,
#content #sidebar img {
    border: none;
    padding: 0;
    margin: 0;
}
a {
    color: #4c4c4c;
    text-decoration: none;
    font-style: normal;
	font-weight:400;
}
a:focus,
a:hover {
    color: #333;
    text-decoration: underline;
}
.float-left {
    float: left !important;
}
.float-left-bottom {
    position: absolute;
    left: -265px;
    bottom: 0;
    z-index: 100;
}
.float-left-bottom-below {
    position: relative;
    left: 0;
    z-index: 100;
    margin-top: 20px;
}
.float-right {
    float: right !important;
}
.float-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.no-border {
    border: medium none;
}
.clearer {
    clear: both;
}
.clearfix {
    display: inline-block;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.hide-text {
    text-indent: -9999px;
}
.hide {
    position: absolute;
    left: -9999px;
}
pre {
    background-color: #f4f4f4;
    border: 1px solid #dedede;
    font-size: 90%;
    line-height: 1.5em;
    margin: 0 1em 1em;
    padding: 0.5em;
}
code,
pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    line-height: 1.5;
    color: #111;
}
blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}
.rood {
    color: #af0917;
}
.small-txt {
    color: #dbdbdb;
    font-size: 90%;
}
ul.bulletlist {
    list-style-type: square;
	color:#000;
}




/* Layout 
------------------------------------------------- */

.etm20{margin-top:20px;}
.etm40{margin-top:40px;}
.no-top-margin{margin-top:0 !important;}

.fa-times-thin:before {
	content: '\00d7';
}

/* voortgangs menu */
.nw_stepper {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin: 10px auto;
}

.nw_step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  text-align: center;
}

.nw_circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e9e9e7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 1;
}

.nw_label {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

.nw_step::after {
  content: "";
  position: absolute;
  top: 20px; /* halve hoogte van de circle (40px / 2) */
  left: 50%;
  height: 2px;
  width: 100%;
  background: #e9e9e7;
  z-index: 0;
}

.nw_step:last-child::after {
  content: none;
}

.nw_completed .nw_circle {
  background: #4CAF50;
  color: #fff;
}

.nw_completed::after {
  background: #4CAF50;
}

.nw_completed.nw_line {
  background: #4CAF50;
}

.nw_going {
  background: linear-gradient(to right, #4CAF50 0%, #ddd 100%);
}

#row-top,
#row-top-diy {
    width: 100%;
    height: 67px;
    background-color: #f4f3f2;
}

#btn-inloggen, #btn-uitloggen {
    color: #000;
    text-decoration: none;
    padding: 7px 20px;
    font-size: 16px;
	line-height:calc(40px - 14px);
    font-weight: 300;
	border:1px solid #000;
	margin-right:30px;
	white-space: nowrap;
}
#btn-uitloggen{margin-right:0px; background-color:#fff;}
#btn-inloggen:hover,
#btn-uitloggen:hover {
    color: #fff;
	text-decoration: none;
	background-color:#000;
	border:1px solid #000;
}
#row-top .center span,
#row-top-diy-span {
    color: #fff;
    padding: 9px 15px;
    background-color: #000;
    display: block;
    float: right;
    font-size: 12px;
	font-family: 'light', serif;
}
#row-top-diy-span{
	padding: 13px 15px;
	font-size: 17px;
	margin-right:0;
}
#row-top-diy button,
#row-bottom-diy button{
	margin-top: 10px;
	
	font-size: 16px;
	margin-right: 4px;
	margin-left: 10px;
	border-radius: 0;
	padding: 2px 20px;
}
#row-header {
    z-index: 105;
    position: relative;
    background-color: #f4f3f2;
}
.fullwidth {
    width: 100%;
}
#logo img{padding-top:10px;padding-left:25px;}
#logo a {
    display: block;
    float: left;
    margin: 0;
    border: none;
    color: #FFF;
}
#logo a:hover {
    text-decoration: none;
}
.center {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#search {
    text-align: right;
    padding: 0;
    float: right;
    margin-top: 60px;
    width: 220px;
    border: 1px solid #676d71;
    -moz-border-radius: 4px;
    -webkit-border-radius: px;
    border-radius: 4px;
}
#search input {
    background: none;
    width: 174px;
    height: 28px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    padding: 2px 0 0 0;
    border: 0;
    color: #676d71;
    font: 100 16px/24px 'Lato', sans-serif;
}
#search input.searchBtn {
    border: 0;
    background: url(/images/search.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    margin: 0 4px 0 3px;
}
#search input.searchBtn:hover {
    border: 0;
    background: url(/images/search.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    margin: 0 4px 0 3px;
}
#row-slider {
    width: 100%;
    min-height: 400px;
	background: #f4f3f2;
}
#row-slider .center {}
#row-inset {
    width: 100%;
    min-height: 400px;
    background: #bebfba;
    position: relative;
    z-index: 0;
}
#row-inset .center{padding-right:30px}
#row-order {
    width: 100%;
    min-height: 400px;
    position: relative;
    z-index: 0;
    overflow: visible;
    padding: 20px 0 20px;
}

#row-order-menu-left {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: visible;
    padding: 40px 0 20px;
}
#row-order-menu-right {
    width: 100%;
    min-height: 100px;
    position: relative;
    z-index: 0;
    overflow: visible;
    padding: 40px 0 20px;
}
#menu-left {
    float: left;
    width: 185px;
    padding: 20px;
    margin-right: 20px;
    position: relative;
	background-color: #e9e9e7;
	color:#000;
}
#menu-top-bar {
    float: left;
    width: 100%;
    margin-right: 20px;
    position: absolute;
	background-color: #e9e9e7;
	color:#000;
}
.menu-top-bar-content{
	position: relative;
	width:100%;
	padding: 10px 20px;
	display:flex;
	justify-content: space-between;
}
.menu-top-bar-content .left-part{
	float:left;
	text-align:left;
	display:block;
}
.menu-top-bar-content .right-part{
	float:right;
	text-align:right;
	display:block;
	margin-right:40px;
}
#container-right {
    float: left;
    width: 695px;
}

#container-right-public{
    float: left;
    max-width: 645px;
}

#container-tess {
    margin: -10px -10px 0 -10px;
    height: 200px;
    overflow: visible;
    position: relative;
}
#container-tess img {
    position: absolute;
    bottom: 0;
    left: 50px;
}
#personal-menu {
    margin: 0;
}
hr {
    display: block;
    height: 1px;
    width: 100%;
    margin: 0;
    border: 0;
    background-color:#000;
}
hr.add-vertical-margin {
    margin: 20px 0;
}
#container-tess H2 {
    padding: 0;
    width: 50%;
    font-size: 15px;
}
#order-data {
    padding: 15px 0;
    background: url('/images/layout/sidebar-divider-line.png') no-repeat bottom center;
}
#order-data-filters {
    padding-top: 15px;
}
#order-data-step {
    position: relative;
    /*width: 695px;*/
	width: 100%;
    margin-bottom: 20px;
}
#order-data-step:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
#order-data-step H1 {
    margin-bottom: 20px;
    margin-top: 20px;
}
#order-data-step H4 {
    color: #000;
    margin: 0;
}
#order-data-step table.tbl {
    width: 100%;
    margin-top: 0;
}
#order-data-steps a {
    color: inherit;
}
#order-data-steps div {
    position: relative;
    float: left;
    line-height: 28px;
    color: #bebfba;
    padding: 0 14px;
}
#order-data-steps .active {
    color: #000;
    height: 32px;
    z-index: 10;
    margin-bottom: -7px;
    padding: 0 13px;
}
#order-data-steps i.icon {
    color: #000;
    text-align: center;
    font-style: normal;
    position: relative;
    margin-right: 5px;
}
#order-data-steps .active i.icon {
    opacity: 1.0;
}
#order-data-steps .done i.icon {
    opacity: 1;
}
#order-data-steps .done {
    color: #000;
}
#order-data-steps .done:before {}
.selectie-header {
    text-align: left;
  background: url('/images/layout/sidebar-divider-line.png') no-repeat bottom center; 
    padding-bottom: 15px;
}
.login-frm {
    min-height: 330px;
}
.login-frm table {
    border: 0px;
    width: auto;
    background-color: none;
}
.login-frm th,
.login-frm td,
.login-frm caption {
    border-color: none;
    border: 0;
    padding: 4px 10px 4px 5px;
}
.login-frm tbody tr:nth-child(2n) td,
.login-frm tbody tr.even td {
    background: none;
}

.login-popup-content div{
	display:block;
	width:100%;
}

input.loginbox {
    width: 100%;
	margin: 2% 0;
    padding: 8px 10px;
	font-size: 12px !important;	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.button.login-popup-content-logon{
	width:100%;
	background-color:#929891;
	font-size:16px;
    font-weight: 200;
    border: 1px solid #bebfba;
    color: #fff;
    letter-spacing: 3px;
    white-space: nowrap;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
	margin: 2% 0;
    padding: 8px 10px;
}

.button.login-popup-content-register{
	width:100%;
	background-color:#000;
	font-size:16px;
    font-weight: 200;
    border: 1px solid #000;
    color: #fff;
    letter-spacing: 3px;
    white-space: nowrap;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
	margin: 2% 0;
    padding: 8px 10px;
	text-align:center
}

.button-opgeven {
    width: 33%;
    float: left;
}
.button-opgeven img {
    float: left;
    max-width: 90%;
}
.button-opgeven .button-rounded-corners {
    float: left;
}
.button-opgeven-start {
    width: 33%;
    text-align: center;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}
.button-opgeven-start img {
    max-width: 90%;
}
.button-opgeven-start .button-rounded-corners {
    clear: both;
}
#order-data-step .next-button {
    background-color: #66cc00;
}
#order-data-step .back-button {
    margin: 0px 0px 0px 5px;
    background: #cccccc url(/images/layout/arrow-back.png) no-repeat 10%;
    padding: 7px 20px 8px 30px;
}
#row-white {
    width: 100%;
    min-height: 170px;
    background: #fff;
    position: relative;
    z-index: 0;
}
#row-f4f3f2{
    width: 100%;
    background: #f4f3f2;
    position: relative;
    z-index: 0;
	padding:5% 0;
}
#row-inset .center {
    background: none;
}
#row-inset .center .top {
    width: 100%;
    height: 44px;
    background: url(/images/layout/shade-arrow.png) no-repeat top center;
}
#row-footer-menu{background:#fff}
#row-footer-menu .center {}
#row-subfooter {} #row-subfooter .center {
    height: 40px;
}
#row-subfooter .center img {
    float: right;
    margin: 10px 10px 0 0;
}
#row-footer .center {
    text-align: left;
    font-size: 12px;
    color: #656d72;
    margin: 10px auto;
	z-index:-1;
}
#row-footer .center img {
    vertical-align: middle;
    margin: 0 30px 0 0;
}
.sf-menu a.homebutton {
    padding: 5px 15px;
}
.private .sf-menu li.homebutton-2 {
    float: left;
}
.sf-menu li.homebutton-2 a {
    background-color: #581514;
}
.sf-menu li.parent i.fa{display:none}
#pageWrapper {
    margin: 0 auto;
    width: 960px;
    margin-bottom: 60px;
}
#header {
    position: relative;
    height: 170px;
    display: block;
    background: url(/uploads/tpl-buddy-009/header-bottom.png) repeat-x left bottom;
}
#headerLeft {
    float: left;
    width: 450px;
}
#headerRight {
    float: right;
    width: 450px;
}
.sliderWrapper {
    position: relative;
    margin: 0px auto;
}
#content {
    padding: 40px 0 20px 0;
    display: inline-block;
    overflow: visible;
}
#main {
    margin: 0;
    padding: 0px 20px 10px 25px;
    position: relative;
    z-index: 0;
}
#main H1 {
    padding-bottom: 10px;
}
#sidebar {
    width: 280px;
    margin: 18px 0 0;
    padding: 0px 30px 10px 12px;
    position: relative;
    z-index: 0;
}
.gray-panel {
    width: 80%;
    background-color: #bebfba;
    padding: 10%;
    position: relative;
	color: #000;
}
.gray-panel p,.gray-panel h2{color:#fff;}
.gray-panel p {font-weight:100;}
.gray-panel h2{
	text-transform:uppercase;
	font-family: 'Lato';
	font-weight: 100;
    padding-left: 15%;
	margin-bottom: 5%;
	letter-spacing:3px;
}
.gray-panel .titel-img-panel{
	width:30px;
	float: left;
    margin-left: -10px !important;
	margin-top: 7px !important;
}
.sh_bottom_graypanel {
   	display:none;
}
.sh_bottom_graypanel:after {
    display:none;
}
.sh_bottom_graypanel:before {
    display:none;
}
.gray-panel p {
    padding-left: 15%;
}
#sidebar img.titel-img {
    float: left;
    margin-left: -10% !important;
}
#sidebar img.divider {
    margin: 0px auto;
}
#bottomContent {
    position: relative;
    padding: 30px 0 22px 0;
    overflow: hidden;
    color: #FFF;
    display: block;
    width: 960px;
}
.cls_collection-container {
    position: relative;
    width: 100%;
    margin: 0 0 5% 0;
    z-index: 0;
}
#content .cls_collection-item-image-wrapper img {
    margin: 0;
	width:90%;
	margin:0 auto;
}
.cls_collection-item-wrapper {
    width: 26%;
/*    margin: 0 1.4% 7.8% 1.4%;*/
	margin-bottom:7.8%;
    float: left;
    border: 0;
    position: relative;
    height: 170px;
}

.sh_bottom_cls_collection-item-wrapper {
	display:none;
}
.sh_bottom_cls_collection-item-wrapper:after {
	display:none;
}
.cls_collection-item-wrapper a {
    color: #676d71;
    transition: all 0.3s ease;
}
.cls_collection-item-wrapper a:hover {
    text-decoration: none;
    opacity:0.8;
}
.cls_collection-item-wrapper > a {
    color: #fff;
}
.sh_bottom_cls_collection-item-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
    height: 15%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -20px 25px 8px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: -20px 25px 8px rgba(0, 0, 0, 0.19);
    box-shadow: -20px 25px 8px rgba(0, 0, 0, 0.19);
    -webkit-transform: skew(-15deg, -10deg) translate(30px, -23px);
    -moz-transform: skew(-15deg, -10deg) translate(30px, -23px);
    transform: skew(-15deg, -10deg) translate(30px, -23px);
}
.cls_collection-item-image-wrapper {
    height: 185px;
    background-color: #e9e9e7;
    padding: 2%;
    margin-bottom: 10px;
}
.rm-gids-item{
	color:#fff; 
	text-align:center;
}

.cls_collection-item-image-wrapper.rm-gids-item{
	height:auto;
	padding: 5% 10%;
}
.collection-item .collection-item-img a:after{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 90%;
    width: 100%;
    background: transparent;
    transition: all 0.4s ease-in;
    z-index: 2;
}

#colLettertypen .collection-item .collection-item-img a:after,
#colImages .collection-item .collection-item-img a:after{
	height:110%;
}

.collection-item:hover .collection-item-img a:after {
    background: rgba(0,0,0,0.05);
}

.cls_collection-item-image-wrapper a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 195px;
    width: 100%;
    background: transparent;
    transition: all 0.4s ease-in;
}
.cls_collection-item-image-wrapper:hover a:after {
    background: rgba(0,0,0,0.05);
}
.cls_collection-item-image-wrapper a {
    display: block;
    height: 185px;
    vertical-align: middle;
    text-align: center;
}
.cls_collection-item-image-wrapper img.titel-img {
    max-height: 185px;
    display:inline-block;
}
.cls_collection-item-image-wrapper img.titel-img:before {
    content:'';
    height: 100%;
    display:inline-block;
    vertical-align: middle;
}
.cls_prodcollection-container {
    position: relative;
    width: 100%;
    margin: 5% 0 3% 0;
    z-index: 0;
}
.cls_prodcollection-item-wrapper {
    width: 30%;
    margin: 1.6%;
    float: left;
    background-color: #fff;
    padding: 0;
    position: relative;
    text-align: left;
}
.cls_prodcollection-item-wrapper .titel-img {
    float: right;
    max-width: 50%;
}
.cls_prodcollection-item-txt-wrapper {
    position: relative;
    float: left;
    max-width: 50%;
}
.cls_prodcollection-item-txt-wrapper H3 {
    padding-bottom: 10px;
	font-size:30px;
	line-height: 36px;
    font-weight: 400;
}
.cls_prodcollection-item-txt-wrapper p {
    min-height: 170px;
}
.cls_footer-container {
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 0;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.cls_footer-item-wrapper {
	width:25%;
    padding: 0;
    position: relative;
    text-align: left;
    color: #929891;
	-webkit-align-content: flex-start; 
	align-content: flex-start;
}
.cls_footer-item-wrapper a {
    font-style: normal;
	font-weight: 100;
}
.cls_footer-item-wrapper a:hover {
    text-decoration: none;
    color: #ccc;
}
.cls_footer-item-wrapper ul {
    margin: 1.5em 1.5em 1.5em -0.6em;
}
.class_order-button {
    text-align: center;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.class_order-button .button .green,
.class_order-button .button .back {
    margin-right: 20px;
    margin-left: 20px;
}
.back-button {
    background: #af0917 url(/images/layout/back-arrow.png) no-repeat 10%;
    padding: 6px 20px 6px 30px;
}
.back-button:hover,
#order-data-step .formrow .back-button:hover {
    color: #fff;
    text-decoration: underline;
    border: 0;
    background: #af0917 url(/images/layout/back-arrow.png) no-repeat 10%;
    padding: 6px 20px 6px 30px;
}
.rowtitle {
    font-weight: bold;
}
.rowvalue {
    margin-bottom: 1em;
}
.threeBlocksWrapper {
    position: relative;
    display: block;
    margin: 20px 0 40px 0;
}
.threeBlocks {
    width: 280px;
    padding: 0;
    margin: 0 0 0 27px;
    border: 1px solid #af0917;
    text-align: center;
}
.bottomBlock {
    width: 285px;
    padding: 0;
    margin: 0 0 0 27px;
}
.threeBlocksContent {
    padding: 0 1%;
}
.specialBox {
    margin: 30px;
    padding: 14px 20px 20px;
    text-align: center;
    width: 860px;
    background: #000;
    -webkit-box-shadow: 0 0 10px 0 #af0917;
    box-shadow: 0 0 10px 0 #af0917;
}
.bottomthirdcontent {
    margin-bottom: 20px;
}
.collection-box-8 {
    width: 100%;
    min-height: 633px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.collection-box-8:after {
    content: "";
    width: 100%;
}
.collection-box-8 .collection-item{width:50%;margin-bottom: 30px !important;}
.collection-box-8 .collection-item-img{padding:5% 3%}
.collection-box-8 .collection-item-titel a{font-weight:100}
.collection-box-9 {
    width: 100%;
    min-height: 633px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.collection-box-9:after {
    content: "";
    width: 100%;
}
.collection-box-preview,
.collection-box-preview .collection-item {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    width: 200px;
    border: 0px;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}
.collection-box-preview .collection-item-detail-img {
    width: 65%;
    float: left;
    margin-right: 5%;
}
.collection-box-preview .collection-item-detail-img .image-collection {
    max-height: 400px;
    min-height: 400px;
}
.collection-box-preview .collection-item-detail-img .image-collection img {
    max-height: 375px;
}
.collection-box-preview .collection-item-detail-data {
    text-align: left;
    background: #fff;
    padding: 2%;
}
.collection-item-detail-data table {
    width: 90%;
}
.thumb-navigation .opacity50 {
    opacity: 0.5;
}
.thumb-navigation img {
    cursor: pointer;
}
.thumb-navigation .opacity100,
.thumb-navigation .opacity50:hover {
    opacity: 1;
}
.collection-item {
    width: 200px;
    min-height: 175px;
    min-width: 200px;
    float: left;
    margin: 0 0 5% 0;
    text-align: center;
    position: relative;
}

.collection-item-3 {
    width: 33%;
    min-width: 200px;
    float: left;
    margin: 0 0 0 0;
    text-align: center;
    position: relative;
	height: 160px;
}

.collection-item-3 audio{
	max-width:150px;
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
    display: none;
}

.collection-item-music{
	width:100%;
    float: left;
    margin: 0 0 0 0;
    text-align: left;
    position: relative;
	height: 30px;
	padding: 10px 0;
	border-bottom: 1px solid black;
	vertical-align:middle;
	box-sizing: content-box;
}

.collection-item-music-custom{
	height:auto!important;
}

.collection-item-music audio{
	float:right;
	height:32px;
}

#colTeksten .collection-item {
    width: 98%;
    min-height: initial;
    margin: 0 0 1% 0;
    background: #f7f7f7;
    overflow: auto;
    border: 1px solid gray;
    padding: 1%;
}
#colTeksten .collection-item:hover {
    border: 1px solid #000;
}
#colTeksten .collection-item-titel,
#colTeksten .collection-item-titel a,
#colTeksten .collection-item-titel a:hover {
    display: block;
    opacity: 1;
}
#colTeksten .collection-choose-button {
    right: 1%;
    position: absolute;
    bottom: 1%;
}
#colTeksten .collection-choose-button:hover {} #kaartDetail .collection-item,
#colLettertype .collection-item {
    background: none;
}
.data-rij .label {
    display: block;
    width: 40%;
    float: left;
}
.collection-item:nth-child(3n) {
}
.collection-navigation {
    width: 98%;
    border: 1px solid #d9dcde;
    background-color: #fcfcfc;
    color: #d9dcde;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1%;
}
.collection-navigation-counter {
    float: left;
    padding-top: 5px;
}
.collection-item-detail-data .sidebar-divider {
    margin-top: 40px;
}
.sidebar-divider {
    height: 1px;
    background: #fff;
}
.sidebar-divider-white {
    height: 1px;
    background-color: #fff;
	margin:40px 0;
}
.kaart-favorieten-button {
    padding: 15px 0;
    background: url(/images/layout/sidebar-divider.png) no-repeat center bottom; 
}
#counter {
    float: left;
}
.collection-navigation-navbuttons {
    float: right;
}
.collection-navigation-navbuttons a {
    border: 1px solid #000;
    width: 25px;
    height: 20px;
    text-align: center;
    float: left;
    margin-left: 5px;
}
.collection-item-img{background-color:#fff;padding:5%}
.collection-item-img img {
    max-height: 150px;
}
#colKaarten .collection-item-img img.favorite,
#colLettertypen .collection-item-img img.favorite {
    position: absolute;
    min-height: initial;
    right: 10%;
    top: 10%;
}
#colKaarten .collection-item-img .amco-aan,
#colKaarten .collection-item-img .amco-uit {
    position: absolute;
    min-height: initial;
    right: 10%;
    top: 10%;
}
.amco-uit a {
    color: #676d71;
}
#colKaarten .collection-item-img .amco-uit {
    width: 24px;
    height: 17px;
    position: absolute;
    right: 10%;
    top: 10%;
}
#colKaarten .collection-item-img .amco-uit a {
    width: 24px;
    height: 17px;
    display: block;
    background: url(/images/layout/sprite-eye.png) no-repeat 0 -17px;
}
#colKaarten .collection-item-img .amco-uit.green a {
    background: url(/images/layout/sprite-eye.png) no-repeat 0 0;
}
.amco-uit-detail {
    width: 100%;
    height: 17px;
    line-height: 17px;
    float: left;
    display: block;
    margin: 0 0 5% 10%;
    padding: 0 0 0 35px;
    background: url(/images/layout/sprite-eye.png) no-repeat 0 -17px;
}
.amco-uit-detail.green {
    background: url(/images/layout/sprite-eye.png) no-repeat 0 0;
}
#colLettertypen.collection-box-9,
#colLettertypen.collection-box-8 {
    min-height: initial;
}
#colKaarten .collection-item-img img.favorite-top,
#colLettertypen .collection-item-img img.favorite-top {
    top: 25%;
}
#colLettertypen .collection-item {
    margin-bottom: 0;
    min-height: 150px;
}
#colKaarten .collection-item {
    margin-bottom: 2%;
    background-size: initial;
}
#colKaarten .collection-item-img img {
    min-height: 220px;
}
#footer {
    background: #7aa329;
    position: relative;
    padding: 12px 0;
    text-align: center;
    font-size: 90%;
    color: #fff;
    overflow: hidden;
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.footer_gcb {
    margin: 0 2%;
    padding: 4px 0;
    width: 96%;
}
.footer_gcb p {
    margin: 0;
}
.sidecontent {
    padding: 0;
    margin: 0;
}
.border {
    border-top: 3px solid #dedede;
}
.twoColumns {
    width: 593px;
}
.oneColumn {
    width: 915px;
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */

.nivoSlider {
    position: relative;
    background: #fff;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
/* The slices and boxes in the Slider */

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}
.nivo-box img {
    display: block;
}
/* Caption styles */

.nivo-caption {
    position: absolute;
    right: 70px;
    top: 65px;
    color: #af0917;
    width: 270px;
    height: 185px;
    z-index: 8;
    padding: 15px;
    background: #7f7f7f;
    background: rgba(0, 0, 0, 0.45);
    overflow: hidden;
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
}
.nivo-caption p {
    padding: 15px 0 0 5px;
    color: #fff;
    display: block;
    margin: 0;
}
.nivo-caption h2 {
    padding: 4px 5px 0 5px;
    color: #b4ae66;
    font-size: 25px;
    line-height: 1.2em;
    display: block;
    font-weight: 400;
}
.nivo-caption a {
    display: block;
    color: #fff;
    padding-left: 5px;
    margin: 15px 0 0 0;
}
.nivo-caption img.rmlogo{
	position:relative;
	display:block;
	margin: 7px
}
.nivo-caption a:before {
    content: url('/images/rouwmedia-arrow-olive-green.png');
    margin-right: 5px;
}
a.readmore-slider {
    padding: 4px 12px 4px 5px;
    z-index: 100;
    color: #41ccef;
    display: block;
    text-decoration: none;
}
a:hover.readmore-slider {
    text-decoration: underline;
}
.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
    position: absolute;
    top: 44%;
    z-index: 9;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/layout/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
}
.sliderWrapper:hover .nivo-directionNav a {
    opacity: 1;
}
a.nivo-prevNav {
    background-position: 0 -30px;
    left: 15px;
    transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
}
a:hover.nivo-prevNav {
    left: 15px;
}
a.nivo-nextNav {
    background-position: -30px -30px;
    right: 15px;
    transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
}
a:hover.nivo-nextNav {
    right: 15px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
    position: absolute;
    left: 16px;
    bottom: 12px;
}
.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
    display: block;
    width: 22px;
    height: 22px;
    background: url(/images/layout/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 0px;
    float: left;
}
.nivo-controlNav a.active {
    font-weight: bold;
    background-position: 0 -22px;
}
/* Header, Footer, Custom
------------------------------------------------- */

#logo h1 {
    margin: 0;
    padding: 0;
}
#footer a,
#bottomContent a {
    color: #FFF;
    text-decoration: underline;
}
#footer a:hover,
#bottomContent a:hover {
    text-decoration: none;
}
.breadcrumbs {
    padding: 15px 20px 8px 17px;
    font-size: 0.875em;
    color: #b4babd;
}
.breadcrumbs .lastitem {
    color: #676d71;
}
.slogan {
    margin: 0 10px 0 75px;
    font-size: 1.4em;
    font-family: 'Lato', sans-serif;
    color: #FFF;
    float: left;
}
.top-right-block {
    float: right;
    text-align: right;
    margin: 70px 35px 0 0;
    color: #fff;
    padding: 4px 0px 4px 8px;
    /* max-height: 50px; */
    
    overflow: hidden;
    /* line-height: 1.4em; */
    
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    text-shadow: 3px 2px 30px rgba(153, 204, 51, 1);
}
.bottomtitle {
    margin-bottom: 20px;
    border-bottom: 1px solid #af0917;
}
#footerNav .bottomtitle {
    margin: 0;
    border: none;
}
.threeBlocksTitle {
    margin-bottom: 10px;
    padding: 215px 1% 0 2%;
}
.threeBlocksImage {
    width: 96%;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 2%;
    border: 1px solid white;
    background: #f0f0f0;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
    line-height: 0;
}
.threeBlocksMoreLink a {
    width: 176px;
    padding: 10px 10px;
    margin: 12px auto 20px auto;
    display: block;
    text-decoration: none;
    background: #af0917;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.threeBlocksMoreLink a:hover {
    text-decoration: none;
    background: #6f6f6f;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #6f6f6f 0%, #999999 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f6f6f), color-stop(100%, #999999));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #6f6f6f 0%, #999999 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #6f6f6f 0%, #999999 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #6f6f6f 0%, #999999 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #6f6f6f 0%, #999999 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#999999', GradientType=0);
    /* IE6-9 */
    
    border: none;
}
.social-icons-block {
    float: right;
    margin: 4px 0;
    width: 100%;
}
.fav-icon,
.fav-icon-remove {
    display: block;
    float: left;
    margin: 0;
}
.fav-icon.add {
    background-position: -30px 0px;
}
.fav-icon.add:hover {
    background-position: 0 0;
}
.google {
    background-position: 0 -25px;
}
.pinterest {
    background-position: 0 -75px;
}
.feed {
    background-position: 0 -100px;
}
.facebook:hover,
.twitter:hover,
.google:hover,
.pinterest:hover,
.feed:hover {
    opacity: .9;
}
/* Search 
------------------------------------------------- */
/* Start News 
------------------------------------------------- */

.newsrow {
    margin: 1% 0;
}
.newsrow .date {
    float: right;
    color: #bebfba;
	font-style:italic;
	font-family: 'light', serif;
}
.newsrow a.leesmeer {
}
.newsrow h4 a {
    text-decoration: none;
	color:rgba(144, 152, 158, 1);
	font-size: 20px;
	font-family: 'light';
}
.newsrow p{margin-bottom:0;}
/* End News 
------------------------------------------------- */

.rm-buttonsafterlogin{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rm-buttonsafterlogin a,
.rm-buttonsafterlogin a:hover,
.rm-buttonsafterlogin a:visited,
.rm-buttonsafterlogin a:active{
    font: 100 16px/24px 'Lato', sans-serif;	
	color: #000;
}
.rm-grid-samples{
}
.rm-grid-samples .cls_collection-item-wrapper{
	width:100%;
	height:auto;
}
.rm-buttonsafterlogin .cls_collection-item-wrapper{
	height: auto;
    width: 200px;
    min-height: 175px;
    min-width: 200px;
}
.rm-grid-home{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items:stretch;
	align-content:space-between;
	margin-bottom:0;
}
.rm-grid-home .cls_collection-item-wrapper{
	flex: 0 0 275px;
	width: 275px;
	height: 360px;
	margin: auto;
}
.rm-grid-gids{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items:stretch;
	align-content:space-between;
	margin-bottom:0;
}
.rm-grid-gids .cls_collection-item-wrapper{
	flex: 0 0 275px;
	width: 275px;
	height: 275px;
	margin: auto;
}

.rm-grid-gids-xl{margin-top:1%}
.rm-grid-gids-xl .cls_collection-item-image-wrapper {background-color:#bebfba; padding:5% 14%}
.rm-grid-gids-xl .cls_collection-item-image-wrapper > div > p,
.rm-grid-gids-xl .cls_collection-item-image-wrapper > h2{
	color:#fff;
}
.rm-grid-gids-xl .cls_collection-item-wrapper{
	height:auto !important;
}
.rm-grid-gids-xl .cls_collection-item-image-wrapper{
	height:auto !important;
	min-height: 425px;
}

@media (min-width: 720px) {
    .rm-grid-home .rm-double.cls_collection-item-wrapper{
        flex: 0 0 600px;
    }
}
.rm-grid-home .cls_collection-item-image-wrapper{
	padding: 0;
	height:300px;
}
.gridbutton{
	margin-top:0 !important;
	height:auto !important;
}
.rm-grid-home .cls_collection-item-image-wrapper a{height:300px;}
.rm-grid-home .cls_collection-item-image-wrapper a:after{height:295px;}
.rm-grid-home .cls_collection-item-image-wrapper img.titel-img{max-height:initial !important;height:auto;max-height:275px;}
.rm-double{
	grid-column-start: 1; 
	grid-column-end: 3; 
}
.cls_testimonials{
	line-height:initial;
	font-size: 24px;
	font-style: italic;
	font-family: 'Playfair Display', serif;
	text-align:center;
	color:#000;
	width:100%;
}
.cls_testimonials p{}
.cls_testimonials p.quote-before,
.cls_testimonials p.quote-after{margin:-25px auto;}
.cls_testimonials p.quote-before:before{
	color: #000;
    content: open-quote;
    font-size: 88px;
    font-style: normal;
    font-weight: 400;
}
.cls_testimonials p.quote-after:after{
	color: #000;
    content: close-quote;
    font-size: 88px;
    font-style: normal;
    font-weight: 400;
}
.cls_testimonials .publisher{
	font: 100 16px/24px 'Lato', sans-serif;
	font-style:normal;
}
.firstpage a {
    float: left;
    display: block;
    padding: 0;
    margin: 2px;
    width: 20px;
    height: 20px;
    background: url(/uploads/tpl-buddy-009/news-pagination.png) no-repeat -21px 0;
    text-indent: -9999px;
}
.firstpage a:hover {
    background: url(/uploads/tpl-buddy-009/news-pagination.png) no-repeat -21px 0;
}
.prevpage a {
    float: left;
    display: block;
    padding: 0;
    margin: 2px;
    width: 20px;
    height: 20px;
    background: url(/uploads/tpl-buddy-009/news-pagination.png) no-repeat -1px 0;
    text-indent: -9999px;
}
.prevpage a:hover {
    background: url(/uploads/tpl-buddy-009/news-pagination.png) no-repeat -1px 0;
}
.nextpage a {
    float: left;
    display: block;
    padding: 0;
    margin: 2px;
    width: 20px;
    height: 20px;
    background: url(/uploads/tpl-buddy-009/news-pagination.png) no-repeat -41px 0;
    text-indent: -9999px;
}
.nextpage a:hover {
    background: url(/uploads/tpl-buddy-009/news-pagination.png) no-repeat -41px 0;
}
.lastpage a {
    float: left;
    display: block;
    padding: 0;
    margin: 2px;
    width: 20px;
    height: 20px;
    background: url(/uploads/tpl-buddy-009/news-pagination.png) no-repeat -61px 0;
    text-indent: -9999px;
}
.lastpage a:hover {
    background: url(/uploads/tpl-buddy-009/news-pagination.png) no-repeat -61px 0;
}
.pagetext {
    float: left;
    display: block;
    padding: 0 2px;
    margin: 2px 2px 2px 0px;
    height: 20px;
    color: #888;
}
input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
select {
    font: 100 16px/24px 'Lato', sans-serif;
}
.alertrow {
    margin: 0px 0 20px 0;
    border: 1px solid #af0917;
    padding: 15px 15px 15px 10%;
    background: url(/images/layout/rouwmedia-vraagteken-small.png) no-repeat;
}
.alertrow-inline {
    margin: 10px 0 0 0;
    border: 1px solid #000;
    padding: 15px !important;
}
.alertrow-inline i {
    float: left;
    font-size: 50px;
    margin-right: 15px;
    color: #af0917
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning .fa {
    color: #8a6d3b;
    font-size: 2em;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info .fa {
    color: #31708f !important;
    font-size: 1em !important;
}
.alert {
    padding: 15px !important;
    margin: 20px 0 0 0 !important;
    border: 1px solid;
    border-radius: 4px;
}
/* Forms 
------------------------------------------------- */

.formrow {
    padding: 10px 2px;
    min-height: 28px;
    position: relative;
	display: inline-block;
	width:100%;
}
.formrow div {
    margin: 12px 0;
}
.formrow legend {
    padding: 4px 0;
}
.formrow .submit input {
    padding: 8px;
    margin: 0;
    color: #fff;
    background: #af0917;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #af0917 0%, #0082A3 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #af0917), color-stop(100%, #0082A3));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #af0917 0%, #0082A3 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #af0917 0%, #0082A3 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #af0917 0%, #0082A3 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #af0917 0%, #0082A3 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#af0917', endColorstr='#0082A3', GradientType=0);
    /* IE6-9 */
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    border: none;
}
.formrow .submit input:hover {
    text-decoration: none;
    background: #af0917;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #0082A3 0%, #af0917 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0082A3), color-stop(100%, #af0917));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #0082A3 0%, #af0917 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #0082A3 0%, #af0917 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #0082A3 0%, #af0917 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #0082A3 0%, #af0917 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0082A3', endColorstr='#af0917', GradientType=0);
    /* IE6-9 */
    
    border: none;
}
.formrow label:first-child {
    display: block;
	color:#000;
    width: 260px;
    float: left;
    margin: 6px 0;
    text-align: left;
    padding-right: 15px;
}
.formrow .txt-area, .formrow .opmerkingen{
	width: 100%;
    height: 8em;
}
.formrow input[type="text"],
.formrow input[type="password"],
.formrow input[type="email"],
.formrow input[type="date"],
.formrow textarea,
.formrow select .formrow input[type="date"],
.formrow input.date {
    border: 1px solid #000;
	font: 100 16px/24px 'Lato', sans-serif;
    margin: 0 10px 0 0;
    padding: 5px 6px;
    color: #000;
    transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    display: block;
    float: left;
    max-width: 100%;
    background: rgb(255, 255, 255);
}
.formrow input.date {
    width: 260px;
    max-width: 100%;
    box-sizing: border-box;
}
.formrow .form-aanhef{
	width:360px;
	padding: 8px 6px;
}
.formrow select {
    width: 302px;
    padding: 4px 0px;
}

.formrow input:hover,
.formrow input:focus,
.formrow textarea:hover,
.formrow select:hover,
.formrow checkbox:hover {
    /*background:					none repeat scroll 0 0 #fff;
	border:						1px solid #bec4c7;*/
}
.formrow textarea {
    overflow: auto;
}
.formrow.largetext label {
    width: 100%;
}
.formrow.largetext textarea {
    width: 100%;
    height: 4em;
}
textarea {
    padding: 10px 15px;
    line-height: 1.5em;
    box-sizing: border-box;
}
.formrow-full {
    width: 100% !important;
    display: block;
}
.error_message {
    color: red;
}
.textarea {
    width: 240px;
}
.formbuddyfooter {
    padding: 0;
}
.formbuddyfooter div {
    margin: 0 0 12px 0;
}
.formbuddyfooter legend {
    padding: 0 0 4px 0;
}
.formbuddyfooter label {
    width: 100%;
    display: block;
}
.formbuddyfooter .submit input {
    background-color: #004f63;
    background-repeat: no-repeat;
    background-position: 8px 6px;
    color: #FFF;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: 'Lato', sans-serif;
    padding: 5px 6px;
    margin: 4px 0 0;
    transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
}
.formbuddyfooter .submit input:hover {
    background-color: #0082a2;
    background-repeat: no-repeat;
}
.formbuddyfooter input[type="text"],
.formbuddyfooter input[type="password"],
.formbuddyfooter textarea {
    background-color: #0082a2;
    border: none;
    font-size: 90%;
    font-family: 'Lato', sans-serif;
    margin: 0 10px 0 0;
    padding: 8px 6px;
    width: 96%;
    color: #FFF;
    transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
}
.formbuddyfooter input:hover,
.formbuddyfooter input:focus,
.formbuddyfooter textarea:hover,
.formbuddyfooter select:hover,
.formbuddyfooter checkbox:hover {
    background-color: #0090b3;
}
.formbuddyfooter textarea {
    overflow: auto;
}
.formrow.fullwidth {
    padding: 0;
}
.formrow.fullwidth label {
    width: 100%;
}
.formrow.fullwidth input[type="text"],
.formrow.fullwidth input[type="email"],
.formrow.fullwidth input[type="button"],
.formrow.fullwidth textarea {
    float: left;
    margin-top: 10px;
}
.formrow input[type="file"] {
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
}
.formrow.fullwidth textarea {
    width: 100%;
}
.formrow.fullwidth.button-rounded-corners,
.formrow.fullwidth.button-rounded-corners:visited,
.formrow.fullwidth.button-rounded-corners:hover {
    border: 0;
    padding: 6px 35px 6px 20px;
}
.formrow.fullwidth input[type="button"] {
    min-width: 240px;
}
/* Lists and Tables
------------------------------------------------- */

ul,
ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 2em;
	color:#000;
}
ul {

}
ul li {
    padding: 0.1em 0 0 0.6em;
}


#row-footer-menu ul {
	list-style: none !important;
	padding:0;
	margin:0;
	font-size:14px;
	color:#929891;
}
#row-footer-menu ul li {
    padding: 0;
}
#row-footer-menu ul li:before{
	content: "›"; /* Insert content that looks like bullets */
    padding-right: 8px;
}


ol {
    list-style-type: decimal;
}
ul ul,
ol ol {
    margin: 0.3em 1.5em 0.2em 0;
}
ul ul {
    list-style-type: circle;
}
ul ul ul,
ol ol ol {
    margin: 0.3em 1.5em 0.2em 0;
}
ul ul ul {
    list-style-type: square;
}
dl {
    margin: 0 0 1.5em 0;
}
dl dt {
    font-weight: bold;
}
dl dd {
    margin-left: 1.5em;
    margin-bottom: 0.4em;
}
table {
    border-style: solid;
    margin: 1.2em 0;
    width: 100%;
}
th {
    font-weight: bold;
}
thead th {
    /*background: #E1F2FB;*/
}
th,
td,
caption {
    border-color: #000;
    border-style: solid;
    border-width: 1px 0px 0;
    padding: 4px 10px 4px 5px;
}
tbody tr:nth-child(2n) td,
tbody tr.even td {
    /*background: #EEE;*/
}
tfoot {
    font-style: italic;
}
caption {
    background: #EEEEEE;
}
table.cleardata {
    border-width: 0px;
    margin: 1.2em 0;
    width: 100%;
    position: relative;
}
table.cleardata td {
    position: relative;
    vertical-align: middle;
}

table.cleardata th,
table.cleardata td,
table.cleardata caption {
    border-width: 0 0 0;
    padding: 4px 10px 4px 0px;
}
table.cleardata th{
	text-align:left;
	font-family: 'Playfair Display', serif;
	color:#000;
}
tbody tr:nth-child(2n) td,
tbody tr.even td {
    /*background: #f8f8f8;*/
}
tbody tr:hover{
	background: #f8f8f8;
}
tfoot {
    font-style: italic;
}
.sales-tarief {
    font-weight: bold;
    font-size: larger;
}
/* ----------------------------------------------
	
        Menu stylesheet - Top and Footer menus

------------------------------------------------- */
/* Main Menu Dropdown - based on Superfish 1.4.8
http://users.tpg.com.au/j_birch/plugins/superfish/
------------------------------------------------- */

#mainNav {
    width: 910px;
    margin: 0 auto;
    height: 52px;
    padding: 0;
    z-index: 101;
}
#mainNav select {
    display: none;
}
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'light', sans-serif;
	font-weight: 100;
}
.sf-menu {
    line-height: 1.0;
    width: 100%;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 16em;
	background:#f4f3f2;
    /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu li:first-child {
    float: left;
}
.sf-menu li:last-child {
    background: transparent;
    margin-right: 10px;
}
.sf-menu a {
    display: block;
    position: relative;
    font-style: normal;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: -0.5em;
    top: 2.85em;
    /* match top ul list item height */
    
    z-index: 101;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 16em;
    /* match ul width */
    
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em;
    /* match ul width */
    
    top: 0;
}
.sf-menu li.sfHover ul:hover li a {
    color: #CCC;
}
.sf-menu li.sfHover ul:hover li:hover a {
    color: #333;
}
.sf-menu li.sfHover ul li,
.sf-menu li.sfHover ul li a {
    transition: all 0.3s ease;
}

.sf-menu {
    float: left;
}
.sf-menu a {
    padding: 1em 2.5em 0 0;
    background: none;
    color: #333;
}
.sf-menu a
.sf-menu a:visited {
    /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu li.sfHover a {
    color: #000;
}
.sf-menu > li {
    line-height: 1.7;    
}
.sf-menu > li > a:after {
    display: block;
    content:'';
    background: transparent;
    height: 1px;
    width: 100%;
    transition: all 0.4s ease-in-out;
}
.sf-menu > li > a:hover:after,
.sf-menu > li.menuactive > a:after,
.sf-menu > li:not(.desktop) > a.menuactive:after {
    background: #333;
}
.sf-menu li:first-child,
.sf-menu li:first-child a {} .sf-menu li:last-child {} .sf-menu li li:last-child,
.sf-menu li li li:last-child,
.sf-menu li li:first-child,
.sf-menu li li li:first-child {} .sf-menu li li a {
    border-top: 1px solid #bebfba;
    padding: 1em 1.6em;
}
.sf-menu li.sfHover li a,
.sf-menu li.sfHover li li a {
    color: #000;
    font-size: 14px;
    line-height: 1.4em;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active,
.sf-menu li.menuactive a.menuactive {
    text-decoration: none;
    outline: 0;
}
.sf-menu li + li a:hover,
.sf-menu li.menuactive a.menuactive {
    border-radius: 0;
}
.sf-menu li:first-child.menuactive a.menuactive {} .sf-menu li.sfHover li.sfHover a,
.sf-menu li.sfHover li a:hover,
.sf-menu li.sfHover li.sfHover:hover {

}
.sf-menu li.sfHover li.sfHover li a {
}
.sf-menu li.sfHover li li a:hover {
}
.sf-menu li.menuactive li.menuactive a.menuactive {
    text-decoration: none;
    color: #000;
}
.private .sf-menu li {
}
.private .sf-menu li:first-child {
    float: left
}
.private .sf-menu a {

}
.private .sf-menu a.homebutton {
    padding: 5px 15px
}
/*** arrows **/

.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px;
    /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: 1em;
    top: 1.05em;
    /* IE6 only */
    
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url(/images/layout/arrows-ffffff.png) no-repeat -10px -100px;
    /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    
    top: 1.4em;
    background-position: -10px -100px;
    /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator,
a.menuactive > .sf-sub-indicator {
    background-position: -10px -100px;
    /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */

.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
    top: 1.2em;
}
/* apply hovers to modern browsers */

.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
    /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/

.sf-shadow ul {
    background: url(/uploads/tpl-buddy-009/shadow.png) no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}

.sf-menu:hover > li,
#personal-menu ul.sub-menu:hover > li{
	opacity: 0.2;
	transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

.sf-menu:hover > li:hover,
#personal-menu ul.sub-menu > li:hover{
	opacity: 1;
}

.p20{padding-left:20px;}


/* Footer menu (1 level)
------------------------------------------------- */

#footerNav {
    float: left;
    font-size: 100%;
    margin: 0 0 20px 20px;
    width: 290px;
}
#footerNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/* menu list items */

#footerNav li {
    list-style: none;
    margin: 0;
    border-top: 1px solid #565656;
    border-bottom: 1px solid #565656;
    padding: 0;
}
#footerNav li:last-child {
    border-bottom: 1px solid #565656;
}
#footerNav li:last-child a {
    border-bottom: 1px solid #565656;
}
#footerNav a,
#footerNav h3 span,
#footerNav .sectionheader span {
    padding: 8px 7px 8px 0px;
    margin: 0;
    text-decoration: none;
    color: #dedede;
    /* default link color */
    
    display: block;
    transition: color .2s;
    -moz-transition: color .2s;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
}
/* hover state for links */

#footerNav li a:hover {
    color: #fff;
}
#footerNav a span {
    padding: 6px 4px 0 0;
}
#footerNav li.menuactive a span {
    color: #fff;
}
#footerNav li.currentpage h3 {
    font-size: 100%;
    border: none;
    font-family: 'Lato', sans-serif;
}
#footerNav li.currentpage h3 span {
    padding: 14px 7px 6px 4px;
    color: #fff;
}
#footerNav .sectionheader span {
    padding-left: 15px;
}
/* active parent, that is the first level parent of a child page that is the current page */

#footerNav li.menuactive,
#footerNav li.menuactive a:hover {
    color: #fff;
}
.home.class_box_shadow_divs{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home.class_box_shadow_divs div div{
	text-align:center;
	width: 110px;
	height: 110px;
}
.home.class_box_shadow_divs .button{
	width: 110px;
}
.home.class_box_shadow_divs div div img{
	width: 110px;
	height: 110px;
}
.class_box_shadow_divs {
/*    padding: 1%;
    margin: 0 0 2% 0;*/
	margin:auto;
    width: 100%;
}
.class_box_shadow_divs div:last-child {
/*    margin-right: 0px;*/
}
.class_box_shadow_divs .button {
    width: 130px;
    float: left;
/*    margin: 0 14px;*/
    border: 0;
    text-decoration: none;
    font-size: 15px;
    line-height: 14px;
    padding: 7px 0;
    cursor: pointer;
	background-color: #fff;
	text-align:center;
	text-transform:initial;
}
.class_box_shadow_divs .button span {
    line-height: 1.2em;
}
.class_box_shadow_divs h3{
	line-height: 1.2em;
}
.home .button{background-color:#f4f3f2!important;}

.class_box_shadow_divs .link {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
    color: #000;
    font-size: 1em;
}
.class_box_shadow_divs div div {
	width:130px;
	height:110px;
	background: #fff;
    border-radius: 50%;	
	text-align:center;
	vertical-align: middle;
	line-height:100px;
    margin: 0 0 10px 0 !important;
}
.class_box_shadow_divs div div img {
    margin: 0 !important;
    height: 100px;
    width: 100px;
}
.class_box_shadow {
    float: left;
    width: 120px;
    min-width: 120px;
    min-height: 120px;
    margin: 0;
    background: #fff;
    border: 5px solid white;
    position: relative;
    border: 1px solid #a8acae;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ingelogd-buttons{
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ingelogd-buttons.class_box_shadow_divs .link{
	font: 100 16px/24px 'Lato', sans-serif;
}
.sh_bottom {
    width: 100%;
    height: 45%;
    position: absolute;
    z-index: -2;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.sh_bottom:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 80px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 15px 25px 8px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 15px 25px 8px rgba(0, 0, 0, 0.19);
    box-shadow: 15px 25px 8px rgba(0, 0, 0, 0.19);
    -moz-transform: skew( 15deg, 10deg) translate(-30px, -23px);
    -webkit-transform: skew( 15deg, 10deg) translate(-30px, -23px);
    transform: skew( 15deg, 10deg) translate(-30px, -23px);
}
.sh_bottom:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 80px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -15px 25px 8px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: -15px 25px 8px rgba(0, 0, 0, 0.19);
    box-shadow: -15px 25px 8px rgba(0, 0, 0, 0.19);
    -webkit-transform: skew( -15deg, -10deg) translate(30px, -23px);
    -moz-transform: skew( -15deg, -10deg) translate(30px, -23px);
    transform: skew( -15deg, -10deg) translate(30px, -23px);
}
ul.pagination li a.active {
    color: #af0917;
    font-weight: 700;
}
.collection-navigation-pager {
    float: right;
}
#items-per-page-container {
    color: #aaa;
    float: left;
}
#items-per-page {
    display: inline;
}
#total-items {
    display: inline;
}
/*********************
 * Tess popup helper *
 *********************/

div.tess-help {
    display: none;
}
div.tess-popup {
    z-index: 201;
    position: fixed;
    width: 440px;
    min-height: 160px;
    background: #fff;
    padding: 20px;
    box-shadow: 5px 5px 20px 0px rgba(50, 50, 50, 0.75);
}
div.tess-popup div.content {
    max-height: 80vh;
    overflow: auto;
    overflow-x: hidden;
}
div.tess-popup div.content h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
div.tess-popup div.content > *:last-child {
    margin-bottom: 0px;
}
div.tess-popup div.close,
div.tess-popup i.close {
	position: absolute;
    top: 5px;
    right: 10px;
    display: block;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
div.tess-popup div.close:hover {}
div.tess-popup-background {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    top: 0;
    left: 0;
}
div.tess-help-icon {
    position: relative;
    top: 4px;
    display: inline-block;
    background: #000;
    color: #fff;
    font-weight: bold;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    margin: -5px 0px -5px 10px;
    cursor: pointer;
}
div.tess-help-icon:hover {}
.tess-inline-message {
    padding: 20px;
    border: 1px solid #000;
	background-color:#fff;
    box-shadow: 3px 3px 15px -5px #000;
    color: #000;
    margin-bottom: 28px;
    position: relative;
    box-sizing: border-box;
}
.tess-inline-message strong{font-weight:100}
.tess-inline-message h3{
	font: 100 16px/24px 'Lato', sans-serif;
}
.tess-inline-message > *:last-child {
    margin-bottom: 0;
}
.tess-inline-message div.close,
.tess-inline-message i.close{
    position: absolute;
    top: 5px;
    right: 10px;
    display: block;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

/************
 * rmdialog *
 ************/

.rmdialog-content {
    display: none;
}
.rmdialog-popup-background {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    top: 0;
    left: 0;
}
.rmdialog-popup {
    z-index: 201;
    position: fixed;
    min-width: 350px;
    max-width: 600px;
    background: #eee;
    padding: 40px;
    box-shadow: 5px 5px 20px 0px rgba(50, 50, 50, 0.75);
}
.rmdialog-popup-xl {
    z-index: 201;
    position: fixed;
    min-width: 350px;
    max-height: 80%;
    background: #eee;
    padding: 40px;
    box-shadow: 5px 5px 20px 0px rgba(50, 50, 50, 0.75);
}
.rmdialog-popup-xl img{
	height: 80vh;
}
.rmdialog-popup div.close,
.rmdialog-popup i.close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    color: #000;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
	font-weight: 200;
}
.rmdialog-popup div.close:hover {}
.rmdialog-popup h4 {
	text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.rmdialog-popup > .content > *:last-child {
    margin-bottom: 0px;
}


/**************
 * login form *
 **************/

#frmLogon table,
#frmLogon table td,
#frmForget table,
#frmForget table td {
    border: 0;
    background-color: initial;
}
#frmLogon .button-rounded-corners,
#frmForget .button-rounded-corners {
    margin: 0;
}
#frmLogon img.loader,
#frmForget img.loader {
    position: relative;
    top: 5px;
    left: 10px;
}
/*****************
 * Fold animatie *
 *****************/

.checkbox-filter-title {
    height: 16px;
    padding: 4px 0 15px 0px;
    cursor: pointer;
	text-transform:uppercase;
	font-weight:400;
}
.checkbox-filter-title:after {
	font-family: FontAwesome;
    content: '\f077';
    display: block;
    float: right;
    font-weight: bold;
    font-size: 17px;
    font-style: normal;
    text-align: center;
    margin: 0 5px 0 0;
    margin-right: 9px;
    padding: 0;
    color: #000;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
	-webkit-text-stroke: 1px #e9e9e7;
}
.checkbox-filter-title:hover:before {}
.checkbox-filter-container.foldout .checkbox-filter-title:after {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	font-family: FontAwesome;
    content: '\f078';
}
.checkbox-filter-container .checkbox-filter-content {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    max-height: 0px;
}
.checkbox-filter-container.foldout .checkbox-filter-content {
    max-height: 1000px;
}
.checkbox-filter-container {
    position: relative;
    padding: 10px 0;
    background: url('/images/layout/sidebar-divider-line.png') no-repeat bottom center;
}
/*
.checkbox-filter-container:after {
	content:'';
	display:block;
	height:1px;
	background:#ccc;
	border:0;
}
*/

.select-filter-container {
    position: relative;
    padding: 10px 0;
    background: url('/images/layout/sidebar-divider-line.png') no-repeat bottom center; 
}
.checkbox-filter-container .select-all label {
    cursor: pointer;
    color: #888;
    text-decoration: none;
    padding-left: 22px;
    display: block;
}
.checkbox-filter-container .select-all label:hover {
    text-decoration: underline;
}
.checkbox-filter-content {
    line-height: 24px;
}
.checkbox-filter-option input {
    display: none;
}
.checkbox-filter-option input + label {
    position: relative;
    padding-left: 25px;
}
.checkbox-filter-option input + label:before {
    content: '\f096';
	font-family: FontAwesome;
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
}
.checkbox-filter-option input:checked + label:before {
	font-family: FontAwesome;
    content: '\f046';
}
.text-filter-container {
    margin: 20px 0;
}
.text-filter-container input {
    border: 1px solid #000;
    line-height: 26px;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
}
.text-filter-container input.text {
    color: #000;
    padding-left: 30px;
    width: 100%;
}
.text-filter-container:before {
	font-family:FontAwesome;
	content:'\f002';
	color: #000;
	position: absolute;
    z-index: 10;
    margin-left: 10px;
    margin-top: 6px;
}
.text-filter-container input.submit {
    display: none;
	cursor: pointer;
    line-height: 18px;
    width: 85px;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    margin-left: 10px;
    background: rgb(180, 186, 189);
    background: -moz-linear-gradient(top, rgba(180, 186, 189, 1) 0%, rgba(110, 116, 120, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(180, 186, 189, 1)), color-stop(100%, rgba(110, 116, 120, 1)));
    background: -webkit-linear-gradient(top, rgba(180, 186, 189, 1) 0%, rgba(110, 116, 120, 1) 100%);
    background: -o-linear-gradient(top, rgba(180, 186, 189, 1) 0%, rgba(110, 116, 120, 1) 100%);
    background: -ms-linear-gradient(top, rgba(180, 186, 189, 1) 0%, rgba(110, 116, 120, 1) 100%);
    background: linear-gradient(to bottom, rgba(180, 186, 189, 1) 0%, rgba(110, 116, 120, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b4babd', endColorstr='#6e7478', GradientType=0);
}
.text-filter-container input.submit:hover {
    background: rgb(140, 146, 149);
    background: -moz-linear-gradient(top, rgba(140, 146, 149, 1) 0%, rgba(110, 116, 120, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(140, 146, 149, 1)), color-stop(100%, rgba(110, 116, 120, 1)));
    background: -webkit-linear-gradient(top, rgba(140, 146, 149, 1) 0%, rgba(110, 116, 120, 1) 100%);
    background: -o-linear-gradient(top, rgba(140, 146, 149, 1) 0%, rgba(110, 116, 120, 1) 100%);
    background: -ms-linear-gradient(top, rgba(140, 146, 149, 1) 0%, rgba(110, 116, 120, 1) 100%);
    background: linear-gradient(to bottom, rgba(140, 146, 149, 1) 0%, rgba(110, 116, 120, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b4babd', endColorstr='#6e7478', GradientType=0);
}
.ui-widget span {
    font: 100 16px/24px 'Lato', sans-serif;
}
.formrow div {
    margin: 0;
    padding: 0;
}
.formrow div.ui-buttonset label.ui-button {
    width: 180px;
    box-sizing: border-box;
    margin: 0px -2px 0px 0px;
}
.stijlblokken div.ui-buttonset label.ui-button{width:215px;text-align:center}
.stijlblokken div.radio .ui-button:after{left:21%}
div.radio.ui-buttonset {
    float: left;
    margin-right: 11px;
}
div.radio .ui-button {
    position: relative;
    text-align: left;
    padding: 1px 1px 1px 30px;
}
div.radio .ui-button.ui-state-active {
    background-color: #fff;
}
div.radio .ui-button:after {
    content: '\f096';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 20px;
    height: 20px;
	font-family:FontAwesome;
}
div.radio .ui-button.ui-state-active:after {
    content: '\f046';
	font-family:FontAwesome;
}
.formrow input[type=text],
.formrow input[type=email] {
    box-sizing: border-box;
    width: 360px;
}
.formrow input.small {
    width: 50px;
}
.formrow input.smaller {
    width: 75px;
}
.formrow input.autowidth {
    width: 95%;
}
.checkbox-filter-option .count {
    float: right;
}
.profiellogo img {
    max-width: 100%;
}
.collection-item .collection-item-titel {
    opacity: 1;
    -transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.collection-item:hover .collection-item-titel {
    opacity: 1;
}
#colKaarten .collection-item-titel {
    height: 1.5em;
    overflow: hidden;
}
.formrow .image-upload-preview {
    display: inline-block;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
    background-clip: padding-box;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr '#ffffff', endColorstr '#eeeeee', GradientType 0);
    border: 1px solid #aaa;
    font-family: 'Lato', sans-serif;
    margin: 0 10px 0 0;
    padding: 5px 6px;
    min-width: 288px;
    color: #636B73;
    border-radius: 3px;
    width: 95%;
}
.formrow .image-upload-preview input[type=file] {
    margin: 0;
    font-family: 'Lato', sans-serif;
    width: 95%;
}
.formrow .image-upload-preview input[type=file] + img {
    display: block;
    margin-top: 10px;
    max-width: 100px;
    max-height: 80px;
}
.front-page .formrow input[type=text] {
    width: 260px;
}
.back-page .formrow input[type=text] {
    width: 260px;
}
.center-page-left textarea {
    width: 400px;
    height: 300px;
    resize: none;
    font-family: 'Lato', sans-serif;
}
.center-page-left .txt-area-small {
    height: 125px;
}
.center-page-right .formrow {
    height: auto;
}
.center-page-right .formrow:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.center-page-right .formrow .left {
    width: 400px;
    float: left;
    overflow: hidden;
}
.center-page-right .formrow .left > * {
    width: 50px;
    float: right;
}
.center-page-right .formrow .right {
    width: 300px;
    float: left;
    overflow: hidden;
}
.center-page-right .formrow label {
    width: auto;
}
.center-page-right .nabestaande-vak.active {
    border: 1px solid #00cc66;
}
.center-page-right .nabestaande-vak {
    width: 38%;
    margin: 0 0 0 5%;
    padding: 3%;
    float: left;
    border: 1px solid #eee;
    text-align: center;
}
.center-page-right .nabestaande-vak img,
.center-page-right .nabestaande-detailvak img {
    max-width: 100%;
    margin-bottom: 5%;
}
.center-page-right .nabestaande-vak button {
    background: none;
    border: 0px;
    text-decoration: underline;
    font: 400 14px/19px 'Lato', sans-serif;
    cursor: pointer;
}
.center-page-right .nabestaande-detailvak {
    margin: 0 5% 0 0;
    width: 38%;
    float: left;
}
.center-page-right .nabestaande-detailvak-input {
    width: 57%;
    float: left;
}
.voortgang {
    padding: 10px;
    border: 1px solid #eee;
}
.voortgang > div:before {
    display: inline-block;
    width: 20px;
    content: '-';
}
.voortgang > div {
    background: none;
    margin: 0;
    padding: 0;
}
.voortgang > div.active:before {
    content: '';
    width: 20px;
    height: 20px;
    top: 3px;
    background: url(/images/layout/thick.png) no-repeat top left;
}
.voortgang > div.active {
    font-weight: bold;
}
#mainNav {}
.red-gradient {
    background: rgb(175, 9, 23);
    /* Old browsers */
    
    background: -moz-linear-gradient(top, rgba(175, 9, 23, 1) 0%, rgba(90, 21, 20, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(175, 9, 23, 1)), color-stop(100%, rgba(90, 21, 20, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(175, 9, 23, 1) 0%, rgba(90, 21, 20, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(175, 9, 23, 1) 0%, rgba(90, 21, 20, 1) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(175, 9, 23, 1) 0%, rgba(90, 21, 20, 1) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(175, 9, 23, 1) 0%, rgba(90, 21, 20, 1) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#af0917', endColorstr='#5a1514', GradientType=0);
    /* IE6-9 */
}
.gray-gradient {
    background: rgb(215, 217, 217);
    /* Old browsers */
    
    background: -moz-linear-gradient(top, rgba(215, 217, 217, 1) 0%, rgba(215, 217, 217, 0) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(215, 217, 217, 1)), color-stop(100%, rgba(215, 217, 217, 0)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(215, 217, 217, 1) 0%, rgba(215, 217, 217, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(215, 217, 217, 1) 0%, rgba(215, 217, 217, 0) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(215, 217, 217, 1) 0%, rgba(215, 217, 217, 0) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(215, 217, 217, 1) 0%, rgba(215, 217, 217, 0) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d7d9d9', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}
ul.checklist{
    margin: 0;
    padding: 0;
    text-align: left;
    color: #fff;
}
ul.checklist li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.button {
    border: 0;
    text-decoration: none;
	text-transform:uppercase;
    font-style: normal;
    line-height: calc(40px - 14px);
    padding: 7px 20px;
    cursor: pointer;
    color: #676D71;
    background-color: #e4e4e4;
    display: inline-block;
    max-width: 100%;
}
.button img {
    max-width: 100%;
}
.button:hover {
    text-decoration: none;
    color: #575D61;
}
.button.green,
.button.back {
    background:#fff;
    border:1px solid #000;
    color: #000;
	letter-spacing:3px;
	white-space: nowrap;
}
.button.green:hover,
.nav-button-container .button.back:hover {
    background:#000;
    border:1px solid #000;
    color: #fff;
}
.button.green.hovered,
.button.back.hovered {
    background:#fff;
    border:1px solid #000;
    color: #000;
}
.button.red {
    background: rgb(175, 9, 23);
    background: -moz-linear-gradient(top, rgba(175, 9, 23, 1) 0%, rgba(90, 21, 20, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(175, 9, 23, 1)), color-stop(100%, rgba(90, 21, 20, 1)));
    background: -webkit-linear-gradient(top, rgba(175, 9, 23, 1) 0%, rgba(90, 21, 20, 1) 100%);
    background: -o-linear-gradient(top, rgba(175, 9, 23, 1) 0%, rgba(90, 21, 20, 1) 100%);
    background: -ms-linear-gradient(top, rgba(175, 9, 23, 1) 0%, rgba(90, 21, 20, 1) 100%);
    background: linear-gradient(to bottom, rgba(175, 9, 23, 1) 0%, rgba(90, 21, 20, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#af0917', endColorstr='#5a1514', GradientType=0);
    color: #fff;
}
.button.red:hover {
    background: rgb(175, 9, 23);
    background: -moz-linear-gradient(top, rgba(90, 21, 20, 1) 0%, rgba(175, 9, 23, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(90, 21, 20, 1)), color-stop(100%, rgba(175, 9, 23, 1)));
    background: -webkit-linear-gradient(top, rgba(90, 21, 20, 1) 0%, rgba(175, 9, 23, 190) 100%);
    background: -o-linear-gradient(top, rgba(90, 21, 20, 1) 0%, rgba(175, 9, 23, 190) 100%);
    background: -ms-linear-gradient(top, rgba(90, 21, 20, 1) 0%, rgba(175, 9, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(90, 21, 20, 1) 0%, rgba(175, 9, 23, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5a1514', endColorstr='#af0917', GradientType=0);
    color: #fff;
}
.button.sidebar {
    background: transparent;
    width: 100%;
    text-align: left;
}
.button.sidebar i.next {
    background: url("../images/layout/next-arrow-dark.png") no-repeat;
}
.button.sidebar:before {
}
.button.homepage{
	margin:2%;
}
.button.sidebar:after {
}
#row-footer-menu {
	padding:40px 0;
}
#row-footer-menu .center{
	width:930px;
}
.ui-button-text-only .ui-button-text {
    padding: 0.3em 1em;
}
.button.back {
    background: #fff;
    color: #fff;
    letter-spacing: 3px;
    white-space: nowrap;
	margin-left:0;
	padding-left:0;
}
.button.next {
    float: right;
}
.button i.next {
    background: url("../images/layout/next-arrow.png") no-repeat;
    width: 7px;
    height: 8px;
    display: inline-block;
    margin-left: 6px;
    margin-right: -6px;
}
.button i.prev {
    background: url("../images/layout/prev-arrow-dark.png") no-repeat;
    width: 7px;
    height: 8px;
    display: inline-block;
    margin-left: -6px;
    margin-right: 6px;
}
.button.back i.prev {
    background: url("../images/layout/prev-arrow.png") no-repeat;
}
i.prev {
    background: url("../images/layout/prev-arrow-grey.png") no-repeat;
    width: 7px;
    height: 8px;
    display: inline-block;
    margin-right: 6px;
}
.form-actions {
    width: 100%;
    margin: 40px 0;
}
.cls_footer-container {
    font-size: 14px;
}
.cls_footer-container h4{
	color:#929891;
	font-family: 'Playfair Display', serif;
}
/* Navigatiebalk */

.rm-nav {
    width: 100%;
    line-height: 30px;
    display: block;
    margin-top: 25px;
    border-top: 1px solid #000;
    padding-top: 25px;
}
.rm-nav p {
    margin: 0;
    float: left
}
.rm-nav > p {
    width: 40%;
}
.rm-nav > p:first-child {
    width: 30%;
    text-align: left;
}
.rm-nav > p:last-child {
    width: 30%;
    text-align: right;
}
.rm-nav p.nav {
    text-align: center;
}
/* Paginatie */

.rm-nav .pager ol {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}
.rm-nav .pager ol li {
    display: inline;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer
}
.rm-nav .pager ol li.current {
	font-weight:bold;
}
/* Items per pagina */

.rm-nav select {
    display: inline-block;
}
/* Fav icon */

i.fav-icon {
    width: 43px;
    height: 35px;
    margin-right: 8px;
}
i.fav-icon:before{
    content: '\f08a';
    font-family: FontAwesome;
	font-style:normal;
	color:#000;
}
i.fav-icon-remove {
	font-family:FontAwesome;
	content:'\f004';
}
a.detail-link {
    line-height: 35px;
}
.collection-item-detail-data-links {
    float: left;
}
.collection-item-detail-data-links a {
    display: block;
    text-align: left;
    margin: 10px 0;
    color: #676D71;
}
/* Aanpassingen layout detail stappen */

.order-data-step-left {
    width: 455px;
    float: left;
}
.order-data-step-right {
    width: 215px;
    margin: 0;
    float: right;
}
#order-data-step .collection-item-detail-data {
    margin-top: 20px;
    padding: 15px;
}
/* Style radio buttons (geen jquery-ui) */

.styled-radio input[type=radio] {
    display: none
}
.styled-radio input[type=radio] + label {
    position: relative;
    padding-left: 25px;
    display: block;
	color:#000;
}
.styled-radio input[type=radio] + label:before {
	font-family: FontAwesome;
	content: '\f096';
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
	color:#000;
}
.styled-radio input[type=radio]:checked + label:before {
	font-family: FontAwesome;
	content: '\f046';
}
.order-data-step-right img {
    max-width: 100%
}
.thumb-navigation {
    text-align: center;
    margin: 0 auto;
    font-size: 0.8em;
}
.thumb-navigation-item {
    display: inline-block;
    min-width: 70px;
}
.thumb-navigation img {
    display: inline;
    cursor: pointer;
    border: 1px solid #000;
    margin: 0 5px
}
.thumb-navigation img.opacity50 {
    border-color: #fff
}
.thumb-navigation img.opacity100 {
    border-color: #000
}
.step3 .deel-2 {
    display: none;
}
.als-pdf,
.gedrukt {
    display: none;
}
.center-page-right .order-data-step-left {} .order-data-step-right.collection-box-preview.zoom {
    overflow: hidden;
}
.order-data-step-right.collection-box-preview.zoom img {
    width: 200%;
    min-width: 200%;
    margin-left: -100%;
}
.order-data-step-right.collection-box-preview.zoom.left img {
    margin-right: -100%;
    margin-left: 0;
}
.center-page-right .order-data-step-left > * {
    margin: 0px 60px 0;
    float: right;
    width: 332px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.05);
    color: #676D71;
    border: 0;
    transition: opacity .2s;
}
.center-page-right .order-data-step-left > *:hover {
    background: rgba(0, 0, 0, 0.2);
    transition: opacity .2s;
}
.center-page-right .order-data-step-right {
    box-sizing: border-box;
}
.center-page-right .order-data-step-right > * {
    margin: 0;
}
.center-page-right .order-data-step-right > button {
    position: absolute;
}
.center-page-right textarea {
    resize: none;
    font-family: 'Lato', sans-serif;
}
.center-page-right #date01 {
    width: 120px;
    margin-right: 0;
    float: left;
}
.center-page-right #date02 {
    width: 120px;
    margin-left: 0;
    float: right;
}
.arrow-before {
    margin: 6px 0 0 -15px!important;
    width: 7px;
    height: 8px;
    background: url(/images/layout/arrow-back-grey.png) no-repeat;
    float: left;
}
.thick {
    float: right;
    width: 20px;
    height: 20px;
	color: #000;
}
.thick:after{
    font-family: FontAwesome;
    content: '\f096';
}
.thick_done {
    float: right;
    width: 20px;
    height: 20px;
	color: #000;
}
.thick_done:after{
    font-family: FontAwesome;
    content: '\f046';
	
}
.txt_editorscreen {
    width: 90%;
    padding: 5%;
    height: 200px;
}
.step2-detail .image-collection {
    min-height: 535px;
}
#show_tess {
    display: none;
}
#show_tess + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer
}
#show_tess + label:before {
    content: '';
    background: url(../images/ticks.png) no-repeat -20px 0;
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
}
#show_tess:checked + label:before {
    background: url(../images/ticks.png) no-repeat 0 0;
}
.example-card a {
}
.example-card a:hover {
    text-decoration: underline;
}
.example-card-box,
.example-card-box-left {
    overflow: hidden;
    width: 435px;
    float: left;
}
.example-card-box img {
    width: 200%;
    max-width: initial;
    margin: -15% 0 0 -100%;
}
.example-card-box-left img {
    width: 200%;
    max-width: initial;
    margin: -15% 0 0 0;
}
.render-input {
    float: left;
    width: 235px;
}
.row-inleiding {
    margin-top: 95px;
    width: 100%;
}
.row-inleiding textarea {
    height: 90px;
}
.row-overledene {
    margin-top: 20px;
    width: 100%;
}
.row-overledene input {
    font-size: 13px;
}
.row-datums {
    width: 100%;
}
.row-datums input {
    font-size: 13px;
}
.row-nabestaande {
    margin-top: 20px;
    width: 100%;
}
.order-container {
    width: 100%;
}
.order-container .order {
    float: left;
    width: 30%;
    height: 215px;
    margin: 1.666666666666667%;
    text-align: center;
}
.row-uitvaartinfo {
    margin-top: 70px;
    width: 100%;
}
.order-container .order img {
    max-height: 175px;
}
#ext_error {
    color: #af0917;
    font-weight: bold;
    border: 1px solid #af0917;
    display: none;
}
textarea.module-zakelijke-teksten-textarea {
    width: 100%;
    min-height: 100px;
}
table.module-zakelijke-teksten {
    max-width: 100%;
}
table.module-zakelijke-teksten .afkorten {
    max-width: 40%;
    width: 40%;
}
table.module-zakelijke-teksten .small {
    width: 10%;
    text-align: right;
}
table.module-zakelijke-teksten td > div {
    max-width: 215px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bold {
    font-weight: bold;
}
.samenvatting-bestellingen .formrow {
    padding: 0;
    height: auto;
}
.samenvatting-bestellingen .formrow span:first-child {
    width: 150px;
    float: left;
    display: block;
    color: #c6c6c6;
}
.samenvatting-bestellingen .formrow span:last-child {
    max-width: 250px;
    float: left;
    display: block;
}
.samenvatting-bestellingen img {
    float: right;
}
.samenvatting-bestellingen .statusbar {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #676d71;
    background: #d8d8d8;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d8d8d8 0%, #efefef 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d8), color-stop(100%, #efefef));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #d8d8d8 0%, #efefef 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #d8d8d8 0%, #efefef 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #d8d8d8 0%, #efefef 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #d8d8d8 0%, #efefef 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#efefef', GradientType=0);
    /* IE6-8 */
}
.samenvatting-bestellingen .statusbar .stapvoltooid {
    width: auto !important;
    float: left;
    display: block;
    background: rgb(30, 144, 63);
    /* Old browsers */
    
    background: -moz-linear-gradient(top, rgba(30, 144, 63, 1) 0%, rgba(1, 65, 32, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 144, 63, 1)), color-stop(100%, rgba(1, 65, 32, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(30, 144, 63, 1) 0%, rgba(1, 65, 32, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(30, 144, 63, 1) 0%, rgba(1, 65, 32, 1) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(30, 144, 63, 1) 0%, rgba(1, 65, 32, 1) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(30, 144, 63, 1) 0%, rgba(1, 65, 32, 1) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e903f', endColorstr='#014120', GradientType=0);
    /* IE6-9 */
    
    color: #fff !important;
    padding: 10px;
}
.samenvatting-bestellingen .statusbar span {
    border-right: 1px solid #fff;
    font-size: 12px;
}
.samenvatting-bestellingen .statusbar .stapvoltooid:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.samenvatting-bestellingen .statusbar .stapvoltooid:last-child,
.samenvatting-bestellingen .statusbar .span:last-child {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.samenvatting-bestellingen .statusbar .staponvoltooid {
    width: auto !important;
    float: left;
    display: block;
    padding: 10px;
}
.txt-center {
    text-align: center;
}
#colKaarten.single-item .collection-item , 
#colBrieven.single-item .collection-item
{
    width: 99%;
    background: #fff;
}
#colKaarten.single-item,
#colLettertypen.single-item{
}
#colKaarten.single-item .collection-item-img img ,
#colBrieven.single-item .collection-item-img img 
{
    max-height: 900px;
}
#colLettertypen.single-item .collection-item {
    width: 99%;
    background: #fff;
}
#colLettertypen.single-item .collection-item-img img {
    max-height: 900px;
}
#colImages.single-item .collection-item {
    width: 99%;
    background: #fff;
}
#colImages.single-item .collection-item-img img {
    max-height: 900px;
}
#colImages .collection-item .collection-item-img .imgcontainer {
    min-height: 150px;
	max-height: 150px;
}
#colImages .collection-item .collection-item-img img {
    max-width: 80%;
    max-height: 125px;
}
#big_nav_left {
    position: absolute;
    top: 250px;
    left: -35px;
    z-index: 1;
    cursor: pointer;
    font-size: 35px;
    opacity: 0.5
}
#big_nav_right {
    position: absolute;
    top: 250px;
    right: -35px;
    cursor: pointer;
    font-size: 35px;
    opacity: 0.5
}
#big_nav_left:hover,
#big_nav_right:hover {
    opacity: 1
}
.button.noclick {
    cursor: default
}
.full-width {
    width: 100%;
    display: block;
}
.full-width .half-width {
    width: 45%;
    padding: 2.5% 5% 2.5% 0;
    float: left;
    display: block;
}
.formrow .collectie-button {
    float: left;
    width: 20%;
    margin: 0 5% 5% 0;
    padding: 2% 0 0 0;
    text-align: center;
    border: 1px solid grey;
    min-height: 130px;
}
.formrow a:nth-child(4n+0) .collectie-button {
    margin-right: 0 !important;
}
.collectie-button i {
    font-size: 50px;
    color: #af0917;
}
#personal-menu ul,
#personal-menu .sub-menu ul {margin:0;padding:0;list-style:none;font-family: 'regular', sans-serif;font-weight: 100;color: #000;}
#personal-menu ul.sub-menu ul,
#personal-menu ul.sub-menu ul {}
.sub-menu ul li {
    padding: 0.1em 0 0 0.6em;
}
.sub-menu li.sectiehoofd {
	font-weight:400;
    padding-top: 1em;
	padding-bottom: 1em;
    margin-top: 1em;
    border-top: 1px solid #000;
    list-style: none;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:2px;
}
.sub-menu ul li a,
#personal-menu ul li a {color: #000;}
form.frontend-form > ul {
    list-style: none;
    padding: 0;
}
form.frontend-form > ul > li {
    margin-bottom: 10px;
}
form.frontend-form > ul > li > label {
    display: block;
}
form.frontend-form > ul > li > input {
    width: 80%;
    padding: 1%;
}
form.frontend-form ul.checkboxes {
    list-style: none;
    padding: 0;
    margin-top: 0;
}
form.frontend-form ul.checkboxes li {
    margin: 0;
    padding: 0;
}
form.frontend-form #spamtrap {
    display: none;
}
.upload-control {
    list-style: none;
    padding: 0;
}
.upload-control li {
    border: 1px solid #eee;
    padding: 4px 10px;
    margin-bottom: 5px;
}
.upload-control button.del {
    border: 0;
    background: transparent;
    display: block;
    float: right;
    color: #800;
    text-decoration: underline;
    margin: 0;
    padding: 0;
}
.underline {
    text-decoration: underline;
}
#rm_step4_mailadressen {
    width: 100%;
}
#rm_step4_mailadressen .mailadres-row {
    margin-bottom: 15px;
}
#rm_step4_mailadressen .mailadres-row:last-child {
    margin-bottom: 0;
}
#rm_step4_mailadressen .mailadres-row:after {
    content: '';
    display: block;
    clear: both;
}
#rm_step4_mailadressen input {
    margin: 0 10px 0 0;
    width: 45%;
}
#rm_step4_mailadressen select {
    margin: 0 10px 0 0;
    width: 35%;
}
#rm_step4_mailadressen ul.helselect {
    width: 35%;
    display: block;
    float: left;
}
#rm_step4_mailadressen .mailadres-row .row{
	margin: 5px 0 0 0;
}
#rm_step4_add_email {
    margin-top: 10px;
    display: inline-block;
}
#rm_step4_mailadressen input[type=checkbox] {
    width: 10%;
}
td.email a {
    color: #000
}
a.rm-collection-back {
    display: block;
    margin: 0 15px;
}
a.rm-collection-next {
    display: block;
    float: right;
    margin: 0 15px;
}

.rm-collection-parent .rm-collection-child {
    display: none;
}
.rm-collection-parent h3 {
	padding-bottom:10px;
	margin-top:-5px;
}
.center-page-left .formrow label:first-child {
    width: 100%
}
span.tess-relative div.tess-help-icon {
    position: relative;
    top: 5px;
}
.tess-right{
	position:absolute;
	right:0;
	top:5px;
}
.checkbox-filter-selectall {
    cursor: pointer
}
li.tablet {
    display: none;
}
li.desktop {
    display: block;
}
.tablet-topmenu-spacer {
    height: 40px;
    display: none;
}
#rm_image_type_2 + label + div {
    display: none;
}
#rm_image_type_2:checked + label + div {
    display: block;
}
.file-list {
    list-style: none;
    padding: 0;
}
.file-list li {
    border: 1px solid #eee;
    padding: 4px 10px;
    margin-bottom: 5px;
    line-height: 2em;
}
.file-list li:after {
    content: '';
    clear: both;
    display: block;
}
.file-list button.del {
    border: 0;
    background: transparent;
    display: block;
    float: right;
    color: #000;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    font-size: 2em;
    cursor: pointer
}
p.error {
    display: inline-block;
    color: red;
    line-height: 1em;
    margin: 0;
}
ul.helselect li.toggle {
    padding: 2px 0;
}
ul.helselect {
    box-sizing: border-box;
    width: 260px;
    display: inline-block;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    margin: 0px 10px 0px 0px;
    padding: 4px 0;
    color: #000;
    transition: background-color 0.2s ease 0s;
}
ul.helselect li {
    padding: 0 5px;
}
body.mobile ul.helselect li.toggle {
    padding: 10px 0;
}
body.mobile ul.helselect li {
    padding: 8px;
}
.nav-button-container {
    margin-top: 20px;
}
.rmdialog-popup.popup-image .content img {
    border: 2px solid #ccc;
}
.image-caption-frame label {
    text-align: center;
    display: block;
	color:#000;
}
#menu-inloggen-mobile {
    display: none;
}
#content > #frmLogon > table {
    display: block;
    background: #eee;
    padding: 20px;
}
.nav-button-container .button.back {
    background: transparent;
    color: #555;
    text-decoration: none;
    padding-left: 15px;
}
#sociallinks {
    float: right;
    font-size: 1.4em;
    margin-top: 1em;
    margin-right: 25px;
}
#sociallinks a{color:#000;margin: 0 0.2em;transition: all 0.3s ease;}
#sociallinks a:hover {color:#737373;text-decoration: none;}
#sociallinks span{font-weight:bold;font-family: 'Playfair Display', serif;}
.rmdialog-popup.portfolio-popup-kaarten {
    background: #fff;
}
.rmdialog-popup.popup-image.portfolio-popup-kaarten .content img {
    border: 0;
}
.rmdialog-popup.popup-image.portfolio-popup-kaarten .content label {
    display: block;
}
.rmdialog-popup.popup-image.portfolio-popup-kaarten > div {
    float: left;
}
.rmdialog-popup.popup-image.portfolio-popup-kaarten div.left,
.rmdialog-popup.popup-image.portfolio-popup-kaarten div.right {
    width: 30px;
    color: #aaa;
    margin-top: 50%;
    font-size: 40px;
    text-align: center;
    cursor: pointer;
}
.rmdialog-popup.popup-image.portfolio-popup-kaarten div.content {
    width: calc(100% - 60px)
}
.rmdialog-popup.popup-image.portfolio-popup-kaarten:after {
    clear: both;
    display: block;
    content: ''
}
.auto-height {
    height: auto;
    overflow: auto;
}
.high-radio-options .choice {
    width: 94%;
    margin: 1% 0 1% 0;
    padding: 3%;
    float: left;
    background-color: #fff;
    position: relative;
    text-align: left;
}
.high-radio-options .choice .fa {
    font-size: 30px;
    float: left;
    margin-right: 0.5em;
}
.high-radio-options .active-choice .fa {
    color: rgb(30, 144, 63);
}
.high-radio-options .choice {
    border: 1px solid rgb(103, 109, 113);
    cursor: pointer;
}
.high-radio-options .choice.disabled{
	cursor: default;
}
.high-radio-options .choice select {
    float: right;
}
.high-radio-options h3 {
    float: right;
	font: 15px/24px 'light', sans-serif;
	font-weight:800 !important;
}
#order-data-step .high-radio-options h4{
	margin: 9px 0;
}
.high-radio-options input[type=radio] {
    float: left;
    margin: 15px 10px 0 0;
}
.high-radio-options .active-choice {
    background-color: #e8f4eb;
    border: 1px solid rgb(30, 144, 63);
}

.public .center{
	width:100%;
}

.public #container-right{
	width:635px;
	padding-right:0px;
}

.public #container-right-public{
	padding-right:0px;
}

.public #order-data-step{
	width:100%;
}

.public .order-data-step-left{
	width:385px;
	min-height:480px;
}

.public #order-data-step .collection-item-detail-data{
	margin-top:0px;
}

.public#row-order {
    width: 100%;
    min-height: 400px;
    position: relative;
    z-index: 0;
    overflow: visible;
	padding:0;
	margin:0;
}

.public-detail #container-right{
	width:100% !important;
}

.public-detail #container-right-public{
	width:100%;
}


.public-detail .order-data-step-left{
	width:680px;
}

.public-detail .order-data-step-right{
	margin-top:75px;
}

@media (max-width: 1024px){
	.public-detail .order-data-step-left{
		width:90%;
		margin:0 auto;
		float:none;
		display:block;
	}
	.public-detail .order-data-step-right{
		width:100%;
		margin:50px auto;
		float:none;
		display:block;
	}
	body .public #menu-left #menu-left-toggle{
		display:none;
	}
	body .public #menu-left{
		left:0;
		position:relative;
	}
	.rtl-exp{
		width:100%;
		text-align:center;
	}
	#video{max-width:100% !important}
	.rmdialog-popup{max-width:90% !important;padding:10px;}
	.cls_collection-item-wrapper{
		margin: 7.5% auto;
		float: none;
	}
    #content {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #content #sidebar {
        order: 2;
		width:100% !important;
    }
    #content #main {
        order: 1;
    }
    #content #main .twoColumns {
        width: 100%;
    } 
}

.rtl-exp {
	margin-top:45px;
}
.rtl-exp img{
	cursor:pointer;
	filter: url(filters.svg#grayscale);
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome & Safari 6+ */
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}
.rtl-exp img:hover{
	filter: none;
	-webkit-filter: none;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}
.youtube-popup-content{
	display:none;
}
.music-item{margin:2% 0;max-width:100%}
.music-item audio{max-width:100%}
audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.whitepage#row-slider {
    background: #fff;
}
#menu-left {
    width: 210px !important;
}
#container-right { 
    width: calc(100% - 290px) !important;
}

#big_nav_right {
    right: -40px !important;
}

.kranten-links{
	text-align: center; 
	padding: 0 14% 0 14%;
}
.kranten-links a{
	color:#333;
}
.melding_rode_rand{
	border:1px solid red;
	padding:20px !important;
}
/* Matthew toevoeging + slick slider rouwadvertenties pagina
------------------------------------------------- */
.pad-rouw { margin-top:0; }

.krant-logos{
    text-align:center;
    border:none;
}

.krant_img{
    display:inline-block;
    padding:5px;
    border:none;
}

.hide-desktop{
	display:none;
}

#frmLogon tbody tr:hover{
	background:transparent;
}

.xldropdown{
	font-size:1.5em;
	border: 1px solid #000;
	width:100%;
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.dr-opgeven, .dr-opgeven:hover{
	font-size:1.5em;
	border: 1px solid #000;
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.dr-opgeven-lbl{
	line-height:2.3em;
}

.xldropdown .dropdown-item{
	font-size:1.5em;
}

.dropdown-menu{
	font-size:1.5em;
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;

}
.xldropdown.dropdown-menu.show{
	width:100%;
	background: #fff;
}
.dropdown-menu a{
	text-decoration:none !important;
	cursor:pointer;
}


@media screen and (orientation: portrait) {
  img.ri { max-width: 70%; }
}

@media screen and (orientation: landscape) {
  img.ri { max-height: 70%; }
}


    .slider {
        width: 95%;
        margin: 50px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black; display:none !important;
    }
	
@media (max-width: 480px) {
	.sliderWrapper{display:none}
}

ul.normalul{
	
}

#alttxt{border:1px solid black;padding:10px}

.form-switch .form-check-input:checked {
  border-color: #198754; /* Green border color when selected */
  background-color: #198754; /* Green checkmark color */
}

.orderbutton{
	padding-left: 100px;
	padding-right: 100px;
	float:left!important;
}

#showwarning{
	color:rgb(175, 9, 23);
	font-weight:bold;
}



