/** Generated: Wednesday, 6th of September 2023, 12:23:02 AM // Powered by AIOM+ (All In One Minify) by www.flipzoom.de **/
/*! normalize.css v3.0.1 | 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,
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: 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;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/site/templates/styles/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/site/templates/styles/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/site/templates/styles/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/site/templates/styles/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/site/templates/styles/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/site/templates/styles/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@font-face {
	font-family: 'icomoon';
	src:url('/fonts/icomoon.eot?xw34hs');
	src:url('/fonts/icomoon.eot?#iefixxw34hs') format('embedded-opentype'),
		url('/fonts/icomoon.woff?xw34hs') format('woff'),
		url('/fonts/icomoon.ttf?xw34hs') format('truetype'),
		url('/fonts/icomoon.svg?xw34hs#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e602";
}
.icon-home2:before {
	content: "\e603";
}
.icon-home3:before {
	content: "\e601";
}
.icon-office:before {
	content: "\e604";
}
.icon-newspaper:before {
	content: "\e605";
}
.icon-pencil:before {
	content: "\e606";
}
.icon-pencil2:before {
	content: "\e607";
}
.icon-quill:before {
	content: "\e608";
}
.icon-pen:before {
	content: "\e609";
}
.icon-blog:before {
	content: "\e60a";
}
.icon-droplet:before {
	content: "\e60b";
}
.icon-paint-format:before {
	content: "\e60c";
}
.icon-image:before {
	content: "\e60d";
}
.icon-image2:before {
	content: "\e60e";
}
.icon-images:before {
	content: "\e60f";
}
.icon-camera:before {
	content: "\e610";
}
.icon-music:before {
	content: "\e611";
}
.icon-headphones:before {
	content: "\e612";
}
.icon-play:before {
	content: "\e613";
}
.icon-film:before {
	content: "\e614";
}
.icon-camera2:before {
	content: "\e615";
}
.icon-dice:before {
	content: "\e616";
}
.icon-pacman:before {
	content: "\e617";
}
.icon-spades:before {
	content: "\e618";
}
.icon-clubs:before {
	content: "\e619";
}
.icon-diamonds:before {
	content: "\e61a";
}
.icon-pawn:before {
	content: "\e61b";
}
.icon-bullhorn:before {
	content: "\e61c";
}
.icon-connection:before {
	content: "\e61d";
}
.icon-podcast:before {
	content: "\e61e";
}
.icon-feed:before {
	content: "\e61f";
}
.icon-book:before {
	content: "\e620";
}
.icon-books:before {
	content: "\e621";
}
.icon-library:before {
	content: "\e622";
}
.icon-file:before {
	content: "\e623";
}
.icon-profile:before {
	content: "\e624";
}
.icon-file2:before {
	content: "\e625";
}
.icon-file3:before {
	content: "\e626";
}
.icon-file4:before {
	content: "\e627";
}
.icon-copy:before {
	content: "\e628";
}
.icon-copy2:before {
	content: "\e629";
}
.icon-copy3:before {
	content: "\e62a";
}
.icon-paste:before {
	content: "\e62b";
}
.icon-paste2:before {
	content: "\e62c";
}
.icon-paste3:before {
	content: "\e62d";
}
.icon-stack:before {
	content: "\e62e";
}
.icon-folder:before {
	content: "\e62f";
}
.icon-folder-open:before {
	content: "\e630";
}
.icon-tag:before {
	content: "\e631";
}
.icon-tags:before {
	content: "\e632";
}
.icon-barcode:before {
	content: "\e633";
}
.icon-qrcode:before {
	content: "\e634";
}
.icon-ticket:before {
	content: "\e635";
}
.icon-cart:before {
	content: "\e636";
}
.icon-cart2:before {
	content: "\e637";
}
.icon-cart3:before {
	content: "\e638";
}
.icon-coin:before {
	content: "\e639";
}
.icon-credit:before {
	content: "\e63a";
}
.icon-calculate:before {
	content: "\e63b";
}
.icon-support:before {
	content: "\e63c";
}
.icon-phone:before {
	content: "\e63d";
}
.icon-phone-hang-up:before {
	content: "\e63e";
}
.icon-address-book:before {
	content: "\e63f";
}
.icon-notebook:before {
	content: "\e640";
}
.icon-envelope:before {
	content: "\e641";
}
.icon-pushpin:before {
	content: "\e642";
}
.icon-location:before {
	content: "\e643";
}
.icon-location2:before {
	content: "\e644";
}
.icon-compass:before {
	content: "\e645";
}
.icon-map:before {
	content: "\e646";
}
.icon-map2:before {
	content: "\e647";
}
.icon-history:before {
	content: "\e648";
}
.icon-clock:before {
	content: "\e649";
}
.icon-clock2:before {
	content: "\e64a";
}
.icon-alarm:before {
	content: "\e64b";
}
.icon-alarm2:before {
	content: "\e64c";
}
.icon-bell:before {
	content: "\e64d";
}
.icon-stopwatch:before {
	content: "\e64e";
}
.icon-calendar:before {
	content: "\e64f";
}
.icon-calendar2:before {
	content: "\e650";
}
.icon-print:before {
	content: "\e651";
}
.icon-keyboard:before {
	content: "\e652";
}
.icon-screen:before {
	content: "\e653";
}
.icon-laptop:before {
	content: "\e654";
}
.icon-mobile:before {
	content: "\e655";
}
.icon-mobile2:before {
	content: "\e656";
}
.icon-tablet:before {
	content: "\e657";
}
.icon-tv:before {
	content: "\e658";
}
.icon-cabinet:before {
	content: "\e659";
}
.icon-drawer:before {
	content: "\e65a";
}
.icon-drawer2:before {
	content: "\e65b";
}
.icon-drawer3:before {
	content: "\e65c";
}
.icon-box-add:before {
	content: "\e65d";
}
.icon-box-remove:before {
	content: "\e65e";
}
.icon-download:before {
	content: "\e65f";
}
.icon-upload:before {
	content: "\e660";
}
.icon-disk:before {
	content: "\e661";
}
.icon-storage:before {
	content: "\e662";
}
.icon-undo:before {
	content: "\e663";
}
.icon-redo:before {
	content: "\e664";
}
.icon-flip:before {
	content: "\e665";
}
.icon-flip2:before {
	content: "\e666";
}
.icon-undo2:before {
	content: "\e667";
}
.icon-redo2:before {
	content: "\e668";
}
.icon-forward:before {
	content: "\e669";
}
.icon-reply:before {
	content: "\e66a";
}
.icon-bubble:before {
	content: "\e66b";
}
.icon-bubbles:before {
	content: "\e66c";
}
.icon-bubbles2:before {
	content: "\e66d";
}
.icon-bubble2:before {
	content: "\e66e";
}
.icon-bubbles3:before {
	content: "\e66f";
}
.icon-bubbles4:before {
	content: "\e670";
}
.icon-user:before {
	content: "\e671";
}
.icon-users:before {
	content: "\e672";
}
.icon-user2:before {
	content: "\e673";
}
.icon-users2:before {
	content: "\e674";
}
.icon-user3:before {
	content: "\e675";
}
.icon-user4:before {
	content: "\e676";
}
.icon-quotes-left:before {
	content: "\e677";
}
.icon-busy:before {
	content: "\e678";
}
.icon-spinner:before {
	content: "\e679";
}
.icon-spinner2:before {
	content: "\e67a";
}
.icon-spinner3:before {
	content: "\e67b";
}
.icon-spinner4:before {
	content: "\e67c";
}
.icon-spinner5:before {
	content: "\e67d";
}
.icon-spinner6:before {
	content: "\e67e";
}
.icon-binoculars:before {
	content: "\e67f";
}
.icon-search:before {
	content: "\e680";
}
.icon-zoomin:before {
	content: "\e681";
}
.icon-zoomout:before {
	content: "\e682";
}
.icon-expand:before {
	content: "\e683";
}
.icon-contract:before {
	content: "\e684";
}
.icon-expand2:before {
	content: "\e685";
}
.icon-contract2:before {
	content: "\e686";
}
.icon-key:before {
	content: "\e687";
}
.icon-key2:before {
	content: "\e688";
}
.icon-lock:before {
	content: "\e689";
}
.icon-lock2:before {
	content: "\e68a";
}
.icon-unlocked:before {
	content: "\e68b";
}
.icon-wrench:before {
	content: "\e68c";
}
.icon-settings:before {
	content: "\e68d";
}
.icon-equalizer:before {
	content: "\e68e";
}
.icon-cog:before {
	content: "\e68f";
}
.icon-cogs:before {
	content: "\e690";
}
.icon-cog2:before {
	content: "\e691";
}
.icon-hammer:before {
	content: "\e692";
}
.icon-wand:before {
	content: "\e693";
}
.icon-aid:before {
	content: "\e694";
}
.icon-bug:before {
	content: "\e695";
}
.icon-pie:before {
	content: "\e696";
}
.icon-stats:before {
	content: "\e697";
}
.icon-bars:before {
	content: "\e698";
}
.icon-bars2:before {
	content: "\e699";
}
.icon-gift:before {
	content: "\e69a";
}
.icon-trophy:before {
	content: "\e69b";
}
.icon-glass:before {
	content: "\e69c";
}
.icon-mug:before {
	content: "\e69d";
}
.icon-food:before {
	content: "\e69e";
}
.icon-leaf:before {
	content: "\e69f";
}
.icon-rocket:before {
	content: "\e6a0";
}
.icon-meter:before {
	content: "\e6a1";
}
.icon-meter2:before {
	content: "\e6a2";
}
.icon-dashboard:before {
	content: "\e6a3";
}
.icon-hammer2:before {
	content: "\e6a4";
}
.icon-fire:before {
	content: "\e6a5";
}
.icon-lab:before {
	content: "\e6a6";
}
.icon-magnet:before {
	content: "\e6a7";
}
.icon-remove:before {
	content: "\e6a8";
}
.icon-remove2:before {
	content: "\e6a9";
}
.icon-briefcase:before {
	content: "\e6aa";
}
.icon-airplane:before {
	content: "\e6ab";
}
.icon-truck:before {
	content: "\e6ac";
}
.icon-road:before {
	content: "\e6ad";
}
.icon-accessibility:before {
	content: "\e6ae";
}
.icon-target:before {
	content: "\e6af";
}
.icon-shield:before {
	content: "\e6b0";
}
.icon-lightning:before {
	content: "\e6b1";
}
.icon-switch:before {
	content: "\e6b2";
}
.icon-powercord:before {
	content: "\e6b3";
}
.icon-signup:before {
	content: "\e6b4";
}
.icon-list:before {
	content: "\e6b5";
}
.icon-list2:before {
	content: "\e6b6";
}
.icon-numbered-list:before {
	content: "\e6b7";
}
.icon-menu:before {
	content: "\e6b8";
}
.icon-menu2:before {
	content: "\e6b9";
}
.icon-tree:before {
	content: "\e6ba";
}
.icon-cloud:before {
	content: "\e6bb";
}
.icon-cloud-download:before {
	content: "\e6bc";
}
.icon-cloud-upload:before {
	content: "\e6bd";
}
.icon-download2:before {
	content: "\e6be";
}
.icon-upload2:before {
	content: "\e6bf";
}
.icon-download3:before {
	content: "\e6c0";
}
.icon-upload3:before {
	content: "\e6c1";
}
.icon-globe:before {
	content: "\e6c2";
}
.icon-earth:before {
	content: "\e6c3";
}
.icon-link:before {
	content: "\e6c4";
}
.icon-flag:before {
	content: "\e6c5";
}
.icon-attachment:before {
	content: "\e6c6";
}
.icon-eye:before {
	content: "\e6c7";
}
.icon-eye-blocked:before {
	content: "\e6c8";
}
.icon-eye2:before {
	content: "\e6c9";
}
.icon-bookmark:before {
	content: "\e6ca";
}
.icon-bookmarks:before {
	content: "\e6cb";
}
.icon-brightness-medium:before {
	content: "\e6cc";
}
.icon-brightness-contrast:before {
	content: "\e6cd";
}
.icon-contrast:before {
	content: "\e6ce";
}
.icon-star:before {
	content: "\e6cf";
}
.icon-star2:before {
	content: "\e6d0";
}
.icon-star3:before {
	content: "\e6d1";
}
.icon-heart:before {
	content: "\e6d2";
}
.icon-heart2:before {
	content: "\e6d3";
}
.icon-heart-broken:before {
	content: "\e6d4";
}
.icon-thumbs-up:before {
	content: "\e6d5";
}
.icon-thumbs-up2:before {
	content: "\e6d6";
}
.icon-happy:before {
	content: "\e6d7";
}
.icon-happy2:before {
	content: "\e6d8";
}
.icon-smiley:before {
	content: "\e6d9";
}
.icon-smiley2:before {
	content: "\e6da";
}
.icon-tongue:before {
	content: "\e6db";
}
.icon-tongue2:before {
	content: "\e6dc";
}
.icon-sad:before {
	content: "\e6dd";
}
.icon-sad2:before {
	content: "\e6de";
}
.icon-wink:before {
	content: "\e6df";
}
.icon-wink2:before {
	content: "\e6e0";
}
.icon-grin:before {
	content: "\e6e1";
}
.icon-grin2:before {
	content: "\e6e2";
}
.icon-cool:before {
	content: "\e6e3";
}
.icon-cool2:before {
	content: "\e6e4";
}
.icon-angry:before {
	content: "\e6e5";
}
.icon-angry2:before {
	content: "\e6e6";
}
.icon-evil:before {
	content: "\e6e7";
}
.icon-evil2:before {
	content: "\e6e8";
}
.icon-shocked:before {
	content: "\e6e9";
}
.icon-shocked2:before {
	content: "\e6ea";
}
.icon-confused:before {
	content: "\e6eb";
}
.icon-confused2:before {
	content: "\e6ec";
}
.icon-neutral:before {
	content: "\e6ed";
}
.icon-neutral2:before {
	content: "\e6ee";
}
.icon-wondering:before {
	content: "\e6ef";
}
.icon-wondering2:before {
	content: "\e6f0";
}
.icon-point-up:before {
	content: "\e6f1";
}
.icon-point-right:before {
	content: "\e6f2";
}
.icon-point-down:before {
	content: "\e6f3";
}
.icon-point-left:before {
	content: "\e6f4";
}
.icon-warning:before {
	content: "\e6f5";
}
.icon-notification:before {
	content: "\e6f6";
}
.icon-question:before {
	content: "\e6f7";
}
.icon-info:before {
	content: "\e6f8";
}
.icon-info2:before {
	content: "\e6f9";
}
.icon-blocked:before {
	content: "\e6fa";
}
.icon-cancel-circle:before {
	content: "\e6fb";
}
.icon-checkmark-circle:before {
	content: "\e6fc";
}
.icon-spam:before {
	content: "\e6fd";
}
.icon-close:before {
	content: "\e600";
}
.icon-checkmark:before {
	content: "\e6fe";
}
.icon-checkmark2:before {
	content: "\e6ff";
}
.icon-spell-check:before {
	content: "\e700";
}
.icon-minus:before {
	content: "\e701";
}
.icon-plus:before {
	content: "\e702";
}
.icon-enter:before {
	content: "\e703";
}
.icon-exit:before {
	content: "\e704";
}
.icon-play2:before {
	content: "\e705";
}
.icon-pause:before {
	content: "\e706";
}
.icon-stop:before {
	content: "\e707";
}
.icon-backward:before {
	content: "\e708";
}
.icon-forward2:before {
	content: "\e709";
}
.icon-play3:before {
	content: "\e70a";
}
.icon-pause2:before {
	content: "\e70b";
}
.icon-stop2:before {
	content: "\e70c";
}
.icon-backward2:before {
	content: "\e70d";
}
.icon-forward3:before {
	content: "\e70e";
}
.icon-first:before {
	content: "\e70f";
}
.icon-last:before {
	content: "\e710";
}
.icon-previous:before {
	content: "\e711";
}
.icon-next:before {
	content: "\e712";
}
.icon-eject:before {
	content: "\e713";
}
.icon-volume-high:before {
	content: "\e714";
}
.icon-volume-medium:before {
	content: "\e715";
}
.icon-volume-low:before {
	content: "\e716";
}
.icon-volume-mute:before {
	content: "\e717";
}
.icon-volume-mute2:before {
	content: "\e718";
}
.icon-volume-increase:before {
	content: "\e719";
}
.icon-volume-decrease:before {
	content: "\e71a";
}
.icon-loop:before {
	content: "\e71b";
}
.icon-loop2:before {
	content: "\e71c";
}
.icon-loop3:before {
	content: "\e71d";
}
.icon-shuffle:before {
	content: "\e71e";
}
.icon-arrow-up-left:before {
	content: "\e71f";
}
.icon-arrow-up:before {
	content: "\e720";
}
.icon-arrow-up-right:before {
	content: "\e721";
}
.icon-arrow-right:before {
	content: "\e722";
}
.icon-arrow-down-right:before {
	content: "\e723";
}
.icon-arrow-down:before {
	content: "\e724";
}
.icon-arrow-down-left:before {
	content: "\e725";
}
.icon-arrow-left:before {
	content: "\e726";
}
.icon-arrow-up-left2:before {
	content: "\e727";
}
.icon-arrow-up2:before {
	content: "\e728";
}
.icon-arrow-up-right2:before {
	content: "\e729";
}
.icon-arrow-right2:before {
	content: "\e72a";
}
.icon-arrow-down-right2:before {
	content: "\e72b";
}
.icon-arrow-down2:before {
	content: "\e72c";
}
.icon-arrow-down-left2:before {
	content: "\e72d";
}
.icon-arrow-left2:before {
	content: "\e72e";
}
.icon-arrow-up-left3:before {
	content: "\e72f";
}
.icon-arrow-up3:before {
	content: "\e730";
}
.icon-arrow-up-right3:before {
	content: "\e731";
}
.icon-arrow-right3:before {
	content: "\e732";
}
.icon-arrow-down-right3:before {
	content: "\e733";
}
.icon-arrow-down3:before {
	content: "\e734";
}
.icon-arrow-down-left3:before {
	content: "\e735";
}
.icon-arrow-left3:before {
	content: "\e736";
}
.icon-tab:before {
	content: "\e737";
}
.icon-checkbox-checked:before {
	content: "\e738";
}
.icon-checkbox-unchecked:before {
	content: "\e739";
}
.icon-checkbox-partial:before {
	content: "\e73a";
}
.icon-radio-checked:before {
	content: "\e73b";
}
.icon-radio-unchecked:before {
	content: "\e73c";
}
.icon-crop:before {
	content: "\e73d";
}
.icon-scissors:before {
	content: "\e73e";
}
.icon-filter:before {
	content: "\e73f";
}
.icon-filter2:before {
	content: "\e740";
}
.icon-font:before {
	content: "\e741";
}
.icon-text-height:before {
	content: "\e742";
}
.icon-text-width:before {
	content: "\e743";
}
.icon-bold:before {
	content: "\e744";
}
.icon-underline:before {
	content: "\e745";
}
.icon-italic:before {
	content: "\e746";
}
.icon-strikethrough:before {
	content: "\e747";
}
.icon-omega:before {
	content: "\e748";
}
.icon-sigma:before {
	content: "\e749";
}
.icon-table:before {
	content: "\e74a";
}
.icon-table2:before {
	content: "\e74b";
}
.icon-insert-template:before {
	content: "\e74c";
}
.icon-pilcrow:before {
	content: "\e74d";
}
.icon-lefttoright:before {
	content: "\e74e";
}
.icon-righttoleft:before {
	content: "\e74f";
}
.icon-paragraph-left:before {
	content: "\e750";
}
.icon-paragraph-center:before {
	content: "\e751";
}
.icon-paragraph-right:before {
	content: "\e752";
}
.icon-paragraph-justify:before {
	content: "\e753";
}
.icon-paragraph-left2:before {
	content: "\e754";
}
.icon-paragraph-center2:before {
	content: "\e755";
}
.icon-paragraph-right2:before {
	content: "\e756";
}
.icon-paragraph-justify2:before {
	content: "\e757";
}
.icon-indent-increase:before {
	content: "\e758";
}
.icon-indent-decrease:before {
	content: "\e759";
}
.icon-newtab:before {
	content: "\e75a";
}
.icon-embed:before {
	content: "\e75b";
}
.icon-code:before {
	content: "\e75c";
}
.icon-console:before {
	content: "\e75d";
}
.icon-share:before {
	content: "\e75e";
}
.icon-mail:before {
	content: "\e75f";
}
.icon-mail2:before {
	content: "\e760";
}
.icon-mail3:before {
	content: "\e761";
}
.icon-mail4:before {
	content: "\e762";
}
.icon-google:before {
	content: "\e763";
}
.icon-googleplus:before {
	content: "\e764";
}
.icon-googleplus2:before {
	content: "\e765";
}
.icon-googleplus3:before {
	content: "\e766";
}
.icon-googleplus4:before {
	content: "\e767";
}
.icon-google-drive:before {
	content: "\e768";
}
.icon-facebook:before {
	content: "\e769";
}
.icon-facebook2:before {
	content: "\e76a";
}
.icon-facebook3:before {
	content: "\e76b";
}
.icon-instagram:before {
	content: "\e76c";
}
.icon-twitter:before {
	content: "\e76d";
}
.icon-twitter2:before {
	content: "\e76e";
}
.icon-twitter3:before {
	content: "\e76f";
}
.icon-feed2:before {
	content: "\e770";
}
.icon-feed3:before {
	content: "\e771";
}
.icon-feed4:before {
	content: "\e772";
}
.icon-youtube:before {
	content: "\e773";
}
.icon-youtube2:before {
	content: "\e774";
}
.icon-vimeo:before {
	content: "\e775";
}
.icon-vimeo2:before {
	content: "\e776";
}
.icon-vimeo3:before {
	content: "\e777";
}
.icon-lanyrd:before {
	content: "\e778";
}
.icon-flickr:before {
	content: "\e779";
}
.icon-flickr2:before {
	content: "\e77a";
}
.icon-flickr3:before {
	content: "\e77b";
}
.icon-flickr4:before {
	content: "\e77c";
}
.icon-picassa:before {
	content: "\e77d";
}
.icon-picassa2:before {
	content: "\e77e";
}
.icon-dribbble:before {
	content: "\e77f";
}
.icon-dribbble2:before {
	content: "\e780";
}
.icon-dribbble3:before {
	content: "\e781";
}
.icon-forrst:before {
	content: "\e782";
}
.icon-forrst2:before {
	content: "\e783";
}
.icon-deviantart:before {
	content: "\e784";
}
.icon-deviantart2:before {
	content: "\e785";
}
.icon-steam:before {
	content: "\e786";
}
.icon-steam2:before {
	content: "\e787";
}
.icon-github:before {
	content: "\e788";
}
.icon-github2:before {
	content: "\e789";
}
.icon-github3:before {
	content: "\e78a";
}
.icon-github4:before {
	content: "\e78b";
}
.icon-github5:before {
	content: "\e78c";
}
.icon-wordpress:before {
	content: "\e78d";
}
.icon-wordpress2:before {
	content: "\e78e";
}
.icon-joomla:before {
	content: "\e78f";
}
.icon-blogger:before {
	content: "\e790";
}
.icon-blogger2:before {
	content: "\e791";
}
.icon-tumblr:before {
	content: "\e792";
}
.icon-tumblr2:before {
	content: "\e793";
}
.icon-yahoo:before {
	content: "\e794";
}
.icon-tux:before {
	content: "\e795";
}
.icon-apple:before {
	content: "\e796";
}
.icon-finder:before {
	content: "\e797";
}
.icon-android:before {
	content: "\e798";
}
.icon-windows:before {
	content: "\e799";
}
.icon-windows8:before {
	content: "\e79a";
}
.icon-soundcloud:before {
	content: "\e79b";
}
.icon-soundcloud2:before {
	content: "\e79c";
}
.icon-skype:before {
	content: "\e79d";
}
.icon-reddit:before {
	content: "\e79e";
}
.icon-linkedin:before {
	content: "\e79f";
}
.icon-lastfm:before {
	content: "\e7a0";
}
.icon-lastfm2:before {
	content: "\e7a1";
}
.icon-delicious:before {
	content: "\e7a2";
}
.icon-stumbleupon:before {
	content: "\e7a3";
}
.icon-stumbleupon2:before {
	content: "\e7a4";
}
.icon-stackoverflow:before {
	content: "\e7a5";
}
.icon-pinterest:before {
	content: "\e7a6";
}
.icon-pinterest2:before {
	content: "\e7a7";
}
.icon-xing:before {
	content: "\e7a8";
}
.icon-xing2:before {
	content: "\e7a9";
}
.icon-flattr:before {
	content: "\e7aa";
}
.icon-foursquare:before {
	content: "\e7ab";
}
.icon-foursquare2:before {
	content: "\e7ac";
}
.icon-paypal:before {
	content: "\e7ad";
}
.icon-paypal2:before {
	content: "\e7ae";
}
.icon-paypal3:before {
	content: "\e7af";
}
.icon-yelp:before {
	content: "\e7b0";
}
.icon-libreoffice:before {
	content: "\e7b1";
}
.icon-file-pdf:before {
	content: "\e7b2";
}
.icon-file-openoffice:before {
	content: "\e7b3";
}
.icon-file-word:before {
	content: "\e7b4";
}
.icon-file-excel:before {
	content: "\e7b5";
}
.icon-file-zip:before {
	content: "\e7b6";
}
.icon-file-powerpoint:before {
	content: "\e7b7";
}
.icon-file-xml:before {
	content: "\e7b8";
}
.icon-file-css:before {
	content: "\e7b9";
}
.icon-html5:before {
	content: "\e7ba";
}
.icon-html52:before {
	content: "\e7bb";
}
.icon-css3:before {
	content: "\e7bc";
}
.icon-chrome:before {
	content: "\e7bd";
}
.icon-firefox:before {
	content: "\e7be";
}
.icon-IE:before {
	content: "\e7bf";
}
.icon-opera:before {
	content: "\e7c0";
}
.icon-safari:before {
	content: "\e7c1";
}
.icon-IcoMoon:before {
	content: "\e7c2";
}

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}

/* 60% */
.borderBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.transition {
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.reset {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-radius: 0;
}
html,
body {
  margin: 0;
  font-size: 17px;
  font-family: "lato", sans-serif;
  line-height: 1.7em;
  height: 100%;
  font-weight: 400;
}
a {
  color: #005f7b;
  text-decoration: none;
}
b,
strong {
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5 {
  page-break-inside: avoid;
  font-family: "tenso", sans-serif;
  margin-bottom: 0.6em;
  color: #005f7b;
  line-height: 1.1em;
}
h1 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 100;
  margin-top: 0;
}
h2 {
  margin-bottom: 0.4em;
  font-size: 1.8rem;
  color: #003848;
}
h3 {
  font-size: 1.6rem;
}
.theme-image {
  margin-left: 268px;
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.text-cues {
  bottom: 1.4rem;
  left: 66px;
  color: white;
  font-weight: bold;
  position: absolute;
  font-size: 1.4rem;
  line-height: 1;
  text-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
}
.text-cues span {
  padding-right: 0.5rem;
}
.wrapper-sticky {
  position: fixed;
  top: 0;
  right: auto !important;
  height: 100% !important;
  z-index: 7777;
}
.side-panel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  background-color: #009fce;
  padding: 25px 40px;
  min-height: 100%;
  z-index: 7777;
  width: 268px;
  bottom: auto;
  right: auto;
  top: 0px;
  color: white;
}
.side-panel .buy ul {
  margin-top: 130px;
  list-style-type: none;
  margin-left: -40px;
}
@media (max-height: 800px) {
  .side-panel .buy ul {
    margin-top: 30px;
  }
}
@media (max-height: 600px) {
  .side-panel .buy ul {
    margin-top: 10px;
  }
}
.side-panel .buy a {
  color: white;
}
.side-panel .side-panel-textes {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 3rem;
  padding-right: 2.6rem;
  position: absolute;
  font-weight: 400;
}
.side-panel .anniversary {
  width: 80%;
  display: block;
}
@media (max-height: 680px) {
  .side-panel .anniversary {
    display: none;
  }
}
.side-panel address,
.side-panel .text-officehours {
  line-height: 1.35em;
  font-size: 0.83rem;
  font-style: normal;
  margin-top: 25px;
}
.side-panel address a,
.side-panel .text-officehours a {
  font-weight: 500;
}
.side-panel .logo img {
  max-width: 100%;
  padding-top: 0.6rem;
}
.side-panel .claim {
  background-color: #005F7B;
  font-weight: bold;
  font-family: Arial;
  font-size: 0.75rem;
  display: inline-block;
  line-height: 1rem;
  padding: 0.1rem 0.8rem;
  padding-left: 1.4rem;
  position: absolute;
  left: 10px;
}
.gmap {
  width: 60rem;
  height: 40rem;
}
.gmap-btn {
  padding-right: 1rem;
  background-image: url(/images/icons/maximize.svg);
  background-size: 11px 11px;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.actual-image img {
  max-width: 100%;
}
.side-panel-contact {
  margin-top: 2rem;
}
.goback {
  float: right;
  margin-right: 2rem;
}
.menu-button {
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  position: fixed;
  top: 50px;
  right: 0;
  padding: 15px 20px;
  padding-right: 50px;
  font-weight: bold;
  font-size: 2rem;
  background-color: #009fce;
  color: white;
  text-transform: uppercase;
  z-index: 8666;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px;
}
.menu-button .menu-button-icon {
  color: #005F7B;
  padding-right: 4px;
}
.menu-button:hover {
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  cursor: pointer;
  padding-right: 60px;
}
.menu-button:hover.toggled {
  padding-right: 40px;
}
.menu-button.toggled {
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  margin-right: 1200px;
}
.menu-button.toggled .menu-button-icon:before {
  content: "\e600";
}
nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  padding: 30px 50px;
  height: 100%;
  background-color: rgba(40, 65, 72, 0.98);
  z-index: 9999;
  width: 1200px;
}
nav.toggled {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px;
}
nav .nav-address {
  display: none;
}
nav .nav-part {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 350px;
  margin: 2%;
  background-color: #374e55;
  padding: 4%;
  width: 29.3%;
  /*29%;*/
  font-size: 1.2rem;
  line-height: 1.8rem;
}
nav .nav-part ul {
  margin-top: 30px;
  list-style-type: none;
  margin-left: -40px;
}
nav .nav-part a {
  color: white;
}
nav .nav-title {
  text-transform: uppercase;
}
nav .nav-title a {
  color: #5e93a1;
  font-weight: bold;
  /*margin-left: 42px;*/
}
nav .icon {
  display: none;
  position: absolute;
  font-size: 38px;
  margin-left: -50px;
  margin-top: -5px;
}
body.toggled {
  overflow: hidden;
}
.max-width {
  max-width: 1080px;
}
main {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-left: 268px;
  padding-right: 350px;
  display: block;
  z-index: 5555;
}
main .column-container {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 3rem;
  -webkit-column-gap: 3rem;
  column-gap: 3rem;
  max-width: 1080px;
}
main .column-container *:first-child {
  margin-top: 0;
}
main .column-container img {
  display: block;
  width: 100%;
}
main .column-container ul,
main .column-container li {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-radius: 0;
  position: relative;
}
main .column-container li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.6rem;
  padding-bottom: 0.3rem;
}
main .column-container li:before {
  content: "› ";
  font-weight: 700;
  position: absolute;
  left: 0;
  margin-top: -1px;
  color: #005f7b;
}
article {
  padding: 70px 66px;
  background-color: #fff;
  width: auto;
  overflow: hidden;
}
.alert-selled,
.alert-reserved {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: red;
  border: 2px solid;
  padding: 2px 6px;
  top: -2px;
}
.alert-reserved {
  color: #ffb100;
}
.info-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 350px;
}
.info-wrapper .info-panel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #005f7b;
  padding: 30px 50px 30px 40px;
  min-height: 100%;
  width: auto !important;
}
.info-wrapper .info-panel h2 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.info-wrapper .info-panel p {
  color: white;
  margin-top: 0.3rem;
  line-height: 1.4em;
}
.info-wrapper .info-panel img {
  width: 100%;
}
.info-wrapper .back-to-overview {
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  position: fixed;
  bottom: 1.4rem;
  font-size: 0.875rem;
  color: #003848;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  display: none;
}
.info-wrapper .back-to-overview:hover {
  color: white;
}
main .item,
.text-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 48%;
  margin-bottom: 40px;
  vertical-align: top;
  margin-right: 4%;
}
main .item h2,
.text-block h2,
main .item .price,
.text-block .price {
  font-size: 20px;
  font-weight: bold;
  color: #005f7b;
  text-transform: uppercase;
}
main .item .price,
.text-block .price {
  font-size: 18px;
}
main .item p,
.text-block p,
main .item ul,
.text-block ul,
main .item li,
.text-block li,
main .item td,
.text-block td {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
main .item img,
.text-block img {
  width: 100%;
}
main .item:nth-of-type(2n),
.text-block:nth-of-type(2n) {
  margin-right: 0;
}
.p-phone {
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 1.5rem !important;
  color: #005f7b;
}
.icon-kreuz {
  width: 14px !important;
  margin-left: 6px;
  top: 2px;
  position: relative;
}
.bg-buttons {
  overflow: hidden;
  padding-bottom: 1rem;
}
.bg-button {
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  color: white;
  background-color: #005f7b;
  font-size: 13px;
  /*height: 70px;*/
}
.bg-button:hover {
  background-color: #007395;
}
.bg-button .icon {
  font-size: 25px;
}
.bg-button .desc {
  display: block;
}
.bg-button-link {
  display: block;
  float: left;
}
.bg-button-link:first-child {
  margin-right: 2%;
}
.gmap-property {
  width: 15%;
  float: right;
}
.swiper-container,
.swiper-wrapper {
  height: 100%;
  width: 100%;
}
.swiper-slide {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
main.refs {
  margin: 0;
  padding-left: 268px;
  padding-right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.refs article {
  padding: 0;
  width: 100%;
  height: 100%;
}
.swiper-options {
  z-index: 999;
  position: absolute;
  bottom: 10%;
  right: 0;
  font-size: 3rem !important;
  font-family: "lato", sans-serif;
  font-weight: 100;
}
.swiper-options .swiper-options-text,
.swiper-options .swiper-options-left,
.swiper-options .swiper-options-right {
  padding: 2rem;
  margin-right: 2px;
  float: left;
}
.swiper-options .swiper-options-text {
  line-height: 0.9 !important;
  background-color: #009fce;
  color: white;
  padding-bottom: 2.02rem;
}
.swiper-options .swiper-options-left,
.swiper-options .swiper-options-right {
  font-size: 7rem;
  padding-bottom: 59px;
  line-height: 1rem !important;
  background-color: #9ad9eb;
  color: #009fce;
}
.swiper-options .swiper-options-left:hover,
.swiper-options .swiper-options-right:hover {
  cursor: pointer;
}
article.home section,
article.detail section {
  width: 100%;
}
article.detail {
  margin: auto;
  max-width: 1080px;
}
article.detail .image-container {
  position: relative;
  line-height: 0;
}
article.detail .interactiveinfos {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.image-container img {
  width: 100%;
}
.image-container .mask {
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.image-container .mask p {
  width: 100%;
  text-align: center;
  color: white;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: transparent;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
}
.image-container .mask p span {
  display: inline-block;
  margin-right: 5px;
}
.team-container {
  overflow: hidden;
  max-width: 960px;
}
.team-container .team-image {
  width: 31%;
  margin-right: 3.5%;
  float: left;
  margin-bottom: 1rem;
  font-weight: 500;
}
.team-container .team-image img {
  width: 100%;
}
.team-container .team-image:nth-of-type(4n) {
  margin-right: 0;
}
.team-container .team-image-first {
  float: left;
  margin-bottom: 1rem;
  font-weight: 500;
}
.team-container .team-image-first img {
  width: 100%;
}
.image-container:hover .mask {
  cursor: pointer;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.image-container:hover p {
  margin: 0;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
article.content section {
  width: 100%;
}
article.content section div {
  /*-webkit-column-count: 2;
        -moz-column-count: 2; 
        column-count: 2; */
}
h3 {
  color: #005f7b;
  text-transform: uppercase;
  font-size: 1rem;
}
.definition {
  display: block;
  width: 100%;
  min-height: 60px;
}
.definition p,
.definition h3,
.definition div {
  display: block;
  width: 70%;
  float: left;
  margin-bottom: 1rem;
}
.definition h3 {
  width: 30%;
}
.definition table {
  margin-top: 12px;
}
.definition table td {
  width: 18rem;
}
.definition table td:first-child {
  /* do something */
}
#map-canvas {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
#editpage {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffb100;
  border: 2px solid;
  padding: 2px 6px;
}
fieldset,
input,
textarea,
button,
.button,
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  outline: 0;
  font-size: .91375em;
  padding: 3px 10px;
  margin: 0;
  width: 100%;
  border: 0;
  background-color: #3387a0;
  color: white;
  margin-bottom: 10px;
  border-radius: 1px;
}
select {
  padding-left: 6px;
}
input[type=submit],
button,
.button {
  background-color: #009fce;
  font-weight: 500;
  display: inline-block;
  width: auto;
}
input[type=submit]:hover,
button:hover,
.button:hover {
  background-color: #00b3e8;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: white;
}
#checkHuman {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-radius: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -999999;
}
#contactOrder {
  display: none;
  padding: 30px;
  width: 400px;
}
.sb {
  background-color: white;
  position: fixed;
  z-index: 8555;
}
.sbv {
  width: 10px;
  height: 100%;
  left: 0;
  top: 0;
}
.sbh {
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
}
.sbr {
  left: auto;
  right: 0;
}
.sbb {
  top: auto;
  bottom: 0;
}
@media (max-width: 1400px) {
  nav {
    width: 850px;
  }
  nav .nav-part {
    width: 46%;
  }
  .menu-button.toggled {
    margin-right: 850px;
  }
}
@media (min-width: 1700px) {
  article.detail .image-container {
    float: left;
    display: block;
    width: 100%;
  }
  article.detail .MarkupGoogleMap {
    position: absolute;
    float: left;
    display: block;
    width: 40% !important;
    height: 100% !important;
    right: 0;
  }
}
@media (max-width: 1400px) {
  .side-panel-topoffer {
    display: none;
  }
  .info-wrapper {
    margin-top: 0;
    width: auto !important;
    position: relative;
    height: auto;
  }
  .info-wrapper .info-panel {
    width: 100% !important;
  }
  main {
    padding-right: 0;
  }
}
@media (max-width: 1050px) {
  .menu-button {
    top: 5%;
  }
  .menu-button.toggled {
    margin-right: 0;
    position: absolute;
    line-height: 0;
    z-index: 77777;
    right: 0;
    top: 0;
    padding: 0;
    background-color: transparent;
  }
  .menu-button.toggled:hover {
    padding-right: 0 !important;
  }
  .menu-button.toggled .menu-button-text {
    font-size: 0;
  }
  .menu-button.toggled .menu-button-icon {
    padding: 20px !important;
    display: block;
    font-size: 1rem;
    line-height: 1;
    color: white;
    background-color: transparent;
  }
  .logo {
    position: absolute;
    left: 20px;
    top: 40px;
  }
  .claim {
    top: 10rem;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  nav {
    width: 100%;
  }
  nav .nav-address {
    display: block;
    padding-top: 2rem;
    text-align: center;
    color: white;
    clear: both;
    float: none;
  }
  nav .nav-address address {
    font-style: normal;
  }
  .side-panel .buy {
    display: none;
  }
  .side-panel,
  .wrapper-sticky {
    position: relative !important;
    width: 100% !important;
    height: 130px !important;
    margin-top: -20px;
  }
  .side-panel .logo img {
    height: 75px;
    padding-top: 0;
  }
  main,
  .theme-image,
  .info-wrapper {
    margin-left: 0;
  }
  .theme-image {
    height: 300px;
  }
  article {
    padding: 30px;
  }
  .text-cues {
    left: 30px;
  }
  .side-panel-textes {
    display: none;
  }
  main.refs {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .team-container .team-image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin: 0 !important;
    padding: 2%;
  }
  .definition h3,
  .definition div,
  .definition p {
    width: 100%;
  }
  .bg-button {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    line-height: 1.2rem;
  }
  #contactOrder {
    width: 80%;
  }
  .menu-button {
    background: none;
    position: absolute;
    box-shadow: none;
    top: 2rem;
    padding-right: 40px;
    font-size: 2rem;
    line-height: 0;
  }
  .menu-button .menu-button-text {
    font-size: 0;
  }
  .menu-button:hover {
    padding-right: 40px;
  }
  .swiper-options {
    font-size: 2rem !important;
    width: 100%;
    left: 0;
    bottom: 10px;
  }
  .swiper-options-left,
  .swiper-options-right {
    display: none;
  }
  .swiper-options-text {
    width: 100%;
    padding: 0.6rem 1.6rem !important;
  }
  main section,
  .text-block {
    width: 100%;
    padding-right: 0;
  }
  nav {
    overflow: scroll;
    top: 0;
    padding: 20px;
  }
  nav .nav-part {
    width: 96%;
    min-height: 0;
    padding: 35px;
  }
  main .column-container {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  main .column-container *:first-child {
    margin-top: 0;
  }
}
@media (max-width: 1130px) {
  .bg-button-link {
    width: 100%;
    margin: 0 !important;
  }
  .menu-button {
    padding-right: 20px;
  }
}
