/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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 {
  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"],
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.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background-color: #7c93a8;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  z-index: 99997;
}

.fancybox-button.fancybox-button--zoom {
  display: none !important;
}

.fancybox-button.fancybox-button--play {
  display: none !important;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}

.fancybox-toolbar {
  right: 219px;
  top: 38px;
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 80px 45px 40px;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 8px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  background: none;
}

.fancybox-button.fancybox-button--close {
  color: #fff;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
  color: #fff;
  fill: #fff;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation {
  display: none;
}
.fancybox-can-zoomIn .fancybox-navigation,
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 1;
  position: absolute;
  top: calc(50% - 50px);
  width: 85px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 5px;
}

.fancybox-navigation .fancybox-button--arrow_left div,
.fancybox-navigation .fancybox-button--arrow_right div {
  width: 75px;
  height: 0;
  border-top: 1px solid #fff;
  position: relative;
}

.fancybox-navigation .fancybox-button--arrow_left div:after,
.fancybox-navigation .fancybox-button--arrow_right div:after {
  content: "";
  position: absolute;
  border-color: #fff;
  border-style: solid;
  height: 10px;
  width: 10px;
  top: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-navigation .fancybox-button--arrow_left div svg,
.fancybox-navigation .fancybox-button--arrow_right div svg {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 10%;
}

.fancybox-navigation .fancybox-button--arrow_left div:after {
  border-width: 0 0 1px 1px;
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 11%;
}

.fancybox-navigation .fancybox-button--arrow_right div:after {
  border-width: 1px 1px 0 0;
  right: 0;
}

/* Caption */

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 10px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 10px 44px 140px 44px;
  pointer-events: none;
  right: 0;
  letter-spacing: normal;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

/* Slick slider styles */

.slick-slider-photo {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider-photo .slick-track,
.slick-slider-photo .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  height: 24px;
  width: 30px;
  padding: 0;
  border: none;
  position: absolute;
  bottom: 0;
  background: none;
  outline: none;
  font-size: 0;
  z-index: 10;
}

.slick-arrow:hover {
  opacity: 0.8;
}

.slick-arrow:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #bccfe0;
  left: 0;
  right: 0;
  top: 12px;
}

.slick-arrow:after {
  content: "";
  position: absolute;
  border-color: #bccfe0;
  border-style: solid;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:after {
  border-width: 0 0 1px 1px;
  left: 2px;
}

.slick-arrow.slick-next {
  left: 80px;
}

.slick-arrow.slick-next:after {
  right: 2px;
  border-width: 1px 1px 0 0;
}

/* custom checkbox styles */

.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  margin: 5px 5px 0 0;
  width: 25px;
  height: 25px;
  border: 1px solid #bccfe0;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  top: 3px;
  right: 3px;
  left: 3px;
  bottom: 3px;
  background: #bccfe0;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

/* common custom form elements styles */

.jcf-disabled {
  background: #ddd !important;
}

.login-form .list,
.downloads-list,
.contact-box ul,
#menu-nav ul,
.lang-list,
.add-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.container:after,
.content-section:after,
.blockquote-section:after,
.location-section:after,
.villa-section:after,
.downloads-section:after,
.contact-section:after,
#footer:after,
.location-section .wrap:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  color: #000;
  background: #fff;
  font: 13px/1.5 "ITC Avant Garde Gothic W01 Bk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

blockquote {
  font-size: 18px;
  font-weight: 600;
  font-family: "ITC Avant Garde Gothic W01 Dm", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #bccfe0;
  padding: 0;
  margin: 0 0 5px;
  max-width: 600px;
}

blockquote p,
blockquote q {
  display: block;
}

blockquote p:before,
blockquote q:before {
  content: "«";
}

blockquote p:after,
blockquote q:after {
  content: "»";
}

blockquote cite {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  display: block;
  font-family: "ITC Avant Garde Gothic W01 Bk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "ITC Avant Garde Gothic W01 Dm", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  margin: 0 0 0.5em;
  color: #bccfe0;
}

h1.text-center,
.h1.text-center,
h2.text-center,
.h2.text-center,
h3.text-center,
.h3.text-center,
h4.text-center,
.h4.text-center,
h5.text-center,
.h5.text-center,
h6.text-center,
.h6.text-center,
.h.text-center {
  text-align: center;
}

h1,
.h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
}

h2,
.h2 {
  font-size: 20px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 8px;
}

a {
  color: #bccfe0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}

.container,
.content-section,
.blockquote-section,
.location-section,
.villa-section,
.downloads-section,
.contact-section,
#footer {
  max-width: 935px;
  margin: 0 auto;
  padding: 0 15px;
}

.content-section {
  padding-top: 25px;
  padding-bottom: 15px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  line-height: 1.2;
  font-size: 16px;
  background-color: #bccfe0;
  padding: 3px 12px 3px;
  font-weight: 600;
  font-family: "ITC Avant Garde Gothic W01 Dm", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  color: #fff;
}

.btn:hover {
  text-decoration: none;
  background: #99b6d0;
}

.text-head {
  margin-bottom: 20px;
}

.text-head h2 {
  margin-bottom: 5px;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.lightbox-demo {
  padding: 5px;
  width: 300px;
}

.lightbox-demo h2 {
  margin: 0 0 10px;
}

.lightbox-demo p {
  margin: 0;
}

.bg-video-holder {
  padding-top: 55.4%;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.video-active .bg-video {
  opacity: 1;
}

.login-section {
  height: 100vh;
  background-size: 100% 100%;
}

.login-section .container,
.login-section .content-section,
.login-section .blockquote-section,
.login-section .location-section,
.login-section .villa-section,
.login-section .downloads-section,
.login-section .contact-section,
.login-section #footer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14.3%;
  padding-bottom: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.login-section .container {
  align-items: center;
}

.login-section .wrap-logo {
  text-align: center;
  margin-bottom: 25px;
}

.login-section .wrap-logo .slogan {
  font-size: 29px;
  font-weight: 300;
  display: block;
  color: #002a4f;
}

.logo-login {
  margin: 0 auto 19px;
  max-width: 531px;
}

.logo-login img {
  vertical-align: top;
}

.login-form {
  max-width: 302px;
  color: #fff;
  margin: auto auto 18px;
  font-size: 11px;
}

.login-form .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-form .list li {
  margin: 0 10px 0 0;
}

.login-form .list li:last-child {
  margin: 0;
}

.login-form .list li:first-child:before {
  display: none;
}

.login-form .list li:before {
  content: "|";
  margin: 0 10px 0 0;
}

.login-form .list a {
  color: #fff;
}

.login-form h3 {
  color: #fff;
  font-family: "ITC Avant Garde Gothic W01 Bk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 18px;
  background-color: #002a4f;
  line-height: 1.2;
  margin: 0 0 3px;
  text-align: center;
  padding: 2px 3px 1px;
}

.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="tel"],
.login-form input[type="password"] {
  width: 100%;
  height: 25px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  background-color: #002a4f;
  color: #fff;
  padding: 5px 12px;
  margin: 0 0 3px;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  outline: none;
  box-shadow: none;
}

.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="email"]::-webkit-input-placeholder,
.login-form input[type="tel"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder {
  color: #fff;
}

.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="email"]::-webkit-input-placeholder,
.login-form input[type="tel"]::-webkit-input-placeholder,
.login-form input[type="password"]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="email"]::-webkit-input-placeholder,
.login-form input[type="tel"]::-webkit-input-placeholder,
.login-form input[type="password"]:-moz-placeholder {
  color: #fff;
}

.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="email"]::-webkit-input-placeholder,
.login-form input[type="tel"]::-webkit-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder {
  color: #fff;
}

.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="email"]::-webkit-input-placeholder,
.login-form input[type="tel"]::-webkit-input-placeholder,
.login-form input[type="password"].placeholder {
  color: #fff;
}

.login-form input[type="submit"],
.login-form .g-recaptcha {
  box-shadow: none;
  width: 100%;
  letter-spacing: 1.4px;
  padding: 0;
  margin-bottom: 3px;
  background-color: #002a4f;
  text-transform: uppercase;
  border: none;
  outline: none;
  height: 25px;
  font-size: 14px;
  color: #fff;
  font-family: "ITC Avant Garde Gothic W01 Dm", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.g-recaptcha {
  height: auto !important;
}

.visual-section {
  max-width: 1088px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 5px;
}

.visual-section:after {
  content: "";
  height: 217px;
  background: url(../img/bg-01.png) repeat-x;
  right: 295px;
  left: -100vh;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.visual-section .wrap-video {
  position: relative;
  margin-bottom: 26px;
}

.visual-section .btn-play {
  width: 84px;
  height: 84px;
  border: 3px solid #fff;
  opacity: 0.75;
  border-radius: 50%;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 48%;
  left: 50%;
  font-size: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.visual-section .btn-play:hover {
  opacity: 1;
}

.visual-section .btn-play:after {
  content: "";
  position: absolute;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 25px 0 25px 45px;
  height: 0;
  top: 47%;
  left: 59%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
}

.blockquote-section {
  margin-bottom: 5px;
}

.location-section {
  position: relative;
  padding-bottom: 58px;
}

.location-section:after {
  content: "";
  height: 217px;
  background: url(../img/bg-01.png) repeat-x;
  left: 295px;
  right: -100vh;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.location-section .text-area {
  margin-bottom: 25px;
}

.location-section h2 {
  margin-bottom: 18px;
}

.location-section .wrap {
  position: relative;
}

.location-section .image-map {
  max-width: 530px;
  margin: 0 auto 15px;
}

.location-section .image-map img {
  width: 100%;
  vertical-align: top;
}

.slick-slider-photo {
  padding-bottom: 35px;
}

.slick-slider-photo .slide {
  position: relative;
}

.slick-slider-photo .slide img {
  width: 100%;
  vertical-align: top;
}

.slick-slider-photo .lightbox {
  position: absolute;
  top: 10px;
  left: 9px;
  font-size: 0;
  width: 27px;
  height: 27px;
  background-image: url(../img/enlarge-btn.svg);
  background-size: cover;
}

.slick-slider-photo .text {
  font-size: 10px;
  padding: 15px 40% 0 0;
}

.villa-section .holder {
  background-color: #dae7f0;
  padding-top: 15px;
}

.villa-section .text-head {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.villa-section .text-head h2 {
  color: #fff;
}

.villa-section .image {
  position: relative;
}

.villa-section .image img {
  vertical-align: top;
}

.villa-section .image strong {
  font-weight: 700;
  font-size: 15px;
  font-family: "ITC Avant Garde Gothic W01 Dm", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.villa-section .ttl {
  position: absolute;
  width: 14%;
  text-align: center;
  right: 0;
  bottom: 10%;
}

.villa-section .text-info {
  width: 23%;
  text-align: center;
  position: absolute;
  right: 29%;
  bottom: 24%;
  font-size: 12px;
  line-height: 1.25;
}

.villa-section .text-info strong {
  display: block;
}

.architecture-section {
  background-color: rgba(188, 207, 224, 0.3);
  padding-top: 29px;
}

.architecture-section .slick-slider-photo {
  padding-bottom: 0;
  width: 100%;
}

.architecture-section .slick-slider-photo .slick-arrow.slick-next {
  right: 0;
  left: auto;
}

.architecture-section .slick-slider-photo .slick-arrow.slick-prev {
  left: auto;
  right: 80px;
}

.architecture-section .text-area {
  width: 34%;
  padding: 0 0 0 27px;
}

.architecture-section .text-area p {
  margin-right: -5px;
}

.architecture-section .img-decor {
  margin: 0 -6px -12px -106px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.architecture-section .img-decor img {
  vertical-align: top;
}

.downloads-section {
  padding-top: 68px;
  padding-bottom: 35px;
}

.downloads-section h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 300;
  font-family: "ITC Avant Garde Gothic W01 Bk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.2;
  margin-bottom: 34px;
}

.downloads-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 57px;
  justify-content: center;
}

.downloads-list li {
  width: 25%;
  padding: 0 15px 15px;
}

.downloads-list .holder {
  padding: 24px 20px 20px;
  display: block;
  background-color: rgba(188, 207, 224, 0.4);
  height: 100%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.downloads-list .holder:hover {
  background-color: rgba(188, 207, 224, 0.7);
  text-decoration: none;
}

.downloads-list .ttl {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  display: block;
  line-height: 1.125;
  font-family: "ITC Avant Garde Gothic W01 Dm", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.downloads-list .ico {
  display: block;
  width: 70px;
  height: 75px;
  margin: 0 auto 27px;
}

.downloads-list .ico img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: top;
}

.contact-section {
  text-align: center;
  padding-top: 50px;
}

.contact-section h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 300;
  font-family: "ITC Avant Garde Gothic W01 Bk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.2;
  margin-bottom: 34px;
}

.contact-form {
  max-width: 327px;
  margin: 0 auto 50px;
  font-size: 12px;
}

.contact-form input[type="text"],
.contact-form textarea,
.contact-form input[type="email"] {
  font-weight: 600;
  border: 0;
  padding: 0;
  height: 30px;
  outline: none;
  color: #000;
  font-size: 16px;
  width: 100%;
  margin-bottom: 12px;
  border-bottom: 1px solid #bccfe0;
  font-family: "ITC Avant Garde Gothic W01 Dm", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder {
  color: #000;
}

.contact-form input[type="text"]::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #000;
}

.contact-form input[type="text"]:-moz-placeholder,
.contact-form textarea:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder {
  color: #000;
}

.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder {
  color: #000;
}

.contact-form input[type="text"].placeholder,
.contact-form textarea.placeholder,
.contact-form input[type="email"].placeholder {
  color: #000;
}

.contact-form textarea {
  height: 92px;
  margin-bottom: 21px;
  min-height: 92px;
  max-height: 120px;
}

.contact-form .txt {
  padding-top: 31px;
  margin-right: -10px;
  text-align: left;
}

.contact-form .wrap-check {
  text-align: left;
  margin-bottom: 43px;
}

.contact-form .wrap-check .jcf-checkbox {
  float: left;
}

.contact-form .wrap-check label {
  display: block;
  overflow: hidden;
}

.contact-form .btn {
  height: 33px;
  font-size: 18px;
  width: 100%;
}

.contact-box {
  font-size: 11px;
  line-height: 1.2;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.contact-box address {
  font-style: normal;
  margin-bottom: 4px;
}

.contact-box .ttl {
  display: block;
  margin-bottom: 4px;
}

.contact-box ul a {
  color: #000;
}

#header {
  max-width: 1088px;
  margin: 0 auto;
  position: relative;
  background-color: #bccfe0;
  color: #fff;
  padding: 49px 0 47px;
  z-index: 10;
}

#header .slogan {
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 13px;
  z-index: 5;
  line-height: 1.2;
  max-width: 40%;
}

#header .container,
#header .content-section,
#header .blockquote-section,
#header .location-section,
#header .villa-section,
#header .downloads-section,
#header .contact-section,
#header #footer {
  position: relative;
}

#header .txt {
  text-align: center;
  font-size: 16px;
  display: block;
}

#header .txt a {
  color: #fff;
}

.logo {
  width: 195px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.logo img {
  vertical-align: top;
}

.nav-active {
  overflow: hidden;
  height: 100vh;
}

.nav-active #wrapper {
  height: 100vh;
}

.drop-nav {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 72px;
  left: 0;
  height: calc(100vh - 120px);
  right: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, z-index 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, z-index 0.3s ease;
}

.drop-nav:after {
  content: "";
  background-color: #bccfe0;
  left: -100vw;
  right: -100vw;
  bottom: -100vh;
  top: -100vh;
  z-index: -1;
  position: absolute;
}

.nav-active .drop-nav {
  visibility: visible;
  z-index: 2;
  opacity: 1;
}

.drop-nav .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding-top: 30px;
  padding: 117px 27% 60px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#menu-nav {
  text-align: center;
  font-size: 50px;
  margin-bottom: 92px;
  line-height: 1.2;
}

#menu-nav ul li {
  margin: 0 0 17px;
}

#menu-nav ul a {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#menu-nav ul a:hover {
  text-decoration: none;
  color: #dfecf8;
}

.lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lang-list li {
  margin: 0 17px 0 0;
}

.lang-list li:last-child {
  margin: 0;
}

.lang-list li:first-child:before {
  display: none;
}

.lang-list li:before {
  content: "|";
  margin: 0 17px 0 0;
}

.lang-list a {
  color: #fff;
}

.nav-opener {
  width: 19px;
  height: 18px;
  font-size: 0;
  z-index: 11;
  border-radius: 50%;
  position: absolute;
  right: 14px;
  top: 5px;
  -webkit-transition: opacity 0.3s linear, top 0.3s linear;
  transition: opacity 0.3s linear, top 0.3s linear;
}

.nav-opener:hover {
  opacity: 0.8;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: #fff;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav-opener:before,
.nav-opener:after {
  content: "";
  top: 0;
}

.nav-opener:after {
  top: 12px;
}

.nav-opener:hover {
  opacity: 0.9;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:hover {
  opacity: 0.9;
}

.nav-active .nav-opener .close-btn:after,
.nav-active .nav-opener .close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  left: 0;
  right: 0;
}

.nav-active .nav-opener .close-btn:after,
.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#footer {
  padding-top: 10px;
  padding-bottom: 5px;
}

.foot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 9px;
}

#header .foot-wrap {
  color: #fff;
}

.foot-wrap .copy {
  margin: 0 10px 0 0;
}

.add-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.add-nav li {
  margin: 0 10px 0 0;
}

.add-nav li:last-child {
  margin: 0;
}

.add-nav li:before {
  content: "|";
  margin: 0 10px 0 0;
}

.add-nav a {
  color: #000;
  text-decoration: none;
}

#header .add-nav a {
  color: #fff;
}

.add-nav a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .text-head {
    padding-right: 30%;
  }

  .location-section .text-area p {
    padding-right: 22%;
  }

  .location-section h2 {
    margin-right: -85px;
  }

  .location-section .wrap {
    padding: 36px 315px 0 0;
  }

  .location-section .image-map {
    position: absolute;
    top: 0;
    margin: 0;
    right: -232px;
    z-index: -1;
    width: 530px;
  }

  .villa-section .text-head {
    min-height: 207px;
    padding: 0 30% 15px 21px;
    margin-bottom: -140px;
  }

  .architecture-section .wrap-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .architecture-section .slick-slider-photo {
    margin-top: 2px;
    width: 65.2%;
  }
}

@media (min-width: 1024px) {
  .villa-section .text-head {
    margin-bottom: -172px;
  }
}

@media (max-width: 1299px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 15px;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 15px;
  }

  .fancybox-caption {
    padding: 15px;
  }
}

@media (max-width: 1199px) {
  .drop-nav .wrap {
    padding: 50px 10%;
  }

  #menu-nav {
    margin-bottom: 30px;
  }
}

@media (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 30px;
  }

  .login-section .container,
  .login-section .content-section,
  .login-section .blockquote-section,
  .login-section .location-section,
  .login-section .villa-section,
  .login-section .downloads-section,
  .login-section .contact-section,
  .login-section #footer {
    padding: 35px 15px 70px;
  }

  .downloads-section h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .downloads-list {
    padding: 0;
  }

  .contact-section h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .drop-nav .wrap {
    padding: 20px 10% 0;
  }

  .add-nav li:first-child:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .fancybox-slide--image {
    padding: 40px 15px;
  }

  .visual-section:after {
    right: 25%;
  }

  .blockquote-section {
    margin-bottom: 25px;
  }

  .location-section:after {
    left: 50%;
  }

  .villa-section .ttl {
    width: auto;
    right: 5px;
  }

  .villa-section .text-info {
    width: 50%;
    right: 15%;
  }

  .architecture-section .slick-slider-photo .slick-arrow {
    bottom: 10px;
  }

  .architecture-section .text-area {
    width: auto;
    padding: 15px 0 0;
  }

  .downloads-section {
    padding-top: 35px;
    padding-bottom: 15px;
  }

  .downloads-list {
    margin: 0 -10px;
  }

  .downloads-list li {
    width: 50%;
    padding: 0 10px 10px;
  }

  .contact-section {
    padding-top: 25px;
  }

  #header {
    padding: 10px 0;
  }

  #header .slogan {
    position: relative;
    left: 0;
    top: 0;
    font-size: 18px;
  }

  .logo {
    margin: 0 0 5px;
    width: 160px;
  }

  .drop-nav {
    height: calc(100vh - 67px);
    top: 57px;
  }

  .drop-nav .wrap {
    display: block;
    padding: 25px 15px 0;
  }

  #menu-nav {
    font-size: 22px;
    padding-top: 25px;
    margin-bottom: 15px;
  }

  .nav-opener {
    top: 15px;
  }

  #footer {
    padding-top: 5px;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 479px) {
  .foot-wrap {
    display: block;
    text-align: center;
  }
}

@media (max-height: 920px) {
  .fancybox-caption {
    padding: 15px;
  }
}

@media (max-height: 800px) {
  .drop-nav .wrap {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.alert {
  margin-bottom: 20px;
}
.alert-danger {
  color: red;
}
.alert-success {
  color: green;
}
