/*! 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: "montserrat", sans-serif;font-weight: 400/600/700;font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-family: "prohibition", sans-serif;font-weight: 400;ZWART: #000GRIJS: #3E3E3EGOUD: #CD9F3ABEIGE: #F8DFB1ROOD: #CB3535GROEN: #3D7213*/* { border: 0;padding: 0;margin: 0; }html, body {height: 100%;}/* general */body {background: #FFF;color: #000;font-family: "montserrat", sans-serif;font-size: 14px;}br.clear {clear: both;}/* wrapper */.wrapper {margin: 0 auto;max-width: 1280px;position: relative;}.small_wrapper {margin: 0 auto;max-width: 1040px;}.text_wrapper {margin: 0 auto;max-width: 800px;}/* header */.header {float: left;width: 100%;background: #000;}/* logo */.logo {float: left;width: 250px;margin: 30px 0;}.logo.home {width: 300px;margin-top: 40px;}.logo.webshop, .logo.cart {width: 180px;margin: 20px 0;}/* controls */.controls {float: right;width: calc(100% - 350px);padding-top: 30px;}/* lan switch */div.lan_switch {float: right;position: relative;cursor: pointer;margin-top: 2px;margin-left: 40px;}div.lan_switch span {float: left;color: #CD9F3A;font-size: 12px;font-weight: 600;text-transform: uppercase;position: relative;padding-right: 17px;padding-bottom: 7px;letter-spacing: 0.1em;}div.lan_switch span:after {content: "\f078";font-family: "Font Awesome 6 Pro";font-weight: 600;font-size: 10px;color: #CD9F3A;position: absolute;top: 1px;right: 0;z-index: 1;}div.lan_switch ul {display: none;position: absolute;top: 21px;left: 0;list-style-type: none;background: #000;z-index: 100;}div.lan_switch ul li a {color: #CD9F3A;font-size: 12px;font-weight: 600;letter-spacing: 0.1em;text-transform: uppercase;text-decoration: none;margin-left: 0;margin-bottom: 8px;padding-right: 10px;transition: all 0.2s;}div.lan_switch ul li a:hover {color: #FFF;}div.lan_switch ul.active {display: block;}/* general nav */.general_nav {float: right;}.general_nav a {display: inline-block;color: #CD9F3A;font-size: 12px;font-weight: 600;text-transform: uppercase;text-decoration: none;letter-spacing: 0.1em;margin-left: 40px;padding-bottom: 2px;border-bottom: 2px solid #000;transition: all 0.2s;}.general_nav a:hover {border-bottom: 2px solid #CD9F3A;}.general_nav a.selected {border-bottom: 2px solid #CD9F3A;}.general_nav a.special {color: #000;padding: 5px 10px;background: #CD9F3A;}.general_nav a.special:hover {color: #FFF;}.header br.clear {display: none;}/* hamburger */.hamburger {float: right;position: relative;margin-top: 22px !important;outline: none;display: none !important;}/* mobile cart indicator */.mobile_cart_indicator {position: absolute;top: 70px;right: 75px;display: none;}.mobile_cart_indicator img {float: left;width: 35px;}.mobile_cart_indicator b {position: absolute;top: -4px;left: 22px;z-index: 100;display: flex;color: #000;background: #FFF;width: 20px;height: 20px;font-weight: 600;font-size: 13px;box-sizing: border-box;padding: 5px;border-radius: 20px;margin-left: 5px;align-items: center;justify-content: center;}/* nav */ul.nav {float: right;width: calc(100% - 350px);list-style-type: none;display: flex;justify-content: space-between;margin-top: 45px;}.webshop ul.nav {margin-top: 25px;}ul.nav li {display: inline-block;position: relative;}ul.nav li.nav_home {display: none;}ul.nav li.nav_135years {display: none;}ul.nav li.hidden {display: none;}ul.nav li a {display: block;width: auto;text-decoration: none;text-transform: uppercase;font-size: 14px;font-weight: 600;line-height: 1.2em;letter-spacing: 0.1em;color: #FFF;position: relative;transition: all 0.2s;padding-bottom: 2px;border-bottom: 2px solid #000;}ul.nav li a:hover {border-bottom: 2px solid #CD9F3A;}ul.nav li a.selected, ul.nav li a.selected:hover {border-bottom: 2px solid #CD9F3A;}ul.nav li.with_subnav a:after {content: "\f078";font-family: "Font Awesome 6 Pro";font-weight: 600;font-size: 10px;color: #FFF;position: absolute;top: 1px;right: -15px;z-index: 1;}ul.nav li.hover.with_subnav a:after {opacity: 1;}/* subnav rollover */.subnav_rollover {position: absolute;top: 40px;left: 0;z-index: 1000;width: 320px;box-sizing: border-box;padding: 30px;color: #000;background: #CD9F3A;text-align: left;opacity: 0;visibility: hidden;transition: all 0.1s;}.subnav_rollover.active {opacity: 1;visibility: visible;}ul.nav li .subnav_rollover a {display: inline-block;width: 100%;font-size: 14px;font-weight: 600;line-height: 1.2em;letter-spacing: 0.1em;margin: 5px 0;text-transform: uppercase; border: 0;color: #000;}ul.nav li .subnav_rollover a:after {display: none;}ul.nav li .subnav_rollover a:hover {color: #FFF;}ul.nav li .subnav_rollover a.selected, ul.nav li .subnav_rollover a.selected:hover {color: #FFF;border: 0;}ul.nav li .subnav_rollover a span { display: inline-block; margin-left: 8px; font-size: 10px; padding: 1px 5px; color: #CD9F3A; background: #000; vertical-align: top;}/* banner */.banner{float: left;width: 100%;background-size: cover !important;position: relative;box-shadow: inset 0px 0px 200px 30px #000;}.banner .cover {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: #000;opacity: 0.5;}.home .banner .cover {opacity: 0;}.banner_text {float: left;width: 100%;padding: 90px 0;position: relative;z-index: 2;}.home .banner_text {padding: 125px 0;}.home_banner h1 {font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-size: 70px;line-height: 1em;margin-top: 0;margin-bottom: 55px;color: #FFF;}.home_banner a {display: inline-block;box-sizing: border-box;color: #CD9F3A;border: 2px solid #CD9F3A;font-weight: 600;font-size: 16px;line-height: 1.2em; letter-spacing: 0.2em;padding: 14px 20px;padding-right: 45px;margin-right: 15px;margin-bottom: 15px;text-decoration: none;text-transform: uppercase;position: relative;transition: all 0.2s;white-space: nowrap;}.home_banner a:after {content: "\f178"; font-family: "Font Awesome 6 Pro"; font-weight: 100; font-size: 20px; position: absolute; top: 0; right: 0; width: 30px; height: 100%; color: #CD9F3A; background: none; display: flex; align-items: center; transition: all 0.2s;}.home_banner a:hover {color: #000;background: #CD9F3A;}.home_banner a:hover:after {color: #000;}.banner_wrapper {margin: 0 auto;max-width: 720px;}.page_banner h1 {float: left;width: 100%;text-align: center;font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-size: 65px;line-height: 1.1em;color: #CD9F3A;margin: 0;border-top: 2px solid #CD9F3A;border-bottom: 2px solid #CD9F3A;padding: 25px 0;}.page_banner h2 {float: left;width: 100%;text-align: center;font-family: "prohibition", sans-serif;font-weight: 400;font-size: 40px;letter-spacing: 0.15em;line-height: 1.1em;color: #FFF;margin: 0;border-bottom: 2px solid #CD9F3A;padding: 25px 0;}/* content */.content {float: left;width: 100%;}.content a {color: #CD9F3A;text-decoration: none;border-bottom: 1px solid #CD9F3A;}.content a:hover {color: #000 !important;border-bottom: 1px solid #000;}.content a.button {display: inline-block;box-sizing: border-box;color: #CD9F3A;border: 2px solid #CD9F3A;font-weight: 600;font-size: 16px;line-height: 1.2em; letter-spacing: 0.2em;padding: 14px 20px;padding-right: 45px;text-decoration: none;text-transform: uppercase;position: relative;transition: all 0.2s;}.content a.button:after {content: "\f178"; font-family: "Font Awesome 6 Pro"; font-weight: 100; font-size: 20px; position: absolute; top: 0; right: 0; width: 30px; height: 100%; color: #CD9F3A; background: none; display: flex; align-items: center; transition: all 0.2s;}.content a.button:hover {color: #000;background: #CD9F3A;}.content a.button:hover:after {color: #000;}.content a.button.white {color: #FFF;border: 2px solid #FFF;}.content a.button.white:after { color: #FFF;}.content a.button.white:hover {color: #000;background: #FFF;}.content a.button.white:hover:after {color: #000;}.content a.button.margin {margin: 10px;}.content h1 {font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-size: 50px;line-height: 1em;margin-top: 0;margin-bottom: 30px;}.content h1.center {text-align: center;}.content h2 {font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-size: 40px;line-height: 1em;margin-top: 0;margin-bottom: 30px;}.content h2.center {text-align: center;}.content h3 {color: #CD9F3A;font-family: "prohibition", sans-serif;font-weight: 400;font-size: 20px;font-weight: normal;line-height: 1.2em;letter-spacing: 0.15em;margin-top: 0;margin-bottom: 40px;}.content h3.center {text-align: center;}.content h3 span {display: inline-block;padding-bottom: 10px;border-bottom: 2px solid #CD9F3A;}.content p {line-height: 1.8em;margin-bottom: 30px;}.content p.center {text-align: center;}.content p.nomargin {margin-bottom: 0;}.content p.out_of_stock, .content p.out_of_season {font-size: 16px;font-weight: 600;color: #CB3535;}.content ul {list-style-type: disc;margin-bottom: 22px;}.content ol {list-style-type: decimal;margin-left: 10px;margin-bottom: 22px;padding-left: 15px;}.content li {margin-left: 15px;margin-bottom: 6px;line-height: 1.4em;}.content ul.check {list-style-type: none;margin-bottom: 0;margin-top: 10px;}.content ul.check li {margin-left: 0;padding-left: 25px;margin-bottom: 6px;line-height: 1.4em;position: relative;color: #3D7213;}.content ul.check li:before {content: "\f00c";font-family: "Font Awesome 6 Pro"; font-weight: 900; font-size: 13px; color: #3D7213; left: 0; top: 1px; position: absolute; pointer-events: none;}.content table {width: 100%;margin-bottom: 40px;}.content td {padding: 12px 5px;vertical-align: top;line-height: 1.4em;border-bottom: 1px solid #CD9F3A;}.content hr {float: left;width: 100%;border-bottom: 1px solid #ddd;margin-bottom: 25px;}.content hr.dotted {float: left;width: 100%;border-bottom: 2px dashed #CD9F3A;margin-bottom: 30px;}.content hr.spacer25 {border-bottom: 0;}.content hr.spacer50 {border-bottom: 0;margin-bottom: 50px;}.content hr.spacer60 {border-bottom: 0;margin-bottom: 60px;}.content hr.spacer75 {border-bottom: 0;margin-bottom: 75px;}.content img.shield {display: inline-block;vertical-align: top;width: 65px;margin-bottom: 15px;}.content img.arend {display: inline-block;vertical-align: top;width: 225px;margin-bottom: 15px;}/* toggle text block */.toggle_text_block {display: none;}.toggle_text_block br.clear {display: none;}.top_padding {padding-top: 12px;}/* video */.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%;}/* home text */.home_text {float: left;width: 100%;color: #FFF;background: #000;padding: 100px 0 75px 0;text-align: center;}.home_text p {font-size: 20px;line-height: 2em;letter-spacing: 0.05em;}.home_text a.button {margin-top: 30px;}/* text */.text {float: left;width: 100%;background: #FFF;padding: 100px 0 75px 0;}.text.grey {background: rgba(0, 0, 0, 0.03);}/* page blocks *//* type 1 */.page_block1 {float: left;width: 100%;color: #FFF; background: #000;display: flex;}.page_block1 a:hover {color: #FFF !important;border-bottom: 1px solid #FFF;}.page_block_slider {float: left;width: 50%;}.page_block_slider_container {position: absolute;top: 0;left: 0;z-index: 1000;width: 100%;height: 100%;}.slick-list, .slick-track {height: 100% !important;}.page_block_slide {width: 100%;height: 100%;background-size: cover !important;box-shadow: inset 0px 0px 200px 30px #000000;}.page_block_text {float: right;width: 50%;min-height: 500px;box-sizing: border-box;padding: 60px 125px;}/* type 2 */.page_block2 {float: left;width: 100%;background: #FFF;padding: 60px 0 35px 0;}/* type 3 */.page_block3 {float: left;width: 100%;color: #000;background: #CD9F3A;padding: 60px 0 35px 0;}.page_block3 h3 {color: #000;}.page_block3 h3 span {border-bottom: 2px solid #000;}/* type 4 */.page_block4 {float: left;width: 100%;padding-bottom: 75px;background: #FFF;}.image_gallery {float: left;width: 100%;}.image_gallery .item {background: #000;overflow: hidden;margin: 20px !important;}.image_gallery .item img {transition: all 0.2s;}.image_gallery .item:hover img { opacity: 0.8;}/* type 5 */.page_block5 {float: left;width: 100%;padding: 60px 0 35px 0;}.news_list {float: left;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 20px;margin-bottom: 50px;}a.news {width: 48.5%;text-decoration: none;background: #CD9F3A;color: #FFF;border: 0 !important;transition: all 0.2s;position: relative;}a.news:hover {color: #FFF !important;background: #000;}a.news .news_image {position: absolute;top: 0;left: 0;z-index: 100;width: 275px;height: 100%;background-size: cover !important;}a.news .news_text {float: right;width: calc(100% - 275px);box-sizing: border-box;padding: 75px 30px;}a.news .news_text strong {float: left;width: 100%;font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-size: 30px;line-height: 1.1em;letter-spacing: 0.05em;margin-top: 30px;margin-bottom: 30px;color: #000;}a.news:hover .news_text strong {color: #FFF;}/* type 6 */.page_block6 {float: left;width: 100%;background: #CD9F3A;padding: 60px 0 100px 0;}.page_block6 h3 { color: #FFF;}.page_block6 h3 span {border-bottom: 2px solid #FFF;}.visit_block_list {float: left;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 10px;}.visit_block {width: 31.5%;text-decoration: none;background: #fff;border: 0 !important;transition: all 0.2s;}.visit_block:hover {background: #F8DFB1;}.visit_block.active {background: #F8DFB1;}.visit_block_image_wrapper {float: left;width: 100%;overflow: hidden;}.visit_block_image {float: left;width: 100%;background-size: cover !important;transition: all 2s ease;}.visit_block_image img {float: left;width: 100%;}.visit_block:hover .visit_block_image {transform: scale(1.1);}.visit_block_text {float: left;width: 100%;box-sizing: border-box;padding: 30px 40px;padding-bottom: 5px;color: #000;}.visit_block_text strong {float: left;width: 100%;font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-size: 30px;line-height: 1.1em;letter-spacing: 0.05em;margin-bottom: 30px;}/* type 7 */.page_block7 {float: left;width: 100%;background-size: cover !important;position: relative;padding: 125px 0 75px 0;color: #CD9F3A;}.page_block7 .cover {position: absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);}.page_block7 .text_wrapper {position: relative;z-index: 10;}/* type 9 */.page_block9 {float: left;width: 100%;padding: 60px 0 40px 0;}/* type 10 */.page_block10 {float: left;width: 100%;padding-bottom: 50px;}/* webshop about */.webshop_about {float: left;width: 100%;display: flex;margin-top: 25px;margin-bottom: 50px;}.webshop_about_image {width: 25%;background-size: cover !important;}.webshop_about_text {float: left;width: 75%;box-sizing: border-box;padding: 75px 100px;padding-bottom: 50px;color: #FFF;background: #CD9F3A;}.webshop_about_text h3 {color: #FFF;}.webshop_about_text h3 span {border-bottom: 2px solid #FFF;}.webshop_about a.button {color: #FFF;border: 2px solid #FFF;}.webshop_about a.button:after { color: #FFF;}.webshop_about a.button:hover {color: #000;border: 2px solid #000;}.webshop_about a.button:hover:after {color: #000;}/* beer list */.beer_list {float: left;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 20px;}.beer_list a.beer {float: left;width: 23%;box-sizing: border-box;border: 1px solid #CD9F3A !important;margin-bottom: 50px;text-decoration: none;transition: all 0.2s;}.beer_dummy4 {width: 23%;}.beer_dummy3 {width: 31%;display: none;}.beer_list a.beer .beer_image {float: left;width: 100%;position: relative;background-size: cover !important;}.beer_list a.beer .beer_image img {float: left;width: 100%;}.beer_list a.beer .beer_image img.streekproduct {position: absolute;bottom: 15px;right: 15px;z-index: 10;width: 50px;}.beer_list a.beer .beer_image span.label {position: absolute;top: -15px;left: calc(50% - 30px);z-index: 20;width: 60px;height: 70px;box-sizing: border-box;background: url("/_graphics/label_black.svg") top left no-repeat;background-size: 100% 100% !important;padding-top: 25px;text-align: center;text-transform: uppercase;font-size: 12px;font-weight: 700;color: #CD9F3A;}.beer_list a.beer .beer_info {float: left;width: 100%;}.beer_list a.beer .beer_info strong {float: left;width: 100%;box-sizing: border-box;padding: 15px;font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-size: 20px;color: #000;border-bottom: 1px solid #CD9F3A;}.beer_list a.beer .beer_info strong span {float: right;font-family: "montserrat", sans-serif;font-weight: 600;font-size: 15px;letter-spacing: 0.07em;color: #000;}.beer_list a.beer .beer_intro {float: left;width: 100%;box-sizing: border-box;padding: 15px;color: #000;font-size: 14px;opacity: 0.4;transition: all 0.2s;}.beer_list a.beer:hover .beer_intro {opacity: 1;}.beer_list a.beer:hover {background: #F8DFB1;}/* beer page */.beer_nav {float: left;width: 100%;padding: 50px 0 25px 0;}.beer_nav_left {float: left;}.beer_nav_right {float: right;text-align: right;}.beer_nav em {display: inline-block;margin: 0 15px;font-style: normal;color: #3E3E3E;}.beer_page {float: left;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}.beer_left {float: left;width: 48.5%;}.beer_cover {float: left;width: 100%;box-sizing: border-box;border: 1px solid #CD9F3A;margin-bottom: 30px;position: relative;transition: all 0.2s;}.beer_cover:hover {opacity: 0.8;}.beer_cover img {float: left;width: 100%;}.beer_cover img.streekproduct {position: absolute;bottom: 20px;right: 20px;z-index: 10;width: 70px;}.beer_cover span.label {position: absolute;top: -15px;left: calc(50% - 30px);z-index: 20;width: 60px;height: 70px;box-sizing: border-box;background: url("/_graphics/label_black.svg") top left no-repeat;background-size: 100% 100% !important;padding-top: 25px;text-align: center;text-transform: uppercase;font-size: 12px;font-weight: 700;color: #CD9F3A;}.beer_left a.thumb {float: left;width: 30%;box-sizing: border-box;margin-right: 5%;background-size: cover !important;border: 1px solid #CD9F3A;transition: all 0.2s;}.beer_left a.thumb:nth-of-type(3) {margin-right: 0;}.beer_left a.thumb img {float: left;width: 100%;}.beer_left a.thumb:hover {opacity: 0.8;}.beer_right {float: right;width: 48.5%;box-sizing: border-box;border: 1px solid #CD9F3A;padding: 35px;}.beer_right h1 {float: left;width: 100%;font-size: 40px;padding-bottom: 25px;border-bottom: 2px solid #CD9F3A;margin-bottom: 25px;}.beer_right h1 span {float: right;font-family: "montserrat", sans-serif;font-weight: 600;font-size: 15px;}.beer_contents_block {float: left;margin-bottom: 25px;margin-right: 30px;}.beer_contents_block img {display: inline-block;height: 40px;vertical-align: middle;margin-right: 10px;}.content table.specs {float: left;width: 100%;margin-bottom: 0;}.content table.specs td {border-bottom: 1px solid #CD9F3A;padding: 10px 0;vertical-align: top;}.content table.specs td.label {font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-size: 18px;text-transform: uppercase;padding-right: 25px;}.content table.specs td.value {line-height: 1.75em;}.content table.specs tr.awards td ul {margin-bottom: 0;}/* agenda */.agenda_left {float: left;width: 40%;}.agenda_right {float: right;width: 55%;box-sizing: border-box;border: 1px solid #CD9F3A;padding: 35px;}/* events */.event {float: left;width: 100%;box-sizing: border-box;padding: 30px;background: #F8DFB1;margin-bottom: 30px;}.event_title {float: left;width: 100%;font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-size: 30px;letter-spacing: 0.05em;margin-bottom: 15px;}.event_image {float: left;width: 150px;}.event_image a {border: 0 !important;}.event_image img {float: left;width: 100%;}.event_text {float: right;width: calc(100% - 180px);font-size: 17px;overflow: hidden;}.event_text p {line-height: 1.7em;margin-bottom: 30px;}/* experience links */.experience_list {float: left;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}.experience_list div.experience {float: left;width: 48.5%;margin-bottom: 30px;background: #CD9F3A;}.experience_list div.experience .experience_image {float: left;width: 100%;position: relative;background-size: cover !important;transition: all 0.2s;}.experience_list div.experience .experience_image img {float: left;width: 100%;}.experience_list div.experience .experience_info {float: left;width: 100%;box-sizing: border-box;padding: 30px 50px;color: #fff;}.experience_list div.experience .experience_info strong {float: left;width: 100%;font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-size: 30px;margin-bottom: 25px;color: #000;}.experience_list div.experience:hover .experience_image {opacity: 0.8;}/* contact */.contact_left {float: left;width: 52%;}.contact_right {float: right;width: 40%;box-sizing: border-box;border: 1px solid #CD9F3A;padding: 35px;}/* webshop subnav */.webshop_subnav {float: left;width: 100%;padding: 15px 0;}.product_type_links {float: left;width: calc(100% - 250px);}.product_type_links a {float: left;font-size: 14px;font-weight: 600;text-transform: uppercase;color: #000;letter-spacing: 0.1em; padding-bottom: 2px;border-bottom: 2px solid #000;margin: 10px 0;margin-right: 50px;}.product_type_links a:hover, .product_type_links a.active {border-bottom: 2px solid #CD9F3A;}a.cart_indicator {float: right;border: 0 !important;text-decoration: none;position: relative;}a.cart_indicator img {display: inline-block;width: 45px;margin-right: 12px;vertical-align: middle;}a.cart_indicator span {font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-size: 17px;text-transform: uppercase;}a.cart_indicator b {position: absolute;top: -4px;left: 27px;z-index: 100;display: flex;color: #FFF;background: #000;width: 20px;height: 20px;font-weight: 600;font-size: 13px;box-sizing: border-box;padding: 5px;border-radius: 20px;margin-left: 5px;align-items: center;justify-content: center;}/* alert */.alert {float: left;width: 100%;box-sizing: border-box;padding: 15px 30px;font-size: 14px;letter-spacing: 0.02em;text-align: center;color: #000 !important;border: 0 !important;background: #F8DFB1;margin-bottom: 25px;}a.alert:hover {color: #FFF !important;background: #000 !important;}/* usp's */.usp_wrapper {float: left;width: 100%;padding: 12px 30px;box-sizing: border-box;background: rgba(95, 155, 48, 0.1);color: #5F9B30;display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 15px;}.usp_wrapper span {font-weight: 600;font-size: 14px;margin: 5px 0;}.usp_wrapper span i {font-size: 18px;margin-right: 7px;}/* webshop links */.webshop_link_list {float: left;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}.webshop_link_list a.webshop_link {float: left;width: 32%;margin-bottom: 25px;background-size: cover !important;position: relative;border: 0;}.webshop_link_list a.webshop_link img {float: left;width: 100%;}.webshop_link_list a.webshop_link.large {width: 49%;}.webshop_link_list a.webshop_link .webshop_link_text {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;box-sizing: border-box;padding: 25px;display: flex;align-items: center;justify-content: center;box-shadow: inset 0px 4px 250px 30px #000000;transition: all 0.2s;}.webshop_link_list a.webshop_link:hover .webshop_link_text {box-shadow: none;}.webshop_link_list a.webshop_link .webshop_link_text span {display: inline-block;box-sizing: border-box;color: #FFF;border: 2px solid #FFF;font-weight: 600;font-size: 16px;line-height: 1.2em; letter-spacing: 0.2em;padding: 14px 20px;padding-right: 45px;text-decoration: none;text-transform: uppercase;position: relative;transition: all 0.2s;}.webshop_link_list a.webshop_link .webshop_link_text span:after {content: "\f178"; font-family: "Font Awesome 6 Pro"; font-weight: 100; font-size: 20px; position: absolute; top: 0; right: 0; width: 30px; height: 100%; color: #FFF; background: none; display: flex; align-items: center; transition: all 0.2s;}.webshop_link_list a.webshop_link:hover .webshop_link_text span {color: #000;background: #FFF;}.webshop_link_list a.webshop_link:hover .webshop_link_text span:after {color: #000;}/* sidebar */.sidebar {float: left;width: 280px;margin-bottom: 25px;}.sidebar.right {float: right;}/* main */.main {float: right;width: calc(100% - 310px);}/* filter */.filter {float: left;width: 100%;}.filter_block {float: left;width: 100%;margin-bottom: 0;}.filter_block.hidden {display: none;}.filter_block span {float: left;width: 100%;cursor: pointer;color: #CD9F3A;font-family: "prohibition", sans-serif;font-weight: 400;font-size: 18px;letter-spacing: 0.1em;text-transform: uppercase;padding-bottom: 10px;border-bottom: 2px solid #CD9F3A;margin-bottom: 15px;position: relative;}.filter_block span b {color: #CD9F3A;}.filter_block span:hover b {color: #CD9F3A;}.filter_block span.active b {color: #CD9F3A;}.filter_block span i {position: absolute;top: 8px;right: 0;z-index: 100;font-size: 12px;transition: opacity 0.3s;}.filter_block span.active i.fa-plus {opacity: 0;}.filter_block span.active i.fa-minus {opacity: 1;}.filter_list_wrapper {float: left;width: 100%;margin-top: 5px; margin-bottom: 25px; position: relative; display: none;}/*.filter_list_wrapper.brand:after { content: "\f002"; font-family: "Font Awesome 6 Pro"; font-weight: 100; font-size: 14px; color: #bbb; right: 0; top: 0; padding: 6px 10px; position: absolute; pointer-events: none;}*/.filter_list_wrapper.active {display: block;}.filter_block ul {float: left;width: 100%;list-style-type: none;margin-bottom: 0;}.filter_block ul li {float: left;width: 100%;margin: 0;white-space: nowrap;}.filter_block ul li a {float: left;width: 100%;font-size: 14px;line-height: 1em;margin-bottom: 7px;color: #000;border: 0 !important;}.filter_block ul li a.sale {color: #CB3535 !important;}.filter_block ul li a.limited {color: #3D7213 !important;}.filter_block ul li a.135years {color: #CD9F3A !important;}.filter_block ul li i {font-size: 12px;margin-right: 12px;}.filter_block ul li a:hover {text-decoration: underline;}.filter_block ul li a.selected {color: #000;font-weight: 700;}.filter_block ul li a em {font-style: normal;font-size: 12px;color: #999;display: none;}.filter_block ul li a.selected em {color: #000;font-weight: 300;}.filter_block ul li.size a {text-align: none;}/* nanoscroller */.nano {float: left; position: relative; width: 100%; height: 165px; overflow: hidden;}.nano > .nano-content {position: absolute;overflow: scroll;overflow-x: hidden;top: 0;right: 0;bottom: 0;left: 0;}.nano > .nano-content:focus {outline: thin dotted;}.nano > .nano-content::-webkit-scrollbar {display: none;}.has-scrollbar > .nano-content::-webkit-scrollbar {display: block;}.nano > .nano-pane {background-image: url('/_graphics/bg_nanoslider_pane.png'); background-color: transparent; background-position: 50% 0;position: absolute;width: 5px;right: 0;top: 0;bottom: 0;opacity: .99;transition: .2s;}.nano > .nano-pane > .nano-slider {background: #CD9F3A;position: relative;margin: 0;cursor: pointer;}.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {visibility: visible;opacity: 0.99;}/* brand livesearch .livesearch_brand {float: left;width: 100%;box-sizing: border-box;border: 1px solid #CD9F3A;font-size: 14px;color: #CD9F3A;padding: 8px;margin-top: -5px;margin-bottom: 15px;outline: none;}.livesearch_wrapper {float: left;width: 100%;margin-top: 5px;position: relative;}/* reset filter */a.reset_filter {float: left;width: 100%;box-sizing: border-box;color: #fff;background: #000;padding: 12px 20px;border: 0 !important;margin-bottom: 5px;}a.reset_filter:hover {color: #FFF !important;background: #3E3E3E;}a.reset_filter i {display: inline-block;margin-right: 10px;vertical-align: middle;}/* delete filter */a.delete_filter {float: left;width: 100%;box-sizing: border-box;color: #fff;background: #000;font-size: 13px;padding: 6px 20px;border: 0 !important;margin-bottom: 5px;}a.delete_filter:hover {color: #fff !important;background: #3E3E3E;}a.delete_filter i {display: inline-block;margin-right: 10px;vertical-align: middle;}/* sort form .sort_form {float: left;width: 100%;position: relative;margin-bottom: 15px;}.sort_form select {float: left;width: 100%;height: auto;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-webkit-appearance: none;-moz-appearance: none;appearance: none;box-shadow: none;display: inline-block;zoom: 1;color: #CD9F3A;border: 0;margin: 0;padding: 0 25px 0 0; border-radius: 0;font-family: "archiaregular";font-size: 14px;line-height: 1.4em;cursor: pointer;outline: none;background: #fff;}.sort_form select option {padding: 2px 4px;}.sort_form select::-ms-expand { display: none;}.sort_form:after {content: "\f107"; font-family: "Font Awesome 6 Pro"; font-weight: 100; font-size: 15px; color: #CD9F3A; right: 0; top: 3px; position: absolute; pointer-events: none;}/* search */.search_form {float: left;width: 100%;position: relative;margin-bottom: 30px;}.search_form:after { content: "\f002"; font-family: "Font Awesome 6 Pro"; font-weight: 600; font-size: 17px; position: absolute; right: 0; top: 14px; z-index: 10; width: 30px; height: 30px;color: #000;}.search_form:hover:after {color: #CD9F3A;}.search_form input.search {float: left;width: 100%;box-sizing: border-box;font-family: "montserrat", sans-serif;font-size: 14px;font-weight: 600;background: none;color: #000;border: 1px solid #CD9F3A;padding: 13px 50px 13px 15px;outline: none;}.search_form input.search::placeholder {color: #000;}.search_form button {position: absolute;top: 0;right: 0;z-index: 20;width: 35px;height: 100%;background: none;outline: none;}/* sidebar help */.sidebar_help {float: left;width: 100%;box-sizing: border-box;padding: 30px;color: #000;background: #CD9F3A;line-height: 1.8em;margin-top: 20px;margin-bottom: 20px;}.sidebar_help a {color: #FFF;}.sidebar_help strong {float: left;width: 100%;font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-size: 28px;line-height: 1.1em;margin-bottom: 20px;}/* sidebar usp's */ .sidebar_usps {float: left;width: 100%;color: #000;margin-top: 10px;margin-bottom: 25px;}.sidebar_usp {float: left;width: 100%;padding: 8px 0;border-bottom: 1px solid #CD9F3A;display: flex;justify-content: space-between;align-items: center;}.sidebar_usp img {display: inline-block;width: 25px;max-height: 30px;vertical-align: middle;}.sidebar_usp b {display: inline-block;width: calc(100% - 40px);font-family: "prohibition", sans-serif;font-weight: 400;font-size: 15px;letter-spacing: 0.1em; text-transform: uppercase;}/* filter toggle */.content a.filter_toggle {float: left;width: 100%;color: #fff !important;background: #000;border: 0 !important;font-size: 14px;text-align: center;text-decoration: none;padding: 12px 0;margin-bottom: 20px;display: none;}/* product list */.product_list {float: left;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}.product_list.small {margin-bottom: 50px;}a.product {float: left;width: 32.2%;box-sizing: border-box;margin-bottom: 40px;position: relative;border: 1px solid #CD9F3A !important;color: #000 !important;background: #FFF;}a.product:hover {border: 1px solid #000 !important;}.product_list.small a.product {width: 19%;}.product_list.related a.product {width: 24%;}.product_dummy {width: 32.5%;}.product_dummy5 {width: 19%;}.product_dummy4 {width: 24%;display: none;}a.product div.product_image_wrapper {float: left;width: 100%;box-sizing: border-box;position: relative;margin-bottom: 15px;overflow: hidden;}a.product div.product_image {float: left;width: 100%;background-size: cover !important;backface-visibility: hidden;transition: all 0.3s ease;}a.product:hover div.product_image { transform: scale(1.05);}a.product div.product_image img {float: left;width: 100%;opacity: 0.5;-webkit-backface-visibility: hidden;transition: opacity 0.5s ease-in;}a.product div.product_info_wrapper {float: left;width: 100%;position: relative;}a.product b.name {float: left;width: 100%;box-sizing: border-box;padding: 0 10px;text-align: center;font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-size: 20px;margin-bottom: 5px;}a.product span.intro {float: left;width: 100%;box-sizing: border-box;text-align: center;font-size: 14px;color: #000;opacity: 0.4;padding: 0 10px;padding-bottom: 15px;border-bottom: 1px solid #ddd;margin-bottom: 15px;}a.product span.price {float: left;width: 100%;text-align: center;font-size: 14px;font-weight: 700; margin-bottom: 15px;}a.product span.price em {font-style: normal;}a.product span.price em {color: #CB3535;font-style: normal;}a.product span.price strike {position: relative;display: inline-block;text-decoration: line-through;}/* status banner */a.product span.status_banner {position: absolute;top: -15px;left: calc(50% - 32px);box-sizing: border-box;width: 64px;height: 70px;z-index: 100;color: #CD9F3A;padding: 20px 5px;font-size: 12px;font-weight: 700;text-transform: uppercase;text-align: center;}a.product span.status_banner.new {background: url("/_graphics/label_black.svg") center center no-repeat;background-size: 100% 100%;}a.product span.status_banner.sale {background: url("/_graphics/label_red.svg") center center no-repeat;background-size: 100% 100%;}a.product span.status_banner.limited {background: url("/_graphics/label_green.svg") center center no-repeat;background-size: 100% 100%;}a.product span.status_banner.soldout {background: url("/_graphics/label_grey.svg") center center no-repeat;background-size: 100% 100%;}.product_list.small span.status_banner {display: none;}/* wishlist linkspan.wishlist_link {position: absolute;top: 0;right: 10px;z-index: 10;width: 22px;height: 22px;cursor: pointer;}span.wishlist_link img {float: left;width: 100%;}span.wishlist_link img.hover {position: absolute;top: 0;left: 0;z-index: 100;width: 100%;opacity: 0;transition: all 0.2s;}span.wishlist_link:hover img.hover {opacity: 1;}span.wishlist_link.active img.hover {opacity: 1;}/* paging.paging {float: left;width: 100%;font-size: 16px;margin-bottom: 75px;margin-top: 25px;text-align: center;}.paging a {display: inline-block;padding: 20px 5px;margin: 0 5px;margin-bottom: 10px;background: none;color: #CD9F3A;border: 1px solid #fff;text-decoration: none;}.paging a:hover {border: 1px solid #fff;color: #f0a794;}.paging span {display: inline-block;padding: 20px 15px;margin: 0 5px;margin-bottom: 10px;color: #aaa;background: #fff;border: 1px solid #fff;}.paging span.selected {color: #CD9F3A;background: #fff;border: 1px solid #CD9F3A;}.paging span.nobg {background: none;padding: 5px 0;font-size: 1.1em;}.paging span.arrow {display: none;}.paging a.arrow {display: inline-block;background: none;text-decoration: none;border: 0;padding: 0;position: relative;vertical-align: middle;margin: 0 10px;}.paging a.arrow img {float: left;width: 40px;}.paging a.arrow img.hover {position: absolute;top: 0;left: 0;width: 40px;opacity: 0;transition: all 0.2s;}.paging a.arrow:hover img.hover {opacity: 1;}/* product controls */.product_controls {float: left;width: 100%;font-size: 14px;padding: 15px 0;}.product_controls .left {float: left;position: relative;padding-top: 10px;}.product_controls .right {float: right;}.product_controls a {display: inline-block;position: relative;}.product_controls em {display: inline-block;margin: 0 15px;font-style: normal;color: #3E3E3E;}/* product page */.product_images {float: left;width: 48.5%;margin-bottom: 50px;position: relative;}.product_image_cover {float: left;width: 100%;box-sizing: border-box;position: relative;margin-bottom: 15px;border: 1px solid #CD9F3A;transition: all 0.2s;}.product_image_cover img {float: left;width: 100%;}.product_image_cover:hover {opacity: 0.8;}.product_images span.status_banner {position: absolute;top: -15px;left: calc(50% - 32px);box-sizing: border-box;width: 64px;height: 70px;z-index: 100;color: #CD9F3A;padding: 20px 5px;font-size: 12px;font-weight: 700;text-transform: uppercase;text-align: center;}.product_images span.status_banner.new {background: url("/_graphics/label_black.svg") center center no-repeat;background-size: 100% 100%;}.product_images span.status_banner.sale {background: url("/_graphics/label_red.svg") center center no-repeat;background-size: 100% 100%;}.product_images span.status_banner.limited {background: url("/_graphics/label_green.svg") center center no-repeat;background-size: 100% 100%;}.product_images a.thumb {float: left;width: 30%;box-sizing: border-box;margin-right: 5%;background-size: cover !important;border: 1px solid #CD9F3A;transition: all 0.2s;}.product_images a.thumb:nth-of-type(3) {margin-right: 0;}.product_images a.thumb img {float: left;width: 100%;}.product_images a.thumb:hover {opacity: 0.8;}/* product info */.product_info {float: right;width: 48.5%;box-sizing: border-box;padding: 35px;margin-bottom: 25px;border: 1px solid #CD9F3A;}.product_info h1 {float: left;width: 100%;font-size: 40px;padding-bottom: 25px;border-bottom: 2px solid #CD9F3A;margin-bottom: 25px;}.product_info h1 span {float: right;font-family: "montserrat", sans-serif;font-weight: 600;font-size: 15px;}.product_info p {margin-bottom: 25px;} span.product_price {float: left;width: 100%;text-align: left;font-size: 22px;font-weight: 700;margin-bottom: 30px;}span.product_price em {font-style: normal;}span.product_price em {color: #CB3535;margin-left: 5px;}span.product_price strike {color: #000;position: relative;display: inline-block;}.product_info img.payment_logos {display: inline-block;height: 16px;vertical-align: top;}.product_text {float: left;width: 100%;border-bottom: 2px dashed #CD9F3A;margin-bottom: 25px;}strong.product_subtitle {float: left;width: 100%;font-family: "prohibition", sans-serif;font-weight: 400;font-size: 20px;letter-spacing: 0.1em;padding-bottom: 6px;border-bottom: 2px solid #CD9F3A;margin-bottom: 18px;color: #CD9F3A;}.product_info span.wishlist_link {float: left;position: relative;width: 35px;height: 35px;margin-top: 25px;margin-left: 30px;cursor: pointer;}.product_info span.wishlist_link img {float: left;width: 100%;}.product_info span.wishlist_link img.hover {position: absolute;top: 0;left: 0;z-index: 100;width: 100%;opacity: 0;transition: all 0.2s;}.product_info span.wishlist_link:hover img.hover {opacity: 1;}.product_info span.wishlist_link.active img.hover {opacity: 1;}.addtocart_form button {float: left;}/* colors .color_selector {float: left;width: 100%;padding-bottom: 13px;border-bottom: 1px solid #CD9F3A;margin-bottom: 30px;}.color_selector a {float: left;width: 48px;height: 48px;box-sizing: border-box;padding: 8px;border-radius: 50px;border: 1px solid #CD9F3A;margin-right: 12px;margin-bottom: 12px;}.color_selector a b {float: left;width: 30px;height: 30px;border-radius: 30px;background-size: cover !important;overflow: hidden;}.color_selector a:hover {border: 1px solid #CD9F3A;}.color_selector a.active {border: 1px solid #CD9F3A;}/* contents / sizes */.size_selector, .contents_selector, .color_selector {float: left;width: 100%;margin-bottom: 20px;}.size_selector a, .contents_selector a, .color_selector a {float: left;text-transform: uppercase;text-decoration: none;font-size: 14px;padding: 8px 10px;border: 1px solid #CD9F3A !important;margin-right: 10px;margin-bottom: 10px;border-radius: 3px;color: #000;}.size_selector a:hover, .contents_selector a:hover, .color_selector a:hover {color: #000;border: 1px solid #000 !important;}.size_selector a.active, .contents_selector a.active, .color_selector a.active {color: #FFF !important;background: #000 !important;border: 1px solid #000 !important;}/* amount selector */.amount_minus {float: left;width: 30px;border: 0 !important;position: relative;}.amount_minus img {float: left;width: 100%;transition: all 0.2s;}.amount_minus img.hover {position: absolute;top: 0;left: 0;width: 30px;opacity: 0;transition: all 0.2s;}.amount_minus:hover img.hover {opacity: 1;}.amount_plus {float: left;width: 30px;border: 0 !important;position: relative;}.amount_plus img {float: left;width: 100%;transition: all 0.2s;}.amount_plus img.hover {position: absolute;top: 0;left: 0;width: 30px;opacity: 0;transition: all 0.2s;}.amount_plus:hover img.hover {opacity: 1;}.amount_label {float: left;height: 30px;padding: 0 17px;font-size: 20px;display: flex;align-items: center;}/* giftbox products */.giftbox_product_list {float: left;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 25px;}.giftbox_product {float: left;width: 48%;border-bottom: 2px solid #CD9F3A;padding-bottom: 20px;margin-bottom: 20px;}.giftbox_product_image_wrapper {float: left;width: 60px;box-sizing: border-box;position: relative;overflow: hidden;}.giftbox_product_image {float: left;width: 100%;background-size: cover !important;backface-visibility: hidden;transition: all 0.3s ease;}.giftbox_product_image img {float: left;width: 100%;opacity: 0.5;-webkit-backface-visibility: hidden;transition: opacity 0.5s ease-in;}.giftbox_product_text {float: right;width: calc(100% - 80px);position: relative;}.giftbox_product_text b.name {float: left;width: 100%;box-sizing: border-box;font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-size: 16px;margin-bottom: 5px;}.giftbox_product_text span.intro {float: left;width: 100%;font-size: 12px;color: #000;opacity: 0.4;padding-bottom: 8px;border-bottom: 1px solid #ddd;margin-bottom: 8px;}.giftbox_product_text span.price {float: left;width: 100%;font-size: 14px;font-weight: 700; margin-bottom: 12px;}.giftbox_product_text span.price em {font-style: normal;}.giftbox_product_text span.price em {color: #CB3535;font-style: normal;}.giftbox_product_text span.price strike {position: relative;display: inline-block;text-decoration: line-through;}.giftbox_product_text .amount_minus, .giftbox_product_text .amount_plus { width: 25px;}.giftbox_product_text .amount_minus img.hover, .giftbox_product_text .amount_plus img.hover { width: 25px;}.giftbox_product_text .amount_label {float: left;height: 25px;padding: 0 10px;font-size: 16px;} /* cart */table.cart {float: left;width: 100%;border-collapse: collapse;border-top: 1px solid #CD9F3A;}table.cart th {padding: 10px;text-align: left;vertical-align: middle;font-size: 11px;font-weight: normal;text-transform: uppercase;border-bottom: 1px solid #CD9F3A;background: none;}table.cart th.right, table.cart th.price {text-align: right;}table.cart td {padding: 20px 10px;vertical-align: middle;border-bottom: 1px solid #CD9F3A;line-height: 1.3em;}table.cart tr.clickable td {cursor: pointer;}table.cart tr.clickable:hover td {background: rgba(205, 159, 58, 0.05);}table.cart div.cart_image {width: 100px;height: 100px;background-size: contain !important;margin-right: 10px;}table.cart td.name {width: 100%;}table.cart td.name span {font-size: 14px;color: #000;}table.cart td.name b {display: inline-block;padding: 4px 6px;font-size: 11px;line-height: 1em;text-transform: uppercase;color: #fff;background: #000;margin-left: 10px;vertical-align: middle;}table.cart td.name b.sale {background: #CB3535;}table.cart td.size {color: #000;white-space: nowrap;}table.cart td.grey {color: #3E3E3E;}table.cart td.color {white-space: nowrap;}table.cart td em.fraction {font-style: normal;}table.cart td.delete a {color: #3E3E3E;border: 0;}table.cart td.delete a:hover {color: #000;}table.cart td.delete a i {font-size: 18px;line-height: 1.5em;}table.cart td.amount {white-space: nowrap;}table.cart td.amount .select_wrapper {width: 75px;}table.cart td.amount select {color: #000;background: #fff;font-size: 14px;margin: 0;}table.cart td.price {font-size: 16px;font-weight: 700;white-space: nowrap;text-align: right;}table.cart td.actions {text-align: right;}table.cart td.price.sale {color: #CB3535;}table.cart td.subtotal {font-size: 18px;background: #fff !important;border-bottom: 1px solid #000;}table.cart td.special_border {border-bottom: 1px solid #000;}table.cart td.promocode {color: #f0a794;background: #fff !important;font-size: 18px;}table.cart td.promocode div {float: left;}table.cart td.promocode a {float: left; color: #CB3535; border: 0; margin-top: 1px; margin-left: 8px;}table.cart td.promocode a:hover {color: #CD9F3A;}table.cart td.promocode a i {float: left;margin-top: 2px;margin-left: 2px;}table.cart td.promocode span {font-size: 15px;font-weight: 300;}table.cart td.shipping {color: #FFF;background: #CD9F3A !important;font-weight: 700;font-size: 18px;}table.cart td.shipping span.free_shipping_from {font-weight: 300;font-size: 15px;}table.cart td.shipping span.free_shipping_from em {display: inline-block;font-style: normal;font-size: 10px;margin-left: 0;}table.cart td.vat {color: #41c4f2;border: 1px solid #41c4f2;font-weight: 700;font-size: 18px;}table.cart td.total {color: #fff;background: #000 !important;border: 1px solid #000;font-weight: 700;font-size: 20px;}/* shipping address */#shipping_address, #invoice {float: left;width: 100%;box-sizing: border-box;padding: 10px 20px;background: rgba(205, 159, 58, 0.05);margin-top: 20px;}/* shipping options */div.shipping_option {float: left;width: 31%;min-height: 220px;border: 1px solid #CD9F3A;background: #fff;margin-right: 2%;margin-bottom: 20px;cursor: pointer;}div.shipping_option:hover {background: rgba(205, 159, 58, 0.05);}div.shipping_option.active {background: rgba(205, 159, 58, 0.1);}div.shipping_option .gutter {float: left;box-sizing: border-box;padding: 25px;}div.shipping_option h1 {color: #CD9F3A;font-size: 30px !important;margin-bottom: 20px;}div.shipping_option strong {float: left;width: 100%;color: #CD9F3A;font-size: 22px;font-weight: 700;}div.shipping_option select {margin-top: 0;margin-bottom: 10px;}div.shipping_option select option {padding: 2px 4px;}/* cart main */.cart_main {float: left;width: 65%;}.cart_sidebar {float: right;width: 28%;}/* google maps */#google_maps_canvas {float: left;width: 100%;height: 500px;}#google_maps_canvas.contact {float: right;width: 40%;height: 400px;}/* form */.form {float: left;width: 100%;margin-bottom: 50px;}/* form labels */.form span.label, .form span.hint {float: left;width: 100%;text-align: left;font-size: 14px;font-weight: 600;}.form span.label {margin-bottom: 2px;padding-top: 5px;margin: 5px 0;}.form span.label.error {color: #CB3535;}.form span.checkbox.error {color: #CB3535;}.form .checkbox.error {color: #CB3535;}.form span.label b {display: none;}.form span.label.error b {color: #CB3535;font-weight: bold;}.form span.form_block {float: left; width: 100%; margin-bottom: 15px;}.form span.form_block.error {color: #CB3535;}/* form fields */.form span.field {float: left;width: 100%;}.form input.text {float: left;width: 100%;box-sizing: border-box;background: #FFF;border: 1px solid #CD9F3A;padding: 15px;color: #000;font-family: "montserrat", sans-serif;font-weight: 400;font-size: 15px;outline: none;margin-bottom: 5px;}.form input.text::placeholder {color: #ccc;}.form input.text.error {border: 1px solid #CB3535;}.form textarea {float: left;width: 100%;box-sizing: border-box;height: 150px;background: #fff;border: 1px solid #CD9F3A;padding: 15px;margin-top: 3px;margin-bottom: 10px;color: #000;font-family: "montserrat", sans-serif;font-weight: 400;font-size: 15px;outline: none;margin-bottom: 10px;}.form textarea.error {border: 1px solid #CB3535;}.select_wrapper {float: left;width: 100%;position: relative;margin-bottom: 10px;}.select_wrapper:after { content: "\f107"; font-family: "Font Awesome 6 Pro";font-weight: 100; font-size: 16px; color: #000; right: 0; top: 7px; bottom: 0; padding: 11px 15px; position: absolute; pointer-events: none; line-height: 15px; background: none;}.select_wrapper select {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-shadow: none; display: inline-block; zoom: 1; color: #000; background-color: #fff; padding: 15px 40px 15px 10px; border-radius: 3px;border: 1px solid #CD9F3A;font-family: "montserrat", sans-serif;font-weight: 400;font-size: 15px;line-height: 1em; width: 100%; box-sizing: border-box; cursor: pointer; outline: none; transition: border 0.3s;}.select_wrapper select.error {border: 1px solid #CB3535;}.select_wrapper select::-ms-expand { display: none;}.select_wrapper select option {padding: 2px 4px;}.form input.checkbox {float: left;vertical-align: top;display: block;overflow: hidden;padding: 0; border: 0;margin: 2px 4px 2px 0;width: 16px;height: 16px;line-height: 1em;}.form span.checkbox {float: left;width: 100%;margin-top: 5px;margin-bottom: 10px;}.form span.checkbox_input {float: left;width: 25px;}.form span.checkbox_text {float: right;width: calc(100% - 25px);color: #000;line-height: 1.3em;}.form .checkbox.error span.checkbox_text {color: #CB3535;}.form span.checkbox b {display: none;}div.form_break {float: left;width: 100%;height: 15px;margin-top: 10px;border-top: 1px solid #ddd;}div.form_title {float: left;width: 100%;color: #CD9F3A;font-family: "prohibition", sans-serif;font-weight: 400;font-size: 20px;font-weight: normal;line-height: 1.2em;letter-spacing: 0.15em;margin-top: 10px;margin-bottom: 20px;}.form p.small {color: #616161;font-size: 14px;line-height: 1.4em;}.form p.small a {color: #616161;}.form p.small a:hover {color: #516e5a;}/* form */input[type=text], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0 !important;}/* feedback */div.feedback {float: left;width: 100%;box-sizing: border-box;z-index: 5000;padding: 25px 15px;font-size: 16px;text-align: center;position: relative;z-index: 100;color: #fff;background: #3D7213;}div.feedback.error {background: #CB3535;}div.feedback a {color: #fff;border-bottom: 1px solid #fff;}div.feedback a:hover {color: #fff !important;opacity: 0.9;border-bottom: 1px solid rgba(255, 255, 255, 0.9) !important;}/* button */.form button::-moz-focus-inner { border: 0; padding: 0;}.form button {display: inline-block;box-sizing: border-box;color: #CD9F3A;border: 2px solid #CD9F3A;background: #fff;font-weight: 600;font-size: 16px;line-height: 1.2em; letter-spacing: 0.2em;padding: 14px 20px;padding-right: 45px;text-decoration: none;text-transform: uppercase;position: relative;transition: all 0.2s;margin-bottom: 10px;}.form button:after {content: "\f178"; font-family: "Font Awesome 6 Pro"; font-weight: 100; font-size: 20px; position: absolute; top: 0; right: 0; width: 30px; height: 100%; color: #CD9F3A; background: none; display: flex; align-items: center; transition: all 0.2s;}.form button:hover {color: #000;background: #CD9F3A;}.form button:hover:after {color: #000;}/* 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;}/* footer */.footer {float: left;width: 100%;color: #FFF;background: #000;padding: 50px 0;}.footer_blocks {float: left;width: calc(100% - 350px);display: flex;flex-wrap: wrap;justify-content: space-between;}.footer_block {line-height: 1.75em;}.footer_block b {color: #CD9F3A;display: inline-block;font-weight: 600;letter-spacing: 0.1em;font-size: 14px;}.footer_block a {color: #FFF;text-decoration: none;}.footer_block a:hover {text-decoration: underline;}.footer_block a.selected {color: #CD9F3A;text-decoration: none !important;}.footer_labels {float: right;width: 300px;text-align: right;}.footer_labels img.social_link {width: 45px;display: inline-block;margin-left: 5px;}.footer_labels img.social_link:hover {opacity: 0.8;}.footer_labels img.label {height: 80px;display: inline-block;margin-top: 10px;margin-left: 15px;}.footer_labels img.label:hover {opacity: 0.8;}/* copyrights */.copyrights {float: left;width: 100%;box-sizing: border-box;font-size: 14px;text-align: center;line-height: 1.6em;color: #3E3E3E;padding: 25px 30px;}.copyrights a {color: #3E3E3E;text-decoration: none;white-space: nowrap;}.copyrights a:hover {color: #3E3E3E;text-decoration: underline;}.copyrights img.payment_logos {display: inline-block;height: 16px;vertical-align: top;margin-top: 12px;}/* quoted */img.quoted {vertical-align: middle;height: 15px;margin-left: 10px;}/* accept cookies */.accept_cookies {position: fixed;box-sizing: border-box;left: 0;bottom: 0;z-index: 9999;color: #fff;background: #CD9F3A;width: 100%;padding: 15px 25px;font-size: 14px;line-height: 1.5em;text-align: center;transition: bottom 1s;}.accept_cookies a {color: #fff;white-space: nowrap;transition: color 0.2s, background 0.2s;}.accept_cookies a:hover {color: #000;}.accept_cookies a.accept_cookies_button {color: #CD9F3A;background: #fff;padding: 3px 6px;text-decoration: none;border-radius: 3px;}.accept_cookies a.accept_cookies_button:hover {color: #FFF;background: #000;}/* age popup */.age_popup {position: fixed;width: 100%;height: 100%;z-index: 10000;background: rgba(0, 0, 0, 0.85);display: flex;align-items: center;justify-content: center;color: #FFF;}img.popup_logo {display: inline-block;width: 200px;vertical-align: top;margin-left: calc(50% - 100px);margin-bottom: 50px;}/* event popup */.event_popup {position: fixed;right: 40px;bottom: 0;width: 500px;z-index: 500;box-sizing: border-box;padding: 30px;background: #F8DFB1;box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);transform: translateY(-40px);opacity: 0;animation: load_event_popup 1s;animation-delay: 2s;animation-fill-mode: forwards;transition: all 0.3s;transition-timing: cubic-bezier(.17,.67,.83,.67);}@keyframes load_event_popup { from { opacity: 0; transform: translateY(0);} to { opacity: 1; transform: translateY(-40px);}}.close_popup {position: absolute;top: 15px;right: 15px;z-index: 100;font-size: 20px;color: #000;}.close_popup:hover {opacity: 0.75;}.popup_title {float: left;width: 100%;font-family: "sirenne-six-mvb-roman-small", serif;font-weight: 400;font-size: 30px;letter-spacing: 0.05em;margin-bottom: 15px;}.popup_image {float: left;width: 150px;}.popup_image img {float: left;width: 100%;}.popup_text {float: right;width: calc(100% - 180px);font-size: 17px;overflow: hidden;}.popup_text p {line-height: 1.7em;margin-bottom: 30px;}.popup_text a.button {display: inline-block;box-sizing: border-box;color: #CD9F3A;border: 2px solid #CD9F3A;font-weight: 600;font-size: 16px;line-height: 1.2em; letter-spacing: 0.2em;padding: 14px 20px;padding-right: 45px;text-decoration: none;text-transform: uppercase;position: relative;transition: all 0.2s;}.popup_text a.button:after {content: "\f178"; font-family: "Font Awesome 6 Pro"; font-weight: 100; font-size: 20px; position: absolute; top: 0; right: 0; width: 30px; height: 100%; color: #CD9F3A; background: none; display: flex; align-items: center; transition: all 0.2s;}.popup_text a.button:hover {color: #000;background: #CD9F3A;}.popup_text a.button:hover:after {color: #000;}/* 1360px */@media all and (max-width: 85em) { .wrapper {width: 94%;}}/* 1280px */@media all and (max-width: 80em) { .webshop_about_text {padding: 50px;padding-bottom: 25px;}}/* 1200px */@media all and (max-width: 75em) { .logo, .logo.home {width: 180px;margin: 20px 0;}.controls {width: calc(100% - 250px);}ul.nav {margin-top: 25px;width: calc(100% - 250px);}.banner_text {padding: 75px 0;}.home .banner_text {padding: 100px 0;}.home_banner h1 {font-size: 60px;margin-bottom: 45px;}.page_banner h1 {font-size: 55px;}.page_banner h2 {font-size: 35px;}.page_block_text {min-height: 400px;padding: 50px 75px;}.footer_block:nth-child(3) {display: none;}a.news .news_image {width: 200px;}a.news .news_text {width: calc(100% - 200px);padding: 50px 30px;}.beer_list a.beer {width: 31%;}.beer_dummy4 {display: none;}.beer_dummy3 {display: block;}}/* 1120px */@media all and (max-width: 70em) { .small_wrapper {width: 92%;}.footer_blocks {width: calc(100% - 320px);}.event_title {font-size: 25px;}.event_text {font-size: 15px;}.webshop_link_list a.webshop_link {width: 49%;}.usp5 {display: none;}}/* 1040px */@media all and (max-width: 65em) { .hamburger {display: block !important;}.header br.clear {display: block;}ul.nav, .webshop ul.nav {display: none;width: 100%;margin: 0;margin-bottom: 30px;}ul.nav li {float: left;width: 100%;}ul.nav li a {float: left;width: 100%;box-sizing: border-box;border: 0 !important;padding: 18px 10px;border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;}ul.nav li a.selected {color: #CD9F3A;}ul.nav li a:after {display: none;}.subnav_rollover {display: none !important;}.mobile_cart_indicator {display: block;}.banner_text {padding: 60px 0;}.home .banner_text {padding: 90px 0;}.home_banner h1 {font-size: 50px;margin-bottom: 40px;}.page_banner h1 {font-size: 45px;}.page_banner h2 {font-size: 25px;}.page_block_text {min-height: 300px;padding: 50px;}.page_block6 {padding-bottom: 50px;}.visit_block_list {margin-top: 0;}.visit_block {width: 60%;margin: 20px 20%;}.news_list {margin-top: 0;margin-bottom: 20px;}a.news {width: 90%;margin: 15px 5%;}.event_image {width: 100%;margin-bottom: 20px;}.event_text {width: 100%;}.footer_labels img.label {height: 55px;}}/* 960px */@media all and (max-width: 60em) { .giftbox_product {width: 100%;}.footer_blocks {width: calc(100% - 250px);}.footer_labels {width: 200px;}.footer_labels img.social_link {width: 30px;}#google_maps_canvas.contact {height: 300px;}.usp_wrapper {display: none;}a.product {width: 49%;}.product_dummy {display: none;}.product_list.last_viewed a.product {width: 24%;}.product_list.last_viewed a.product:nth-child(5) {display: none;}.product_list.small a.product {width: 24%;}.product_dummy4 {display: block;}.product_dummy5 {display: none;}.cart_main {width: 55%;}.cart_sidebar {width: 37%;}.webshop_about_image {display: none;}.webshop_about_text {width: 100%;}}/* 880px */@media all and (max-width: 55em) { .general_nav {position: absolute;top: 75px;right: 130px;z-index: 100;margin: 0;padding: 0;}.general_nav a {display: none;}.general_nav a.special {display: block;}ul.nav li.hidden {display: block;}.text_wrapper {width: 90%;}.footer_blocks {width: 100%;margin-bottom: 25px;}.footer_labels {width: 100%;text-align: left;}.beer_list a.beer {width: 48%;}.beer_dummy3 {display: none;}.experience_list div.experience .experience_info {padding: 25px 40px;}.experience_list div.experience .experience_info strong {font-size: 25px;margin-bottom: 20px;}.sidebar {width: 220px;}.main {width: calc(100% - 260px);}}/* 800px */@media all and (max-width: 50em) { .giftbox_product {width: 48%;}.banner_wrapper {width: 98%;}.page_block1 {display: block;}.page_block_slider {width: 100%;}.page_block_slider_container {height: 400px;}.page_block_text {width: 100%;padding: 50px 75px;}.page_block7 {padding: 100px 0 50px 0;}.content h1 {font-size: 40px;}.content h2 {font-size: 35px;}.beer_left {width: 100%;}.beer_right {width: 100%;}.beer_left a.thumb {display: none;}.product_list.related a.product {width: 32%;}.product_list.related a.product:nth-child(4) {display: none;}.product_images {width: 100%;margin-bottom: 0;}.product_image_cover {margin-bottom: 30px;}.product_info {width: 100%;}.product_images a.thumb {display: none;}}/* 720px */@media all and (max-width: 45em) { .agenda_left {width: 100%;}.agenda_right {width: 100%;}.content hr.spacer60 {margin-bottom: 30px;}.contact_left {width: 100%;}.contact_right {width: 100%;}#google_maps_canvas.contact {width: 100%;}.webshop_link_list a.webshop_link, .webshop_link_list a.webshop_link.large {width: 100%;margin-bottom: 20px;}.webshop_subnav {display: none;}.alert {margin-top: 20px;margin-bottom: 15px;}.sidebar {width: 100%;margin-bottom: 5px;}.main {width: 100%;}.filter {display: none;margin-bottom: 20px;}.content a.filter_toggle {display: block;}.filter_list_wrapper.active {display: none;}.filter_block span i.fa-plus {opacity: 0 !important;}.filter_block span i.fa-minus {opacity: 0 !important;}.search_form {margin-bottom: 25px;}a.reset_filter {text-align: center;font-size: 13px;margin-bottom: 10px;}.sidebar_usps {display: none;}.product_controls {padding-bottom: 30px;}.product_controls .left {padding: 0;}.product_controls .right {display: none;}}/* 640px */@media all and (max-width: 40em) { .banner_text {padding: 60px 0;}.home .banner_text {padding: 60px 0;text-align: center;}.home .banner .cover {opacity: 0.4;}.home_banner h1 {font-size: 45px;}.banner_text {padding: 30px 0;}.page_banner h1 {font-size: 40px;padding: 15px 0;}.page_banner h2 {font-size: 25px;padding: 15px 0;}.home_text {padding: 75px 0 50px 0;}.text {padding: 75px 0 50px 0;}.visit_block {width: 80%;margin: 20px 10%;}.footer_block {width: 100%;margin-bottom: 25px;text-align: center;}.footer_labels {text-align: center;margin-bottom: 20px;}#google_maps_canvas {height: 400px;}.experience_list div.experience {width: 100%;}.product_list.small a.product, .product_list.small a.last_viewed {width: 49%;margin-right: 0;margin-bottom: 30px;}.product_dummy4 {display: none;}table.cart {border: 0;}table.cart tr {float: left;width: 100%;padding: 20px 0;}table.cart tr.cart_header, table.cart th {display: none;}table.cart td, table.cart.vouchers td {float: left;width: 100% !important;box-sizing: border-box;padding: 5px 10px !important;border: 0 !important;text-align: center;}table.cart tr:nth-last-child(2) td, table.cart.vouchers tr:nth-last-child(2) td {border: 0 !important;}table.cart td.price {text-align: center;}table.cart td.name {line-height: 1.6em;}table.cart td.image {padding: 0 10px !important;}table.cart div.cart_image {display: inline-block;width: 200px;height: 200px;margin: 0 0 10px 0;}table.cart tr.subtotal {padding: 15px 0;border-top: 1px solid #000;border-bottom: 1px solid #000;}table.cart tr.promocode {padding: 15px 0;}table.cart tr.total, table.cart tr.total td {padding: 15px 0;background: #000 !important;border-bottom: 0 !important;}table.cart td.amount .select_wrapper {float: none;display: inline-block;}td.nomobile {display: none;}table.cart td.actions {text-align: left;}div.shipping_option {width: 99%;min-height: 50px;margin-right: 0;}.cart_main {width: 100%;}.cart_sidebar {width: 100%;}.product_list.related a.product {width: 49%;}.product_list.related a.product:nth-child(4) {display: block;}}/* 560px */@media all and (max-width: 35em) { .event_popup {position: fixed;right: 5%;width: 90%;}.popup_image {display: none;}.popup_text {width: 100%;}a.news .news_image {float: left;width: 100%;height: 300px;position: relative;}a.news .news_text {float: left;width: 100%;padding: 40px 30px;}a.news .news_text strong {margin-top: 0;}.beer_list a.beer {width: 90%;margin-left: 5%;margin-bottom: 40px;}.beer_right {padding: 30px;}.beer_right h1 {font-size: 30px;}}/* 480px */@media all and (max-width: 30em) { .logo, .logo.webshop, .logo.cart {width: 125px;}.hamburger {position: absolute;top: 21px !important;right: 15px !important;}div.lan_switch {position: absolute;margin-top: 0;margin-left: 0;top: 46px;right: 78px;}.mobile_cart_indicator {top: 37px;right: 150px;}.home_banner a {width: 80%;margin-left: 10%;}.home_text {padding: 50px 0 25px 0;}.text {padding: 50px 0 25px 0;}.home_text p {font-size: 17px;}.page_block_slider_container {height: 300px;}.page_block_text {min-height: 100px;padding: 50px;padding-bottom: 25px;}.page_block2, .page_block3 {padding: 50px 0;padding-bottom: 25px;}.content table.specs td.label {font-size: 15px;}.beer_nav {padding: 25px 0;}.giftbox_product {width: 100%;}.general_nav a.special {display: none;}ul.nav li.nav_135years {display: block;}}/* 400px */@media all and (max-width: 25em) { .home_banner h1 {font-size: 40px;}.page_banner h1 {font-size: 35px;padding: 12px 0;}.page_banner h2 {font-size: 20px;padding: 12px 0;}.content h1 {font-size: 35px;}.content h2 {font-size: 30px;}.page_block7 {padding: 75px 0 25px 0;}.visit_block {width: 90%;margin: 15px 5%;}#google_maps_canvas {height: 350px;}.mobile_cart_indicator {right: 140px;}.product_list.small a.product, .product_list.small a.last_viewed {margin-bottom: 25px;}.product_controls em {margin: 0 5px;}.beer_nav em {margin: 0 5px;}}/*! * Hamburgers * @description Tasty CSS-animated hamburgers * @author Jonathan Suh @jonsuh * @site https://jonsuh.com/hamburgers * @link https://github.com/jonsuh/hamburgers */ .hamburger {padding: 0;display: inline-block;cursor: pointer;transition-property: opacity, filter;transition-duration: 0.15s;transition-timing-function: linear;font: inherit;color: inherit;text-transform: none;background-color: transparent;border: 0;margin: 0;overflow: visible; } .hamburger:hover {}.hamburger-box {width: 40px;height: 24px;display: inline-block;position: relative; }.hamburger-inner {display: block;top: 50%;margin-top: -2px;} .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {width: 40px;height: 3px;background-color: #FFF;border-radius: 5px;position: absolute;transition-property: transform;transition-duration: 0.15s;transition-timing-function: ease; }.hamburger-inner::before, .hamburger-inner::after { content: ""; display: block; }.hamburger-inner::before {top: -10px;}.hamburger-inner::after {bottom: -10px;}/* 3DX*/.hamburger--3dx .hamburger-box { perspective: 80px; }.hamburger--3dx .hamburger-inner { transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }.hamburger--3dx.is-active .hamburger-inner { background-color: transparent; transform: rotateY(180deg); } .hamburger--3dx.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--3dx.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg); }/* * 3DX Reverse */.hamburger--3dx-r .hamburger-box { perspective: 80px; }.hamburger--3dx-r .hamburger-inner { transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }.hamburger--3dx-r.is-active .hamburger-inner { background-color: transparent; transform: rotateY(-180deg); } .hamburger--3dx-r.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--3dx-r.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg); }/* * 3DY */.hamburger--3dy .hamburger-box { perspective: 80px; }.hamburger--3dy .hamburger-inner { transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }.hamburger--3dy.is-active .hamburger-inner { background-color: transparent; transform: rotateX(-180deg); } .hamburger--3dy.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--3dy.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg); }/* * 3DY Reverse */.hamburger--3dy-r .hamburger-box { perspective: 80px; }.hamburger--3dy-r .hamburger-inner { transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }.hamburger--3dy-r.is-active .hamburger-inner { background-color: transparent; transform: rotateX(180deg); } .hamburger--3dy-r.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--3dy-r.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg); }/* * 3DXY */.hamburger--3dxy .hamburger-box { perspective: 80px; }.hamburger--3dxy .hamburger-inner { transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }.hamburger--3dxy.is-active .hamburger-inner { background-color: transparent; transform: rotateX(180deg) rotateY(180deg); } .hamburger--3dxy.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--3dxy.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg); }/* * 3DXY Reverse */.hamburger--3dxy-r .hamburger-box { perspective: 80px; }.hamburger--3dxy-r .hamburger-inner { transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after { transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }.hamburger--3dxy-r.is-active .hamburger-inner { background-color: transparent; transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); } .hamburger--3dxy-r.is-active .hamburger-inner::before { transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--3dxy-r.is-active .hamburger-inner::after { transform: translate3d(0, -10px, 0) rotate(-45deg); }/* * Arrow */.hamburger--arrow.is-active .hamburger-inner::before { transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }.hamburger--arrow.is-active .hamburger-inner::after { transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }/* * Arrow Right */.hamburger--arrow-r.is-active .hamburger-inner::before { transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }.hamburger--arrow-r.is-active .hamburger-inner::after { transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }/* * Arrow Alt */.hamburger--arrowalt .hamburger-inner::before { transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }.hamburger--arrowalt .hamburger-inner::after { transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }.hamburger--arrowalt.is-active .hamburger-inner::before { top: 0; transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1); transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }.hamburger--arrowalt.is-active .hamburger-inner::after { bottom: 0; transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1); transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }/* * Arrow Alt Right */.hamburger--arrowalt-r .hamburger-inner::before { transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }.hamburger--arrowalt-r .hamburger-inner::after { transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }.hamburger--arrowalt-r.is-active .hamburger-inner::before { top: 0; transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1); transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }.hamburger--arrowalt-r.is-active .hamburger-inner::after { bottom: 0; transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1); transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }/* * Arrow Turn */.hamburger--arrowturn.is-active .hamburger-inner { transform: rotate(-180deg); } .hamburger--arrowturn.is-active .hamburger-inner::before { transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); } .hamburger--arrowturn.is-active .hamburger-inner::after { transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }/* * Arrow Turn Right */.hamburger--arrowturn-r.is-active .hamburger-inner { transform: rotate(-180deg); } .hamburger--arrowturn-r.is-active .hamburger-inner::before { transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); } .hamburger--arrowturn-r.is-active .hamburger-inner::after { transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }/* * Boring */.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after { transition-property: none; }.hamburger--boring.is-active .hamburger-inner { transform: rotate(45deg); } .hamburger--boring.is-active .hamburger-inner::before { top: 0; opacity: 0; } .hamburger--boring.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg); }/* * Collapse */.hamburger--collapse .hamburger-inner { top: auto; bottom: 0; transition-duration: 0.13s; transition-delay: 0.13s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--collapse .hamburger-inner::after { top: -20px; transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; } .hamburger--collapse .hamburger-inner::before { transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--collapse.is-active .hamburger-inner { transform: translate3d(0, -10px, 0) rotate(-45deg); transition-delay: 0.22s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--collapse.is-active .hamburger-inner::after { top: 0; opacity: 0; transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; } .hamburger--collapse.is-active .hamburger-inner::before { top: 0; transform: rotate(-90deg); transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Collapse Reverse */.hamburger--collapse-r .hamburger-inner { top: auto; bottom: 0; transition-duration: 0.13s; transition-delay: 0.13s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--collapse-r .hamburger-inner::after { top: -20px; transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; } .hamburger--collapse-r .hamburger-inner::before { transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--collapse-r.is-active .hamburger-inner { transform: translate3d(0, -10px, 0) rotate(45deg); transition-delay: 0.22s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--collapse-r.is-active .hamburger-inner::after { top: 0; opacity: 0; transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; } .hamburger--collapse-r.is-active .hamburger-inner::before { top: 0; transform: rotate(90deg); transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Elastic */.hamburger--elastic .hamburger-inner { top: 2px; transition-duration: 0.275s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); } .hamburger--elastic .hamburger-inner::before { top: 10px; transition: opacity 0.125s 0.275s ease; } .hamburger--elastic .hamburger-inner::after { top: 20px; transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }.hamburger--elastic.is-active .hamburger-inner { transform: translate3d(0, 10px, 0) rotate(135deg); transition-delay: 0.075s; } .hamburger--elastic.is-active .hamburger-inner::before { transition-delay: 0s; opacity: 0; } .hamburger--elastic.is-active .hamburger-inner::after { transform: translate3d(0, -20px, 0) rotate(-270deg); transition-delay: 0.075s; }/* * Elastic Reverse */.hamburger--elastic-r .hamburger-inner { top: 2px; transition-duration: 0.275s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); } .hamburger--elastic-r .hamburger-inner::before { top: 10px; transition: opacity 0.125s 0.275s ease; } .hamburger--elastic-r .hamburger-inner::after { top: 20px; transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }.hamburger--elastic-r.is-active .hamburger-inner { transform: translate3d(0, 10px, 0) rotate(-135deg); transition-delay: 0.075s; } .hamburger--elastic-r.is-active .hamburger-inner::before { transition-delay: 0s; opacity: 0; } .hamburger--elastic-r.is-active .hamburger-inner::after { transform: translate3d(0, -20px, 0) rotate(270deg); transition-delay: 0.075s; }/* * Emphatic */.hamburger--emphatic { overflow: hidden; } .hamburger--emphatic .hamburger-inner { transition: background-color 0.125s 0.175s ease-in; } .hamburger--emphatic .hamburger-inner::before { left: 0; transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; } .hamburger--emphatic .hamburger-inner::after { top: 10px; right: 0; transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; } .hamburger--emphatic.is-active .hamburger-inner { transition-delay: 0s; transition-timing-function: ease-out; background-color: transparent; } .hamburger--emphatic.is-active .hamburger-inner::before { left: -80px; top: -80px; transform: translate3d(80px, 80px, 0) rotate(45deg); transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); } .hamburger--emphatic.is-active .hamburger-inner::after { right: -80px; top: -80px; transform: translate3d(-80px, 80px, 0) rotate(-45deg); transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }/* * Emphatic Reverse */.hamburger--emphatic-r { overflow: hidden; } .hamburger--emphatic-r .hamburger-inner { transition: background-color 0.125s 0.175s ease-in; } .hamburger--emphatic-r .hamburger-inner::before { left: 0; transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; } .hamburger--emphatic-r .hamburger-inner::after { top: 10px; right: 0; transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; } .hamburger--emphatic-r.is-active .hamburger-inner { transition-delay: 0s; transition-timing-function: ease-out; background-color: transparent; } .hamburger--emphatic-r.is-active .hamburger-inner::before { left: -80px; top: 80px; transform: translate3d(80px, -80px, 0) rotate(-45deg); transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); } .hamburger--emphatic-r.is-active .hamburger-inner::after { right: -80px; top: 80px; transform: translate3d(-80px, -80px, 0) rotate(45deg); transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }/* * Minus */.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after { transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after { opacity: 0; transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }.hamburger--minus.is-active .hamburger-inner::before { top: 0; }.hamburger--minus.is-active .hamburger-inner::after { bottom: 0; }/* * Slider */.hamburger--slider .hamburger-inner { top: 2px; } .hamburger--slider .hamburger-inner::before { top: 10px; transition-property: transform, opacity; transition-timing-function: ease; transition-duration: 0.15s; } .hamburger--slider .hamburger-inner::after { top: 20px; }.hamburger--slider.is-active .hamburger-inner { transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--slider.is-active .hamburger-inner::before { transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0); opacity: 0; } .hamburger--slider.is-active .hamburger-inner::after { transform: translate3d(0, -20px, 0) rotate(-90deg); }/* * Slider Reverse */.hamburger--slider-r .hamburger-inner { top: 2px; } .hamburger--slider-r .hamburger-inner::before { top: 10px; transition-property: transform, opacity; transition-timing-function: ease; transition-duration: 0.15s; } .hamburger--slider-r .hamburger-inner::after { top: 20px; }.hamburger--slider-r.is-active .hamburger-inner { transform: translate3d(0, 10px, 0) rotate(-45deg); } .hamburger--slider-r.is-active .hamburger-inner::before { transform: rotate(45deg) translate3d(5.71429px, -6px, 0); opacity: 0; } .hamburger--slider-r.is-active .hamburger-inner::after { transform: translate3d(0, -20px, 0) rotate(90deg); }/* * Spin */.hamburger--spin .hamburger-inner { transition-duration: 0.22s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--spin .hamburger-inner::before { transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; } .hamburger--spin .hamburger-inner::after { transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--spin.is-active .hamburger-inner { transform: rotate(225deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--spin.is-active .hamburger-inner::before { top: 0; opacity: 0; transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; } .hamburger--spin.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg); transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Spin Reverse */.hamburger--spin-r .hamburger-inner { transition-duration: 0.22s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--spin-r .hamburger-inner::before { transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; } .hamburger--spin-r .hamburger-inner::after { transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--spin-r.is-active .hamburger-inner { transform: rotate(-225deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--spin-r.is-active .hamburger-inner::before { top: 0; opacity: 0; transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; } .hamburger--spin-r.is-active .hamburger-inner::after { bottom: 0; transform: rotate(90deg); transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Spring */.hamburger--spring .hamburger-inner { top: 2px; transition: background-color 0s 0.13s linear; } .hamburger--spring .hamburger-inner::before { top: 10px; transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--spring .hamburger-inner::after { top: 20px; transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--spring.is-active .hamburger-inner { transition-delay: 0.22s; background-color: transparent; } .hamburger--spring.is-active .hamburger-inner::before { top: 0; transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0, 10px, 0) rotate(45deg); } .hamburger--spring.is-active .hamburger-inner::after { top: 0; transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0, 10px, 0) rotate(-45deg); }/* * Spring Reverse */.hamburger--spring-r .hamburger-inner { top: auto; bottom: 0; transition-duration: 0.13s; transition-delay: 0s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--spring-r .hamburger-inner::after { top: -20px; transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; } .hamburger--spring-r .hamburger-inner::before { transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--spring-r.is-active .hamburger-inner { transform: translate3d(0, -10px, 0) rotate(-45deg); transition-delay: 0.22s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--spring-r.is-active .hamburger-inner::after { top: 0; opacity: 0; transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; } .hamburger--spring-r.is-active .hamburger-inner::before { top: 0; transform: rotate(90deg); transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Stand */.hamburger--stand .hamburger-inner { transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; } .hamburger--stand .hamburger-inner::before { transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--stand .hamburger-inner::after { transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--stand.is-active .hamburger-inner { transform: rotate(90deg); background-color: transparent; transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; } .hamburger--stand.is-active .hamburger-inner::before { top: 0; transform: rotate(-45deg); transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--stand.is-active .hamburger-inner::after { bottom: 0; transform: rotate(45deg); transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Stand Reverse */.hamburger--stand-r .hamburger-inner { transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; } .hamburger--stand-r .hamburger-inner::before { transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--stand-r .hamburger-inner::after { transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--stand-r.is-active .hamburger-inner { transform: rotate(-90deg); background-color: transparent; transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; } .hamburger--stand-r.is-active .hamburger-inner::before { top: 0; transform: rotate(-45deg); transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--stand-r.is-active .hamburger-inner::after { bottom: 0; transform: rotate(45deg); transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Squeeze */.hamburger--squeeze .hamburger-inner { transition-duration: 0.075s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--squeeze .hamburger-inner::before { transition: top 0.075s 0.12s ease, opacity 0.075s ease; } .hamburger--squeeze .hamburger-inner::after { transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }.hamburger--squeeze.is-active .hamburger-inner { transform: rotate(45deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--squeeze.is-active .hamburger-inner::before { top: 0; opacity: 0; transition: top 0.075s ease, opacity 0.075s 0.12s ease; } .hamburger--squeeze.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg); transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }/* * Vortex */.hamburger--vortex .hamburger-inner { transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after { transition-duration: 0s; transition-delay: 0.1s; transition-timing-function: linear; } .hamburger--vortex .hamburger-inner::before { transition-property: top, opacity; } .hamburger--vortex .hamburger-inner::after { transition-property: bottom, transform; }.hamburger--vortex.is-active .hamburger-inner { transform: rotate(765deg); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after { transition-delay: 0s; } .hamburger--vortex.is-active .hamburger-inner::before { top: 0; opacity: 0; } .hamburger--vortex.is-active .hamburger-inner::after { bottom: 0; transform: rotate(90deg); }/* * Vortex Reverse */.hamburger--vortex-r .hamburger-inner { transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after { transition-duration: 0s; transition-delay: 0.1s; transition-timing-function: linear; } .hamburger--vortex-r .hamburger-inner::before { transition-property: top, opacity; } .hamburger--vortex-r .hamburger-inner::after { transition-property: bottom, transform; }.hamburger--vortex-r.is-active .hamburger-inner { transform: rotate(-765deg); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after { transition-delay: 0s; } .hamburger--vortex-r.is-active .hamburger-inner::before { top: 0; opacity: 0; } .hamburger--vortex-r.is-active .hamburger-inner::after { bottom: 0; transform: rotate(-90deg); }@charset "UTF-8";/*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/* box-sizing */.fr-window, .fr-window [class^="fr-"],.fr-overlay, .fr-overlay [class^="fr-"],.fr-spinner, .fr-spinner [class^="fr-"] {box-sizing: border-box;}.fr-window {position: fixed;width: 100%;height: 100%;top: 0;left: 0;font-family: "montserrat", sans-serif;font-size: 14px;transform: translateZ(0px);}/* z-index */.fr-overlay { z-index: 99998; }.fr-window { z-index: 99999; }.fr-spinner { z-index: 100000; }/* overlay */.fr-overlay {position: fixed;top: 0;left: 0;height: 100%;width: 100%;}.fr-overlay-background {float: left;width: 100%;height: 100%;background: #000;opacity: .85;filter: alpha(opacity=85);}.fr-overlay-ui-fullclick .fr-overlay-background {background: #000;opacity: 1;filter: alpha(opacity=100);}/* mobile touch has position:absolute to allow zooming */.fr-window.fr-mobile-touch,.fr-overlay.fr-mobile-touch { position: absolute; overflow: visible;}/* some properties on the window are used to toggle things * like margin and the fullclick mode, * we reset those properties after measuring them */ .fr-measured {margin: 0 !important;min-width: 0 !important;min-height: 0 !important;}.fr-box {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.fr-pages {position: absolute;width: 100%;height: 100%;overflow: hidden;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.fr-page {position: absolute;width: 100%;height: 100%;}.fr-container {position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: 0;padding: 0;text-align: center;}.fr-hovering-clickable .fr-container { cursor: pointer; }/* padding: youtube & vimeo always have buttons on the outside side button = 72 = 54 + (2 * 9 margin) close button = 48*//* padding ui:inside */.fr-ui-inside .fr-container { padding: 20px 20px; }.fr-ui-inside.fr-no-sides .fr-container { padding: 20px; }/* padding ui:outside */.fr-ui-outside .fr-container { padding: 20px 82px; }.fr-ui-outside.fr-no-sides .fr-container { padding: 20px 48px; }/* reduce padding on smaller screens */@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 700px) { /* padding ui:inside */ .fr-ui-inside .fr-container { padding: 12px 12px; } .fr-ui-inside.fr-no-sides .fr-container { padding: 12px; } /* padding ui:outside */ .fr-ui-outside .fr-container { padding: 12px 72px; } .fr-ui-outside.fr-no-sides .fr-container { padding: 12px 48px; }}@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) { /* padding ui:inside */ .fr-ui-inside .fr-container { padding: 0px 0px; } .fr-ui-inside.fr-no-sides .fr-container { padding: 0px; } /* padding ui:outside */ .fr-ui-outside .fr-container { padding: 0px 72px; } .fr-ui-outside.fr-no-sides .fr-container { padding: 0px 48px; }}/* padding ui:fullclick */.fr-ui-fullclick .fr-container { padding: 0; }.fr-ui-fullclick.fr-no-sides .fr-container { padding: 0; }/* video fullclick */.fr-ui-fullclick.fr-type-video .fr-container { padding: 0px 62px; }.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container { padding: 48px 0px; }/* overflow-y should always have 0 padding top and bottom */.fr-overflow-y .fr-container { padding-top: 0 !important; padding-bottom: 0!important;}.fr-content,.fr-content-background { position: absolute; top: 50%; left: 50%; overflow: visible;}/* img/iframe/error */.fr-content-element { float: left; width: 100%; height: 100%;}.fr-content-background { background: #101010;}.fr-info {position: absolute;top: 0;left: 0;width: 100%;color: #fff;font-size: 14px;line-height: 20px;text-align: left;-webkit-text-size-adjust: none;text-size-adjust: none;-webkit-user-select: text;-khtml-user-select: text;-moz-user-select: text;-ms-user-select: text;user-select: text;}.fr-info-background {position: absolute;top: 0;left: 0;height: 100%;width: 100%;line-height: 1%;filter: none;opacity: 1;}.fr-ui-inside .fr-info-background { zoom: 1;}/* info at the bottom for ui:inside */.fr-content .fr-info {top: auto;bottom: 0;}.fr-info-padder {display: block;overflow: hidden;padding: 20px;position: relative;width: auto;}.fr-caption {width: auto;display: inline;}.fr-position {color: #b3b3b3;float: right;line-height: 21px;opacity: 0.99;position: relative;text-align: right;margin-left: 15px;white-space: nowrap;display: none;}/* positions not within the info bar for ui:outside/inside */.fr-position-outside,.fr-position-inside {position: absolute;bottom: 0;right: 0;margin: 12px;width: auto;padding: 2px 8px;border-radius: 10px;font-size: 14px;line-height: 20px;text-shadow: 0 1px 0 rgba(0,0,0,.4);display: none;overflow: hidden;white-space: nowrap;-webkit-text-size-adjust: none;text-size-adjust: none;-webkit-user-select: text;-khtml-user-select: text;-moz-user-select: text;-ms-user-select: text;user-select: text;display: none;}.fr-position-inside {border: 0;}.fr-position-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #0d0d0d;filter: alpha(opacity=80);opacity: .8;zoom: 1; /* oldIE */}.fr-position-text { color: #b3b3b3; }.fr-position-outside .fr-position-text,.fr-position-inside .fr-position-text { float: left; position: relative; text-shadow: 0 1px 1px rgba(0,0,0,.3); opacity: 1;}/* display it for the outside ui, hide the caption inside */.fr-ui-outside .fr-position-outside { display: none; }.fr-ui-outside .fr-info .fr-position { display: none; }.fr-ui-inside.fr-no-caption .fr-position-inside { display: none; }/* links */.fr-info a,.fr-info a:hover {color: #fff;border: 0;background: none;text-decoration: none;}.fr-info a:hover { color: #eee; }/* no-caption */.fr-ui-outside.fr-no-caption .fr-info { display: none; }.fr-ui-inside.fr-no-caption .fr-caption { display: none; }/* --- stroke */.fr-stroke { position: absolute; top: 0; left: 0; width: 100%; height: 1px;}.fr-stroke-vertical { width: 1px; height: 100%; }.fr-stroke-horizontal { padding: 0 1px; }.fr-stroke-right { left: auto; right: 0; }.fr-stroke-bottom { top: auto; bottom: 0; }.fr-stroke-color { float: left; width: 100%; height: 100%; background: rgba(255,255,255,.08);}/* the stroke is brighter inside the info box */.fr-info .fr-stroke-color { background: rgba(80,80,80,.3); }/* remove the stroke when outside ui has a caption */.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom { display: none; }/* remove stroke and shadow when ui:fullclick */.fr-ui-fullclick .fr-stroke { display: none; }.fr-ui-fullclick .fr-content-background { box-shadow: none; }/* the info box never bas a top stroke */.fr-info .fr-stroke-top { display: none; }/* < > */.fr-side { position: absolute; top: 50%; width: 54px; height: 72px; margin: 0 9px; margin-top: -36px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; zoom: 1;}.fr-side-previous { left: 0; /*display: none;*/ }.fr-side-next { right: 0; left: auto; /*display: none;*/ }.fr-side-disabled { cursor: default; }.fr-side-hidden { display: none !important; }.fr-side-button { float: left; width: 100%; height: 100%; margin: 0; padding: 0;}.fr-side-button-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #101010;}.fr-side-button-icon { float: left; position: relative; height: 100%; width: 100%; zoom: 1; background-position: 50% 50%; background-repeat: no-repeat;}/* smaller side buttons */@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) { .fr-side { width: 54px; height: 60px; margin: 0; margin-top: -30px; } .fr-side-button { width: 48px; height: 60px; margin: 0 3px; }}/* X */.fr-close { position: absolute; width: 48px; height: 48px; top: 0; right: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none;}.fr-close-background,.fr-close-icon { position: absolute; top: 12px; left: 12px; height: 26px; width: 26px; background-position: 50% 50%; background-repeat: no-repeat;}.fr-close-background {}/* Thumbnails */.fr-thumbnails { position: absolute; overflow: hidden;}.fr-thumbnails-disabled .fr-thumbnails { display: none !important; }.fr-thumbnails-horizontal .fr-thumbnails { width: 100%; height: 12%; min-height: 74px; max-height: 160px; bottom: 0;}.fr-thumbnails-vertical .fr-thumbnails { height: 100%; width: 10%; min-width: 74px; max-width: 160px; left: 0;}.fr-thumbnails,.fr-thumbnails * { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}.fr-thumbnails-wrapper { position: absolute; top: 0; left: 50%; height: 100%;}.fr-thumbnails-vertical .fr-thumbnails-wrapper { top: 50%; left: 0;}.fr-thumbnails-slider { position: relative; width: 100%; height: 100%; float: left; zoom: 1;}.fr-thumbnails-slider-slide { position: absolute; top: 0; left: 0; height: 100%;}.fr-thumbnails-thumbs { float: left; height: 100%; overflow: hidden; position: relative; top: 0; left: 0;}.fr-thumbnails-slide { position: absolute; top: 0; height: 100%; width: 100%;}.fr-thumbnail-frame { position: absolute; zoom: 1; overflow: hidden;}.fr-thumbnail { position: absolute; width: 30px; height: 100%; left: 50%; top: 50%; zoom: 1; cursor: pointer; margin: 0 10px;}.fr-ltIE9 .fr-thumbnail * { overflow: hidden; /* IE6(7) */ z-index: 1; zoom: 1;}.fr-thumbnail-wrapper { position: relative; background: #161616; width: 100%; height: 100%; float: left; overflow: hidden; display: inline; /* IE6(7) */ z-index: 0; /* IE8 */}.fr-thumbnail-overlay { cursor: pointer; }.fr-thumbnail-active .fr-thumbnail-overlay { cursor: default; }.fr-thumbnail-overlay,.fr-thumbnail-overlay-background,.fr-thumbnail-overlay-border { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-width: 0; overflow: hidden; border-style: solid; border-color: transparent;}.fr-ltIE9 .fr-thumbnail-overlay-border { border-width: 0 !important; }.fr-thumbnail .fr-thumbnail-image { position: absolute; filter: alpha(opacity=85); opacity: .85; max-width: none;}.fr-thumbnail:hover .fr-thumbnail-image,.fr-thumbnail-active:hover .fr-thumbnail-image { filter: alpha(opacity=99); opacity: .99;}.fr-thumbnail-active .fr-thumbnail-image,.fr-thumbnail-active:hover .fr-thumbnail-image { filter: alpha(opacity=35); opacity: .35;}.fr-thumbnail-active { cursor: default; }/* Thumbnails loading */.fr-thumbnail-loading,.fr-thumbnail-loading-background,.fr-thumbnail-loading-icon { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}.fr-thumbnail-loading-background { background-color: #161616; background-position: 50% 50%; background-repeat: no-repeat; opacity: .8; position: relative; float: left;}/* this element is there as an alternative to putting the loading image on the background */.fr-thumbnail-loading-icon { display: none; }/* error on thumbnail */.fr-thumbnail-error .fr-thumbnail-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #202020;}/* Thumbnail < > */.fr-thumbnails-side { float: left; height: 100%; width: 28px; margin: 0 5px; position: relative; overflow: hidden;}.fr-thumbnails-side-previous { margin-left: 12px; }.fr-thumbnails-side-next { margin-right: 12px; }.fr-thumbnails-vertical .fr-thumbnails-side { height: 28px; width: 100%; margin: 10px 0;}.fr-thumbnails-vertical .fr-thumbnails-side-previous { margin-top: 20px; }.fr-thumbnails-vertical .fr-thumbnails-side-next { margin-bottom: 20px; }.fr-thumbnails-side-button { position: absolute; top: 50%; left: 50%; margin-top: -14px; margin-left: -14px; width: 28px; height: 28px; cursor: pointer;}.fr-thumbnails-side-button-background { position: absolute; top: 0; left: 0; height: 100%; width: 100%; filter: alpha(opacity=80); opacity: .8; -moz-transition: background-color .2s ease-in; -webkit-transition: background-color .2s ease-in; transition: background-color .2s ease-in; background-color: #333; cursor: pointer; border-radius: 4px;}.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background { background-color: #3b3b3b; }.fr-thumbnails-side-button-disabled * { cursor: default; }.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background { background-color: #333; }.fr-thumbnails-side-button-icon { height: 42px; width: 42px; position: absolute; /*top: -7px; left: -7px;*/ top: 0; left: 0; width: 100%; height: 100%;}/* vertical thumbnails */.fr-thumbnails-vertical .fr-thumbnails-side,.fr-thumbnails-vertical .fr-thumbnails-thumbs,.fr-thumbnails-vertical .fr-thumbnail-frame { clear: both; }/* ui:fullclick has a dark thumbnail background */.fr-window-ui-fullclick .fr-thumbnails { background: #090909; }/* put a stroke on the connecting caption*/.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom { display: block !important; } /*({ box-shadow: inset 0 -1px 0 rgba(255,255,255,.1); } */.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left { display: block !important; }/* thumbnail spacing */.fr-thumbnails-horizontal .fr-thumbnails-thumbs { padding: 12px 5px; }.fr-thumbnails-vertical .fr-thumbnails-thumbs { padding: 5px 12px; }.fr-thumbnails-measured .fr-thumbnails-thumbs { padding: 0 !important; }/* horizontal */@media all and (min-height: 700px) { .fr-thumbnails-horizontal .fr-thumbnails-thumbs { padding: 16px 8px; } .fr-thumbnails-horizontal .fr-thumbnails-side { margin: 0 8px; } .fr-thumbnails-horizontal .fr-thumbnails-side-previous { margin-left: 16px; } .fr-thumbnails-horizontal .fr-thumbnails-side-next { margin-right: 16px; }}@media all and (min-height: 980px) { .fr-thumbnails-horizontal .fr-thumbnails-thumbs { padding: 20px 10px; } .fr-thumbnails-horizontal .fr-thumbnails-side { margin: 0 10px; } .fr-thumbnails-horizontal .fr-thumbnails-side-previous { margin-left: 20px; } .fr-thumbnails-horizontal .fr-thumbnails-side-next { margin-right: 20px; }}/* vertical */@media all and (min-width: 1200px) { .fr-thumbnails-vertical .fr-thumbnails-thumbs { padding: 8px 16px; } .fr-thumbnails-vertical .fr-thumbnails-side { margin: 0 8px; } .fr-thumbnails-vertical .fr-thumbnails-side-previous { margin-top: 16px; } .fr-thumbnails-vertical .fr-thumbnails-side-next { margin-bottom: 16px; }}@media all and (min-width: 1800px) { .fr-thumbnails-vertical .fr-thumbnails-thumbs { padding: 10px 20px; } .fr-thumbnails-vertical .fr-thumbnails-side { margin: 10px 0; } .fr-thumbnails-vertical .fr-thumbnails-side-previous { margin-top: 20px; } .fr-thumbnails-vertical .fr-thumbnails-side-next { margin-bottom: 20px; }}/* hide thumbnails on smaller screens the js always hides them on touch based devices*/@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) { .fr-thumbnails-horizontal .fr-thumbnails { display: none !important; }}@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) { .fr-thumbnails-vertical .fr-thumbnails { display: none !important; }}/* force fullClick: true and force overflow: false */@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) { .fr-page { min-width: 100%; } /* fullclick */ .fr-page { min-height: 100%; } /* overflow: false */}/* switch between ui modes we force everything not in the current UI mode to hide*/.fr-window-ui-fullclick .fr-side-next-outside,.fr-window-ui-fullclick .fr-side-previous-outside,.fr-window-ui-fullclick .fr-close-outside,.fr-window-ui-fullclick .fr-content .fr-side-next,.fr-window-ui-fullclick .fr-content .fr-side-previous,.fr-window-ui-fullclick .fr-content .fr-close,.fr-window-ui-fullclick .fr-content .fr-info,.fr-window-ui-outside .fr-side-next-fullclick,.fr-window-ui-outside .fr-side-previous-fullclick,.fr-window-ui-outside .fr-close-fullclick,.fr-window-ui-outside .fr-content .fr-side-next,.fr-window-ui-outside .fr-content .fr-side-previous,.fr-window-ui-outside .fr-content .fr-close,.fr-window-ui-outside .fr-content .fr-info,.fr-window-ui-inside .fr-page > .fr-info,.fr-window-ui-inside .fr-side-next-fullclick,.fr-window-ui-inside .fr-side-previous-fullclick,.fr-window-ui-inside .fr-close-fullclick,.fr-window-ui-inside .fr-side-next-outside,.fr-window-ui-inside .fr-side-previous-outside,.fr-window-ui-inside .fr-close-outside { display: none !important;}/* some ui elements can be toggled on mousemove. filter:alpha(opacity) is bugged so we use display in oldIE .fr-toggle-ui { opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s;}.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui,.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui { opacity: 1; }.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui { -webkit-transition: opacity .3s; transition: opacity .3s;}.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui { display: none; }/* Spinner */.fr-spinner { position: fixed; width: 52px; height: 52px; background: #101010; background: rgba(16,16,16,.85); border-radius: 5px;}.fr-spinner div { position: absolute; top: 0; left: 0; height: 64%; width: 64%; margin-left: 18%; margin-top: 18%; opacity: 1; -webkit-animation: fresco-12 1.2s infinite ease-in-out; animation: fresco-12 1.2s infinite ease-in-out;}.fr-spinner div:after { content: ''; position: absolute; top: 0; left: 50%; width: 2px; height: 8px; margin-left: -1px; background: #fff; box-shadow: 0 0 1px rgba(0,0,0,0); /* fixes rendering in Firefox */}.fr-spinner div.fr-spin-1 { -ms-transform: rotate(30deg); -webkit-transform: rotate(30deg); transform: rotate(30deg); -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }.fr-spinner div.fr-spin-2 { -ms-transform: rotate(60deg); -webkit-transform: rotate(60deg); transform: rotate(60deg); -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }.fr-spinner div.fr-spin-3 { -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }.fr-spinner div.fr-spin-4 { -ms-transform: rotate(120deg); -webkit-transform: rotate(120deg); transform: rotate(120deg); -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }.fr-spinner div.fr-spin-5 { -ms-transform: rotate(150deg); -webkit-transform: rotate(150deg); transform: rotate(150deg); -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }.fr-spinner div.fr-spin-6 { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }.fr-spinner div.fr-spin-6 { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }.fr-spinner div.fr-spin-7 { -ms-transform: rotate(210deg); -webkit-transform: rotate(210deg); transform: rotate(210deg); -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }.fr-spinner div.fr-spin-8 { -ms-transform: rotate(240deg); -webkit-transform: rotate(240deg); transform: rotate(240deg); -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }.fr-spinner div.fr-spin-9 { -ms-transform: rotate(270deg); -webkit-transform: rotate(270deg); transform: rotate(270deg); -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }.fr-spinner div.fr-spin-10 { -ms-transform: rotate(300deg); -webkit-transform: rotate(300deg); transform: rotate(300deg); -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }.fr-spinner div.fr-spin-11 { -ms-transform: rotate(330deg); -webkit-transform: rotate(330deg); transform: rotate(330deg); -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }.fr-spinner div.fr-spin-12 { -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); -webkit-animation-delay: 0s; animation-delay: 0s; }@-webkit-keyframes fresco-12 { 0% { opacity: 1; } 100% { opacity: 0; }}@keyframes fresco-12 { 0% { opacity: 1; } 100% { opacity: 0; }}/* Thumbnail spinner */.fr-thumbnail-spinner { position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; width: 40px; height: 40px;}.fr-thumbnail-spinner-spin { position: relative; float: left; margin: 8px 0 0 8px; text-indent: -9999em; border-top: 2px solid rgba(255, 255, 255, 0.2); border-right: 2px solid rgba(255, 255, 255, 0.2); border-bottom: 2px solid rgba(255, 255, 255, 0.2); border-left: 2px solid #fff; -webkit-animation: fr-thumbnail-spin 1.1s infinite linear; animation: fr-thumbnail-spin 1.1s infinite linear;}.fr-thumbnail-spinner-spin,.fr-thumbnail-spinner-spin:after { border-radius: 50%; width: 24px; height: 24px;}@-webkit-keyframes fr-thumbnail-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }}@keyframes fr-thumbnail-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }}/* Error */.fr-error { float: left; position: relative; background-color: #ca3434; width: 160px; height: 160px;}.fr-error-icon { position: absolute; width: 42px; height: 42px; top: 50%; left: 50%; margin-left: -21px; margin-top: -21px;}/* skin: 'fresco' *//* Sprite */.fr-window-skin-fresco .fr-side-button-icon,.fr-window-skin-fresco .fr-close-icon,.fr-window-skin-fresco .fr-thumbnails-side-button-icon,.fr-window-skin-fresco .fr-error-icon { background-image: url('skins/fresco/sprite.svg');}/* fallback png sprite */.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-close-icon,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon,.fr-window-skin-fresco .fr-error-icon { background-image: url('skins/fresco/sprite.png');}.fr-window-skin-fresco .fr-error-icon { background-position: -160px -126px; }.fr-window-skin-fresco .fr-content-background { background: #101010; box-shadow: 0 0 5px rgba(0,0,0,.4);}.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background { box-shadow: none; }/* thumbnail shadow */.fr-window-skin-fresco .fr-thumbnail-wrapper { box-shadow: 0 0 3px rgba(0, 0, 0, .3); }.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper { box-shadow: 0 0 1px rgba(0, 0, 0, .1); }/* < > */.fr-window-skin-fresco .fr-side-button-background { background-color: transparent; }.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon { background-position: -13px -14px; }.fr-window-skin-fresco .fr-side-next .fr-side-button-icon { background-position: -93px -14px; }.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon { background-position: -13px -114px; }.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon { background-position: -93px -114px; }/* transition (png) */.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon { background-position: -13px -114px; }.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon { background-position: -93px -114px; }/* disabled state (png) */.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon { background-position: -13px -214px; }.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon { background-position: -93px -214px; }/* transition (svg) */.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon { background-position: -13px -114px; }.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon { background-position: -93px -114px; }.fr-window-skin-fresco.fr-svg .fr-side-button-icon { opacity: .5; }.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon { opacity: 1; }.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon { opacity: .8; } /* touch always active but at lower opacity *//* disabled (svg) */.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon { opacity: .2; } /* TODO: make sure this works *//* hide for ui:inside/fullclick, only for the image type */.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon,.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon { background-image: none; }/* < > responsive */@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) { .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon { background-position: 0px -300px; } .fr-window-skin-fresco .fr-side-next .fr-side-button-icon { background-position: -48px -300px; } .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon { background-position: 0px -360px; } .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon { background-position: -48px -360px; } /* transition (png) */ .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon { background-position: 0px -360px; } .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon { background-position: -48px -360px; } /* transition (svg) */ .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon { background-position: 0px -360px; } .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon { background-position: -48px -360px; } /* disabled state (png) */ .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon { background-position: 0px -420px; } .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon { background-position: -48px -420px; }}/* X *//* colors */.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background { }.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background { }.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background { }.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background { }/* - image */.fr-window-skin-fresco .fr-close .fr-close-icon { background-position: -168px -8px;}.fr-window-skin-fresco .fr-close:hover .fr-close-icon { background-position: -210px -8px; }/* - transition */.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon { background-position: -210px -8px; opacity: .8;}.fr-window-skin-fresco .fr-close:hover .fr-close-icon { opacity: 1; }/* iOS 8.4.1 bug: when opacity changes it'll require 2 taps force a single opacity to fix this*/.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon,.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon { opacity: 1; }/* Thumbnails */.fr-window-skin-fresco .fr-thumbnail-wrapper { border-color: transparent; border-style: solid; border-width: 0;}.fr-window-skin-fresco .fr-thumbnail-wrapper { box-shadow: 0 0 3px rgba(0, 0, 0, .3); }.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper { box-shadow: 0 0 1px rgba(0, 0, 0, .1); }.fr-window-skin-fresco .fr-thumbnail-wrapper { box-shadow: 0 -1px 4px rgba(0, 0, 0, .3);}.fr-window-skin-fresco .fr-thumbnail-overlay-border { border-width: 1px; border-color: rgba(255, 255, 255, .08); /* should remain rgba */}/* no inner border on active thumbnail */.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border { border: 0px; }/* Thumbnails < > */.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon { background-position: -167px -49px;}.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon { background-position: -209px -49px; }.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon { background-position: -167px -91px;}.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon { background-position: -209px -91px; }/* vertical ^ (up/down) adjustments */.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon { background-position: -293px -49px;}.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon { background-position: -335px -49px; }.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon { background-position: -293px -91px;}.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon { background-position: -335px -91px; }/* Thumbnails < > transition */.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon { -moz-transition: opacity .2s ease-in; -webkit-transition: opacity .2s ease-in; transition: opacity .2s ease-in; opacity: .8;}.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled { background-position: -167px -49px; }.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled { background-position: -209px -91px; }.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon { opacity: 1; }/* vertical ^ (up/down) adjustments */.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled { background-position: -293px -49px; }.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled { background-position: -335px -91px; }/* lower opacity on disabled states */.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled,.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled { opacity: .5; }/* lower opacity IE < 9 using images */.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon { background-position: -251px -49px;}.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon { background-position: -251px -91px;}.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background { filter: alpha(opacity=50);}/* vertical ^ (up/down) adjustments */.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon { background-position: -377px -49px;}.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon { background-position: -377px -91px;}/*3 fonteinen watermerk.fr-content:after {content: '';position: absolute;bottom: 25px;right: 25px;z-index: 1000;width: 100px;height: 100px;background: url("/_graphics/logo_white.png") center center no-repeat;background-size: contain !important;}*//* 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{ 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: #CD9F3A; -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-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: 10px; line-height: 20px; position: absolute; top: 0; left: 0; width: 25px; height: 25px; content: '•'; text-align: center; opacity: .5; color: #CD9F3A; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.slick-dots li.slick-active button:before { opacity: 1; color: #CD9F3A;}.flex-images { overflow: hidden; }.flex-images .item { float: left; margin: 0; border: 0; box-sizing: content-box; overflow: hidden; position: relative; }.flex-images .item img { display: block; width: auto; height: 100%; }