@charset "UTF-8";
/*
Theme Name: Enjoy Resorts
Description: Theme developed for Enjoy Resorts
Author: Jan Hesselvig Krogh
Author URI: http://snowagency.dk
*/
/* framewors + normalize */
html { box-sizing: border-box; }

*, *::after, *::before { box-sizing: inherit; }

/* ========================================================================== Normalize.scss settings ========================================================================== */
/** Includes legacy browser support IE6/7  Set to false if you want to drop support for IE6 and IE7 */
/* Base ========================================================================== */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. */
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, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevents 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: 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; }

/** Addresses 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 ========================================================================== */
/** 1. Remove border when inside `a` element in IE 8/9/10. 2. Improves image quality when scaled in IE 7. */
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 { box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */
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. 4. Improves appearance and consistency in all browsers. */
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. 4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
button, html input[type="button"], 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; }

/** 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. Known issue: excess padding remains in IE 6. */
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 */ /* 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. 3. Corrects text not wrapping in Firefox 3. 4. Corrects alignment displayed oddly in IE 6/7. */
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; }

/* */
/* Variables */
/* NEAT variables */
/* Omega reset for NEAT */
/* colors */
/* breakpoints */
/* font-stacks */
/* Typography */
body { font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; font-size: 100%; color: #58595b; line-height: 1.3em; }

h1 { font-family: "Merriweather", serif; color: #58595b; font-size: 1.125em; line-height: 1.2em; font-weight: 900; }
@media screen and (min-width: 40em) { h1 { font-size: 1.5em; } }
@media screen and (min-width: 60em) { h1 { font-size: 2.25em; } }

p { margin-top: 0; }

a { color: #9a7406; }

.calendar-item { font-size: .875em; }
.calendar-item a { text-decoration: none; color: #58595b; }
.calendar-item .calendar-date { font-size: 1.125em; font-weight: 600; }
.calendar-item h2 { font-family: "Merriweather", serif; margin-top: .2em; margin-bottom: 0; font-size: 1.25em; }

a.booking-button { text-decoration: none; font-size: .875em; text-transform: uppercase; color: white; font-weight: 700; text-align: center; line-height: 45px; padding-left: 11%; }
@media screen and (min-width: 40em) { a.booking-button { font-size: 1.125em; line-height: 85px; padding-right: 10%; padding-left: 9%; } }

.sub-header { font-size: 1.125em; }

.service { font-size: .875em; }

footer { color: #414042; }

.phone { font-size: 0.9em; line-height: 1.4em; }

a.top-link { font-size: .875em; position: relative; color: #414042; text-align: center; }
a.top-link:before { content: ""; position: absolute; margin-top: -8px; width: 100%; height: 6px; background: url(images/arrow-up.svg) no-repeat; background-position: center; display: block; }

.category-block { color: white; font-size: .875em; text-transform: uppercase; }

nav.top-global, nav.top-local { font-weight: 600; }
nav.top-global a, nav.top-local a { text-decoration: none; color: #414042; }
@media screen and (min-width: 40em) { nav.top-global, nav.top-local { font-size: .9375em; } }

nav.local { font-weight: 600; }
nav.local a { text-decoration: none; color: white; }
nav.local a:hover { color: #9a7406; }
nav.local ul.sub-menu a { color: #414042; }
nav.local ul.sub-menu a:hover { color: #9a7406; }

nav.top-local a:hover, nav.top-global a:hover { color: #9a7406; }

.share-social { font-size: .875em; line-height: 1.2em; }
.share-social a { color: white; text-decoration: none; }

a.button-helper { color: white; text-align: center; text-decoration: none; text-transform: uppercase; }

.offer-overlay { color: white; font-size: 1em; font-weight: 600; line-height: 1.2em; }
@media screen and (min-width: 40em) { .offer-overlay { font-size: 1.25em; } }

a.button-offer { line-height: 40px; text-align: center; color: white; text-decoration: none; font-size: 0.8em; text-transform: uppercase; }

.slides { font-size: .875em; line-height: 1.2em; }
@media screen and (min-width: 40em) { .slides { font-size: 1em; } }
.slides .category { color: white; text-transform: uppercase; }
.slides a.mere { font-weight: 700; color: white; line-height: 35px; text-align: center; text-transform: uppercase; text-decoration: none; font-size: .857142857em; }
@media screen and (min-width: 40em) { .slides a.mere { line-height: 50px; } }

.center-split a.mere { color: white; font-size: .75em; font-weight: 600; text-align: center; line-height: 35px; text-transform: uppercase; text-decoration: none; }
@media screen and (min-width: 60em) { .center-split a.mere { font-size: 1em; line-height: 50px; } }

.single-landing-page .info { font-size: 1.1325em; line-height: 1.4em; }
.single-landing-page .price { font-size: 1.1325em; }

a.landing-booking-button { text-decoration: none; font-size: .875em; text-transform: uppercase; color: white; font-weight: 700; text-align: center; line-height: 45px; }
@media screen and (min-width: 40em) { a.landing-booking-button { font-size: 1.125em; line-height: 85px; } }

.pricetag { text-align: center; color: white; }

.amount { font-size: 1.875em; font-weight: 700; }
@media screen and (min-width: 60em) { .amount { font-size: 2.6em; } }

.currency { font-size: 0.6em; font-weight: 400; }
@media screen and (min-width: 60em) { .currency { font-size: 0.6em; } }

td { font-size: .9em; }

.department { font-weight: 700; }

a.week { text-align: center; line-height: 30px; text-decoration: none; }

th.now { font-weight: 400; font-size: 0.75em; }

#languages { font-size: 0.75em; text-align: center; }
@media screen and (min-width: 40em) { #languages { text-align: right; } }

.search-result a { text-decoration: none; color: #58595b; }
.search-result h2 { margin-bottom: 0.5em; }

.breadcrumbs { font-size: 0.75em; }
.breadcrumbs a { color: #9a7406; text-decoration: underline; }

/* Header (including menu - also local navigation(left-sidebar).. ) */
header { padding-top: 5px; background-color: white; }
@media screen and (min-width: 40em) { header { height: 75px; } }

.single-landing-page header { height: 68px; }
@media screen and (min-width: 40em) { .single-landing-page header { height: 75px; } }

.logo { float: left; display: block; margin-right: 2.3576515979%; width: 23.2317613015%; height: 78px; }
.logo:last-child { margin-right: 0; }
.logo img { height: 70px; position: absolute; z-index: 10; }
@media screen and (min-width: 40em) { .logo { float: left; display: block; margin-right: 2.3576515979%; width: 14.7019570017%; }
  .logo:last-child { margin-right: 0; }
  .logo img { height: auto; width: 100%; position: relative; } }
@media screen and (min-width: 60em) { .logo { margin-top: 10px; } }

.booking-button { float: left; width: 45%; margin-left: 5%; background-color: #f1a000; display: block; height: 45px; background-image: url(images/booking_icon.svg); background-repeat: no-repeat; background-size: auto 65%; background-position: 10% center; margin-top: 5px; -webkit-transition: background-color 0.3s; transition: background-color 0.3s; }
.booking-button:hover { background-color: #8e9093; }
@media screen and (min-width: 40em) { .booking-button { float: left; display: block; margin-right: 2.3576515979%; width: 23.2317613015%; position: absolute; z-index: 10; right: 0; top: 0; margin: 0; height: 85px; background-size: auto 40%; margin-left: 5%; }
  .booking-button:last-child { margin-right: 0; } }

.menu-icon { position: absolute; right: 20px; top: 15px; width: 35px; height: 30px; background: none; border: none; display: block; z-index: 5; padding: 0; }
.menu-icon:focus { outline: none; }
@media screen and (min-width: 40em) { .menu-icon { display: none; } }

.block, .block:before, .block:after, .block.x:before, .block.x:after { height: 5px; width: 35px; background-color: #58595b; display: block; position: relative; -webkit-transition: all 0.2s; transition: all 0.2s; }
.block:before, .block.x:before { content: ""; position: absolute; bottom: 9px; }
.block:after, .block.x:after { content: ""; position: absolute; top: 9px; }

.block.x, .x.block:before, .x.block:after { background: none; }
.block.x:before { content: ""; position: absolute; bottom: 0px; -webkit-transform: rotate(45deg); transform: rotate(45deg); opacity: 1; background: #58595b; }
.block.x:after { content: ""; position: absolute; top: 0px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); opacity: 1; background: #58595b; }

.header-image { background-size: cover; background-position: center center; width: 100%; padding-top: 25.423728814%; /* 375 (img height) / 1475 (img width) * 100 (div width) */ margin-top: -15px; }
@media screen and (min-width: 40em) { .header-image { margin-top: 0; } }

.lazy-hidden { opacity: 0; }

.lazy-loaded { opacity: 1; -webkit-transition: opacity .8s; transition: opacity .8s; }

.menu-open .top-menu-container { display: block; top: 0; width: 100%; }

.menu-open section.content, .menu-open footer, .menu-open #map-canvas { display: none; }
@media screen and (min-width: 40em) { .menu-open section.content, .menu-open footer, .menu-open #map-canvas { display: block; } }

.top-menu-container { position: absolute; background-color: #eceded; width: 100%; left: 0; top: -400%; margin-top: 65px; z-index: 5; -webkit-transition: top .4s; transition: top .4s; }
@media screen and (min-width: 40em) { .top-menu-container { float: left; display: block; margin-right: 2.3576515979%; width: 57.3509785009%; position: static; margin-top: 0px; background-color: transparent; }
  .top-menu-container:last-child { margin-right: 0; }
  .top-menu-container .top-global { display: block; }
  .top-menu-container .top-local, .top-menu-container .center-block, .top-menu-container .service { display: none !important; } }
@media screen and (min-width: 60em) { .top-menu-container { margin-top: 0; } }
.top-menu-container ul.sub-menu { display: none; margin-top: 5px; list-style: none; padding-left: 26px; }
.top-menu-container ul.sub-menu li { border-top: none; padding-top: 2px; padding-bottom: 2px; }
.top-menu-container ul.sub-menu li a:before { content: ""; display: block; position: absolute; margin-top: 6px; margin-left: -16px; height: 6px; width: 6px; background-color: #8e9093; }
.top-menu-container li:hover ul.sub-menu { display: block; }
@media screen and (min-width: 40em) { .top-menu-container li:hover ul.sub-menu { display: none; } }
.top-menu-container .top-local { margin-top: 70px; }
.top-menu-container ul.menu { list-style: none; padding-left: 0px; margin-bottom: 0; }
@media screen and (min-width: 40em) { .top-menu-container ul.menu { -webkit-columns: 3 8em; -moz-columns: 3 8em; columns: 3 8em; } }
@media screen and (min-width: 60em) { .top-menu-container ul.menu { -webkit-columns: 1; -moz-columns: 1; columns: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; margin-top: 25px; } }
.top-menu-container ul.menu li { border-top: 1px solid #cccecf; padding-top: 8px; padding-bottom: 8px; position: relative; }
@media screen and (min-width: 40em) { .top-menu-container ul.menu li { border: none; padding-top: 0; padding-bottom: 0; } }
@media screen and (min-width: 60em) { .top-menu-container ul.menu li { margin-right: 20px; } }
.top-menu-container ul.menu li.menu-item-has-children:after { content: ""; display: block; position: absolute; top: 15px; right: 30px; background-image: url(images/arrow-up.svg); background-repeat: no-repeat; height: 6px; width: 10px; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
@media screen and (min-width: 40em) { .top-menu-container ul.menu li.menu-item-has-children:after { display: none; } }
.top-menu-container ul.menu li.menu-item-has-children:hover:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.top-menu-container ul.menu > li:last-child { border-bottom: 1px solid #cccecf; }
@media screen and (min-width: 40em) { .top-menu-container ul.menu > li:last-child { border: none; } }
.top-menu-container ul.menu a { padding-left: 20px; display: block; }
@media screen and (min-width: 40em) { .top-menu-container ul.menu a { padding-left: 0; } }
.top-menu-container .center-block { display: block; position: relative; width: 100%; height: 70px; }
.top-menu-container .center-block img { height: 50px; margin-top: 10px; margin-left: 20px; }
.top-menu-container .service { margin-top: 20px; }
.top-menu-container .service img { margin-top: 3px; }

#languages { padding-left: 10px; }
#languages ul { padding-left: 0; list-style: none; margin-top: 0; margin-bottom: 10px; }
@media screen and (min-width: 40em) { #languages ul { margin-bottom: 0; } }
#languages li { list-style: none; display: inline-block; margin-right: 10px; }
@media screen and (min-width: 40em) { #languages { position: absolute; top: 0px; right: 24%; background-color: #eceded; z-index: 5; } }

.sidebar-container { display: none; }
@media screen and (min-width: 40em) { .sidebar-container { float: left; display: block; margin-right: 2.3576515979%; width: 23.2317613015%; margin-top: -80px; min-height: 300px; position: absolute; height: calc(100% + 80px) !important; }
  .sidebar-container:last-child { margin-right: 0; }
  .sidebar-container .center-block { display: block; position: relative; width: 100%; height: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .sidebar-container .center-block a { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .sidebar-container .center-block img { vertical-align: middle; width: 82px; margin-left: 10px; margin-top: 0; }
  .sidebar-container .sidebar { float: left; display: block; margin-right: 2.3576515979%; width: 100%; }
  .sidebar-container .sidebar:last-child { margin-right: 0; } }
@media screen and (min-width: 60em) { .sidebar-container { float: left; display: block; margin-right: 2.3576515979%; width: 14.7019570017%; margin-top: -115px; height: calc(100% + 115px) !important; }
  .sidebar-container:last-child { margin-right: 0; }
  .sidebar-container .center-block { width: 100%; height: 115px; }
  .sidebar-container .center-block img { width: 112px; height: auto; margin-left: 15px; } }

nav.local { float: left; margin-top: 0px; width: 100%; background-color: #8e9093; }
nav.local ul { padding-left: 0; list-style: none; margin-top: 0; }
nav.local li { padding-top: 8px; padding-bottom: 8px; width: 100%; }
nav.local li a { display: block; padding-left: 20px; padding-right: 20px; }
nav.local li ul.sub-menu { display: none; background-color: #eceded; width: 100%; margin-top: 5px; padding-top: 10px; padding-bottom: 10px; }
nav.local li ul.sub-menu li { padding-top: 4px; padding-bottom: 4px; }
nav.local li.current-menu-ancestor ul.sub-menu, nav.local li.current-menu-item ul.sub-menu { display: block; }

.share-social { float: left; margin-top: 20px; }
.share-social img { width: 37px; float: left; margin-right: 10px; margin-top: -2px; }

/* Footer */
footer { float: left; display: block; margin-right: 2.3576515979%; width: 100%; padding-top: 30px; padding-bottom: 30px; background-color: white; margin-top: 30px; }
footer:last-child { margin-right: 0; }
@media screen and (min-width: 60em) { footer { padding-top: 10px; padding-bottom: 20px; } }

@media screen and (min-width: 60em) { .home footer, .single-landing-page footer { padding-top: 30px; } }
.service { float: left; display: block; margin-right: 2.3576515979%; width: 100%; padding-left: 10px; margin-bottom: 30px; }
.service:last-child { margin-right: 0; }
.service img { float: left; margin-top: 15px; margin-right: 10px; margin-bottom: 20px; width: 30px; }
@media screen and (min-width: 40em) { .service { float: left; display: block; margin-right: 2.3576515979%; width: 31.7615656014%; }
  .service:last-child { margin-right: 0; } }
@media screen and (min-width: 60em) { .service { margin-top: 4px; margin-bottom: 0px; } }
@media screen and (min-width: 1200px) { .service { float: left; display: block; margin-right: 2.3576515979%; width: 23.2317613015%; margin-top: -5px; }
  .service:last-child { margin-right: 0; } }

.newsletter { float: left; display: block; margin-right: 2.3576515979%; width: 100%; padding-left: 10px; margin-bottom: 30px; }
.newsletter:last-child { margin-right: 0; }
@media screen and (min-width: 40em) { .newsletter { float: left; display: block; margin-right: 2.3576515979%; width: 31.7615656014%; }
  .newsletter:last-child { margin-right: 0; } }
@media screen and (min-width: 60em) { .newsletter { float: left; display: block; margin-right: 2.3576515979%; width: 40.2913699012%; margin-bottom: 0px; }
  .newsletter:last-child { margin-right: 0; } }
@media screen and (min-width: 1200px) { .newsletter { float: left; display: block; margin-right: 2.3576515979%; width: 48.821174201%; }
  .newsletter:last-child { margin-right: 0; }
  .newsletter br { display: none; }
  .newsletter br:after { display: block; content: ""; margin-right: 5px; } }

.social { float: left; display: block; margin-right: 2.3576515979%; width: 40.2913699012%; padding-left: 10px; }
.social:last-child { margin-right: 0; }
.social img { width: 37px; margin-top: 5px; margin-right: 5px; vertical-align: middle; }
@media screen and (min-width: 1200px) { .social img { margin-top: 0; } }
@media screen and (min-width: 40em) and (max-width: 60em) { .social { margin-top: -70px; } }
@media screen and (min-width: 60em) { .social { float: left; display: block; margin-right: 2.3576515979%; width: 14.7019570017%; float: right; }
  .social:last-child { margin-right: 0; } }
@media screen and (min-width: 1200px) { .social { float: left; display: block; margin-right: 2.3576515979%; width: 23.2317613015%; margin-right: 0; margin-top: 5px; text-align: right; }
  .social:last-child { margin-right: 0; }
  .social br { display: none; } }

.footer-logo { float: left; display: block; margin-right: 2.3576515979%; width: 23.2317613015%; float: right; padding-right: 15px; margin-top: 5px; }
.footer-logo:last-child { margin-right: 0; }
@media screen and (min-width: 40em) { .footer-logo { float: left; display: block; margin-right: 2.3576515979%; width: 14.7019570017%; float: right; margin-top: -120px; }
  .footer-logo:last-child { margin-right: 0; } }
@media screen and (min-width: 60em) { .footer-logo { display: none; } }

.top-link { float: left; display: block; margin-right: 2.3576515979%; width: 23.2317613015%; margin-top: 20px; }
.top-link:last-child { margin-right: 0; }
@media screen and (min-width: 40em) { .top-link { display: none; } }

#map-canvas { height: 500px; width: 100%; }
#map-canvas img { max-width: none; }

/* Form elements (including typography) */
input[type="text"] { height: 36px; background: white; border: solid 1px #cccecf; padding-left: 10px; border-radius: 0; -webkit-appearance: none; }

input[type="submit"] { height: 36px; background: #27a5dc; border: none; color: white; font-weight: 700; text-transform: uppercase; border-radius: 0; }

.newsletter input { width: 160px; display: block; margin-top: 10px; }
@media screen and (min-width: 40em) and (max-width: 60em) { .newsletter input { width: 100%; } }
@media screen and (min-width: 60em) { .newsletter input { display: inline-block; margin-top: 5px; } }

/* hack for german version */
@media screen and (min-width: 60em) { .de .newsletter input { width: 135px; } }

/* Layout */
img { max-width: 100%; }

.wrapper { max-width: 1100px; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; }
.wrapper::after { clear: both; content: ""; display: table; }

.content { background-color: #b7b9bb; padding-bottom: 30px; }
@media screen and (min-width: 40em) { .content { background: url(images/background.jpg) no-repeat #b7b9bb; background-size: 100% auto; background-position: bottom center; } }

.content-container { float: left; display: block; margin-right: 2.3576515979%; width: 100%; margin-right: 0; margin-top: -70px; }
.content-container:last-child { margin-right: 0; }
@media screen and (min-width: 40em) { .content-container { float: left; display: block; margin-right: 2.3576515979%; width: 74.4105871005%; margin-top: 0px; margin-left: 25.5894128995%; margin-right: 0; }
  .content-container:last-child { margin-right: 0; } }
@media screen and (min-width: 60em) { .content-container { float: left; display: block; margin-right: 2.3576515979%; width: 82.9403914003%; margin-left: 17.0596085997%; margin-right: 0; }
  .content-container:last-child { margin-right: 0; } }

.general-page { float: left; display: block; margin-right: 2.3576515979%; width: 100%; background-color: white; position: relative; padding-bottom: 40px; }
.general-page:last-child { margin-right: 0; }

.header-part { float: left; display: block; margin-right: 2.3576515979%; width: 65.8807828007%; background-color: white; min-height: 70px; padding: 5px 15px 0px 15px; }
.header-part:last-child { margin-right: 0; }
@media screen and (min-width: 40em) { .header-part { margin-top: -80px; min-height: 80px; } }
@media screen and (min-width: 60em) { .header-part { margin-top: -115px; min-height: 115px; } }

.sub-header { float: left; display: block; margin-right: 2.3576515979%; width: 100%; padding-left: 15px; padding-right: 15px; }
.sub-header:last-child { margin-right: 0; }

.center-block { float: left; display: block; margin-right: 2.3576515979%; width: 31.7615656014%; margin-right: 0; height: 70px; background-color: #02458d; position: absolute; top: 0; right: 0; }
.center-block:last-child { margin-right: 0; }
.center-block img { height: 60px; margin-top: 15px; margin-left: 15px; }
@media screen and (min-width: 40em) { .center-block { display: none; } }

.category-block { display: none; }
@media screen and (min-width: 40em) { .category-block { float: left; display: block; margin-right: 2.3576515979%; width: 31.7615656014%; width: 34.2%; margin-right: 0; height: 30px; background-color: #27a5dc; position: absolute; margin-top: -30px; right: 0; padding-left: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .category-block:last-child { margin-right: 0; }
  .category-block img { vertical-align: middle; height: 20px; margin-right: 5px; } }
@media screen and (min-width: 60em) { .category-block { height: 40px; margin-top: -40px; } }

.columns { float: left; display: block; margin-right: 2.3576515979%; width: 100%; margin-top: 15px; padding-left: 15px; padding-right: 15px; }
.columns:last-child { margin-right: 0; }
@media screen and (min-width: 60em) { .columns { -webkit-columns: 2; -moz-columns: 2; columns: 2; -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px; } }
.columns img { margin-bottom: 1em; }

.golfbox { float: left; display: block; margin-right: 2.3576515979%; width: 100%; margin-top: 15px; padding-left: 15px; padding-right: 15px; min-height: 500px; }
.golfbox:last-child { margin-right: 0; }

.calendar { float: left; display: block; margin-right: 2.3576515979%; width: 100%; margin-top: 15px; padding-left: 15px; padding-right: 15px; }
.calendar:last-child { margin-right: 0; }
.calendar .calendar-item { float: left; display: block; margin-right: 2.3576515979%; width: 100%; margin-bottom: 15px; }
.calendar .calendar-item:last-child { margin-right: 0; }
.calendar .calendar-image-link { float: left; display: block; margin-right: 2.3576515979%; width: 31.7615656014%; }
.calendar .calendar-image-link:last-child { margin-right: 0; }
@media screen and (min-width: 60em) { .calendar .calendar-image-link { float: left; display: block; margin-right: 2.3576515979%; width: 23.2317613015%; }
  .calendar .calendar-image-link:last-child { margin-right: 0; } }

.video { float: left; display: block; margin-right: 2.3576515979%; width: 100%; margin-top: 15px; padding-left: 15px; padding-right: 15px; }
.video:last-child { margin-right: 0; }

.button-helper { float: left; display: block; margin-right: 2.3576515979%; width: 48.821174201%; background-color: #27a5dc; padding: 10px 10px 10px 10px; }
.button-helper:last-child { margin-right: 0; }

.image-container, .offer-container { float: left; display: block; margin-right: 2.3576515979%; width: 100%; background-color: #eceded; padding: 15px 15px 0px 15px; margin-top: 20px; min-height: 185px; }
.image-container:last-child, .offer-container:last-child { margin-right: 0; }

.gallery-item { float: left; display: block; margin-right: 2.3576515979%; width: 100%; margin-bottom: 15px; }
.gallery-item:last-child { margin-right: 0; }
.gallery-item img { width: 100%; display: block; }
@media screen and (min-width: 40em) { .gallery-item { float: left; display: block; margin-right: 2.3576515979%; width: 48.821174201%; }
  .gallery-item:last-child { margin-right: 0; }
  .gallery-item:nth-child(2n) { margin-right: 0; }
  .gallery-item:nth-child(2n+1) { clear: left; } }
@media screen and (min-width: 60em) { .gallery-item { float: left; display: block; margin-right: 2.3576515979%; width: 31.7615656014%; }
  .gallery-item:last-child { margin-right: 0; }
  .gallery-item:nth-child(2n) { margin-right: 2.3576515979%; }
  .gallery-item:nth-child(2n+1) { clear: none; }
  .gallery-item:nth-child(3n) { margin-right: 0; }
  .gallery-item:nth-child(3n+1) { clear: left; } }

.offer-item { float: left; display: block; margin-right: 2.3576515979%; width: 100%; margin-bottom: 15px; position: relative; }
.offer-item:last-child { margin-right: 0; }
.offer-item img { width: 100%; display: block; }
@media screen and (min-width: 60em) { .offer-item { float: left; display: block; margin-right: 2.3576515979%; width: 48.821174201%; }
  .offer-item:last-child { margin-right: 0; }
  .offer-item:nth-child(2n) { margin-right: 0; }
  .offer-item:nth-child(2n+1) { clear: left; } }

.offer-overlay { position: absolute; background-color: rgba(241, 160, 0, 0.8); bottom: 0; height: 75%; width: 75%; padding: 15px 15px 15px 15px; }
@media screen and (min-width: 40em) { .offer-overlay { height: 45%; } }

.button-offer { border: 1px solid; border-color: white; border-color: rgba(255, 255, 255, 0.5); float: left; display: block; margin-right: 2.3576515979%; width: 40.2913699012%; display: block; position: absolute; bottom: 15px; height: 40px; -webkit-transition: background-color 0.3s; transition: background-color 0.3s; }
.button-offer:last-child { margin-right: 0; }
.button-offer:hover { background-color: #8e9093; }

/* Front page */
.highlight { float: left; display: block; margin-right: 2.3576515979%; width: 100%; margin-top: -18px; }
.highlight:last-child { margin-right: 0; }
@media screen and (min-width: 40em) { .highlight { margin-top: -10px; } }
@media screen and (min-width: 60em) { .highlight { margin-top: -18px; } }

.slides { height: 185px; max-height: 185px; overflow-y: hidden; }
@media screen and (min-width: 40em) { .slides { height: 375px; max-height: 375px; } }
.slides li { height: 100%; background-size: cover; background-position: center center; }
.slides .slideoverlay { float: left; display: block; margin-right: 2.3576515979%; width: 100%; height: 130px; margin-top: 55px; background-color: white; background-color: rgba(255, 255, 255, 0.85); }
.slides .slideoverlay:last-child { margin-right: 0; }
@media screen and (min-width: 40em) { .slides .slideoverlay { height: 100px; margin-top: 275px; } }
.slides .category { float: left; display: block; margin-right: 2.3576515979%; width: 31.7615656014%; background-color: #414042; height: 130px; padding: 10px 10px 10px 10px; }
.slides .category:last-child { margin-right: 0; }
@media screen and (min-width: 40em) { .slides .category { float: left; display: block; margin-right: 2.3576515979%; width: 14.7019570017%; padding: 15px 15px 15px 15px; height: 100px; }
  .slides .category:last-child { margin-right: 0; } }
@media screen and (min-width: 60em) { .slides .category { width: 100px; } }
.slides .category img { max-height: 34px; max-width: 106px; }
.slides .teaser { float: left; display: block; margin-right: 2.3576515979%; width: 65.8807828007%; margin-right: 0; padding: 10px 10px 10px 5px; height: 5.4em; overflow: hidden; }
.slides .teaser:last-child { margin-right: 0; }
@media screen and (min-width: 40em) { .slides .teaser { float: left; display: block; margin-right: 2.3576515979%; width: 57.3509785009%; margin-right: 0; margin-top: 10px; padding-right: 20px; height: 4.2em; }
  .slides .teaser:last-child { margin-right: 0; } }
@media screen and (min-width: 60em) { .slides .teaser { float: left; display: block; margin-right: 2.3576515979%; width: 65.8807828007%; padding-right: 0; }
  .slides .teaser:last-child { margin-right: 0; } }
.slides .mere { float: left; display: block; margin-right: 2.3576515979%; width: 40.2913699012%; background-color: #f1a000; height: 35px; margin-left: 5px; margin-top: 8px; -webkit-transition: background-color 0.3s; transition: background-color 0.3s; }
.slides .mere:last-child { margin-right: 0; }
.slides .mere:hover { background-color: #8e9093; }
@media screen and (min-width: 40em) { .slides .mere { float: left; display: block; margin-right: 2.3576515979%; width: 23.2317613015%; float: right; margin-left: 0; margin-right: 2.3576515979% !important; height: 50px; margin-top: 25px; }
  .slides .mere:last-child { margin-right: 0; } }
@media screen and (min-width: 60em) { .slides .mere { float: left; display: block; margin-right: 2.3576515979%; width: 14.7019570017%; float: right; }
  .slides .mere:last-child { margin-right: 0; } }

.center-split { float: left; display: block; margin-right: 2.3576515979%; width: 100%; background-color: #b7b9bb; }
.center-split:last-child { margin-right: 0; }
.center-split .center-romo, .center-split .center-marina { float: left; display: block; margin-right: 2.3576515979%; width: 100%; height: 135px; margin-bottom: 20px; background-size: cover; background-position: center center; position: relative; }
.center-split .center-romo:last-child, .center-split .center-marina:last-child { margin-right: 0; }
@media screen and (min-width: 40em) { .center-split .center-romo, .center-split .center-marina { float: left; display: block; margin-right: 2.3576515979%; width: 48.821174201%; margin-bottom: 0px; height: 265px; }
  .center-split .center-romo:last-child, .center-split .center-marina:last-child { margin-right: 0; } }
.center-split .center-romo .blocklink, .center-split .center-marina .blocklink { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.center-split .center-romo .overlay, .center-split .center-marina .overlay { float: left; display: block; margin-right: 2.3576515979%; width: 48.821174201%; height: 100%; background-color: #02458d; background-color: rgba(2, 69, 141, 0.95); position: relative; }
.center-split .center-romo .overlay:last-child, .center-split .center-marina .overlay:last-child { margin-right: 0; }
.center-split .center-romo .overlay img, .center-split .center-marina .overlay img { margin-left: 10px; margin-top: 10px; }
@media screen and (min-width: 40em) { .center-split .center-romo .overlay img, .center-split .center-marina .overlay img { margin-left: 15px; } }
@media screen and (min-width: 60em) { .center-split .center-romo .overlay img, .center-split .center-marina .overlay img { margin-top: 20px; margin-left: 30px; } }
.center-split .center-romo .overlay .mere, .center-split .center-marina .overlay .mere { border: 1px solid; border-color: white; border-color: rgba(255, 255, 255, 0.5); position: absolute; bottom: 10px; left: 10px; height: 35px; width: 90px; -webkit-transition: background-color 0.3s; transition: background-color 0.3s; }
.center-split .center-romo .overlay .mere:hover, .center-split .center-marina .overlay .mere:hover { background-color: #8e9093; }
@media screen and (min-width: 60em) { .center-split .center-romo .overlay .mere, .center-split .center-marina .overlay .mere { left: 30px; bottom: 20px; height: 50px; width: 160px; } }
@media screen and (min-width: 40em) { .center-split .center-romo .overlay { float: right; margin-right: 0; } }
.center-split .center-romo img { width: 103px; }
@media screen and (min-width: 40em) { .center-split .center-romo img { width: 145px; } }
@media screen and (min-width: 60em) { .center-split .center-romo img { width: 200px; } }
.center-split .center-marina img { width: 103px; }
@media screen and (min-width: 40em) { .center-split .center-marina img { width: 145px; } }
@media screen and (min-width: 60em) { .center-split .center-marina img { width: 200px; } }

.home { background-color: #b7b9bb; }

@media screen and (min-height: 900px) { .home .flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 100vh; }
  .home .flex-container .highlight { margin-top: 0px; }
  .home .flex-container .center-split { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 30vh; min-height: 30vh; }
  .home .flex-container .center-split .center-romo, .home .flex-container .center-split .center-marina { /*height: 100%;*/ } }
.calendar { float: left; display: block; margin-right: 2.3576515979%; width: 100%; padding-left: 15px; padding-right: 15px; margin-top: 30px; }
.calendar:last-child { margin-right: 0; }

.weeks { margin-top: 30px; float: left; display: block; margin-right: 2.3576515979%; width: 100%; }
.weeks:last-child { margin-right: 0; }

/* Responsive table for "Åbningstider" */
/*
Label the data
*/
td:nth-of-type(2):before { content: "Mandag"; display: block; }

td:nth-of-type(3):before { content: "Tirsdag"; display: block; }

td:nth-of-type(4):before { content: "Onsdag"; display: block; }

td:nth-of-type(5):before { content: "Torsdag"; display: block; }

td:nth-of-type(6):before { content: "Fredag"; display: block; }

td:nth-of-type(7):before { content: "Lørdag"; display: block; }

td:nth-of-type(8):before { content: "Søndag"; display: block; }

tr.days { display: none; }

.now.mobile { margin-bottom: 20px; }
@media screen and (min-width: 60em) { .now.mobile { display: none; } }

/* Force table to not be like tables anymore */
table, thead, tbody, td, tr { display: block; width: 100%; }

tr { padding: 10px; }

table { width: 100%; }
@media screen and (min-width: 60em) { table th, table td { width: 12.5%; padding: 10px; display: table-cell; }
  table tr, table tr.days { display: table-row; padding: 0; }
  table td:nth-of-type(2):before { display: none; }
  table td:nth-of-type(3):before { display: none; }
  table td:nth-of-type(4):before { display: none; }
  table td:nth-of-type(5):before { display: none; }
  table td:nth-of-type(6):before { display: none; }
  table td:nth-of-type(7):before { display: none; }
  table td:nth-of-type(8):before { display: none; } }
table tr:nth-child(even) { background-color: #eceded; }

a.week { float: left; width: 30px; height: 30px; background-color: #eceded; margin-right: 5px; margin-bottom: 5px; }

/* LANDING PAGE */
.single-landing-page { 	/*
	header{
		height: 65px;
		background-color: white;

	}

	@include media($tablet){

		header{
			height: 75px;
			position: fixed;
			top:0;
			left:0;
			right:0;
			z-index: 80;
		}

	}

	@include media($desktop){
		@media screen and (min-height: 800px){
			footer{
				position: fixed;
				bottom:0;
			}
		}

	}
	*/ }
.single-landing-page .landing-background { position: fixed; background-size: cover; top: 0px; bottom: 0; left: 0; right: 0; z-index: -1; }
.single-landing-page .flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 100vh; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.single-landing-page .flex-container .landing-content { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.single-landing-page .first-fold, .single-landing-page .second-fold { float: left; display: block; margin-right: 2.3576515979%; width: 100%; margin-top: 10px; margin-bottom: 50px; 		/*
		@include media($desktop){
			@media screen and (min-height: 800px){
				margin-top: 120px;
				height:70%;
				height: calc(100vh - 300px);
				margin-bottom: 150px;
				}
		
			}

		*/ }
.single-landing-page .first-fold:last-child, .single-landing-page .second-fold:last-child { margin-right: 0; }
@media screen and (min-width: 40em) { .single-landing-page .first-fold, .single-landing-page .second-fold { margin-top: 15px; margin-top: 70px; } }
.single-landing-page .first-fold .inner-container, .single-landing-page .second-fold .inner-container { float: left; display: block; margin-right: 2.3576515979%; width: 100%; background-color: white; background-color: rgba(255, 255, 255, 0.85); padding: 20px 20px 20px 20px; }
.single-landing-page .first-fold .inner-container:last-child, .single-landing-page .second-fold .inner-container:last-child { margin-right: 0; }
@media screen and (min-width: 60em) { .single-landing-page .first-fold .inner-container, .single-landing-page .second-fold .inner-container { padding: 30px 30px 30px 30px; } }
.single-landing-page .second-fold { padding-top: 50px; }
@media screen and (min-width: 40em) { .single-landing-page .second-fold { padding-top: 120px; } }
@media screen and (min-width: 60em) and (min-height: 800px) { .single-landing-page .second-fold { padding-top: 0px; } }

@media screen and (min-width: 40em) { .single-landing-page .second-fold .info { float: left; display: block; margin-right: 2.3576515979%; width: 100%; }
  .single-landing-page .second-fold .info:last-child { margin-right: 0; } }
.single-landing-page .info { float: left; display: block; margin-right: 2.3576515979%; width: 100%; position: relative; margin-bottom: 30px; }
.single-landing-page .info:last-child { margin-right: 0; }
@media screen and (min-width: 40em) { .single-landing-page .info { float: left; display: block; margin-right: 2.3576515979%; width: 57.3509785009%; }
  .single-landing-page .info:last-child { margin-right: 0; } }
.single-landing-page .price { float: left; display: block; margin-right: 2.3576515979%; width: 65.8807828007%; position: relative; }
.single-landing-page .price:last-child { margin-right: 0; }
@media screen and (min-width: 40em) { .single-landing-page .price { float: left; display: block; margin-right: 2.3576515979%; width: 31.7615656014%; margin-top: 50px; }
  .single-landing-page .price:last-child { margin-right: 0; } }
.single-landing-page .price:before { content: ""; display: block; padding-top: 100%; /* initial ratio of 1:1*/ }
.single-landing-page a.button-helper { clear: left; margin-top: 30px; width: 45%; }

.landing-booking-button { float: left; min-width: 45%; background-color: #f1a000; display: inline-block; height: 45px; background-repeat: no-repeat; margin-top: 5px; -webkit-transition: background-color 0.3s; transition: background-color 0.3s; padding-left: 15px; padding-right: 15px; }
@media screen and (min-width: 40em) { .landing-booking-button { height: 85px; } }
.landing-booking-button:hover { background-color: #8e9093; }

.pricetag { position: absolute; background-color: #27a5dc; border-radius: 50%; top: 0; bottom: 0; left: 0; right: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.amount { margin-top: 20px; margin-bottom: 20px; margin-left: 20px; }

#searchsubmit { padding-left: 25px; padding-right: 25px; margin-top: 15px; }
@media screen and (min-width: 641px) { #searchsubmit { margin-top: 0; } }

.search-result { float: left; display: block; margin-right: 2.3576515979%; width: 100%; margin-bottom: 15px; padding-left: 15px; padding-right: 15px; }
.search-result:last-child { margin-right: 0; }

/* specific plugin stylesheets */
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch { overflow: hidden !important; }

#swipebox-overlay img { border: none !important; }

#swipebox-overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99999 !important; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

#swipebox-container { position: relative; width: 100%; height: 100%; }

#swipebox-slider { -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease; height: 100%; left: 0; top: 0; width: 100%; white-space: nowrap; position: absolute; display: none; cursor: pointer; }
#swipebox-slider .slide { height: 100%; width: 100%; line-height: 1px; text-align: center; display: inline-block; }
#swipebox-slider .slide:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container { display: inline-block; max-height: 100%; max-width: 100%; margin: 0; padding: 0; width: auto; height: auto; vertical-align: middle; }
#swipebox-slider .slide .swipebox-video-container { background: none; max-width: 1140px; max-height: 100%; width: 100%; padding: 5%; box-sizing: border-box; }
#swipebox-slider .slide .swipebox-video-container .swipebox-video { width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; position: relative; }
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe { width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0; }
#swipebox-slider .slide-loading { background: url(images/swipebox-loader.gif) no-repeat center center; }

#swipebox-bottom-bar, #swipebox-top-bar { -webkit-transition: 0.5s; transition: 0.5s; position: absolute; left: 0; z-index: 999; height: 50px; width: 100%; }

#swipebox-bottom-bar { bottom: -50px; }
#swipebox-bottom-bar.visible-bars { -webkit-transform: translate3d(0, -50px, 0); transform: translate3d(0, -50px, 0); }

#swipebox-top-bar { top: -50px; }
#swipebox-top-bar.visible-bars { -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); }

#swipebox-title { display: block; width: 100%; text-align: center; }

#swipebox-prev, #swipebox-next, #swipebox-close { background-image: url(images/swipebox-icons.png); background-repeat: no-repeat; border: none !important; text-decoration: none !important; cursor: pointer; width: 50px; height: 50px; top: 0; }

#swipebox-arrows { display: block; margin: 0 auto; width: 100%; height: 50px; }

#swipebox-prev { background-position: -32px 13px; float: left; }

#swipebox-next { background-position: -78px 13px; float: right; }

#swipebox-close { top: 0; right: 0; position: absolute; z-index: 9999; background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close { display: none; }

#swipebox-prev.disabled, #swipebox-next.disabled { opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider { -webkit-animation: rightSpring 0.3s; animation: rightSpring 0.3s; }
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider { -webkit-animation: leftSpring 0.3s; animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after { -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all .3s ease; transition: all .3s ease; content: ' '; position: absolute; z-index: 999; top: 0; height: 100%; width: 20px; opacity: 0; }
.swipebox-touch #swipebox-container:before { left: 0; box-shadow: inset 10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-container:after { right: 0; box-shadow: inset -10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before { opacity: 1; }
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after { opacity: 1; }

@-webkit-keyframes rightSpring { 0% { left: 0; }
  50% { left: -30px; }
  100% { left: 0; } }

@keyframes rightSpring { 0% { left: 0; }
  50% { left: -30px; }
  100% { left: 0; } }
@-webkit-keyframes leftSpring { 0% { left: 0; }
  50% { left: 30px; }
  100% { left: 0; } }
@keyframes leftSpring { 0% { left: 0; }
  50% { left: 30px; }
  100% { left: 0; } }
@media screen and (min-width: 800px) { #swipebox-close { right: 10px; }
  #swipebox-arrows { width: 92%; max-width: 800px; } }
/* Skin 
--------------------------*/
#swipebox-overlay { background: #0d0d0d; }

#swipebox-bottom-bar, #swipebox-top-bar { text-shadow: 1px 1px 1px black; background: #000; opacity: 0.95; }

#swipebox-top-bar { color: white !important; font-size: 15px; line-height: 43px; font-family: Helvetica, Arial, sans-serif; }

/* jQuery FlexSlider v2.4.0 http://www.woothemes.com/flexslider/  Copyright 2012 WooThemes Free to use under the GPLv2 and later license. http://www.gnu.org/licenses/gpl-2.0.html  Contributing author: Tyler Smith (@mbmufffin)  */
/* ==================================================================================================================== FONT-FACE ====================================================================================================================*/
@font-face { font-family: 'flexslider-icon'; src: url("fonts/flexslider-icon.eot"); src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg"); font-weight: normal; font-style: normal; }
/* ==================================================================================================================== RESETS ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus { outline: none; }

.slides, .slides > li, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }

.flex-pauseplay span { text-transform: capitalize; }

/* ==================================================================================================================== BASE STYLES ====================================================================================================================*/
.flexslider { margin: 0; padding: 0; }

.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }

.flexslider .slides img { width: 100%; display: block; }

.flexslider .slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

html[xmlns] .flexslider .slides { display: block; }

* html .flexslider .slides { height: 1%; }

.no-js .flexslider .slides > li:first-child { display: block; }

/* ==================================================================================================================== DEFAULT THEME ====================================================================================================================*/
.flexslider { margin: 0 0 60px; background: #ffffff; position: relative; zoom: 1; }

.flexslider .slides { zoom: 1; }

.flexslider .slides img { height: auto; }

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; transition: all 1s ease; }

.loading .flex-viewport { max-height: 300px; }

.carousel li { margin-right: 5px; }

.flex-direction-nav { *height: 0; }

.flex-direction-nav a { text-decoration: none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before { content: '\f002'; }

.flex-direction-nav .flex-prev { left: -50px; }

.flex-direction-nav .flex-next { right: -50px; text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev { opacity: 0.7; left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next { opacity: 0.7; right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover { opacity: 1; }

.flex-direction-nav .flex-disabled { opacity: 0 !important; filter: alpha(opacity=0); cursor: default; }

.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }

.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }

.flex-pauseplay a:hover { opacity: 1; }

.flex-pauseplay a .flex-play:before { content: '\f003'; }

.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; }

.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }

.flex-control-paging li a { width: 20px; height: 20px; display: block; background: #e1e2e3; cursor: pointer; text-indent: -9999px; }

.flex-control-paging li a:hover { background: #333; background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active { background: #27a5dc; cursor: default; }

.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }

.flex-control-thumbs li { width: 25%; float: left; margin: 0; }

.flex-control-thumbs img { width: 100%; height: auto; display: block; opacity: .7; cursor: pointer; -webkit-transition: all 1s ease; transition: all 1s ease; }

.flex-control-thumbs img:hover { opacity: 1; }

.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

/* ==================================================================================================================== RESPONSIVE ====================================================================================================================*/
@media screen and (max-width: 860px) { .flex-direction-nav .flex-prev { opacity: 1; left: 10px; }
  .flex-direction-nav .flex-next { opacity: 1; right: 10px; } }
/* Remodal - v0.6.4 Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking. http://vodkabears.github.io/remodal/  Made by Ilya Makarov Under MIT License */
/* ========================================================================== Remodal necessary styles ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked { overflow: hidden; }

/* Anti FOUC */
.remodal, [data-remodal-id] { visibility: hidden; }

/* Necessary styles of the overlay */
.remodal-overlay { position: fixed; z-index: 9999; top: -5000px; right: -5000px; bottom: -5000px; left: -5000px; display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper { position: fixed; z-index: 10000; top: 0; right: 0; bottom: 0; left: 0; display: none; overflow: auto; text-align: center; -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after { display: inline-block; height: 100%; margin-left: -0.05em; content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper { -webkit-transform: translateZ(0px); }

/* Necessary styles of the modal dialog */
.remodal { position: relative; display: inline-block; }

/* Anti-zoom. Font-size should be >= 16px. */
.remodal select, .remodal textarea, .remodal input, .remodal select:focus, .remodal textarea:focus, .remodal input:focus { font-size: 16px; }

/* ========================================================================== Remodal default theme ========================================================================== */
/* Background for effects */
.remodal-bg { -webkit-transition: -webkit-filter 0.2s ease-out; transition: -webkit-filter 0.2s ease-out; transition: filter 0.2s ease-out; transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out; }

body.remodal-is-active .remodal-bg { -webkit-filter: blur(3px); -ms-filter: blur(3px); filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay { -webkit-transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out; opacity: 0; background: rgba(0, 0, 0, 0.8); }

body.remodal-is-active .remodal-overlay { opacity: 1; }

/* Default theme styles of the modal dialog */
.remodal { font-size: 1em; box-sizing: border-box; width: 100%; min-height: 100%; padding: 35px; -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out; transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out; transition: transform 0.2s ease-out, opacity 0.2s ease-out; transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out; -webkit-transform: scale(0.95); transform: scale(0.95); opacity: 0; color: #414042; background: #eceded; background-clip: padding-box; }

body.remodal-is-active .remodal { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }

/* Vertical align of the modal dialog */
.remodal, .remodal-wrapper:after { vertical-align: middle; }

/* Close button */
.remodal-close { position: absolute; top: 5px; left: 5px; width: 28px; height: 28px; -webkit-transition: background 0.2s ease-out; transition: background 0.2s ease-out; text-decoration: none; }

.remodal-close:after { font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important; font-size: 40px; line-height: 40px; display: block; content: "×"; cursor: pointer; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; text-decoration: none; color: #414042; }

/* Dialog buttons */
.remodal-confirm, .remodal-cancel { font-size: 10pt; display: inline-block; width: 120px; margin: 0 0 5px 0; padding: 9px 0; cursor: pointer; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; text-align: center; text-decoration: none; border-radius: 6px; background-clip: padding-box; }

.remodal-confirm { color: #16a085; border: 2px solid #16a085; background: #f4f4f4; }

.remodal-confirm:hover, .remodal-confirm:active { color: #f4f4f4; background: #16a085; }

.remodal-cancel { color: #c0392b; border: 2px solid #c0392b; background: #f4f4f4; }

.remodal-cancel:hover, .remodal-cancel:active { color: #f4f4f4; background: #c0392b; }

/* Media queries ========================================================================== */
@media only screen and (min-width: 641px) { .remodal { max-width: 700px; min-height: 0; margin: 20px auto; } }
/* IE8 ========================================================================== */
.lt-ie9 .remodal-overlay { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E); }

.lt-ie9 .remodal { width: 700px; min-height: 0; margin: 20px auto; }

.lt-ie9 .remodal-close:after { margin: auto; text-align: center; }

.lt-ie9 .remodal-close:hover, .lt-ie9 .remodal-close:active { background: transparent; }

.lt-ie9 .remodal-close:hover.remodal-close:after, .lt-ie9 .remodal-close:active.remodal-close:after { color: #3e5368; }

/*!
 * # Semantic UI 1.12.2 - Sticky
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/******************************* Sticky
*******************************/
.ui.sticky { position: static; -webkit-transition: width 0.2s ease, height 0.2s ease, top 0.2s ease, bottom 0.2s ease; transition: width 0.2s ease, height 0.2s ease, top 0.2s ease, bottom 0.2s ease; z-index: 800; }

/******************************* States
*******************************/
/* Bound */
.ui.sticky.bound { position: absolute; left: auto; right: auto; }

/* Fixed */
.ui.sticky.fixed { position: fixed; left: auto; right: auto; }

/* Bound/Fixed Position */
.ui.sticky.bound.top, .ui.sticky.fixed.top { top: 0px; bottom: auto; }

.ui.sticky.bound.bottom, .ui.sticky.fixed.bottom { top: auto; bottom: 0px; }

/******************************* Types
*******************************/
.ui.native.sticky { position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; position: sticky; }

/******************************* Theme Overrides
*******************************/
/******************************* Site Overrides
*******************************/
