/*! normalize.css v3.0.2 | MIT License | git.io/normalize *//** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */}/** * Remove default margin. */body { margin: 0;}/* HTML5 display definitions ========================================================================== *//** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary { display: block;}/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */audio,canvas,progress,video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */}/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */audio:not([controls]) { display: none; height: 0;}/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */[hidden],template { display: none;}/* Links ========================================================================== *//** * Remove the gray background color from active links in IE 10. */a { background-color: transparent;}/** * Improve readability when focused and also mouse hovered in all browsers. */a:active,a:hover { outline: 0;}/* Text-level semantics ========================================================================== *//** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */abbr[title] { border-bottom: 1px dotted;}/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */b,strong { font-weight: bold;}/** * Address styling not present in Safari and Chrome. */dfn { font-style: italic;}/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */h1 { font-size: 2em; margin: 0.67em 0;}/** * Address styling not present in IE 8/9. */mark { background: #ff0; color: #000;}/** * Address inconsistent and variable font size in all browsers. */small { font-size: 80%;}/** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup { top: -0.5em;}sub { bottom: -0.25em;}/* Embedded content ========================================================================== *//** * Remove border when inside `a` element in IE 8/9/10. */img { border: 0;}/** * Correct overflow not hidden in IE 9/10/11. */svg:not(:root) { overflow: hidden;}/* Grouping content ========================================================================== *//** * Address margin not present in IE 8/9 and Safari. */figure { margin: 1em 40px;}/** * Address differences between Firefox and other browsers. */hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0;}/** * Contain overflow in all browsers. */pre { overflow: auto;}/** * Address odd `em`-unit font size rendering in all browsers. */code,kbd,pre,samp { font-family: monospace, monospace; font-size: 1em;}/* Forms ========================================================================== *//** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. *//** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */button,input,optgroup,select,textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */}/** * Address `overflow` set to `hidden` in IE 8/9/10/11. */button { overflow: visible;}/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */button,select { text-transform: none;}/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */button,html input[type="button"], /* 1 */input[type="reset"],input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */}/** * Re-set default cursor for disabled elements. */button[disabled],html input[disabled] { cursor: default;}/** * Remove inner padding and border in Firefox 4+. */button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0;}/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */input { line-height: normal;}/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */input[type="checkbox"],input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */}/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { height: auto;}/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box;}/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}/** * Define consistent border, margin, and padding. */fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */legend { border: 0; /* 1 */ padding: 0; /* 2 */}/** * Remove default vertical scrollbar in IE 8/9/10/11. */textarea { overflow: auto;}/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */optgroup { font-weight: bold;}/* Tables ========================================================================== *//** * Remove most spacing between table cells. */table { border-collapse: collapse; border-spacing: 0;}td,th { padding: 0;}/*font-family: "museo", serif;font-weight: 300/500/700;font-family: "goudy-old-style", serif;font-weight: 700;ZWART: #000BRUIN: #8B5E3CBEIGE: #8B5E3CGROEN: #8CC63E*/* { border: 0;padding: 0;margin: 0; }/* general */body {background: #FFF;color: #000;font-family: "museo", serif;font-weight: 300;font-size: 16px;}br.clear {clear: both;}/* wrapper */.wrapper {margin: 0 auto;max-width: 1280px;}/* header */.header {float: left;width: 100%;padding-top: 40px;padding-bottom: 40px;position: relative;}/* logo */.logo {float: left;width: 220px;}/* controls */.controls {float: right;height: 50px;width: 75%;}/* lan switch */ul.lan_switch {float: right;list-style-type: none;text-align: right;margin-left: 20px;}ul.lan_switch li {display: inline-block;}ul.lan_switch li a {float: left;color: #8B5E3C;text-transform: uppercase;text-decoration: none;font-family: "goudy-old-style", serif;font-weight: 700;font-size: 14px;line-height: 1em;padding-left: 20px;position: relative;}ul.lan_switch li a:before {content: '';position: absolute;left: 10px;top: 0;width: 1px;height: 100%;background: #8B5E3C;}ul.lan_switch li:first-child a:before {display: none;}ul.lan_switch li a:hover {color: #8CC63E;}ul.lan_switch li a.selected, ul.lan_switch li a.selected:hover {color: #8CC63E;font-weight: 800;}/* user indicator */ a.user_indicator {float: right;width: 40px;height: 40px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;text-decoration: none;border-radius: 50px;color: #8B5E3C;border: 1px solid #DDD;font-size: 16px;margin-top: -13px;margin-left: 13px;}a.user_indicator:hover {color: #000;border: 1px solid #000;}a.user_indicator.active {color: #FFF;background: #8CC63E;border: 1px solid #8CC63E;}/* cart indicator */a.cart_indicator {float: right;width: 40px;height: 40px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;text-decoration: none;border-radius: 50px;color: #8B5E3C;border: 1px solid #DDD;font-size: 16px;margin-top: -13px;margin-left: 13px;position: relative;}a.cart_indicator:hover {color: #000;border: 1px solid #000;}a.cart_indicator b {position: absolute;top: -7px;right: -7px;width: 20px;height: 20px;display: flex;justify-content: center;align-items: center;font-size: 12px;color: #FFF;background: #8CC63E;border-radius: 50px;z-index: 100;}/* nav */nav {float: right;width: 75%;margin-top: 25px;} nav a {display: inline-block;color: #000;font-weight: 500;font-size: 18px;line-height: 1em;text-decoration: none;margin-right: 50px;padding-bottom: 3px;position: relative;}nav a:before {content: '';position: absolute;right: -25px;top: 0;width: 1px;height: 100%;background: #8B5E3C;}nav a:hover {color: #8CC63E;}nav a.selected {color: #8CC63E;font-weight: 700;border-bottom: 1px solid #8CC63E;}nav a.nav_contact {margin-right: 0;}nav a.nav_contact:before {display: none;}nav a.nav_account {display: none;}nav a.nav_lan {display: none;}/* nav toggle */.nav_toggle {display: none;}.nav_toggle img {float: right;width: 40px;margin-top: 10px;margin-right: 5px;}/* content */.content {float: left;width: 100%;}.content a {color: #000;}.content a:hover, .content a.active {color: #8CC63E;}.content a.button {display: inline-block;color: #fff;background: #8CC63E;text-decoration: none;font-size: 16px;font-weight: 500;padding: 10px 20px;margin-bottom: 10px;}.content a.button:hover {background: #000;}.content h1 {font-family: "goudy-old-style", serif;font-weight: 700;font-size: 34px;line-height: 1em;margin-top: 0;margin-bottom: 25px;}.content h1.center {text-align: center;}.content h2 {font-family: "goudy-old-style", serif;font-weight: 700;font-size: 27px;line-height: 1em;margin-top: 0;margin-bottom: 20px;}.content h2.green {color: #8CC63E;}.content h3 {font-weight: 700;font-size: 20px;line-height: 1.25em;margin-top: 0;margin-bottom: 20px;}.content p {line-height: 1.5em;margin-bottom: 25px;}.content ul {list-style-type: disc;margin-bottom: 25px;}.content ol {list-style-type: decimal;margin-left: 10px;margin-bottom: 25px;padding-left: 15px;}.content li {margin-left: 15px;margin-bottom: 6px;line-height: 1.4em;}.content ul.check {list-style-type: none;margin-bottom: 22px;}.content ul.check li {margin-left: 0;padding-left: 26px;margin-bottom: 8px;background: url('/_graphics/icon_check.png') top left no-repeat;background-size: 16px auto;}.content table {width: 100%;margin-bottom: 25px;}.content td {padding: 5px;vertical-align: top;line-height: 1.4em;border-bottom: 1px solid #ddd;}.content hr {float: left;width: 100%;border-bottom: 1px solid #ddd;margin-bottom: 25px;}.responsive_iframe_wrapper { float: none; clear: both; width: 100%; position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0;}.responsive_iframe_wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}/* sidebar */.sidebar {float: left;width: 22%;}.sidebar.right {float: right;}/* sidebar nav */.sidebar_nav {float: left;width: 100%;}.sidebar_nav a {float: left;width: 100%;margin-bottom: 20px;}.sidebar_nav a img {float: left;width: 35px;margin-right: 15px;}.sidebar_nav a span {float: left;margin-top: 4px;font-family: "goudy-old-style", serif;font-weight: 700;font-size: 24px;}/* sidebar image */.sidebar img.cover {float: left;width: 100%;margin-bottom: 10px;}.sidebar img.thumb {float: left;width: calc(50% - 5px);margin-bottom: 10px;}.sidebar a:nth-of-type(2) img.thumb, .sidebar a:nth-of-type(4) img.thumb, .sidebar a:nth-of-type(6) img.thumb, .sidebar a:nth-of-type(8) img.thumb, .sidebar a:nth-of-type(10) img.thumb {margin-right: 10px;}/* main */.main {float: right;width: 75%;}.main.left {float: left;}.main.full {width: 100%;}/* products */.product_list {float: left;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 10px;margin-bottom: 25px;}a.product {float: left;width: 22.5%;text-decoration: none;margin-bottom: 40px;}a.product img {float: left;width: 100%;margin-bottom: 15px;}a.product span {float: left;width: 100%;color: #8B5E3C;font-size: 16px;font-weight: 500;text-align: center;margin-bottom: 5px;}a.product b {float: left;width: 100%;color: #8CC63E;font-size: 15px;font-weight: 500;text-align: center;}a.product:hover {opacity: 0.8;}.dummy {float: left;width: 22%;}/* banner */.banner_wrapper {float: left;width: 100%;position: relative;margin-bottom: 20px;}.slider {float: left;width: 100%;}.banner {float: left;width: 100%;height: 600px !important;background-size: cover !important;}/* eu fonds banner */img.eufonds {position: absolute;top: 30px;right: 0;z-index: 100;width: 300px;}/* banner categories */.categories {position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;background: rgba(255, 255, 255, 0.6);box-sizing: border-box;padding: 20px;padding-left: 50px;display: flex;flex-wrap: wrap;justify-content: space-between;}.categories a {float: left;width: 25%;height: 30px;color: #8B5E3C !important;font-family: "goudy-old-style", serif;font-weight: 700;font-size: 25px;text-decoration: none;overflow: hidden;}.categories a img {float: left;width: 30px;margin-right: 10px;transition: all 0.2s;}.categories a span {float: left;margin-top: 2px;}.categories a:hover img {margin-right: 15px;}/* banner news */a.banner_news {position: absolute;top: 25px;right: 25px;z-index: 100;box-sizing: border-box; width: 250px;min-height: 100px;background: url('/_graphics/bg_banner_news.png') top left no-repeat;background-size: 100% auto !important;font-size: 20px;text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);padding: 50px 15px;text-decoration: none;color: #fff;text-align: center;}a.banner_news:hover {color: #8B5E3C;}/* home text */.home_text {float: left;width: 100%;box-sizing: border-box;padding: 50px 50px 10px 50px;color: #f1eeea;background: #8B5E3C;margin-bottom: 25px;}.home_text div.block_wrapper {float: left;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 20px;margin-bottom: 30px;}.home_text div.block {float: left;width: 30%;box-sizing: border-box;padding: 20px;padding-bottom: 0;color: #8B5E3C;background: #f1eeea;}/* home brochure */.home_brochure {float: left;width: 100%;box-sizing: border-box;padding: 50px;margin-bottom: 25px;background: #f1eeea;}.home_brochure h1 {margin-bottom: 40px;}/* contact block */.contact_block {float: left;width: 100%;border: 1px solid #8B5E3C;border-radius: 10px;box-sizing: border-box;padding: 20px;position: relative;margin-top: 25px;}.contact_block .image {position: absolute;top: 20px;left: 20px;width: 45%;height: calc(100% - 40px);background-size: cover !important;}.contact_block .text {float: right;width: 48%;min-height: 300px;line-height: 1.6em;padding-top: 50px;}.contact_block .text em {display: inline-block;font-style: normal;color: #8CC63E;font-weight: 500;margin-right: 5px;}.contact_block h2 {position: absolute;top: -14px;left: 51%;z-index: 500;}.contact_block h2 span {background: #f8f7f5;padding: 0 10px;}/* page banner */.page_banner {float: left;width: 100%;min-height: 400px;background-size: cover !important;margin-bottom: 25px;}.page_banner_text {float: left;width: 100%;box-sizing: border-box;padding: 175px 50px;text-align: center;color: #f1eeea;font-family: "goudy-old-style", serif;font-weight: 700;font-size: 40px;line-height: 1.2em;background: rgba(0, 0, 0, 0.25);}/* text blocks */.block1 {float: left;width: 100%;box-sizing: border-box;padding: 50px;padding-bottom: 10px;margin-bottom: 25px;background: #f1eeea;}.block2 {float: left;width: 100%;box-sizing: border-box;padding: 50px;padding-bottom: 10px;margin-bottom: 25px;color: #f1eeea;background: #8CC63E;}.block3 {float: left;width: 100%;box-sizing: border-box;padding: 50px;padding-bottom: 10px;margin-bottom: 25px;color: #f1eeea;background: #8B5E3C;}.block3 a.button {background: #f1eeea;color: #8B5E3C;}.block3 a.button:hover {background: #8CC63E;color: #f1eeea;}.block_text {float: left;width: 47.5%;}.block_text.right {float: right;}.block_image {float: left;width: 47.5%;height: 500px;margin-bottom: 25px;}.block_image.right {float: right;}.block_image_slide {width: 100%;height: 500px !important;background-size: cover !important;}/* subnav */.subnav {float: left;width: 100%;display: flex;justify-content: space-between;margin-bottom: 15px;}.subnav a {width: 32%;box-sizing: border-box;color: #f1eeea;background: #000;padding: 15px;text-decoration: none;text-align: center;font-family: "goudy-old-style", serif;font-weight: 700;font-size: 22px;}.subnav a:hover {color: #fff;background: #8CC63E;}/* account subnav */.content ul.account {float: left;width: 100%;list-style-type: none;margin-top: 0 !important;margin-bottom: 0;}.content ul.account li {float: left;width: 100%;margin: 0;padding: 0;box-sizing: border-box;}.content ul.account li a {float: left;width: 100%;font-family: "museo", sans-serif;font-weight: 300;font-size: 16px;text-decoration: none;color: #000;padding-bottom: 10px;border-bottom: 1px solid #DDD;margin-bottom: 12px;}.content ul.account li a:hover {color: #8CC63E;}.content ul.account li a.selected {font-weight: 500;background: none;color: #8CC63E !important;}/* shopping cart */table#shoppingcart {float: left;width: 100%;border-collapse: collapse;}table#shoppingcart th {text-align: left;padding: 10px;}table#shoppingcart td {padding: 15px 10px;vertical-align: middle;border-bottom: 1px solid #EEEAD7;}table#shoppingcart td.right {text-align: right;}table#shoppingcart td.center {text-align: center;}table#shoppingcart td.empty {background: none;border-bottom: 1px solid #fff;}table#shoppingcart td.image, table#shoppingcart td.image img {width: 75px;}table#shoppingcart td.name {width: 100%;vertical-align: middle;}table#shoppingcart td.name img {vertical-align: middle;}table#shoppingcart td.name i {margin-left: 5px;font-size: 12px;}table#shoppingcart td span {font-size: 12px;}table#shoppingcart td span.special {font-weight: 700;color: #8CC63E;}table#shoppingcart td.empty {background: #fff;border-bottom: 1px solid #fff;}table#shoppingcart td.subtotal {color: #000;background: #fff;font-weight: 700;}table#shoppingcart td.reduction {color: #8CC63E;background: #fff;font-weight: 700;white-space: nowrap;}table#shoppingcart td.shipping {background: #fff;font-weight: 700;}table#shoppingcart td.freeshipping {color: #fff;background: #8CC63E;text-align: center;}table#shoppingcart td.country {padding: 0;}table#shoppingcart td.total {font-size: 16px;font-weight: 700;text-transform: uppercase;color: #000;background: #EEEAD7;white-space: nowrap;}select.amount {color: #000;border: 0;padding: 5px;font-family: "museo", sans-serif;font-weight: 300;font-size: 16px;background: transparent;}b.reduction_code {float: left;padding: 5px 10px;color: #fff;background: #8CC63E;border-radius: 5px;margin-right: 10px;}b.no_reduction {color: #fff;background: #E54B4B;font-size: 11px;font-weight: 700;padding: 2px 4px;border-radius: 5px;margin-left: 5px;}b.freeshipping {font-weight: 700;font-size: 15px;color: #8CC63E;}a.remove_reduction_code {float: left; margin-top:4px;}a.remove_reduction_code:hover {color: #E54B4B !important;}b.green {color: #8CC63E;}b.red {color: #E54B4B;}img.bpost {vertical-align: middle;height: 14px;}/* shipping options */div.shipping_option {float: left;width: 35%;box-sizing: border-box;padding: 25px;min-height: 200px;border: 1px solid #EEEAD7;background: #fff;margin-right: 2%;margin-bottom: 20px;cursor: pointer;}div.shipping_option:hover {border: 1px solid #000;}div.shipping_option.active {border: 1px solid #000;background: rgba(222,222,222,0.4);}div.shipping_option h2 {font-size: 20px;font-weight: 700;margin-bottom: 20px;}div.shipping_option strong {float: left;width: 100%;color: #000;font-size: 20px;}div.shipping_option select {margin-top: 0;margin-bottom: 10px;}div.shipping_option select option {padding: 2px 4px;}/* page block */.page_block {float: left;width: 100%;box-sizing: border-box;padding: 40px;margin-bottom: 25px;background: #EEEAD7;}/* form */.form {float: left;width: 100%;margin-bottom: 25px;}/* labels */.form span.label, .form span.label_error, .form span.hint, .form span.error {float: left;width: 100%;font-weight: 500;margin-right: -5px;line-height: 1.4em;}.form span.label, .form span.label_error {margin-bottom: 2px;}.form span.label_error {color: #E54B4B;}.form span.error {color: #E54B4B;margin-bottom: 4px;}.form span.hint {font-weight: normal;font-size: 12px;color: #777;margin-top: -4px;margin-bottom: 14px;}.form span.hint a {color: #777;}.form span.hint a:hover {color: #555;}.form span.checkbox, .form span.checkbox_error {float: left;width: 100%;margin-top: 4px;margin-right: -5px;margin-bottom: 4px;}.form span.checkbox_error {color: #E54B4B;}.form span.checkbox_error a {color: #E54B4B;}.form span.label b, .form span.checkbox b {color: #8B5E3C;font-weight: 300;}.form span.label_error b, .form span.checkbox_error b {color: #E54B4B;}.form_block {float: left;width: 48%;}.form_block.right {float: right;}/* fields */.form input.text {float: left;width: 100%;box-sizing: border-box;background: #fff;border: 1px solid #000;padding: 15px;margin-top: 2px;margin-bottom: 10px;color: #000;font-family: "museo", sans-serif;font-weight: 300;font-size: 16px;}.form textarea {float: left;width: 100%;box-sizing: border-box;height: 100px;background: #fff;border: 1px solid #000;padding: 8px;margin-bottom: 10px;color: #000;font-family: "museo", serif;font-weight: 300;font-size: 16px;}.form select {float: left;width: 100%;box-sizing: border-box;background: #fff;border: 1px solid #000;margin-bottom: 12px;padding: 15px;color: #000;font-family: "museo", serif;font-weight: 300;font-size: 16px;}.form input.checkbox {float: left;vertical-align: top;display: block;overflow: hidden;padding: 0; border: 0;margin: 2px 4px 2px 0;width: 13px;height: 13px;line-height: 1em;}.form label {cursor: pointer;}.form div.form_title {float: left;width: 100%;color: #8B5E3C;font-family: "goudy-old-style", serif;font-weight: 700;font-size: 28px;margin-top: 15px;margin-bottom: 20px;line-height: 1em;}/* button */.form button {display: inline-block;cursor: pointer;overflow: visible;outline: none;color: #fff;background: #8CC63E;text-decoration: none;font-size: 16px;line-height: 1.5em;font-weight: 500;padding: 10px 20px;margin-bottom: 10px;}.form button:hover {color: #FFF !important;background: #000;}.form button.right {float: right;}.form button:hover {color: #000;}/* invoice block */div.invoice_switch {float: left;width: 100%;box-sizing: border-box;padding: 15px;font-family: "museo", sans-serif;font-weight: 300;font-size: 16px;color: #000;background: #EEE;}#invoice_block {float: left;width: 100%;box-sizing: border-box;background: rgba(222,222,222,0.4);}#invoice_block .gutter {float: left;padding: 15px;}span.invoice_info {float: left;width: 100%;font-family: "museo", sans-serif;font-weight: 300;font-size: 15px;margin-top: 12px;margin-bottom: 6px;}/* feedback */div.feedback {float: left;width: 100%;box-sizing: border-box;padding: 15px;font-family: "museo", serif;font-weight: 500;font-size: 16px;color: #fff;background: #8CC63E;margin-bottom: 40px;border-radius: 5px;text-align: center;}div.error {background: #E54B4B;}div.feedback a {color: #fff;}div.feedback a:hover {color: #eee;}/* google maps */#google_maps_canvas {float: left;width: 100%;height: 300px;margin-bottom: 25px;}/* sitemap */ul#sitemap {font-size: 17px;}ul#sitemap li ul {list-style-type: disc;margin-top: 5px;padding-left: 15px;}ul#sitemap li ul li {font-size: 16px;}ul#sitemap li ul li ul {list-style-type: square;margin-top: 5px;padding-left: 15px;}/* copyrights */ .copyrights {float: left;width: 100%;padding: 35px 0;line-height: 1.4em;color: #8B5E3C;}.copyrights a {color: #8B5E3C;}.copyrights a:hover {color: #8B5E3C;}.copyrights span {float: left;width: 100%;text-align: center;}.copyrights img.certificate {float: right;height: 45px;margin-left: 30px;}/* 1392px */@media all and (max-width: 87em) { .slick-prev {left: 15px !important;}.slick-next { right: 15px !important;}}/* 1360px */@media all and (max-width: 85em) { .wrapper {width: 94%;}}/* 1200px */@media all and (max-width: 75em) { nav {text-align: right;}}/* 1120px */@media all and (max-width: 70em) { }/* 1040px */@media all and (max-width: 65em) { .header {padding: 30px 0 0 0;}.logo {width: 200px;margin-bottom: 30px;}.controls {width: calc(100% - 200px);height: auto;}nav {display: none;width: 100%;margin-top: 0;margin-bottom: 30px;}nav a {float: left;width: 100%;padding: 15px 0;margin: 0;text-align: left;border-bottom: 1px solid #c1b39a;}nav a.selected {border: 0;color: #fff;background: #8CC63E;}nav a:before {display: none !important;}nav a span {padding: 0 15px;}.nav_toggle {float: right;display: block;}.home_text div.block {width: 31%;}.copyrights {text-align: center;}.copyrights span {float: left;width: 100%;text-align: center;margin-bottom: 25px;}.copyrights img.certificate{float: none;display: inline-block;height: 35px;margin: 0 10px;}.sidebar {width: 25%;}.main {width: 72%;}.sidebar_nav a img {width: 30px;margin-right: 10px;}.sidebar_nav a span {margin-top: 2px;font-size: 20px;}img.eufonds {top: 0;width: 250px;}}/* 960px */@media all and (max-width: 60em) { .banner {height: 450px !important;}.header {padding-bottom: 0;}.categories {padding-left: 20px;}.categories a {font-size: 22px;}}/* 880px */@media all and (max-width: 55em) { .categories {padding: 10px 20px;}.categories a {width: 50%;height: 30px;margin: 8px 0;}.home_text div.block {width: 100%;margin-bottom: 25px;padding: 25px;padding-bottom: 0;}.contact_block .text {width: 45%;min-height: 250px;padding-top: 25px;}.contact_block h2 {left: 53%;}.block_text {width: 100%;margin-bottom: 25px;}.block_image {width: 100%;height: 500px;margin-bottom: 25px;}}/* 800px */@media all and (max-width: 50em) { .sidebar {width: 100%;margin-bottom: 20px;}.main {width: 100%;}.sidebar_nav a {width: auto;margin-right: 20px;margin-bottom: 10px;}}/* 720px */@media all and (max-width: 45em) { .subnav a {padding: 10px;font-size: 18px;}}/* 640px */@media all and (max-width: 40em) { .home_text {float: left;width: 100%;box-sizing: border-box;padding: 40px 25px 0 40px;}.home_text div.block {width: 100%;margin-bottom: 25px;padding: 25px;padding-bottom: 0;}.contact_block .text {width: 100%;min-height: 10px;padding-top: 20px;}.contact_block .image {position: relative;top: 0;left: 0;float: left;width: 100%;height: 300px;margin-top: 15px;}.contact_block h2 {left: 5%;;width: 90%;text-align: center;}.content h1 {font-size: 30px;}.content h2 {font-size: 24px;}.block1 {padding: 30px;padding-bottom: 5px;}.block2 {padding: 30px;padding-bottom: 5px;}.block3 {padding: 30px;padding-bottom: 5px;}}/* 560px */@media all and (max-width: 35em) { ul.lan_switch {margin-left: 5px;}.block_image_slide {height: 400px !important;}.block_image {height: 400px !important;}a.product {width: 48%;}div.dummy {display: none;}table#shoppingcart {font-size: 13px;}table#shoppingcart td {padding: 10px 5px;}table#shoppingcart td.image, table#shoppingcart td.image img {width: 50px;}table#shoppingcart td.total {font-size: 15px;}b.freeshipping {font-size: 13px;}select.amount {padding: 0;text-align: right;font-size: 14px;}}/* 480px */@media all and (max-width: 30em) { .header {padding-top: 25px;}.logo {width: 150px;margin-bottom: 25px;}.controls {width: auto;position: absolute;top: 40px;right: 85px;}.nav_toggle img {margin-top: 12px;}ul.lan_switch {display: none;}nav a.nav_lan {display: block;width: 33.33%;text-transform: uppercase;}.categories a {height: 25px;font-size: 17px;}.categories a img {width: 25px;}.subnav a {font-size: 16px;}img.eufonds {float: left;position: relative;width: 100%;margin-bottom: 100px;}}/* 400px */@media all and (max-width: 25em) { .controls {right: 80px;}a.cart_indicator {margin-left: 8px;}.block_image_slide {height: 300px !important;}.block_image {height: 300px !important;}}body.compensate-for-scrollbar { overflow: hidden;}.fancybox-active { height: auto;}.fancybox-is-hidden { left: -9999px; margin: 0; position: absolute !important; top: -9999px; visibility: hidden;}.fancybox-container { -webkit-backface-visibility: hidden; height: 100%; left: 0; outline: none; position: fixed; -webkit-tap-highlight-color: transparent; top: 0; -ms-touch-action: manipulation; touch-action: manipulation; transform: translateZ(0); width: 100%; z-index: 99992;}.fancybox-container * { box-sizing: border-box;}.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage { bottom: 0; left: 0; position: absolute; right: 0; top: 0;}.fancybox-outer { -webkit-overflow-scrolling: touch; overflow-y: auto;}.fancybox-bg { background: rgb(30, 30, 30); opacity: 0; transition-duration: inherit; transition-property: opacity; transition-timing-function: cubic-bezier(.47, 0, .74, .71);}.fancybox-is-open .fancybox-bg { opacity: .9; transition-timing-function: cubic-bezier(.22, .61, .36, 1);}.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button { direction: ltr; opacity: 0; position: absolute; transition: opacity .25s ease, visibility 0s ease .25s; visibility: hidden; z-index: 99997;}.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button { opacity: 1; transition: opacity .25s ease 0s, visibility 0s ease 0s; visibility: visible;}.fancybox-infobar { color: #ccc; font-size: 13px; -webkit-font-smoothing: subpixel-antialiased; height: 44px; left: 0; line-height: 44px; min-width: 44px; mix-blend-mode: difference; padding: 0 10px; pointer-events: none; top: 0; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}.fancybox-toolbar { right: 0; top: 0;}.fancybox-stage { direction: ltr; overflow: visible; transform: translateZ(0); z-index: 99994;}.fancybox-is-open .fancybox-stage { overflow: hidden;}.fancybox-slide { -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */ display: none; height: 100%; left: 0; outline: none; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: absolute; text-align: center; top: 0; transition-property: transform, opacity; white-space: normal; width: 100%; z-index: 99994;}.fancybox-slide::before { content: ''; display: inline-block; font-size: 0; height: 100%; vertical-align: middle; width: 0;}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next { display: block;}.fancybox-slide--image { overflow: hidden; padding: 44px 0;}.fancybox-slide--image::before { display: none;}.fancybox-slide--html { padding: 6px;}.fancybox-content { background: #fff; display: inline-block; margin: 0; max-width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: relative; text-align: left; vertical-align: middle;}.fancybox-slide--image .fancybox-content { animation-timing-function: cubic-bezier(.5, 0, .14, 1); -webkit-backface-visibility: hidden; background: transparent; background-repeat: no-repeat; background-size: 100% 100%; left: 0; max-width: none; overflow: visible; padding: 0; position: absolute; top: 0; -ms-transform-origin: top left; transform-origin: top left; transition-property: transform, opacity; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 99995;}.fancybox-can-zoomOut .fancybox-content { cursor: zoom-out;}.fancybox-can-zoomIn .fancybox-content { cursor: zoom-in;}.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content { cursor: -webkit-grab; cursor: grab;}.fancybox-is-grabbing .fancybox-content { cursor: -webkit-grabbing; cursor: grabbing;}.fancybox-container [data-selectable='true'] { cursor: text;}.fancybox-image,.fancybox-spaceball { background: transparent; border: 0; height: 100%; left: 0; margin: 0; max-height: none; max-width: none; padding: 0; position: absolute; top: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100%;}.fancybox-spaceball { z-index: 1;}.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--iframe .fancybox-content { height: 100%; overflow: visible; padding: 0; width: 100%;}.fancybox-slide--video .fancybox-content { background: #000;}.fancybox-slide--map .fancybox-content { background: #e5e3df;}.fancybox-slide--iframe .fancybox-content { background: #fff;}.fancybox-video,.fancybox-iframe { background: transparent; border: 0; display: block; height: 100%; margin: 0; overflow: hidden; padding: 0; width: 100%;}/* Fix iOS */.fancybox-iframe { left: 0; position: absolute; top: 0;}.fancybox-error { background: #fff; cursor: default; max-width: 400px; padding: 40px; width: 100%;}.fancybox-error p { color: #444; font-size: 16px; line-height: 20px; margin: 0; padding: 0;}/* Buttons */.fancybox-button { background: rgba(30, 30, 30, .6); border: 0; border-radius: 0; box-shadow: none; cursor: pointer; display: inline-block; height: 44px; margin: 0; padding: 10px; position: relative; transition: color .2s; vertical-align: top; visibility: inherit; width: 44px;}.fancybox-button,.fancybox-button:visited,.fancybox-button:link { color: #ccc;}.fancybox-button:hover { color: #fff;}.fancybox-button:focus { outline: none;}.fancybox-button.fancybox-focus { outline: 1px dotted;}.fancybox-button[disabled],.fancybox-button[disabled]:hover { color: #888; cursor: default; outline: none;}/* Fix IE11 */.fancybox-button div { height: 100%;}.fancybox-button svg { display: block; height: 100%; overflow: visible; position: relative; width: 100%;}.fancybox-button svg path { fill: currentColor; stroke-width: 0;}.fancybox-button--play svg:nth-child(2),.fancybox-button--fsenter svg:nth-child(2) { display: none;}.fancybox-button--pause svg:nth-child(1),.fancybox-button--fsexit svg:nth-child(1) { display: none;}.fancybox-progress { background: #ff5268; height: 2px; left: 0; position: absolute; right: 0; top: 0; -ms-transform: scaleX(0); transform: scaleX(0); -ms-transform-origin: 0; transform-origin: 0; transition-property: transform; transition-timing-function: linear; z-index: 99998;}/* Close button on the top right corner of html content */.fancybox-close-small { background: transparent; border: 0; border-radius: 0; color: #ccc; cursor: pointer; opacity: .8; padding: 8px; position: absolute; right: -12px; top: -44px; z-index: 401;}.fancybox-close-small:hover { color: #fff; opacity: 1;}.fancybox-slide--html .fancybox-close-small { color: currentColor; padding: 10px; right: 0; top: 0;}.fancybox-slide--image.fancybox-is-scaling .fancybox-content { overflow: hidden;}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small { display: none;}/* Navigation arrows */.fancybox-navigation .fancybox-button { background-clip: content-box; height: 100px; opacity: 0; position: absolute; top: calc(50% - 50px); width: 70px;}.fancybox-navigation .fancybox-button div { padding: 7px;}.fancybox-navigation .fancybox-button--arrow_left { left: 0; left: env(safe-area-inset-left); padding: 31px 26px 31px 6px;}.fancybox-navigation .fancybox-button--arrow_right { padding: 31px 6px 31px 26px; right: 0; right: env(safe-area-inset-right);}/* Caption */.fancybox-caption { background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%); bottom: 0; color: #eee; font-size: 14px; font-weight: 400; left: 0; line-height: 1.5; padding: 75px 44px 25px 44px; pointer-events: none; right: 0; text-align: center; z-index: 99996;}@supports (padding: max(0px)) { .fancybox-caption { padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); }}.fancybox-caption--separate { margin-top: -50px;}.fancybox-caption__body { max-height: 50vh; overflow: auto; pointer-events: all;}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited { color: #ccc; text-decoration: none;}.fancybox-caption a:hover { color: #fff; text-decoration: underline;}/* Loading indicator */.fancybox-loading { animation: fancybox-rotate 1s linear infinite; background: transparent; border: 4px solid #888; border-bottom-color: #fff; border-radius: 50%; height: 50px; left: 50%; margin: -25px 0 0 -25px; opacity: .7; padding: 0; position: absolute; top: 50%; width: 50px; z-index: 99999;}@keyframes fancybox-rotate { 100% { transform: rotate(360deg); }}/* Transition effects */.fancybox-animated { transition-timing-function: cubic-bezier(0, 0, .25, 1);}/* transitionEffect: slide */.fancybox-fx-slide.fancybox-slide--previous { opacity: 0; transform: translate3d(-100%, 0, 0);}.fancybox-fx-slide.fancybox-slide--next { opacity: 0; transform: translate3d(100%, 0, 0);}.fancybox-fx-slide.fancybox-slide--current { opacity: 1; transform: translate3d(0, 0, 0);}/* transitionEffect: fade */.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next { opacity: 0; transition-timing-function: cubic-bezier(.19, 1, .22, 1);}.fancybox-fx-fade.fancybox-slide--current { opacity: 1;}/* transitionEffect: zoom-in-out */.fancybox-fx-zoom-in-out.fancybox-slide--previous { opacity: 0; transform: scale3d(1.5, 1.5, 1.5);}.fancybox-fx-zoom-in-out.fancybox-slide--next { opacity: 0; transform: scale3d(.5, .5, .5);}.fancybox-fx-zoom-in-out.fancybox-slide--current { opacity: 1; transform: scale3d(1, 1, 1);}/* transitionEffect: rotate */.fancybox-fx-rotate.fancybox-slide--previous { opacity: 0; -ms-transform: rotate(-360deg); transform: rotate(-360deg);}.fancybox-fx-rotate.fancybox-slide--next { opacity: 0; -ms-transform: rotate(360deg); transform: rotate(360deg);}.fancybox-fx-rotate.fancybox-slide--current { opacity: 1; -ms-transform: rotate(0deg); transform: rotate(0deg);}/* transitionEffect: circular */.fancybox-fx-circular.fancybox-slide--previous { opacity: 0; transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);}.fancybox-fx-circular.fancybox-slide--next { opacity: 0; transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);}.fancybox-fx-circular.fancybox-slide--current { opacity: 1; transform: scale3d(1, 1, 1) translate3d(0, 0, 0);}/* transitionEffect: tube */.fancybox-fx-tube.fancybox-slide--previous { transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);}.fancybox-fx-tube.fancybox-slide--next { transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);}.fancybox-fx-tube.fancybox-slide--current { transform: translate3d(0, 0, 0) scale(1);}/* Styling for Small-Screen Devices */@media all and (max-height: 576px) { .fancybox-slide { padding-left: 6px; padding-right: 6px; } .fancybox-slide--image { padding: 6px 0; } .fancybox-close-small { right: -6px; } .fancybox-slide--image .fancybox-close-small { background: #4e4e4e; color: #f2f4f6; height: 36px; opacity: 1; padding: 6px; right: 0; top: 0; width: 36px; } .fancybox-caption { padding-left: 12px; padding-right: 12px; } @supports (padding: max(0px)) { .fancybox-caption { padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right)); } }}/* Share */.fancybox-share { background: #f4f4f4; border-radius: 3px; max-width: 90%; padding: 30px; text-align: center;}.fancybox-share h1 { color: #222; font-size: 35px; font-weight: 700; margin: 0 0 20px 0;}.fancybox-share p { margin: 0; padding: 0;}.fancybox-share__button { border: 0; border-radius: 3px; display: inline-block; font-size: 14px; font-weight: 700; line-height: 40px; margin: 0 5px 10px 5px; min-width: 130px; padding: 0 15px; text-decoration: none; transition: all .2s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap;}.fancybox-share__button:visited,.fancybox-share__button:link { color: #fff;}.fancybox-share__button:hover { text-decoration: none;}.fancybox-share__button--fb { background: #3b5998;}.fancybox-share__button--fb:hover { background: #344e86;}.fancybox-share__button--pt { background: #bd081d;}.fancybox-share__button--pt:hover { background: #aa0719;}.fancybox-share__button--tw { background: #1da1f2;}.fancybox-share__button--tw:hover { background: #0d95e8;}.fancybox-share__button svg { height: 25px; margin-right: 7px; position: relative; top: -1px; vertical-align: middle; width: 25px;}.fancybox-share__button svg path { fill: #fff;}.fancybox-share__input { background: transparent; border: 0; border-bottom: 1px solid #d7d7d7; border-radius: 0; color: #5d5b5b; font-size: 14px; margin: 10px 0 0 0; outline: none; padding: 10px 15px; width: 100%;}/* Thumbs */.fancybox-thumbs { background: #ddd; bottom: 0; display: none; margin: 0; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: 2px 2px 4px 2px; position: absolute; right: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); top: 0; width: 212px; z-index: 99995;}.fancybox-thumbs-x { overflow-x: auto; overflow-y: hidden;}.fancybox-show-thumbs .fancybox-thumbs { display: block;}.fancybox-show-thumbs .fancybox-inner { right: 212px;}.fancybox-thumbs__list { font-size: 0; height: 100%; list-style: none; margin: 0; overflow-x: hidden; overflow-y: auto; padding: 0; position: absolute; position: relative; white-space: nowrap; width: 100%;}.fancybox-thumbs-x .fancybox-thumbs__list { overflow: hidden;}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar { width: 7px;}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track { background: #fff; border-radius: 10px; box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 10px;}.fancybox-thumbs__list a { -webkit-backface-visibility: hidden; backface-visibility: hidden; background-color: rgba(0, 0, 0, .1); background-position: center center; background-repeat: no-repeat; background-size: cover; cursor: pointer; float: left; height: 75px; margin: 2px; max-height: calc(100% - 8px); max-width: calc(50% - 4px); outline: none; overflow: hidden; padding: 0; position: relative; -webkit-tap-highlight-color: transparent; width: 100px;}.fancybox-thumbs__list a::before { border: 6px solid #ff5268; bottom: 0; content: ''; left: 0; opacity: 0; position: absolute; right: 0; top: 0; transition: all .2s cubic-bezier(.25, .46, .45, .94); z-index: 99991;}.fancybox-thumbs__list a:focus::before { opacity: .5;}.fancybox-thumbs__list a.fancybox-thumbs-active::before { opacity: 1;}/* Styling for Small-Screen Devices */@media all and (max-width: 576px) { .fancybox-thumbs { width: 110px; } .fancybox-show-thumbs .fancybox-inner { right: 110px; } .fancybox-thumbs__list a { max-width: calc(100% - 10px); }}/* 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';/* Slider */.slick-loading .slick-list{ background: #fff url('/_graphics/ajax-loader.gif') center center no-repeat;}/* 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 { position: absolute; top: 50%; display: block; z-index: 500;width: 15px;height: 30px; 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 {}.slick-prev {left: -25px;background: url('/_graphics/arrow_left.png') top left no-repeat;background-size: 15px 30px;}.slick-next { right: -25px; background: url('/_graphics/arrow_right.png') top left no-repeat;background-size: 15px 30px;}/* Dots */.slick-dots { position: absolute; bottom: 12px; z-index: 100; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center;}.slick-dots li { position: relative; display: inline-block; width: 25px; height: 25px; margin: 0 2px; 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: 12px; line-height: 20px; position: absolute; top: 0; left: 0; width: 25px; height: 25px; content: '•'; text-align: center; opacity: .6; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.slick-dots li.slick-active button:before { opacity: 1; color: #fff;}