/*! 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;}/* extra */::-webkit-input-placeholder {color: #aaa;}:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #aaa;opacity: 1;}::-moz-placeholder { /* Mozilla Firefox 19+ */color: #aaa;opacity: 1;}:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #aaa;}::-ms-input-placeholder { /* Microsoft Edge */ color: #aaa;}/*font-family: "obvia", sans-serif;font-weight: 400/500/600;font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;BLAUW: #1C3F94 (28,63,148)ORANJE: #F8981D (248,152,29)GRIJS: #6E6E6E (110,110,110)ZWART: #232323 (35,35,35)LICHT BLAUW: #64B5F6 (100,181,246)GEEL: #FFC928ROOD: #EE3939GROEN: #8AD252 */* { border: 0;padding: 0;margin: 0; }/* general */body {font-family: "obvia", sans-serif;font-weight: 400;font-size: 15px;color: #232323;background: #fff;}br.clear {clear: both;}/* wrapper */.wrapper {margin: 0 auto;max-width: 1360px;position: relative;}.wrapper.small {max-width: 1120px;}/* header */.header {float: left;width: 100%;background: #FFF;position: relative;box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);padding: 25px 0;}/* logo */img.logo {float: left;width: 160px;}/* controls */.controls {float: right;box-sizing: border-box;width: calc(100% - 250px);}/* social */.social {float: right;margin-left: 20px;}.social a {float: right;height: 44px;position: relative;text-decoration: none;margin-left: 7px;}.social a img {float: left;height: 100%;}.social a img.hover {position: absolute;top: 0;left: 0;height: 100%;width: auto;opacity: 0;transition: all 0.2s;}.social a:hover img.hover {opacity: 1;}/* lm */.header img.lm {float: right;height: 28px;margin-top: 8px;margin-bottom: 8px;margin-left: 75px;}.header img.lm:hover {opacity: 0.8;}/* user indicator */.user_indicator {float: right;color: #1C3F94;display: flex;justify-content: space-between;}.user_indicator a.user_indicator_icon {float: left;width: 44px;height: 44px;text-decoration: none;position: relative;margin-right: 16px;}.user_indicator a.user_indicator_icon img {float: left;width: 100%;}.user_indicator a.user_indicator_icon img.hover {position: absolute;top: 0;left: 0;width: 100%;z-index: 100;opacity: 0;transition: all 0.2s;}.user_indicator:hover a.user_indicator_icon img.hover {opacity: 1;}.user_indicator.active a.user_indicator_icon img {display: none;}.user_indicator.active a.user_indicator_icon img.hover {opacity: 1;display: block;}.user_indicator span {white-space: nowrap;}.user_indicator span strong {display: inline-block;font-size: 14px;font-weight: 400;margin-bottom: 1px;}.user_indicator.active span strong {color: #F8981D;font-weight: 500;}.user_indicator span b {font-weight: 400;}.user_indicator span em {display: inline-block;padding: 0 2px;font-style: normal;font-size: 10px;}.user_indicator span a {color: #1C3F94;font-size: 12px;text-decoration: underline;transition: all 0.2s;}.user_indicator span a:hover {color: #F8981D;}.user_indicator span a.active {text-decoration: none;color: #F8981D;font-weight: 500;}/* search */.search_form {float: left;position: relative;}.search_form input {float: right;box-sizing: border-box;width: 300px;padding: 8px 30px 8px 20px;color: #1C3F94;background: transparent;outline: none;font-family: "obvia", sans-serif;font-weight: 400;font-size: 16px;line-height: 1em;border: 3px solid #1C3F94;border-radius: 50px;}.search_form input::placeholder {color: #1C3F94;}.search_form button {position: absolute;top: 0;right: 15px;margin: 0;padding: 0;font-size: 16px;width: 20px;height: 100%;color: #1C3F94;;background: transparent;border-radius: 0;outline: none;transition: all 0.2s;}.search_form button:hover {color: #F8981D;background: none;}/* hamburger */.hamburger {float: right;margin: 0 !important;margin-right: 5px !important;outline: none;display: none !important;}/* nav */ul.nav {float: left;width: 100%;list-style-type: none;display: flex;justify-content: space-between;margin-top: 75px;}ul.nav li {display: inline-block;position: relative;}ul.nav li.with_subnav {padding-right: 20px;}ul.nav li.nav_account {display: none;}ul.nav li.hidden {display: none;}ul.nav li a {display: block;width: auto;text-decoration: none;text-transform: uppercase;font-size: 15px;font-weight: 500;line-height: 1.2em;letter-spacing: 0.1em;color: #1C3F94;position: relative;transition: all 0.2s;padding-bottom: 10px;}ul.nav li:hover a:before {content: "";position: absolute;bottom: -2px;left: calc(50% - 10px);width: 20px;height: 3px;background: #1C3F94;}ul.nav li a.selected:before, ul.nav li:hover a.selected:before {content: "";position: absolute;bottom: -2px;left: calc(50% - 10px);width: 20px;height: 3px;background: #1C3F94;}ul.nav li.with_subnav a:after {content: "\f078";font-family: "Font Awesome 6 Pro";font-weight: 600;font-size: 10px;color: #1C3F94;position: absolute;top: 1px;right: -20px;z-index: 1;}ul.nav li.hover.with_subnav a:after {opacity: 1;}/* subnav rollover */.subnav_rollover {position: absolute;top: 30px;left: 0;z-index: 1000;width: 300px;box-sizing: border-box;padding: 30px;color: #1C3F94;background: #FFF;text-align: left;box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);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: 400;line-height: 1.2em;letter-spacing: 0.1em;margin: 8px 0;padding: 0;text-transform: uppercase; border: 0;color: #1C3F94;}ul.nav li .subnav_rollover a:before, ul.nav li .subnav_rollover a:after {display: none;}ul.nav li .subnav_rollover a:hover {color: #F8981D;}ul.nav li .subnav_rollover a.selected, ul.nav li .subnav_rollover a.selected:hover {color: #F8981D;font-weight: 500;}ul.nav li .subnav_rollover a i {display: inline-block;margin: 0 10px;}/* subnav */.subnav {float: left;width: 100%;margin-top: 30px;}.subnav a {color: #1C3F94;text-decoration: none;text-transform: uppercase;font-size: 16px;line-height: 1em;letter-spacing: 0.05em;margin-right: 50px;}.subnav a:hover {color: #F8981D;}.subnav a.selected {font-weight: 700;color: #F8981D;}/* home slider */.home_slider_wrapper {float: left;width: 100%;overflow: hidden;position: relative;padding-bottom: 100px;}.home_slider {float: left;width: 100%;}.home_slide {float: left;width: 100%;height: 750px !important;background-size: cover !important;}img.home_slider_stain {position: absolute;top: -100px;left: -350px;width: 975px;z-index: 10;}.home_slider_title {position: absolute;top: 150px;left: 0;width: 100%;z-index: 50;}.home_slider_title strong {color: #FFF;font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;font-size: 80px;line-height: 1.1em;}/* home filters */.home_filters_wrapper {float: left;width: 100%;margin-top: -150px;position: relative;z-index: 500;}.home_filters {float: left;width: 100%;box-sizing: border-box;padding: 160px 170px 160px 120px;color: #FFF;background: url("/_graphics/stain_blue1.svg") top left no-repeat;background-size: 100% 100% !important;}.home_filters_title {float: left;color: #FFF;font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;font-size: 35px;line-height: 1.2em;margin-bottom: 35px;}.home_filters_button {float: right;padding-top: 10px;}.content .home_filters_button a.button {color: #FFF;border: 3px solid #FFF;margin-right: 20px;margin-bottom: 20px;margin-right: 0;}.content .home_filters_button a.button:after { color: #FFF;}.content .home_filters_button a.button:hover {color: #1C3F94;background: transparent;border: 3px solid #1C3F94;}.content .home_filters_button a.button:hover:after {color: #1C3F94;}.home_filters .camp_search_form {float: left;width: 20.5%;position: relative;margin-right: 1.5%;margin-bottom: 35px;}.home_filters .camp_search_form input.search {float: left;width: 100%;height: 40px;box-sizing: border-box;background: #FFF;border: 0;padding: 10px 15px;padding-right: 40px;margin: 0;color: #232323;font-family: "obvia", sans-serif;font-size: 16px;border-radius: 20px;overflow: hidden;outline: none;}.home_filters .camp_search_form input.search::placeholder {color: #232323;}.home_filters .camp_search_form button {position: absolute;top: 0;right: 10px;margin: 0;padding: 0;font-size: 16px;width: 20px;height: 100%;color: #232323;background: transparent;border-radius: 0;outline: none;transition: all 0.2s;}.home_filters .camp_search_form button:hover {color: #F8981D;background: none;}.home_filters .filter_form {float: right;width: 78%;}.home_filters .filter_field {float: left;width: 23.5%;margin-right: 2%;}.home_filters .filter_field.last {margin: 0;}.home_filters .filter_field .select_wrapper {float: left;width: 100%;position: relative;}.home_filters .filter_field .select_wrapper:after { content: "\f107"; font-family: "FontAwesome"; font-size: 17px; color: #232323; right: 15px; top: 13px; bottom: 0; position: absolute; pointer-events: none;}.home_filters .filter_field select {float: left;width: 100%;box-sizing: border-box; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; display: inline-block; zoom: 1; color: #232323; background: #fff; padding: 11px 40px 11px 15px; margin: 0; border-radius: 40px; color: #232323;font-family: "obvia", sans-serif;font-size: 16px; border: 0; cursor: pointer; outline: none;}.home_filters .filter_field::placeholder {color: #232323;}.home_filter_category_links {float: left;width: 100%;}.home_filter_category_links a {float: left;color: #FFF !important;text-decoration: none;margin-right: 25px;}.home_filter_category_links a:hover {color: #1C3F94 !important;}.home_filter_category_links a i {margin-right: 5px;}/* crumb */.crumb {float: left;width: 100%;font-size: 14px;color: #6E6E6E;margin-bottom: 25px;}.crumb.top_border {border-top: 1px solid #ddd;}.crumb a {float: left;margin-bottom: 10px;color: #6E6E6E !important;}.crumb a:hover {color: #232323 !important;}.crumb i {float: left;color: #6E6E6E;font-size: 10px;margin: 0 8px;margin-top: 6px;margin-bottom: 10px;text-align: center;}/* sidebar */.sidebar {float: left;width: 25%;margin-bottom: 25px;}/* main */.main {float: right;width: 70%;}/* childnav ul.childnav {float: left;width: 100%;border-top: 1px solid #ddd;list-style: none;margin: 0;}ul.childnav li {float: left;width: 100%;}ul.childnav li a {float: left;width: 100%;font-weight: 400;font-size: 18px;color: #1C3F94;padding: 10px 0;border-bottom: 1px solid #ddd;}ul.childnav li a:hover {color: #64B5F6;}ul.childnav li a.selected {font-weight: 700;text-decoration: none;}/* content */.content {float: left;width: 100%;position: relative;overflow: hidden;}.content.vakanties {padding-top: 40px;}.content a {color: #1C3F94;}.content a:hover {color: #F8981D;}.content a.red {color: #EE3939;}.content a.red:hover {color: #232323;}.content a.anchor {float: left;width: 100%;}.content a.button {display: inline-block;color: #1C3F94;border: 3px solid #1C3F94;background: transparent;text-decoration: none;text-transform: uppercase;font-size: 15px;font-weight: 500;letter-spacing: 0.1em;line-height: 1em;padding: 22px 80px 22px 28px;outline: none;position: relative;transition: all 0.2s;}.content a.button:after { content: "\f061"; font-family: "Font Awesome 6 Pro"; font-weight: 400; font-size: 25px; position: absolute; top: 0; right: 0; width: 52px; height: 100%; color: #1C3F94; display: flex; align-items: center; transition: all 0.2s;}.content a.button:hover {color: #FFF;background: #1C3F94;}.content a.button:hover:after {color: #FFF;}.content a.button.grey {background: #999;}.content a.button.grey:hover {background: #64B5F6;}.content .green {color: #8AD252;}.content img.left {float: left;padding-right: 15px;margin-right: 15px;}.content img.right {float: right;padding-left: 15px;margin-left: 15px;}.content h1 {color: #1C3F94;font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;font-size: 50px;line-height: 1.2em;text-transform: uppercase;margin-top: 0;margin-bottom: 40px;}.content h1.small {font-size: 25px;}.content h1.center {text-align: center;}.content h1.extra_margin {margin-bottom: 60px;}.content h1.no_margin {margin-bottom: 10px;}.content h1.white {color: #fff;}.content h2 {color: #1C3F94;font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;font-size: 30px;text-transform: uppercase;line-height: 1.2em;margin-top: 0;margin-bottom: 30px;}.content h2.light_blue {color: #64B5F6;}.content h2.red, .content h2.error {color: #EE3939;}.content h2.orange {color: #F8981D;}.content h2.center {text-align: center;}.content h3 {color: #F8981D;font-size: 25px;line-height: 1.2em;margin-top: 0;margin-bottom: 15px;}.content h3.light_blue {color: #64B5F6;}.content h3.error {color: #EE3939;}.content p {line-height: 1.8em;margin-bottom: 30px;}.content p.center {text-align: center;}.content p.nomargin {margin-bottom: 5px;}.content p strong {}.content p em {}.content p.red {color: #EE3939;}.content p.red a {color: #EE3939;}.content em.red {color: #EE3939;}.content span.red {color: #EE3939;}.content span.orange {color: #F8941D;}.content span.small {font-size: 12px;}.content i.blue {color: #1C3F94;}.content ul {list-style-type: disc;margin-bottom: 25px;clear: both;}.content ol {list-style-type: decimal;margin-left: 10px;margin-bottom: 25px;padding-left: 15px;clear: both;}.content li {margin-left: 25px;margin-bottom: 5px;line-height: 1.4em;}.content ol li {padding-left: 7px;}.content ul.check {list-style-type: none;margin-bottom: 25px;}.content ul.check li {margin-left: 0;padding-left: 26px;margin-bottom: 8px;position: relative;}.content ul.check li:after {content: "\f058"; font-family: "Font Awesome 6 Pro"; font-weight: 600; position: absolute; top: 1px; left: 0; font-size: 14px; color: #1C3F94; display: flex; align-items: center;}.content table {width: 100%;margin-bottom: 30px;}.content th {color: #999;font-size: 13px;font-weight: 400;text-transform: uppercase;padding-bottom: 10px;text-align: left;vertical-align: top;}.content td {padding: 10px 5px 7px 5px;vertical-align: top;line-height: 1.4em;border-bottom: 1px solid #ddd;}.content table.noborder td {border: 0;padding: 15px 0;padding-right: 25px;}.content td.label {font-weight: 700;width: 190px;}.content td ol {margin-left: 0;padding-left: 0;}.content td.right {text-align: right;}.content td.green {color: #8AD252;}.content td.light_blue {color: #64B5F6;}.content td.blue {color: #1C3F94;}.content td.grey {color: #999;font-size: 16px;}.content table tr.strike td {color: #999;}.content table tr.strike td span {text-decoration: line-through;}.content td.bold {font-weight: 700;}em.hint {color: #999;font-style: normal;font-size: 15px;}em.remark {color: #1C3F94;font-size: 16px;font-style: normal;}.content hr {float: left;width: 100%;border-bottom: 1px solid #ddd;margin-bottom: 25px;}hr.spacer5 {float: left;width: 100%;background: none;border: 0;height: 1px;margin-bottom: 4px;}hr.spacer10 {float: left;width: 100%;background: none;border: 0;height: 1px;margin-bottom: 9px;}hr.spacer15 {float: left;width: 100%;background: none;border: 0;height: 1px;margin-bottom: 14px;}hr.spacer20 {float: left;width: 100%;background: none;border: 0;height: 1px;margin-bottom: 19px;}hr.spacer25 {float: left;width: 100%;background: none;border: 0;height: 1px;margin-bottom: 24px;}hr.spacer30 {float: left;width: 100%;background: none;border: 0;height: 1px;margin-bottom: 29px;}hr.spacer50 {float: left;width: 100%;background: none;border: 0;height: 1px;margin-bottom: 49px;}hr.spacer75 {float: left;width: 100%;background: none;border: 0;height: 1px;margin-bottom: 74px;}hr.spacer100 {float: left;width: 100%;background: none;border: 0;height: 1px;margin-bottom: 99px;}hr.spacer125 {float: left;width: 100%;background: none;border: 0;height: 1px;margin-bottom: 124px;}hr.spacer150 {float: left;width: 100%;background: none;border: 0;height: 1px;margin-bottom: 149px;}hr.spacer175 {float: left;width: 100%;background: none;border: 0;height: 1px;margin-bottom: 174px;}/* content blocks */.grey_block {padding: 30px 20px;padding-bottom: 1px;background: #f5f5f5;margin-bottom: 25px;border: 1px solid #ddd;box-sizing: border-box;border-radius: 5px;}.blue_block {padding: 30px 20px;padding-bottom: 1px;background: rgba(28,63,148,0.1);margin-bottom: 25px;color: #1C3F94;border: 1px solid #1C3F94;border-radius: 5px;}.red_block {padding: 25px 20px;color: #fff;background: #EE3939;margin-bottom: 25px;border-radius: 5px;}.red_block p:last-of-type {margin-bottom: 0;}.red_block ul:last-of-type {margin-bottom: 0;}.red_block a {color: #fff;}.red_block p {margin-bottom: 20px;}p.red {color: #EE3939;}/* iframe wrappers */.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%;}/* intro */.intro_wrapper {float: left;width: 100%;position: relative;padding: 100px 0 50px 0;overflow: hidden;}.intro_wrapper img.stain {position: absolute;top: -50px;left: 20%;z-index: -1;width: 90%;height: calc(100% + 50px);}.intro_image {float: left;width: 350px;border-radius: 350px;}.intro_text {float: right;width: calc(100% - 400px);box-sizing: border-box;padding-right: 10%;color: #FFF;}.intro_text h1 {font-size: 60px;letter-spacing: 0.05em;margin-bottom: 40px;}.intro_text h2 {color: #FFF; font-size: 30px;letter-spacing: 0.05em;margin-bottom: 30px;}.intro_text p {line-height: 2em;}.intro_text a:hover {color: #FFF;}/* text */.text {float: left;width: 100%;padding: 75px 0 50px 0;}.text_wrapper {margin: 0 auto;max-width: 1040px;}/* top right stain */img.top_right_stain {position: absolute;top: -250px;right: -200px;width: 850px;z-index: 0;}/* contact */.contact_sidebar {float: left;width: 20%;}.contact_content {float: right;width: 75%;}/* content social */.content_social {float: left;width: 100%;margin-top: 10px;}.content_social a {display: inline-block;color: #1C3F94;text-decoration: none;}.content_social a:hover {color: #64B5F6;}.content_social i {display: inline-block;font-size: 24px;margin-right: 14px;margin-bottom: 5px;}/* home links */.home_links_wrapper {float: left;width: 100%;display: flex;flex-wrap: nowrap;justify-content: space-between;}a.home_link {float: left;width: 48%;text-decoration: none;overflow: hidden;}a.home_link div.home_link_image {float: left;width: 100%;background-size: cover !important;transition: all 0.3s;position: relative;z-index: 100;}a.home_link div.home_link_image_wrapper {float: left;width: 100%;overflow: hidden;}a.home_link div.home_link_image img {float: left;width: 100%;}a.home_link div.home_link_image img.hidden {opacity: 0;}a.home_link:hover div.home_link_image {-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}a.home_link div.home_link_text {float: left;width: 100%;box-sizing: border-box;padding: 30px 0;position: relative;z-index: 200;}a.home_link div.home_link_text strong {float: left;width: 100%;color: #1C3F94;font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;font-size: 26px;line-height: 1.1em;margin-bottom: 15px;text-transform: uppercase;}a.home_link div.home_link_text span {float: left;width: 100%;color: #6E6E6E;font-size: 14px;line-height: 1.4em;margin-bottom: 5px;}/* brochures */.brochure_links {float: left;width: 100%;margin: 50px 0;}.brochure_links a {display: inline-block;width: 26%;margin: 0 3.5%;vertical-align: top;}.brochure_links a img {float: left;width: 100%;margin-bottom: 20px; -webkit-box-shadow: 3px 3px 26px -2px rgba(85,85,85,1);-moz-box-shadow: 3px 3px 26px -2px rgba(85,85,85,1);box-shadow: 3px 3px 26px -2px rgba(85,85,85,1);-webkit-backface-visibility: hidden;transition: all 0.6s;}.brochure_links a:hover img {-webkit-transform: scale(1.04); -moz-transform: scale(1.04); -ms-transform: scale(1.04); -o-transform: scale(1.04); transform: scale(1.04);}.brochure_links a span {float: left;width: 100%;font-size: 14px;text-align: center;text-decoration: underline;}/* image album */.image_album {float: left;width: 100%;margin-bottom: 50px;}.image_album .item {overflow: hidden;margin: 10px !important;box-sizing: content-box;}.image_album .item img {transition: all 0.2s;}.image_album .item:hover img { transform: scale(1.03);}/* google maps */#google_maps_canvas {float: left;width: 100%;height: 300px;}#google_maps_canvas.locations {height: 400px;margin-bottom: 50px;}#google_maps_canvas.camps {height: 450px;margin-bottom: 75px;}/* team */.team_person {float: left;width: 100%;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}.team_person.last {margin-bottom: 0;border-bottom: 0;}.team_person_image {float: left;width: 200px;}.team_person_image img {float: left;width: 100%;border-radius: 200px;}.team_person_text {float: right;width: calc(100% - 250px);font-size: 17px;}.team_person_text strong.title {float: left;width: 100%;color: #1C3F94;font-size: 22px;margin-bottom: 3px;}.team_person_text span.subtitle {float: left;width: 100%;color: #999;font-size: 18px;margin-bottom: 20px;}.team_person_text p:last-of-type {margin-bottom: 0;}/* partners */.content .partner {float: left;width: 100%;padding-bottom: 50px;margin-bottom: 50px;border-bottom: 1px solid #ddd;}.content .partner.last {margin-bottom: 0;border-bottom: 0;}.content .partner_logo {float: left;width: 150px;background-size: contain !important;}.content .partner_logo img {float: left;width: 100%;}.content .partner_text {float: right;width: calc(100% - 250px);font-size: 17px;}.content .partner_text strong.title {float: left;width: 100%;color: #1C3F94;font-size: 22px;margin-bottom: 20px;}.content .partner_text p:last-of-type {margin-bottom: 0;}/* toggle text block */.toggle_text_block {display: none;}/* locations */.locations_wrapper {float: left;width: 100%;margin-bottom: 25px;}a.location {float: left;width: 50%;box-sizing: border-box;padding: 20px 15px;border-bottom: 1px solid #ddd;text-decoration: none;}a.location:hover {background: rgba(28,63,148,0.05);}a.location strong {float: left;width: 100%;color: #1C3F94;font-weight: 700;font-size: 22px;margin-bottom: 3px;}a.location span {float: left;width: 100%;color: #999;font-size: 17px;}/* location header */.location_header {float: left;width: 100%;position: relative;margin-bottom: 50px;}.location_header #google_maps_canvas {float: left;width: 65%;height: 250px;}.location_header_text {float: right;width: 30%;}/* image block */.image_wrapper {float: left;width: 100%;overflow: hidden;margin-top: 15px;margin-bottom: 5px;}.image_container {float: left;width: 7500px;background: rgba(28,63,148,0.05);}.image_container a {float: left;}.image_container a img {float: left;height: 250px;position: relative;transition: all 0.3s;-webkit-backface-visibility: hidden;}.image_container a:hover img {-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}/* controls nav */.controls_nav {float: left;width: 100%;box-sizing: border-box;padding: 25px 0;font-size: 15px;margin-bottom: 25px;}.controls_nav .left {float: left;}.controls_nav .right {float: right;text-align: right;}/* camp list controls */.camp_list_controls {float: left;width: 100%;margin-top: -15px;margin-bottom: 30px;}/* camp filters toggle */.camp_filters_toggle {float: left;width: 100%;padding: 10px 0;text-align: center;text-transform: uppercase;font-size: 15px;color: #fff !important;background: #1C3F94 !important;text-decoration: none;margin-bottom: 10px;display: none;}/* camp filters */.camp_list_filters {float: left;width: 290px;}/* camp search */.camp_list_filters .camp_search_form {float: left;width: 100%;position: relative;margin-bottom: 15px;}.camp_list_filters .camp_search_form input.search {float: left;width: 100%;box-sizing: border-box;background: rgba(110, 110, 110, 0.05);border: 0;padding: 10px 15px;padding-right: 40px;margin: 0;color: #232323;font-family: "obvia", sans-serif;font-size: 16px;border-radius: 20px;outline: none;}.camp_list_filters .camp_search_form input.search::placeholder {color: #232323;}.camp_list_filters .camp_search_form button {position: absolute;top: 0;right: 10px;margin: 0;padding: 0;font-size: 16px;width: 20px;height: 100%;color: #232323;background: transparent;border-radius: 0;outline: none;transition: all 0.2s;}.camp_list_filters .camp_search_form button:hover {color: #F8981D;background: none;}/* camp filters */.filter_block {float: left;width: 100%;box-sizing: border-box;padding: 20px;padding-bottom: 10px;background: rgba(110, 110, 110, 0.05);margin-bottom: 15px;}.filter_block strong {float: left;width: 100%;position: relative;color: #1C3F94;font-size: 15px;text-transform: uppercase;cursor: pointer;margin-bottom: 10px;}.filter_block strong i {margin-right: 4px;}.filter_block strong i.fa-angle-down, .filter_block strong i.fa-angle-up {margin: 0;position: absolute;top: 4px;right: 0;color: #232323;}.filter_block strong i.fa-angle-up {opacity: 0;}.filter_block strong.active i.fa-angle-up {opacity: 1;}.filter_block strong.active i.fa-angle-down {opacity: 0;}.filter_list_wrapper {float: left;width: 100%;display: none;}.filter_list_wrapper.active {display: block;}.filter_list {float: left;width: 100%;list-style-type: none !important;margin: 0 !important;display: none;}.filter_list.active {display: block;}.filter_list li {float: left;width: 100%;margin: 0 !important;margin-bottom: 4px !important;}.filter_list li a {float: left;width: 100%;color: #232323;text-decoration: none;}.filter_list li a i {font-size: 13px;margin-right: 8px;}.filter_list li.active a {color: #F8981D;}/* nanoscroller */.nano {float: left; position: relative; width: 99%; height: 180px; overflow: hidden; margin-bottom: 5px;}.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: #232323;position: relative;margin: 0;cursor: pointer;}.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {visibility: visible;opacity: 0.99;}/* filter bottom .filter_bottom {float: left;padding: 5px 10px 12px 12px;color: #1C3F94;background: #64B5F6;font-size: 15px;line-height: 1.3em;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}.filter_bottom label {float: left;cursor: pointer;margin-right: 22px;}.filter_bottom label:last-child {margin-right: 5px;}.filter_bottom label input {vertical-align: top;margin-right: 2px;width: 14px;height: 14px;}/* sticky filter button */.sticky_filter_button {position: fixed;bottom: -60px;left: 50px;height: 20px;overflow: hidden;z-index: 500;color: #1C3F94;background: #ffec00;padding: 15px;border-top-left-radius: 5px;border-top-right-radius: 5px;cursor: pointer;transition: bottom 0.5s;}.sticky_filter_button em {font-style: normal;}.sticky_filter_button:hover {color: #fff;background: #1C3F94;}.sticky_filter_button.active {bottom: 0;}/* filter info */.filter_info {float: left;width: calc(100% - 450px);}.filter_info span {float: left;font-weight: 500;font-size: 14px;color: #1C3F94;margin-top: 8px;margin-right: 20px;}.filter_info a.delete_filter {float: left;text-decoration: none;font-size: 14px;font-weight: 400;padding: 8px 12px;color: #fff;background: #1C3F94;border-radius: 40px;margin-right: 10px;margin-bottom: 10px;}.filter_info a.delete_filter:hover {color: #fff;background: #F8981D;}/* filter links */.filter_links {float: right;width: 450px;}.filter_links a.reset_filter {float: right;text-decoration: none;font-size: 14px;font-weight: 400;padding: 8px 12px;margin-left: 10px;margin-bottom: 10px;color: #1C3F84;background: rgba(28, 63, 148, 0.05);border-radius: 40px;}.filter_links a.reset_filter:hover {color: #fff;background: #F8981D;}/* camp list */.camp_list {float: right;width: calc(100% - 320px);display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 25px;}.camp_list.full {width: 100%;}a.camp {float: left;width: 32%;box-sizing: border-box;color: #1C3F94 !important;background: rgba(100, 181, 246, 0.1);margin-bottom: 50px;padding-bottom: 40px;position: relative;}a.camp:hover {background: rgba(100, 181, 246, 0.2);}a.camp div.camp_image_wrapper {float: left;width: 100%;position: relative;overflow: hidden;}a.camp div.camp_image {float: left;width: 100%;background-size: cover !important;transition: all 0.5s;}a.camp:hover div.camp_image {-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}a.camp div.camp_image img {float: left;width: 100%;}a.camp div.camp_image img.hidden {opacity: 0;}a.camp div.camp_hover {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;display: flex;align-items: center;justify-content: center;opacity: 0;transition: all 0.3s;}a.camp div.camp_hover img {width: 115px;}a.camp:hover div.camp_hover {opacity: 1;}a.camp div.camp_info {float: left;width: 100%;box-sizing: border-box;padding: 25px 20px;}a.camp div.camp_info strong {float: left;width: 100%;text-transform: uppercase;font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;font-size: 20px;line-height: 1.2em;margin-bottom: 20px;}.camp_info_row {float: left;width: 100%;font-size: 14px;margin-bottom: 7px;vertical-align: middle;}.camp_info_row b {float: left;width: 25px;}.camp_info_row span {float: right;width: calc(100% - 25px);}a.camp div.camp_intro {float: left;width: 100%;font-size: 12px;line-height: 1.8em;color: #6E6E6E;margin-top: 15px;}a.camp:hover div.camp_intro {color: #1C3F94;}a.camp div.camp_price {position: absolute;bottom: 20px;left: 20px;z-index: 50;width: 100%;font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;font-size: 20px;}/* camp banner */a.camp em {position: absolute;box-sizing: border-box;padding: 10px 15px;top: -10px;left: 10px;z-index: 50; font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;font-size: 14px;line-height: 1.1em;text-align: center;text-transform: uppercase;font-style: normal;color: #fff;border-radius: 20px;}a.camp em.new {background: #8AD252;}a.camp em.last {background: #F8981D;}a.camp em.full {background: #EE3939;}a.camp em.soon {background: #1C3F94;}a.camp.full {background: rgba(35, 35, 35, 0.05) !important;}a.camp.full div.camp_image {filter: grayscale(1);}a.camp.full div.camp_info b {}div.camp_dummy {float: left;width: 32%;}.camp_list_no_results {float: right;width: calc(100% - 320px);}/* camp page */.camp_page_image {float: left;width: 45%;background-size: cover !important;transition: all 0.5s;position: relative;}.camp_page_image.full {filter: grayscale(1);}.camp_page_image img {float: left;width: 100%;}.camp_page_image img.hidden {opacity: 0;}.camp_page_info {float: right;width: 50%;padding-top: 20px;}.camp_page_info h2 {font-size: 40px;margin-bottom: 20px;}.camp_page_info .camp_info_row {color: #1C3F94;}/* camp page banner */.camp_page_image em {position: absolute;box-sizing: border-box;padding: 10px 15px;top: -10px;left: 10px;z-index: 50; font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;font-size: 14px;line-height: 1.1em;text-align: center;text-transform: uppercase;font-style: normal;color: #fff;border-radius: 20px;}.camp_page_image em.new {background: #8AD252;}.camp_page_image em.last {background: #F8981D;}.camp_page_image em.full {background: #EE3939;}.camp_page_image em.soon {background: #1C3F94;}em.tip_label {display: inline-block;margin-left: 5px;vertical-align: middle;cursor: pointer;}em.tip_label i {color: #F8981D;font-size: 15px;font-style: normal;}/* camp periods table */table.periods {float: left;width: 100%;margin-top: 10px;margin-bottom: 30px;}table.periods th {color: #1C3F94;font-size: 14px;font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;text-transform: uppercase;padding: 15px;text-align: left;}table.periods th a {font-size: 12px; font-family: "obvia", sans-serif;font-weight: 400;text-transform: none;}table.periods td {color: #1C3F94;font-size: 15px;padding: 25px 15px;border-bottom: 15px solid #FFF;vertical-align: middle;cursor: pointer;background: rgba(100,181,246,0.05);}table.periods tr:hover td {background: rgba(100,181,246,0.1);}table.periods td.price {white-space: nowrap;}table.periods td.status {white-space: nowrap;}table.periods td.button {padding: 0;text-align: right;}table.periods td.button a.button {float: right;margin: 10px 0;margin-right: 10px;font-size: 14px;text-align: center;white-space: nowrap;}table.periods td.button a {margin-right: 10px;}table.periods td span.show_mobile {display: none;}table.periods td.button em {float: right;margin: 15px 0;margin-right: 15px;color: #999;}table.periods td.full {cursor: default; background: rgba(238,57,57,0.05) !important;}/* camp page text blocks */.camp_page_text_wrapper {float: left;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}.camp_page_text_left {float: left;width: 40%;background: rgba(100, 181, 246, 0.05);box-sizing: border-box;padding: 50px;padding-bottom: 25px;}.camp_page_text_right {float: right;width: 58%;background: rgba(100, 181, 246, 0.05);box-sizing: border-box;padding: 50px;padding-bottom: 25px;}.camp_page_text_center {float: left;width: 100%;background: rgba(100, 181, 246, 0.05);box-sizing: border-box;padding: 50px;padding-bottom: 25px;margin-top: 30px;text-align: center;}.camp_page_text_wrapper strong.large {float: left;width: 100%;font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;font-size: 25px;line-height: 1.25em;margin-bottom: 25px;color: #1C3F94;}/* camp reductions */div.camp_reductions {float: left;width: 100%;padding: 25px;padding-bottom: 0;box-sizing: border-box;color: #64B5F6;border: 3px solid #64B5F6;margin-bottom: 30px;font-weight: 500;}div.camp_reductions a {color: #64B5F6;}div.camp_reductions a:hover {color: #64B5F6;}/* booking */.sidebar img.camp_image {float: left;width: 100%;}.sidebar div.camp_info {float: left;width: 100%;box-sizing: border-box;padding: 25px;color: #1C3F94;background: rgba(100, 181, 246, 0.05);}.sidebar div.camp_info a {color: #1C3F94;}.sidebar div.camp_info a:hover {color: #F8981D;}.sidebar div.camp_info table {float: left;width: 100%;margin-bottom: 0;}.sidebar div.camp_info table td {font-size: 16px;padding: 10px 0;border-bottom: 1px solid rgba(28,63,148,0.15);}.sidebar div.camp_info table td.label {font-weight: 700;width: 100px;}.sidebar div.camp_info table td b {color: #ffec00;}table td label {cursor: pointer;}div.booking_total_price {float: left;width: 100%;box-sizing: border-box;padding: 15px 15px 10px 15px;color: #fff;background: #1C3F94;font-weight: 700;font-size: 22px;margin-bottom: 25px;}div.booking_total_price span.left {float: left;}div.booking_total_price span.right {float: right;}table.children td {font-size: 18px;}/* booking messages */.booking_message {float: left;width: 90%;margin-right: 10%;margin-bottom: 28px;}.booking_message.speech {float: right;margin-right: 0;margin-left: 10%;}.booking_message_text {float: left;width: 100%;box-sizing: border-box;padding: 25px;padding-bottom: 0;border-radius: 5px;background: rgba(28,63,148,0.05);}.booking_message em {float: left;width: 100%;font-style: normal;font-size: 14px;margin-top: 12px;}.booking_message.speech em {text-align: right;}.booking_message.speech .booking_message_text {background: #cddfed;padding-bottom: 0;}/* webshop */.product_list {float: left;width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;}.product_list a.product {float: left;width: 21%;margin: 0 2% 40px 2%;text-decoration: none;}.product_list a.product .product_image {float: left;width: 100%;background-size: cover !important;margin-bottom: 15px;position: relative;border-radius: 3px;}.product_list a.product .product_image .cover {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;background: #F8981D;opacity: 0.2;transition: all 0.1s;}.product_list a.product .product_image img {float: left;width: 100%;}.product_list a.product:hover .product_image .cover {opacity: 0;}.product_list a.product b {float: left;width: 100%;font-size: 17px;margin-bottom: 5px;color: #1C3F94; }.product_list a.product span {float: left;width: 100%;font-size: 14px;margin-bottom: 5px; color: #1C3F94;}.product_list a.product em {float: left;width: 100%;font-style: normal;font-size: 18px;color: #F8981D;}/* product page */img.product_image {float: left;width: 100%;}/* faq */.faq_category_links {float: left;width: 100%;margin-bottom: 20px;}.faq_category_links a {float: left;color: #1C3F94;background: rgba(28,63,148,0.05);padding: 10px 15px;border-radius: 50px;text-decoration: none;margin: 0 15px 15px 0;}.faq_category_links a:hover {color: #1C3F94;background: rgba(28,63,148,0.15);}.faq_category_links a.special {color: #EE3939;background: rgba(238,57,57,0.05);}.faq_category_links a.special:hover {color: #EE3939;background: rgba(238,57,57,0.15);}.faq_block {float: left;width: 100%;box-sizing: border-box;padding: 60px 75px;background: rgba(28,63,148,0.05);margin-bottom: 20px;}.faq_block.special {background: rgba(238,57,57,0.05);}.faq_block.special h2 {color: #EE3939;}.faq_block a.question {float: left;width: 100%;box-sizing: border-box;padding: 15px 25px;padding-right: 40px;font-weight: 700;color: #232323;background: #FFF;text-decoration: none;position: relative;}.faq_block a.question:hover {color: #1C3F94;}.faq_block a.question.active {color: #1C3F94;}.faq_block a.question:after { content: "\f107"; font-family: "Font Awesome 6 Pro"; font-weight: 600; position: absolute; top: 0; right: 0; width: 30px; height: 100%; color: #232323; display: flex; align-items: center;}.faq_block a.question.active:after { content: "\f106";}.faq_block div.answer {float: left;width: 100%;box-sizing: border-box;padding: 0 25px;background: #FFF; display: none;}.faq_block div.answer hr {margin-bottom: 20px;}/* news */.news_list {float: left;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 25px;margin-bottom: 25px;}.news_list.home {margin-top: 10px;margin-bottom: 0;}.news_list a.news {float: left; width: 32%;text-decoration: none;margin-bottom: 40px;color: #6E6E6E;position: relative;}.news_list a.news:hover {color: #232323;}.news_list a.news .news_image {float: left; width: 100%;background-size: cover !important;margin-bottom: 30px;position: relative;}.news_list a.news .news_image img {float: left; width: 100%;}.news_list a.news .news_image .cover {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;background: #64B5F6;opacity: 0;transition: all 0.2s;}.news_list a.news:hover .news_image .cover {opacity: 0.25;}.news_list a.news strong {float: left;width: 100%;font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;font-size: 25px;text-transform: uppercase;letter-spacing: 0.05em;color: #1C3F94;margin-bottom: 20px;}.news_dummy {float: left;width: 32%;}/* page elements */.page_element {float: left;width: 100%;padding: 75px 0;}.page_element:first-of-type {padding-top: 25px;}.page_element_text {float: left;width: 35%;padding-top: 50px;}.page_element_text.left {margin-left: 5%;}.page_element_text.right {float: right;margin-right: 10%;}.page_element_image.left {float: left;width: 35%;margin-left: 5%;}.page_element_image.right {float: right;width: 50%;}.page_element_image_wrapper {float: left;width: 100%;background-size: cover !important;position: relative;}.page_element_image_wrapper img {float: left;width: 100%;}.page_element_image.left .page_element_image_wrapper {border-radius: 500px;}.page_element_image_wrapper img.mask {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;}/* usp's */.usp_wrapper {float: left;width: 100%;padding-top: 175px;position: relative;overflow: hidden;}.usp_wrapper img.stain {position: absolute;width: 80%;max-height: 640px;top: 0;left: -23%;z-index: -1;}.usp_wrapper h1 {float: left;margin-left: 200px;margin-bottom: 100px;}.usp_wrapper a.button {float: right;margin: 0;margin-top: 40px;}.usp_list {float: left;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}.usp_list .usp {width: 20%;text-align: center;color: #6E6E6E;}.usp_list .usp_image {float: left;width: 100%;background-size: cover !important;border-radius: 500px;margin-bottom: 30px;}.usp_list .usp_image img {float: left;width: 100%;}.usp_list .usp strong {float: left;width: 100%;font-size: 25px;color: #1C3F94;font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;letter-spacing: 0.05em;margin-bottom: 20px;}/* themes */.theme_wrapper {float: left;width: 100%;padding-top: 175px;padding-bottom: 200px;position: relative;overflow: hidden;}.theme_wrapper img.stain {position: absolute;width: 120%;height: 1040px;max-height: 100%;top: 0;left: -10%;z-index: -1;}.theme_wrapper h1 {float: left;margin-left: 200px;margin-bottom: 100px;}.theme_wrapper a.button {float: right;margin: 0;margin-top: 40px;}.theme_list {float: left;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}.theme_list .theme {width: 23%;text-decoration: none;background: #FFF;margin-bottom: 25px;}.theme_list .theme_dummy {width: 23%;}.theme_list .theme_image {float: left;width: 100%;background-size: cover !important;position: relative;}.theme_list .theme_image img {float: left;width: 100%;}.theme_list .theme_image .cover {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;background: #64B5F6;opacity: 0;transition: all 0.2s;}.theme_list .theme:hover .theme_image .cover {opacity: 0.25;}.theme_list .theme strong {float: left;width: 100%;box-sizing: border-box;padding: 20px 25px;padding-bottom: 10px;font-size: 25px;color: #1C3F94;font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;letter-spacing: 0.05em;text-transform: uppercase;}.theme_list .theme b {float: left;width: 100%;box-sizing: border-box;padding: 20px 25px;padding-top: 0;font-size: 15px;color: #64B5F6;font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;letter-spacing: 0.05em;text-transform: uppercase;}.theme_list .theme:hover b {color: #1C3F94;}/* theme page */.theme_page_left {float: left;width: 250px;box-sizing: border-box;background: #F6F6F6;padding: 25px;}.theme_page_right {float: right; width: calc(100% - 275px);}a.theme_link {float: left;width: 100%;padding: 4px 0;}a.theme_link.active {color: #F8981D;text-decoration: none;font-weight: 700;}img.theme_wide {float: left;width: 100%;margin-bottom: 20px;}img.theme_medium {float: left;width: 65%;margin-bottom: 20px;}img.theme_small {float: right;width: 33%;margin-bottom: 20px;border-bottom: 20px solid #FFF;position: relative;z-index: 2;}img.theme_small.last {position: absolute;bottom: -20px;right: 0;z-index: 0;}.theme_image_wrapper {float: left;width: 100%;position: relative;overflow: hidden;}.theme_page_text {float: left;width: 100%;box-sizing: border-box;padding: 40px 50px;background: rgba(28,63,148, 0.05);margin-bottom: 25px;}.theme_page_text p:last-of-type {margin-bottom: 0;}/* sitemap */ul#sitemap {font-size: 18px;}ul#sitemap li ul {list-style-type: disc;margin-top: 5px;padding-left: 15px;}ul#sitemap li ul li {font-size: 17px;}ul#sitemap li ul li ul {list-style-type: square;margin-top: 5px;padding-left: 15px;}ul#sitemap li ul li ul li {font-size: 16px;}/* account table */table.item_list {float: left;width: 100%;}table.item_list tr:hover {background: rgba(28,63,148,0.05);}table.item_list td {padding: 17px 15px 12px 15px;border-bottom: 1px solid #ddd;vertical-align: middle;cursor: pointer;}table.item_list.no_pointer td {cursor: default;}table.item_list td.right {text-align: right;}table.item_list td.red {color: #EE3939;}table.item_list td.red a {color: #EE3939;}table.item_list td.icon {width: 18px; padding-left: 10px;padding-right: 10px;text-align: center;}table.item_list td.icon em {font-style: normal;display: none;margin-left: 8px;}table.item_list tr.disabled td {color: #999;}.mobile_remark_monitor, .mobile_medical_info, .mobile_answers {display: none;}table.item_list td strong {font-weight: 700;}/* form */.form {float: left;width: 100%;box-sizing: border-box;padding: 25px;background: rgba(28,63,148,0.05);margin-bottom: 25px;border-radius: 5px;}.form.border {padding: 30px 20px;border: 1px solid #afcae2;border-radius: 0;}.form.booking_form {background: rgba(255,255,255,0.8);}.form h2 {margin-bottom: 25px;}/* form labels */.form label {cursor: pointer;}.form span.label, .form span.hint {float: left;width: 100%;line-height: 1.3em;}.form span.label {margin-bottom: 2px;}.form span.label.error {color: #EE3939;}.form span.label strong, .form label strong {font-weight: 700;}.form span.label strong.blue, .form label strong.blue {color: #1C3F94;}.form span.hint {font-weight: normal;font-size: 15px;color: #999;margin-top: -5px;margin-bottom: 20px;line-height: 1.4em;}.form span.checkbox_hint {margin-top: 2px;}.form span.booking_hint {margin-bottom: 0;}.form span.hint a {color: #999;}.form span.hint a:hover {color: #232323;}.form span.hint u {cursor: pointer;}.form span.checkbox {float: left;width: 100%;margin-top: 5px;margin-bottom: 20px;font-size: 17px;line-height: 1.3em;}.form span.checkbox.monitor_function {width: 50%;margin-top: 5px;margin-bottom: 5px;}.form span.checkbox label {cursor: pointer;}.form span.checkbox.error {color: #EE3939;}.form span.checkbox.error a {color: #EE3939;}.form span.label b, .form span.checkbox b {color: #999;font-size: 12px;font-weight: 400;}.form span.label.error b, .form span.checkbox.error b {color: #EE3939;font-weight: 700;}.form span.form_block {float: left; width: 100%; margin-bottom: 15px;line-height: 1.3em;}.form span.form_block.error {color: #EE3939;}.form span.form_block_checkbox {float: left;width: 25%;}.form span.form_block_checkbox.large {width: 100%;}.form span.form_block_checkbox.error {color: #EE3939;}.form span.form_block_checkbox span.checkbox {margin-bottom: 8px;}.form_warning {float: left;width: 100%;font-weight: 700;color: #EE3939;margin-bottom: 15px;}img.lm_sticker {float: left;width: 250px;margin-top: 10px;margin-bottom: 10px;margin-right: 15px;}/* form fields */.form input.text {float: left;width: 100%;box-sizing: border-box;background: #fff;border: 1px solid #ddd;padding: 10px;margin-top: 3px;margin-bottom: 15px;color: #232323;font-family: "obvia", sans-serif;font-size: 18px;font-weight: 400;outline: none;}.form input.text.disabled {background: rgba(255, 255, 255, 0.5);}.form input.text:focus {border: 1px solid #999;}.form input.text.error {border: 1px solid #EE3939;}.form textarea {float: left;width: 100%;box-sizing: border-box;height: 100px;background: #fff;border: 1px solid #ddd;padding: 10px;margin-top: 3px;margin-bottom: 15px;color: #232323;font-family: "obvia", sans-serif;font-size: 18px;font-weight: 400;outline: none;}.form textarea:focus {border: 1px solid #999;}.form textarea.error {border: 1px solid #EE3939;}.form .select_wrapper {float: left;width: 50%;position: relative;margin-top: 3px;margin-bottom: 15px;}.form .select_wrapper.small {width: 25%;min-width: 150px;margin-right: 15px;}.form .select_wrapper.mini {width: 15%;min-width: 150px;margin-right: 15px;}.form .select_wrapper.medium {width: 30%;min-width: 200px;margin-right: 15px;}.form .select_wrapper.large {width: 100%;}.form .select_wrapper:after { content: "\f107"; font-family: "FontAwesome"; font-size: 20px; color: #fff; right: 0; top: 0; bottom: 0; padding: 15px 12px 10px; position: absolute; pointer-events: none; line-height: 14px; background-color: #1C3F94;}.form 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: #232323; background-color: #fff; padding: 8px 40px 8px 10px; margin: 0 7px 0 0; border-radius: 0; color: #232323; font-family: "obvia", sans-serif;font-size: 18px;font-weight: 400; border: 1px solid #ddd; width: 100%; cursor: pointer; outline: none;}.form select::-ms-expand { display: none;}.form select:focus {border: 1px solid #999;}.form select.error {border: 1px solid #EE3939;}.form .select_wrapper.small select {padding-left: 7px;}.form input.checkbox {float: left;vertical-align: top;display: block;overflow: hidden;padding: 0; border: 0;margin: 4px 6px 2px 0;width: 13px;height: 13px;line-height: 1em;}div.form_spacer {float: left;width: 100%;height: 10px;}div.form_title {float: left;width: 100%;font-weight: 700;font-size: 22px;text-transform: uppercase;margin-top: 5px;margin-bottom: 20px;color: #1C3F94;}/* checkbox block */.form_checkbox_block {float: left;width: 100%;background: #fff;border: 1px solid #ddd;box-sizing: border-box;margin-top: 3px;margin-bottom: 20px;}.form_checkbox_block.error {border: 1px solid #EE3939;}.form_checkbox_block span.checkbox {float: left;width: 100%;padding: 10px 15px;box-sizing: border-box;border-bottom: 1px solid #ddd;margin-bottom: 0;}.form_checkbox_block span.checkbox:last-child {border-bottom: 0;}/* rating */.rating {float: left;width: 100%;margin: 5px 0;}.rating img {width: 25px;margin-right: 0;margin-bottom: 12px;}/* camp period alert */div.camp_period_alert {float: left;width: 100%;box-sizing: border-box;padding: 25px;padding-bottom: 0;color: #fff;background: #EE3939;margin-bottom: 15px;}div.camp_period_alert strong {font-weight: 700;}div.camp_period_alert a {color: #fff;}div.camp_period_alert a:hover {color: #eee;}div.camp_period_alert h3 {color: #fff;margin-bottom: 10px;}/* alert */div.alert {float: left;width: 100%;box-sizing: border-box;padding: 20px 15px 17px 15px;font-size: 17px;line-height: 1.3em;font-weight: 400;text-align: center;color: #fff;background: #EE3939;}div.alert a {color: #fff;}div.alert a:hover {color: #eee;}/* feedback */div.feedback {float: left;width: 100%;box-sizing: border-box;padding: 20px 15px 17px 15px;font-size: 18px;line-height: 1.3em;font-weight: 500;text-align: center;color: #fff;background: #8AD252;margin-top: 30px;margin-bottom: -15px;border-radius: 5px;}div.feedback.error {background: #EE3939;}div.feedback a {color: #fff;}div.feedback a:hover {color: #eee;}/* button */.form button::-moz-focus-inner { border: 0; padding: 0;}.form button {display: inline-block;cursor: pointer;overflow: visible;outline: none;color: #1C3F94;border: 3px solid #1C3F94;background: transparent;text-decoration: none;text-transform: uppercase;font-size: 15px;font-weight: 500;letter-spacing: 0.1em;line-height: 1em;padding: 22px 80px 22px 28px;margin-right: 10px;outline: none;position: relative;transition: all 0.2s;}.form button:after { content: "\f061"; font-family: "Font Awesome 6 Pro"; font-weight: 400; font-size: 25px; position: absolute; top: 0; right: 0; width: 52px; height: 100%; color: #1C3F94; display: flex; align-items: center; transition: all 0.2s;}.form button:hover {color: #FFF;background: #1C3F94;}.form button:hover:after {color: #FFF;}.form input.button {display: inline-block;color: #fff;background: #1C3F94;cursor: pointer;overflow: visible;outline: none;text-decoration: none;text-transform: uppercase;font-size: 16px;font-weight: 700;line-height: 1.5em;padding: 15px 25px 12px 25px;border-radius: 25px;margin-right: 10px;margin-bottom: 10px;}.form input.button:hover {background: #64B5F6;}/* cta */.cta {float: left;width: 100%;box-sizing: border-box;background: url("/_graphics/stain_blue2.svg") top right no-repeat;background-size: 90% 100% !important;position: relative;margin: 75px 0;}.cta_icon {position: absolute;top: calc(50% - 135px);left: 0;width: 260px;height: 270px;background: #F8981D;border-radius: 300px;display: flex;align-items: center;justify-content: center;}.cta_icon img {width: 62%;}.cta_text {float: right;width: calc(100% - 330px);box-sizing: border-box;padding: 150px 100px 250px 0;}.cta_text h2 {color: #FFF;font-family: "KlavikaWebBasic", Helvetica, sans-serif;font-weight: 700;font-size: 35px;line-height: 1.2em;letter-spacing: 0.05em;margin-bottom: 20px;text-transform: uppercase;}.cta_text p {color: #FFF;font-size: 18px;line-height: 2em;}.cta_text p:last-of-type {margin-bottom: 0;}.cta_text a.button {color: #FFF;border: 3px solid #FFF;margin-right: 20px;margin-bottom: 20px;}.cta_text a.button:after { color: #FFF;}.cta_text a.button:hover {color: #1C3F94;background: transparent;border: 3px solid #1C3F94;}.cta_text a.button:hover:after {color: #1C3F94;}/* search results */ul#search_results {float: left;list-style-type: none;width: 100%;}ul#search_results li {float: left;width: 100%;cursor: pointer;padding: 25px 0;font-size: 17px;margin: 0;border-bottom: 1px solid #ddd;}ul#search_results li:last-child {border: 0;}ul#search_results li strong {color: #1C3F94;font-size: 20px;line-height: 1.6em;}ul#search_results li a {float: left;font-size: 13px;margin-top: 6px;}ul#search_results li img {float: left;width: 175px;margin: 0 20px 0 0;}ul#search_results li:hover {color: #1C3F94;}/* sponsors */.sponsors {float: left;width: 100%;background: #1C3F94;padding: 25px 0;text-align: center;}.sponsors img {display: inline-block;width: 400px;max-width: 80%;vertical-align: top;}/* footer */.footer {float: left;width: 100%;padding-top: 40px;font-size: 14px;line-height: 1.8em;color: #6E6E6E;}.footer a {color: #6E6E6E;text-decoration: none;}.footer a:hover {text-decoration: underline;color: #232323;}.footer_logo {float: left;width: 140px;}.footer_blocks {float: right;width: calc(100% - 200px);display: flex;justify-content: space-between;flex-wrap: wrap;}.footer_block strong {display: inline-block;font-size: 15px;font-weight: 600;letter-spacing: 0.1em;color: #1C3F94;text-transform: uppercase;margin-bottom: 18px;}.footer_block b {font-weight: 600;display: inline-block;margin-right: 5px;}.footer_block4 {width: 300px;}.footer a.social_link {float: left;height: 38px;position: relative;text-decoration: none;margin-right: 7px;}.footer a.social_link img {float: left;height: 100%;}.footer a.social_link img.hover {position: absolute;top: 0;left: 0;height: 100%;width: auto;opacity: 0;transition: all 0.2s;}.footer a.social_link:hover img.hover {opacity: 1;}/* newsletter signup */.newsletter_form {float: left;width: 100%;margin-top: -10px;margin-bottom: 20px;}.newsletter_form span {float: left;width: 100%;box-sizing: border-box;padding: 15px 20px;display: inline-block;font-size: 15px;font-weight: 500;text-transform: uppercase;text-align: center;line-height: 1.4em;border-radius: 50px;color: #fff;background: #8AD252;display: none;}.newsletter_form span.visible {display: inline-block;}.newsletter_form input {display: inline-block;vertical-align: top;width: 100%;box-sizing: border-box;padding: 8px 30px 8px 20px;color: #1C3F94;background: transparent;outline: none;font-family: "obvia", sans-serif;font-weight: 400;font-size: 16px;line-height: 1em;border: 3px solid #1C3F94;border-radius: 50px;outline: none;}.newsletter_form input::placeholder {color: #1C3F94;}.newsletter_form input.error {color: #EE3939 !important;border: 3px solid #EE3939;}.newsletter_form input.hidden {display: none;}/* copyrights */.copyrights {float: left;width: 100%;box-sizing: border-box;padding-left: 200px;color: #1C3F94;line-height: 1.5em;padding-bottom: 40px;}.copyrights img.partner {float: left;height: 54px;margin-right: 25px;}.copyrights a {color: #1C3F94;text-decoration: none;white-space: nowrap;}.copyrights a:hover {color: #1C3F94;text-decoration: underline;}/* quoted */img.quoted {vertical-align: middle;height: 14px;margin-left: 10px;opacity: 1;}/* tooltips */.qtip-light .qtip-content{ color: #232323; font-size: 14px; line-height: 1.3em;}/* popup */.popup {position: fixed;left: 25px;bottom: 0;width: 450px;z-index: 500;box-sizing: border-box;padding: 30px;color: #FFF;background: #1C3F94;box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);border-radius: 4px;transform: translateY(-40px);opacity: 0;animation: load_popup 1s;animation-delay: 2s;animation-fill-mode: forwards;transition: all 0.3s;transition-timing: cubic-bezier(.17,.67,.83,.67);}@keyframes load_popup { from { opacity: 0; transform: translateY(0);} to { opacity: 1; transform: translateY(-40px);}}/*.popup:hover {transition: transform 0.5s !important;transform: translateY(-44px) !important;}*/.close_popup {position: absolute;top: 10px;right: 10px;z-index: 100;font-size: 22px;color: #F8981D;}.popup span.icon {position: absolute;top: -30px;left: 30px;z-index: 100;padding: 15px;border-radius: 100px;background: #1C3F94;color: #F8981D;}.popup span.icon i {font-size: 30px;}.popup_text {float: left;width: 100%;overflow: hidden;}.popup_text strong {float: left;width: 100%;font-size: 30px;font-weight: 700;letter-spacing: 0.05em;line-height: 1.25em;margin-bottom: 20px;}.popup_text p {line-height: 1.6em;margin-bottom: 30px;}.popup_text a.button {display: inline-block;color: #FFF;border: 3px solid #FFF;background: transparent;text-decoration: none;text-transform: uppercase;font-size: 15px;font-weight: 500;letter-spacing: 0.1em;line-height: 1em;padding: 22px 80px 22px 28px;outline: none;position: relative;transition: all 0.2s;}.popup_text a.button:after { content: "\f061"; font-family: "Font Awesome 6 Pro"; font-weight: 400; font-size: 25px; position: absolute; top: 0; right: 0; width: 52px; height: 100%; color: #FFF; display: flex; align-items: center; transition: all 0.2s;}.popup_text a.button:hover {color: #1C3F94;background: #FFF;}.popup_text a.button:hover:after {color: #1C3F94;}/* 1600 */@media screen and (max-width: 100em) { .intro_wrapper img.stain {left: 15%;}}/* 1440 */@media screen and (max-width: 90em) { .wrapper {width: 94%;}.home_slide {height: 650px !important;}.home_slider_title {top: 125px;}.home_slider_title strong {font-size: 70px;}img.home_slider_stain {width: 875px;}}/* 1360px */@media screen and (max-width: 85em) { }/* 1280px */@media screen and (max-width: 80em) { img.logo {width: 150px;}.controls {width: calc(100% - 220px);}ul.nav {margin-top: 60px;}.social {margin-left: 15px;}.header img.lm {margin-left: 50px;}.search_form input {width: 275px;}ul.nav li.nav_home {display: none;}.cta_text h2 {font-size: 30px;}.cta_text p {font-size: 16px;line-height: 2em;}.content h1 {font-size: 45px;}.intro_wrapper {padding-top: 75px;padding-bottom: 100px;}.intro_image {width: 300px;}.intro_text {width: calc(100% - 350px);padding-right: 5%;}.intro_text h1 {font-size: 50px;}.form span.form_block_checkbox {width: 33.33%;}.usp_wrapper a.button {margin-top: 30px;}.usp_wrapper img.stain {width: 90%;}.theme_wrapper a.button {margin-top: 30px;}.filter_info span {display: none;}}/* 1200px */@media screen and (max-width: 75em) { .wrapper.small {width: 92%;}.footer_logo {display: none;}.footer_blocks {width: 100%;}.copyrights {padding-left: 0;}.home_filters {padding: 150px 100px 160px 70px;}}/* 1120px */@media screen and (max-width: 70em) { .text_wrapper {width: 100%;}.header {padding: 0;}img.logo {position: absolute;top: 20px;left: 0;z-index: 100;height: 100px;width: auto;}.controls {width: 100%;min-height: 140px;padding-top: 48px;}.search_form input {width: 250px;}.hamburger {display: block !important;margin-top: 10px !important;margin-left: 25px !important;}ul.nav {display: none;width: 100%;margin: 0;margin-top: 40px;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;font-size: 16px;padding: 18px 10px;border-bottom: 1px solid rgba(28,63,148,0.3) !important;}ul.nav li.with_subnav {padding: 0 !important;}ul.nav li a.selected {color: #F8981D;}ul.nav li.nav_home, ul.nav li.nav_account {display: block;}ul.nav li a:before, ul.nav li a:after {display: none;}.subnav_rollover {position: relative;float: left;top: 0;width: 100%;background: rgba(28,63,148,0.05);opacity: 1;padding: 18px 30px;box-shadow: none;visibility: visible;border-bottom: 1px solid rgba(28,63,148,0.3) !important;}ul.nav li .subnav_rollover a {padding: 3px 0;font-size: 16px;border: 0 !important;}.search_form {float: right;margin-right: 50px;}.search_form input {width: 225px;}.user_indicator span b {display: none;}.cta br {display: none;}.cta {background: none;}.cta_text {width: 90%;background: linear-gradient(180deg, #81CFF5 0%, rgba(255, 255, 255, 0) 100%), #1C3F94;border-radius: 150px;border-top-left-radius: 300px;border-bottom-right-radius: 300px;padding: 75px 100px 75px 220px;}.theme_list .theme strong {font-size: 20px;}.usp_wrapper h1 {margin-left: 10px;margin-bottom: 75px;}.theme_wrapper h1 {margin-left: 10px;}.news_slider .slick-dots {position: relative;float: left; text-align: center !important; margin-top: 10px; margin-bottom: -5px; width: 100%;}.contact_sidebar {width: 25%;}.contact_content {width: 70%;}a.location {width: 100%;}.location_header #google_maps_canvas {width: 60%;}.location_header_text {width: 40%;}a.camp {width: 48%;}div.camp_dummy3 {display: none;}}/* 1040px */@media screen and (max-width: 65em) { .search_form {position: absolute;top: 15px;left: 0;width: 100%;margin: 0;}.search_form input {width: 100%;padding: 6px 30px 6px 20px;}img.logo {top: 70px;height: 80px;}.controls {min-height: 165px;padding-top: 90px;}ul.nav {margin-top: 30px;}.cta_icon {top: calc(45% - 105px);width: 200px;height: 210px;}.cta_text {padding-left: 175px;}.sidebar {width: 100%;margin-bottom: 25px;}.main {width: 100%;margin-bottom: 25px;}.usp_list .usp strong {font-size: 20px;}.usp_list .usp p br {display: none;}hr.spacer25 {margin-bottom: 20px;}hr.spacer30 {margin-bottom: 25px;}hr.spacer50 {margin-bottom: 40px;}hr.spacer75 {margin-bottom: 60px;}hr.spacer100 {margin-bottom: 75px;}hr.spacer125 {margin-bottom: 100px;}hr.spacer150 {margin-bottom: 110px;}hr.spacer175 {margin-bottom: 140px;}.home_filters {padding: 50px;background: linear-gradient(188.3deg, #1C3F94 3.51%, rgba(255, 255, 255, 0) 132.06%), #81CFF5;border-radius: 50px;}.home_slide {height: 600px !important;}.home_slider_title {top: 100px;}.home_slider_title strong {font-size: 60px;}img.home_slider_stain {width: 775px;}.page_element {padding: 25px 0;}.page_element:first-of-type {padding-top: 25px;}.booking_form .select_wrapper {width: 100%;}.product_list a.product {width: 28%;margin: 0 2.5% 40px 2.5%;}}/* 960px */@media screen and (max-width: 60em) { .footer_block4 {width: 250px;}.news_list {margin-top: 0;}.news_list a.news {width: 48%;}.news_dummy {display: none;}.theme_list .theme_dummy {display: none;}.home_filters_title {width: 100%;margin-bottom: 20px;}.home_filters_button {float: left;padding: 0;margin-bottom: 10px;}img.top_right_stain {top: -250px;right: -200px;width: 650px;}.text_block_wrapper {padding-top: 50px;padding-bottom: 20px;}.text_block_wrapper div.wrapper {display: block;}.text_block_wrapper div.text_block {width: 80%;margin: 0 10%;padding: 0;padding-bottom: 10px;}}/* 880px */@media screen and (max-width: 55em) { .text {padding: 50px 0 25px 0;}.footer_block3 {display: none;}.content h1 {font-size: 40px;margin-bottom: 30px;}.content h2 {font-size: 25px;margin-bottom: 25px;}.intro_wrapper {padding-top: 50px;}.intro_image {width: 250px;}.intro_text {width: calc(100% - 300px);padding-right: 0;}.intro_wrapper img.stain {left: 10%;width: 95%;}.intro_text h1 {font-size: 40px;margin-bottom: 30px;}.intro_text h2 {font-size: 25px;}.subnav {display: none;}.faq_block {padding: 50px;}.usp_wrapper {padding-top: 200px;}.usp_wrapper h1 {width: 100%;box-sizing: border-box;margin-left: 0;padding-left: 5%;margin-bottom: 25px !important;}.usp_wrapper a.button {float: left;margin-top: 0;margin-left: 5%;margin-bottom: 50px;}.usp_wrapper img.stain {width: 110%;left: -25%;}.usp_list {justify-content: space-around;}.usp_list .usp {width: 40%;margin-bottom: 40px;}.theme_wrapper {padding-top: 100px;padding-bottom: 50px;}.theme_wrapper h1 {width: 100%;box-sizing: border-box;margin-left: 0;padding-left: 5%;margin-bottom: 25px !important;}.theme_wrapper a.button {float: left;margin-top: 0;margin-left: 5%;margin-bottom: 50px;}.theme_list .theme {width: 48%;margin-bottom: 30px;}.theme_wrapper img.stain {max-height: 600px;}.content.vakanties {padding-top: 20px;}.camp_list_controls {margin-top: 0;margin-bottom: 20px;}.camp_filters_toggle {display: block;}.camp_list_filters {display: none;width: 100%;}.camp_list {width: 100%;}.filter_info {display: none;}.filter_links {width: 100%;}.filter_links a.reset_filter {float: left;box-sizing: border-box;font-size: 13px;margin: 0 5px 10px 0;}.camp_list_controls {margin-bottom: 10px;}table.periods tr.header_row {display: none;}table.periods th {display: none;}table.periods tr {float: left;width: 100%;box-sizing: border-box;}table.periods td {float: left;width: 100%;box-sizing: border-box;padding: 10px 15px;border-bottom: 2px solid #FFF;}table.periods td.button {background: none !important;text-align: left;padding-top: 5px;padding-bottom: 25px;border-bottom: 0;}table.periods td.button a.button {float: left;}table.periods td span.show_mobile {display: inline-block;}table.periods td.hide_mobile {display: none;}table.periods td.period {font-weight: 700;}.camp_page_info {padding-top: 0;}.camp_page_text_left {width: 100%;padding: 40px;padding-bottom: 15px;margin-bottom: 25px;}.camp_page_text_right {width: 100%;padding: 40px;padding-bottom: 15px;}.camp_page_text_center {width: 100%;padding: 40px;padding-bottom: 15px;margin-top: 25px;}a.home_link div.home_link_text strong {font-size: 24px;}.contact_sidebar {width: 30%;}.contact_content {width: 65%;}.sidebar.booking {width: 100%;margin-bottom: 25px;}.sidebar img.camp_image {display: none;}.content.booking {width: 100%;}table.item_list tr {float: left;width: 100%;border-bottom: 1px solid #ddd;padding: 20px 0;}table.item_list tr:nth-child(odd) {background: rgba(28,63,148,0.05) !important;}table.item_list tr:nth-child(even) {background: #fff !important;}table.item_list td {float: left;width: 92%;padding: 3px 4%;border: 0;background: none !important;text-align: left !important;}table.item_list td.icon { width: 92%;padding: 3px 4%;}table.item_list td.icon em {display: inline-block;text-decoration: underline;}table.item_list td.empty {display: none;}.mobile_remark_monitor {display: block;float: left;width: 100%;}.mobile_remark_monitor_tip {display: none !important;}.mobile_medical_info {display: block;float: left;width: 100%;}.medical_info_tip {display: none !important;}.mobile_answers {display: block;float: left;width: 100%;}.mobile_answers_tip {display: none !important;}}/* 800px */@media screen and (max-width: 50em) { .form span.form_block_checkbox {width: 50%;}.usp_wrapper {padding-top: 150px;}.home_filters_title {font-size: 25px;}.home_filters .camp_search_form {width: 100%;margin-right: 0;margin-bottom: 15px;}.home_filters .filter_form {width: 100%;}.home_filters .filter_field {width: 100%;margin-right: 0;margin-bottom: 15px !important;}.home_filter_category_links {line-height: 2em;}.home_filter_category_links a {white-space: nowrap;}.theme_page_left {display: none;}.theme_page_right {width: 100%;}.page_element_text {width: 40%;padding-top: 25px;}.page_element_text.left {margin-left: 5%;}.page_element_text.right {width: 50%;margin-right: 5%;}.page_element_image.left {width: 30%;}.page_element_image.right {width: 45%;}/*.newsletter_signup {margin: 50px 0;padding: 40px 0;}.newsletter_intro {width: 100%;}.newsletter_form {width: 100%;margin-top: 25px;}.banner .filter {float: left;position: relative;bottom: 0;width: 100%;box-sizing: border-box;padding: 10px 1%;background: #1C3F94;}.banner .filter .wrapper {width: 100%;}.banner.home {background-position: left top 50px !important;}*/}/* 720px */@media screen and (max-width: 45em) { .user_indicator span {display: none;}.header img.lm {display: none;}.social {margin-left: 0;}.cta_text {padding-right: 40px;}.cta_text h2 {font-size: 25px;}.cta_text p {font-size: 15px;line-height: 1.8em;}.footer {box-sizing: border-box;padding-left: 3%;padding-right: 3%;}.footer_blocks {justify-content: space-between;}.footer_block {width: 48% !important;}.footer_block4 {width: 100% !important;margin-top: 30px;margin-bottom: 30px;}.copyrights {padding-left: 3%;padding-right: 3%;}.intro_image {display: none;}.intro_text {width: 100%;padding-left: 15%;}.intro_wrapper img.stain { left: 3%;width: 105%;}.usp_wrapper img.stain {width: 135%;left: -40%;}.home_filters_wrapper {margin-top: -100px;}.home_slider_title {top: 100px;}.home_slider_title strong {font-size: 45px;}img.home_slider_stain {width: 700px;}.home_slide {height: 500px !important;}a.camp {width: 48%;margin-bottom: 40px;}div.camp_dummy3 {display: none;}.home_links_wrapper {display: block;}a.home_link {width: 100%;margin-bottom: 20px;}.home_links_wrapper.three a.home_link {width: 100%;}.contact_sidebar {width: 100%;margin-bottom: 25px;}.contact_content {width: 100%;}.location_header #google_maps_canvas {width: 50%;}.location_header_text {width: 50%;}.camp_header_text {padding: 25px 25px;}.text_block_wrapper div.text_block {width: 100%;margin: 0;}}/* 640px */@media screen and (max-width: 40em) { .cta {width: 94%;margin: 50px 3%;margin-top: 75px;}.cta_icon {width: 90px;height: 90px;top: -60px;left: calc(50% - 45px);}.cta_text {width: 100%;padding: 50px 40px;border-radius: 50px;}.faq_block {padding: 40px;}.intro_wrapper img.stain {left: 10%;width: 95%;}.home_slider_wrapper {padding-bottom: 50px;}a.camp em {font-size: 13px;}.camp_page_image {width: 100%;margin-bottom: 25px;}.camp_page_info {width: 100%;}.content .partner {padding-bottom: 40px;margin-bottom: 40px;}.content .partner_logo {margin-bottom: 30px;}.content .partner_text {width: 100%;}.product_list a.product {width: 45%;margin: 0 2.5% 40px 2.5%;}}/* 560px */@media screen and (max-width: 35em) { .home_filters {padding: 40px 30px;}.home_slider_title {top: 75px;}.home_slider_title strong {font-size: 40px;}img.home_slider_stain {width: 650px;}#google_maps_canvas.camps {height: 350px;margin-bottom: 50px;}.controls_nav .left {width: 100%;text-align: center;margin-bottom: 10px;}.controls_nav .right {width: 100%;text-align: center;}.social {margin-left: 0;}.social a:nth-child(3), .social a:nth-child(4) {display: none;}.content h1 {font-size: 35px;margin-bottom: 25px;}.content h2 {font-size: 22px;margin-bottom: 20px;}.content h3 {font-size: 21px;}.intro_wrapper {padding-top: 40px;padding-bottom: 25px;background: linear-gradient(260.81deg, #FFC928 3.77%, rgba(255, 255, 255, 0) 69.27%), #F39100;}.intro_wrapper img.stain {display: none;}.intro_text {padding: 0 5%;}.intro_text h1 {font-size: 35px;}.intro_text h2 {font-size: 22px;}.form {padding: 20px 15px;}.form .select_wrapper {width: 100%;}.faq_category_links a {font-size: 14px;padding: 8px 12px;margin: 0 10px 10px 0;}hr.spacer50 {margin-bottom: 30px;}hr.spacer75 {margin-bottom: 50px;}hr.spacer100 {margin-bottom: 60px;}hr.spacer125 {margin-bottom: 75px;}hr.spacer150 {margin-bottom: 100px;}hr.spacer175 {margin-bottom: 125px;}.popup {width: calc(100% - 50px);}.popup_text strong {font-size: 22px;}.team_person_image {width: 100%;margin-bottom: 15px;}.team_person_image img {max-width: 150px;}.team_person_text {width: 100%;}.location_header #google_maps_canvas {float: left;height: 250px;width: 100%;position: relative;}.location_header_text {width: 100%;}.sticky_filter_button em {display: none;}.page_element_text {width: 90% !important;padding-top: 25px;}.page_element_image.left {width: 80%;margin: 0 10%;margin-bottom: 25px;}.page_element_image.right {width: 80%;margin: 0 10%;margin-bottom: 25px;}}/* 480px */@media screen and (max-width: 30em) { .user_indicator a.user_indicator_icon {margin-right: 5px;}.hamburger {margin-left: 20px !important;}.cta_text {padding-left: 25px;padding-right: 25px;text-align: center;}.cta_text h2 {font-size: 22px;}.cta_text a.button {margin-right: 0;}.text {padding: 30px 0 15px 0;}.form .select_wrapper.small {width: 100%;min-width: 100%;margin-right: 0;}.form .select_wrapper.mini {width: 100%;min-width: 100%;margin-right: 0;}.form .select_wrapper.medium {width: 100%;min-width: 100%;margin-right: 0;}.news_list a.news {width: 96%;margin-left: 2%;margin-right: 2%;margin-bottom: 25px;}.usp_wrapper {padding-top: 100px;}ul#search_results li img {width: 100%;margin: 0 0 20px 0;}.theme_wrapper img.stain {max-height: 400px;}.theme_list .theme {margin-bottom: 20px;}.theme_list .theme strong, .theme_list .theme b {padding-left: 5px;}.brochure_links {margin: 25px 0;}.brochure_links a {width: 40%;margin: 25px 5%;}.filter_links a.reset_filter {width: 100%;text-align: center;margin: 0;}.filter_links a.reset_filter.map {display: none;}a.camp {width: 100%;margin-bottom: 25px;}a.camp em {top: 10px;left: 10px;}.theme_page_text {padding: 25px 30px;}}/* 400px */@media screen and (max-width: 25em) { .footer_block {width: 100% !important;text-align: center;}.footer_block1 {margin-bottom: 30px;}.footer a.social_link {display: inline-block;float: none;margin: 0 4px;}.copyrights {text-align: center;}.copyrights img.partner {float: none;display: inline-block;}.faq_block {padding: 25px;}.content h1 {font-size: 32px;}.content h2 {font-size: 21px;}.content h3 {font-size: 20px;}.home_slider_title {top: 70px;}img.home_slider_stain {width: 600px;}.home_slide {height: 450px !important;}.home_filters_title {font-size: 22px;}.home_filter_category_links a {width: 100%;}}/* bold */@font-face {font-family: "KlavikaWebBasic";src: url('/_fonts/KlavikaWebBasicBold.eot');src: url('/_fonts/KlavikaWebBasicBold.eot?#iefix') format('embedded-opentype'), url('/_fonts/KlavikaWebBasicBold.woff2') format('woff2'), url('/_fonts/KlavikaWebBasicBold.woff') format('woff');font-weight: 700;font-style: normal;} /*! * 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: 35px;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: 35px;height: 4px;background-color: #1C3F94;border-radius: 4px;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); }/*! * jQuery UI CSS Framework 1.11.3 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ *//* Layout helpers----------------------------------*/.ui-helper-hidden {display: none;}.ui-helper-hidden-accessible {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}.ui-helper-reset {margin: 0;padding: 0;border: 0;outline: 0;line-height: 1.3;text-decoration: none;font-size: 100%;list-style: none;}.ui-helper-clearfix:before,.ui-helper-clearfix:after {content: "";display: table;border-collapse: collapse;}.ui-helper-clearfix:after {clear: both;}.ui-helper-clearfix {min-height: 0; /* support: IE7 */}.ui-helper-zfix {width: 100%;height: 100%;top: 0;left: 0;position: absolute;opacity: 0;filter:Alpha(Opacity=0); /* support: IE8 */}.ui-front {z-index: 1000;}/* Interaction Cues----------------------------------*/.ui-state-disabled {cursor: default !important;}/* Icons----------------------------------*//* states and images */.ui-icon {display: block;text-indent: -99999px;overflow: hidden;background-repeat: no-repeat;}/* Misc visuals----------------------------------*//* Overlays */.ui-widget-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;}.ui-draggable-handle {-ms-touch-action: none;touch-action: none;}.ui-resizable {position: relative;}.ui-resizable-handle {position: absolute;font-size: 0.1px;display: block;-ms-touch-action: none;touch-action: none;}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle {display: none;}.ui-resizable-n {cursor: n-resize;height: 7px;width: 100%;top: -5px;left: 0;}.ui-resizable-s {cursor: s-resize;height: 7px;width: 100%;bottom: -5px;left: 0;}.ui-resizable-e {cursor: e-resize;width: 7px;right: -5px;top: 0;height: 100%;}.ui-resizable-w {cursor: w-resize;width: 7px;left: -5px;top: 0;height: 100%;}.ui-resizable-se {cursor: se-resize;width: 12px;height: 12px;right: 1px;bottom: 1px;}.ui-resizable-sw {cursor: sw-resize;width: 9px;height: 9px;left: -5px;bottom: -5px;}.ui-resizable-nw {cursor: nw-resize;width: 9px;height: 9px;left: -5px;top: -5px;}.ui-resizable-ne {cursor: ne-resize;width: 9px;height: 9px;right: -5px;top: -5px;}.ui-selectable {-ms-touch-action: none;touch-action: none;}.ui-selectable-helper {position: absolute;z-index: 100;border: 1px dotted black;}.ui-sortable-handle {-ms-touch-action: none;touch-action: none;}.ui-autocomplete {position: absolute;top: 0;left: 0;cursor: default;}.ui-menu {list-style: none;padding: 0;margin: 0;display: block;outline: none;}.ui-menu .ui-menu {position: absolute;}.ui-menu .ui-menu-item {position: relative;margin: 0;padding: 10px 1em 10px .6em;line-height: 1em;border-bottom: 1px solid #ddd;cursor: pointer;min-height: 0; /* support: IE7 *//* support: IE10, see #8844 */list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.ui-menu .ui-menu-divider {margin: 5px 0;height: 0;font-size: 0;line-height: 0;border-width: 1px 0 0 0;}.ui-menu .ui-state-focus,.ui-menu .ui-state-active {}/* icon support */.ui-menu-icons {position: relative;}.ui-menu-icons .ui-menu-item {padding-left: 2em;}/* left-aligned */.ui-menu .ui-icon {position: absolute;top: 0;bottom: 0;left: .2em;margin: auto 0;}/* right-aligned */.ui-menu .ui-menu-icon {left: auto;right: 0;}.ui-slider {position: relative;text-align: left;}.ui-slider .ui-slider-handle {position: absolute;z-index: 2;width: 6px;height: 6px;cursor: pointer;-ms-touch-action: none;touch-action: none;border-radius: 15px;outline: none;}.ui-slider .ui-slider-range {position: absolute;z-index: 1;font-size: .7em;display: block;border: 0;background-position: 0 0;}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {filter: inherit;}.ui-slider-horizontal {height: .5em;}.ui-slider-horizontal .ui-slider-handle {top: -.3em;margin-left: -.3em;}.ui-slider-horizontal .ui-slider-range {top: 0;height: 100%;}.ui-slider-horizontal .ui-slider-range-min {left: 3em;}.ui-slider-horizontal .ui-slider-range-max {right: 3em;}.ui-slider-vertical {width: .8em;height: 100px;}.ui-slider-vertical .ui-slider-handle {left: -.3em;margin-left: 0;margin-bottom: -.5em;}.ui-slider-vertical .ui-slider-range {left: 0;width: 100%;}.ui-slider-vertical .ui-slider-range-min {bottom: 0;}.ui-slider-vertical .ui-slider-range-max {top: 0;}/*! * jQuery UI CSS Framework 1.11.2 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ * * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px */.ui-widget {font-family: "obvia", sans-serif;font-weight: 400;font-size: 15px;color: #232323;}.ui-widget .ui-widget {font-size: 1em;}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {font-family: "obvia", sans-serif;font-weight: 400;font-size: 15px;color: #232323;}.ui-widget-content {background: #f7f7f7;}.ui-widget-content a {color: #555;padding: 5px 0;border-bottom: 1px solid #ddd;}.ui-widget-header {background: #c52200;color: #ffffff;}.ui-widget-header a {color: #ffffff;}/* Interaction states----------------------------------*/.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {background: #fff;font-weight: bold;border: 5px solid #333;}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {padding: 5px 0;border-bottom: 1px solid #ddd;color: #000;text-decoration: none;}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {color: #1C3F94;background: none;}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited {color: #1C3F94;background: none;text-decoration: none;}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {color: #1C3F94;background: none;}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {color: #1C3F94;background: none;text-decoration: none;}/* Interaction Cues----------------------------------*/.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {border: 1px solid #fed22f;background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color: #363636;}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {color: #363636;}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {border: 1px solid #cd0a0a;background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color: #ffffff;}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {color: #ffffff;}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {color: #ffffff;}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {font-weight: bold;}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {opacity: .7;filter:Alpha(Opacity=70); /* support: IE8 */font-weight: normal;}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {opacity: .35;filter:Alpha(Opacity=35); /* support: IE8 */background-image: none;}.ui-state-disabled .ui-icon {filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */}/* Icons----------------------------------*//* states and images */.ui-icon {width: 16px;height: 16px;}.ui-icon,.ui-widget-content .ui-icon {background-image: url("images/ui-icons_222222_256x240.png");}.ui-widget-header .ui-icon {background-image: url("images/ui-icons_ffffff_256x240.png");}.ui-state-default .ui-icon {background-image: url("images/ui-icons_ef8c08_256x240.png");}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {background-image: url("images/ui-icons_ef8c08_256x240.png");}.ui-state-active .ui-icon {background-image: url("images/ui-icons_ef8c08_256x240.png");}.ui-state-highlight .ui-icon {background-image: url("images/ui-icons_228ef1_256x240.png");}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {background-image: url("images/ui-icons_ffd27a_256x240.png");}/* positioning */.ui-icon-blank { background-position: 16px 16px; }.ui-icon-carat-1-n { background-position: 0 0; }.ui-icon-carat-1-ne { background-position: -16px 0; }.ui-icon-carat-1-e { background-position: -32px 0; }.ui-icon-carat-1-se { background-position: -48px 0; }.ui-icon-carat-1-s { background-position: -64px 0; }.ui-icon-carat-1-sw { background-position: -80px 0; }.ui-icon-carat-1-w { background-position: -96px 0; }.ui-icon-carat-1-nw { background-position: -112px 0; }.ui-icon-carat-2-n-s { background-position: -128px 0; }.ui-icon-carat-2-e-w { background-position: -144px 0; }.ui-icon-triangle-1-n { background-position: 0 -16px; }.ui-icon-triangle-1-ne { background-position: -16px -16px; }.ui-icon-triangle-1-e { background-position: -32px -16px; }.ui-icon-triangle-1-se { background-position: -48px -16px; }.ui-icon-triangle-1-s { background-position: -64px -16px; }.ui-icon-triangle-1-sw { background-position: -80px -16px; }.ui-icon-triangle-1-w { background-position: -96px -16px; }.ui-icon-triangle-1-nw { background-position: -112px -16px; }.ui-icon-triangle-2-n-s { background-position: -128px -16px; }.ui-icon-triangle-2-e-w { background-position: -144px -16px; }.ui-icon-arrow-1-n { background-position: 0 -32px; }.ui-icon-arrow-1-ne { background-position: -16px -32px; }.ui-icon-arrow-1-e { background-position: -32px -32px; }.ui-icon-arrow-1-se { background-position: -48px -32px; }.ui-icon-arrow-1-s { background-position: -64px -32px; }.ui-icon-arrow-1-sw { background-position: -80px -32px; }.ui-icon-arrow-1-w { background-position: -96px -32px; }.ui-icon-arrow-1-nw { background-position: -112px -32px; }.ui-icon-arrow-2-n-s { background-position: -128px -32px; }.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }.ui-icon-arrow-2-e-w { background-position: -160px -32px; }.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }.ui-icon-arrowstop-1-n { background-position: -192px -32px; }.ui-icon-arrowstop-1-e { background-position: -208px -32px; }.ui-icon-arrowstop-1-s { background-position: -224px -32px; }.ui-icon-arrowstop-1-w { background-position: -240px -32px; }.ui-icon-arrowthick-1-n { background-position: 0 -48px; }.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }.ui-icon-arrowthick-1-e { background-position: -32px -48px; }.ui-icon-arrowthick-1-se { background-position: -48px -48px; }.ui-icon-arrowthick-1-s { background-position: -64px -48px; }.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }.ui-icon-arrowthick-1-w { background-position: -96px -48px; }.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }.ui-icon-arrow-4 { background-position: 0 -80px; }.ui-icon-arrow-4-diag { background-position: -16px -80px; }.ui-icon-extlink { background-position: -32px -80px; }.ui-icon-newwin { background-position: -48px -80px; }.ui-icon-refresh { background-position: -64px -80px; }.ui-icon-shuffle { background-position: -80px -80px; }.ui-icon-transfer-e-w { background-position: -96px -80px; }.ui-icon-transferthick-e-w { background-position: -112px -80px; }.ui-icon-folder-collapsed { background-position: 0 -96px; }.ui-icon-folder-open { background-position: -16px -96px; }.ui-icon-document { background-position: -32px -96px; }.ui-icon-document-b { background-position: -48px -96px; }.ui-icon-note { background-position: -64px -96px; }.ui-icon-mail-closed { background-position: -80px -96px; }.ui-icon-mail-open { background-position: -96px -96px; }.ui-icon-suitcase { background-position: -112px -96px; }.ui-icon-comment { background-position: -128px -96px; }.ui-icon-person { background-position: -144px -96px; }.ui-icon-print { background-position: -160px -96px; }.ui-icon-trash { background-position: -176px -96px; }.ui-icon-locked { background-position: -192px -96px; }.ui-icon-unlocked { background-position: -208px -96px; }.ui-icon-bookmark { background-position: -224px -96px; }.ui-icon-tag { background-position: -240px -96px; }.ui-icon-home { background-position: 0 -112px; }.ui-icon-flag { background-position: -16px -112px; }.ui-icon-calendar { background-position: -32px -112px; }.ui-icon-cart { background-position: -48px -112px; }.ui-icon-pencil { background-position: -64px -112px; }.ui-icon-clock { background-position: -80px -112px; }.ui-icon-disk { background-position: -96px -112px; }.ui-icon-calculator { background-position: -112px -112px; }.ui-icon-zoomin { background-position: -128px -112px; }.ui-icon-zoomout { background-position: -144px -112px; }.ui-icon-search { background-position: -160px -112px; }.ui-icon-wrench { background-position: -176px -112px; }.ui-icon-gear { background-position: -192px -112px; }.ui-icon-heart { background-position: -208px -112px; }.ui-icon-star { background-position: -224px -112px; }.ui-icon-link { background-position: -240px -112px; }.ui-icon-cancel { background-position: 0 -128px; }.ui-icon-plus { background-position: -16px -128px; }.ui-icon-plusthick { background-position: -32px -128px; }.ui-icon-minus { background-position: -48px -128px; }.ui-icon-minusthick { background-position: -64px -128px; }.ui-icon-close { background-position: -80px -128px; }.ui-icon-closethick { background-position: -96px -128px; }.ui-icon-key { background-position: -112px -128px; }.ui-icon-lightbulb { background-position: -128px -128px; }.ui-icon-scissors { background-position: -144px -128px; }.ui-icon-clipboard { background-position: -160px -128px; }.ui-icon-copy { background-position: -176px -128px; }.ui-icon-contact { background-position: -192px -128px; }.ui-icon-image { background-position: -208px -128px; }.ui-icon-video { background-position: -224px -128px; }.ui-icon-script { background-position: -240px -128px; }.ui-icon-alert { background-position: 0 -144px; }.ui-icon-info { background-position: -16px -144px; }.ui-icon-notice { background-position: -32px -144px; }.ui-icon-help { background-position: -48px -144px; }.ui-icon-check { background-position: -64px -144px; }.ui-icon-bullet { background-position: -80px -144px; }.ui-icon-radio-on { background-position: -96px -144px; }.ui-icon-radio-off { background-position: -112px -144px; }.ui-icon-pin-w { background-position: -128px -144px; }.ui-icon-pin-s { background-position: -144px -144px; }.ui-icon-play { background-position: 0 -160px; }.ui-icon-pause { background-position: -16px -160px; }.ui-icon-seek-next { background-position: -32px -160px; }.ui-icon-seek-prev { background-position: -48px -160px; }.ui-icon-seek-end { background-position: -64px -160px; }.ui-icon-seek-start { background-position: -80px -160px; }/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */.ui-icon-seek-first { background-position: -80px -160px; }.ui-icon-stop { background-position: -96px -160px; }.ui-icon-eject { background-position: -112px -160px; }.ui-icon-volume-off { background-position: -128px -160px; }.ui-icon-volume-on { background-position: -144px -160px; }.ui-icon-power { background-position: 0 -176px; }.ui-icon-signal-diag { background-position: -16px -176px; }.ui-icon-signal { background-position: -32px -176px; }.ui-icon-battery-0 { background-position: -48px -176px; }.ui-icon-battery-1 { background-position: -64px -176px; }.ui-icon-battery-2 { background-position: -80px -176px; }.ui-icon-battery-3 { background-position: -96px -176px; }.ui-icon-circle-plus { background-position: 0 -192px; }.ui-icon-circle-minus { background-position: -16px -192px; }.ui-icon-circle-close { background-position: -32px -192px; }.ui-icon-circle-triangle-e { background-position: -48px -192px; }.ui-icon-circle-triangle-s { background-position: -64px -192px; }.ui-icon-circle-triangle-w { background-position: -80px -192px; }.ui-icon-circle-triangle-n { background-position: -96px -192px; }.ui-icon-circle-arrow-e { background-position: -112px -192px; }.ui-icon-circle-arrow-s { background-position: -128px -192px; }.ui-icon-circle-arrow-w { background-position: -144px -192px; }.ui-icon-circle-arrow-n { background-position: -160px -192px; }.ui-icon-circle-zoomin { background-position: -176px -192px; }.ui-icon-circle-zoomout { background-position: -192px -192px; }.ui-icon-circle-check { background-position: -208px -192px; }.ui-icon-circlesmall-plus { background-position: 0 -208px; }.ui-icon-circlesmall-minus { background-position: -16px -208px; }.ui-icon-circlesmall-close { background-position: -32px -208px; }.ui-icon-squaresmall-plus { background-position: -48px -208px; }.ui-icon-squaresmall-minus { background-position: -64px -208px; }.ui-icon-squaresmall-close { background-position: -80px -208px; }.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }.ui-icon-grip-solid-vertical { background-position: -32px -224px; }.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }.ui-icon-grip-diagonal-se { background-position: -80px -224px; }/* Misc visuals----------------------------------*//* Corner radius */.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {border-top-left-radius: 4px;}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {border-top-right-radius: 4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {border-bottom-left-radius: 4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {border-bottom-right-radius: 4px;}/* Overlays */.ui-widget-overlay {background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity: .5;filter: Alpha(Opacity=50); /* support: IE8 */}.ui-widget-shadow {margin: -5px 0 0 -5px;padding: 5px;background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity: .2;filter: Alpha(Opacity=20); /* support: IE8 */border-radius: 5px;}.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content,.qtip-titlebar{position:relative;overflow:hidden}.qtip-content{padding:5px 9px;text-align:left;word-wrap:break-word}.qtip-titlebar{padding:5px 35px 5px 10px;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:normal 700 10px/13px Helvetica,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-red,.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}.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%; }/* 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: "obvia", sans-serif; font-weight: 400; font-size: 14px; /* Chrome hack, this fixes a visual glitch when quickly toggling a video */ 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: #232323; opacity: .9; filter: alpha(opacity=90);}.fr-overlay-ui-fullclick .fr-overlay-background { background: #232323; 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%; /* IE11 has a 1px blur bug on the edges of the caption (ui:inside) during animation with overflow:hidden */ overflow: visible;}/* img/iframe/error */.fr-content-element { float: left; width: 100%; height: 100%;}.fr-content-background { background: transparent;}.fr-info { position: absolute; top: 0; left: 0; width: 100%; color: #fff; font-size: 15px; 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%; background: transparent !important; line-height: 1%; filter: none; opacity: 0;}.fr-ui-inside .fr-info-background { opacity: 0; zoom: 1;}/* ui:outside has a slightly lighter info background to break up from black page backgrounds */.fr-ui-outside .fr-info-background { background: transparent; }/* info at the bottom for ui:inside */.fr-content .fr-info { top: auto; bottom: 0;}.fr-info-padder { display: block; overflow: hidden; padding: 10px; position: relative; width: auto;}.fr-caption { width: auto; display: inline; white-space: wrap;}.fr-position { color: #b3b3b3; float: right; line-height: 21px; opacity: 0.99; position: relative; text-align: right; margin-left: 15px; white-space: nowrap;}/* 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: 11px; 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;}.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: block; }.fr-ui-outside .fr-info .fr-position { display: none; }.fr-ui-inside.fr-no-caption .fr-position-inside { display: block; }/* links */.fr-info a,.fr-info a:hover { color: #ccc; border: 0; background: none; text-decoration: underline;}.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: 0;}.fr-stroke-vertical { width: 0; 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: none;}/* the stroke is brighter inside the info box */.fr-info .fr-stroke-color { background: none; }/* 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; }.fr-side-next { right: 0; left: auto; }.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; background-color: #ccc;}.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 { background-color: #232323; }/* 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 { background-color: #363636; }.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background { background-color: #434343; }.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background { background-color: #131313; filter: alpha(opacity=80); opacity: .8; }.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 { background-color: #191919; }/* - 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;}/* 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; z-index: 500; 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: "FontAwesome"; font-size: 30px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.slick-prev { left: 25px;}.slick-prev:before { content: "\f053";}.slick-next { right: 28px;}.slick-next:before {content: "\f054";}/* Dots */.slick-dots { position: absolute; bottom: 12px; right: 0; z-index: 100; display: block; padding: 0; margin: 0; list-style: none; text-align: center;}.news_slider .slick-dots { bottom: 0; text-align: right;}.slick-dots li { position: relative; display: inline-block; width: 25px; height: 25px; margin: 0; 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: 9px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .6; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.slick-dots li.slick-active button:before { opacity: 1; color: #fff;}