/* 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 {
	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
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

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;
}

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after,
.clearfix:after {
	clear: both;
}

.row,
.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Default Margin */

@font-face {
	font-family: 'ProximaNova-Light';
	src: url("fonts/light/28C725_11_0.eot");
	src: url("fonts/light/28C725_11_0.eot?#iefix") format("embedded-opentype"), url("fonts/light/28C725_11_0.woff") format("woff"), url("fonts/light/28C725_11_0.ttf") format("truetype");
}

@font-face {
	font-family: 'ProximaNova-Regular';
	src: url("fonts/regular/28C725_13_0.eot");
	src: url("fonts/regular/28C725_13_0.eot?#iefix") format("embedded-opentype"), url("fonts/regular/28C725_13_0.woff") format("woff"), url("fonts/regular/28C725_13_0.ttf") format("truetype");
}

@font-face {
	font-family: 'ProximaNova-Bold';
	src: url("fonts/bold/28C725_14_0.eot");
	src: url("fonts/bold/28C725_14_0.eot?#iefix") format("embedded-opentype"), url("fonts/bold/28C725_14_0.woff") format("woff"), url("fonts/bold/28C725_14_0.ttf") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: normal;
	margin: 0;
	margin-bottom: 1em;
}

p {
	margin: 0 0 20px;
}

small {
	font-size: 80%;
}

strong {
	font-family: 'ProximaNova-Bold';
}

a {
	color: #0e6c8f;
	transition: color 0.2s ease-in-out;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #138fbd;
}

blockquote,
blockquote p {
	font-style: italic;
}

blockquote {
	margin: 20px;
	padding: 20px;
	padding-left: 40px;
	border-left: 2px solid #0e6c8f;
}

blockquote cite {
	display: block;
}

blockquote cite:before {
	content: "\2014 \0020";
}

figure {
	margin: 0;
}

@font-face {
	font-family: "Icons";
	src: url("fonts/Icons.eot");
	src: url("fonts/Icons.eot?#iefix") format("eot"), url("fonts/Icons.woff") format("woff"), url("fonts/Icons.ttf") format("truetype"), url("fonts/Icons.svg#Icons") format("svg");
}

.icon:before {
	font-family: "Icons";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal; /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}

.icon-icn_01_arr_left:before {
	content: "\E001";
}

.icon-icn_02_arr_right:before {
	content: "\E002";
}

.icon-icn_03_arr_up:before {
	content: "\E003";
}

.icon-icn_04_arr_down:before {
	content: "\E004";
}

.icon-icn_05_soc_twitter:before {
	content: "\E005";
}

/*!
    Modaal - accessible modals - v0.2.4
    by Humaan, for all humans.
    http://humaan.com
 */

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: transparent;
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #b93d0c;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	transition: background 0.2s ease-in-out;
}

.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-content-container {
	padding: 30px;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	-webkit-animation-name: instaReveal;
	animation-name: instaReveal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 1500px;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: transparent;
	border: none;
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #afb7bc;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-next {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-prev {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-container {
	width: auto;
	max-width: none;
}

.modaal-iframe-elem {
	width: 100%;
	display: block;
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: scale(0.25);
	-ms-transform: scale(0.25);
	transform: scale(0.25);
}

.modaal-loading-spinner > div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner > div > div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
	-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .12s;
	animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
	-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
	-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .37s;
	animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
	-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
	-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .62s;
	animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
	-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
	-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .87s;
	animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
	-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-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 .slick-track,
.slick-slider .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;
}

input,
textarea,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.field .select-wrapper .select + .select {
	font-size: 18px;
	font-size: 1.8rem;
}

label {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

input,
textarea {
	-webkit-appearance: none;
	font-family: "ProximaNova-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: transparent;
	border: 0;
	line-height: 1.4;
	border: 0;
	border-bottom: 1px solid transparent;
	width: 100%;
	display: block;
	color: #6b6b6b;
	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	position: relative;
	border-radius: 0;
	padding: 10px 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #6b6b6b;
	position: relative;
	transition: color 0.2s ease-in-out;
}

input:focus,
textarea:focus {
	border-color: #0e6c8f;
	z-index: 2;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #b8b8b8;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100px;
	min-height: 100px;
	max-height: 100px;
}

input[type="radio"] {
	-webkit-appearance: radio !important;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline;
	width: auto;
}

input[type="file"],
.file-reset {
	padding: 0;
	border: 0;
	box-shadow: none;
	cursor: pointer;
}

button {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	background-color: transparent;
	padding: 0;
	line-height: 1;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

.radio input,
.checkbox input {
	position: absolute;
	left: -09999em;
}

.radio label,
.checkbox label {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	padding-top: 2px;
	color: #6b6b6b;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio label:before,
.radio label:after,
.checkbox label:before,
.checkbox label:after {
	position: absolute;
	left: 0;
	top: 0;
}

.radio label:before,
.checkbox label:before {
	content: '';
	background-color: #0e6c8f;
	border-radius: 5px;
	width: 16px;
	height: 16px;
	display: block;
}

.radio label:after,
.checkbox label:after {
	content: "";
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 7px;
	color: white;
	top: 4px;
	left: 3px;
}

.radio input:focus + label,
.checkbox input:focus + label {
	outline-color: #3b99fc;
	outline-style: auto;
	outline-width: 5px;
	z-index: 1;
}

.radio label:before {
	border-radius: 50%;
	background-color: #e5e5e5;
}

.radio input:checked + label:before {
	background-color: #ccc;
}

.radio input:checked + label:after {
	content: '';
	border-radius: 50%;
	background-color: white;
	width: 8px;
	height: 8px;
	top: 4px;
	left: 4px;
}

.checkbox input:checked + label:after {
	content: "✓";
}

.radio-group .field {
	display: inline-block;
	margin: 0 10px;
}

.select-wrapper {
	zoom: 1;
	clear: both;
	float: left;
	position: relative;
}

.select-wrapper:before,
.select-wrapper:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.select-wrapper:after {
	clear: both;
}

.select {
	font-size: 11px;
	font-size: 1.1rem;
	padding: 10px 12px 6px;
	background-color: white;
	color: white;
	border-right: 1px solid #ebebeb;
	border: 0;
	width: 100%;
	z-index: 2;
	cursor: pointer;
	width: 100% !important;
	height: 100% !important;
}

.select:before,
.select:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	right: 14px;
	pointer-events: none;
	border-color: rgba(203, 203, 203, 0);
	border-width: 3px;
}

.select:before {
	border-bottom-color: #ebebeb;
	top: 10px;
	margin-top: -3px;
}

.select:after {
	border-top-color: #ebebeb;
	bottom: 10px;
	margin-bottom: -3px;
}

.select + .select,
.select + .error + .select {
	z-index: 1;
	padding-right: 25px;
	text-overflow: ellipsis;
	position: relative;
}

.select:focus + .select,
.select:focus + .error + .select {
	border-color: #0e6c8f;
}

.field .select-wrapper {
	float: none;
}

.field .select-wrapper .input {
	display: block;
	clear: both;
	background-color: transparent;
	color: #cacaca;
	width: 100%;
	z-index: 2;
	cursor: pointer;
	width: 100% !important;
	height: 100% !important;
}

.field .select-wrapper .select + .select,
.field .select-wrapper .select + .error + .select {
	border-radius: 2px;
	padding: 10px 0;
	padding-right: 40px;
	border-bottom: 1px solid #ebebeb;
}

.field .select-wrapper .select:before {
	content: none;
}

.field .select-wrapper .select:after {
	content: "";
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: 'v';
	position: absolute;
	right: 6px;
	top: 50%;
	left: auto;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 6px;
	margin-top: 2px;
	width: auto;
	height: auto;
	border: none;
}

.label {
	font-size: 18px;
	font-size: 1.8rem;
	color: #6b6b6b;
	display: block;
	margin-bottom: 10px;
}

.select.customSelectHover { /* Styles for when the select box is hovered */
}

.select.customSelectOpen { /* Styles for when the select box is open */
}

.select.customSelectFocus { /* Styles for when the select box is in focus */
}

.customSelectInner { /* You can style the inner box too */
	width: 100% !important;
}

form label.error {
	opacity: 0;
	bottom: 105%;
	visibility: hidden;
	position: absolute;
	transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out;
}

form textarea.error:focus + label.error,
form input.error:focus + label.error {
	font-size: 10px;
	font-size: 1rem;
	right: 0;
	bottom: 100%;
	z-index: 12;
	padding: 10px;
	border-radius: 5px;
	background-color: white;
	color: #6b6b6b;
	width: 80px;
	margin-right: -8px;
	text-align: center;
	opacity: 1;
	visibility: visible;
	border: 1px solid #ebebeb;
	margin-bottom: -2px;
}

form textarea.error:focus + label.error:before,
form input.error:focus + label.error:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ebebeb;
	border-width: 7px;
	margin-left: -7px;
}

form textarea.error:focus + label.error:after,
form input.error:focus + label.error:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}

form textarea.error,
form input.error {
	border-color: #d03838;
	transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

form textarea.error:focus,
form input.error:focus {
	border-bottom: 1px solid #d03838;
}

.form-processing {
	opacity: 0;
	clear: both;
	z-index: 999;
	background: url(../img/ajax-loader.gif) top center no-repeat transparent;
}

.alert {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 12px 20px;
	margin-bottom: 10px;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 4px;
	text-align: center;
}

.alert.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.alert.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.btn {
	background-color: #0e6c8f;
	padding: 15px 30px;
	color: white;
	text-decoration: none;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	text-align: center;
}

.btn:hover,
.btn:focus {
	color: white;
	background-color: #094961;
}

.tooltip {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: .1em;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 100%;
	width: 100px;
	background-color: white;
	border-radius: 3px;
	border: 1px solid #ebebeb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 10px;
	display: block;
	z-index: 10;
	color: #6b6b6b;
	margin-bottom: 10px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	transition: all 0.2s cubic-bezier(0.3, 0, 0, 1.3);
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
}

.tooltip.is-added {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.tooltip:before {
	content: "";
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ebebeb;
	border-width: 7px;
	margin-left: -7px;
}

.tooltip:after {
	content: "";
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: white;
	border-width: 6px;
	margin-left: -6px;
}

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

*:focus {
	outline: none;
}

::-moz-selection {
	background: rgba(14, 108, 143, 0.5);
	color: white;
}

::selection {
	background: rgba(14, 108, 143, 0.5);
	color: white;
}

html {
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
}

body {
	background: white;
	font-family: "ProximaNova-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6b6b6b;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	text-rendering: geometricPrecision;
}

.container {
	max-width: 1220px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
	position: relative;
}

.container.narrow {
	max-width: 740px;
}

.container.full {
	max-width: auto;
	padding: 0;
}

.icon:before,
.icon:after {
	font-family: "Icons";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal; /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	display: block;
}

.relative {
	position: relative;
}

nav ul,
nav li {
	margin: 0;
}

nav ul,
ul.reset {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li,
ul.reset li {
	margin: 0;
	padding: 0;
}

.u-none {
	display: none;
}

.u-hide {
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	position: absolute;
}

.u-fleft {
	float: left;
}

.u-fright {
	float: right;
}

.u-ratio-box {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
}

.u-ratio-box:before {
	padding-top: 100%;
}

.u-ratio-box:before {
	content: '';
	display: block;
	width: 100%;
}

.u-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.u-clearfix {
	zoom: 1;
	clear: both;
}

.u-clearfix:before,
.u-clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.u-clearfix:after {
	clear: both;
}

.wp-fade-in,
.wp-step-in {
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.wp-fade-in.animate,
.wp-step-in.animate {
	opacity: 1;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.panel-left,
.panel-right {
	width: 50%;
	height: 100vh;
	display: block;
	float: left;
	text-align: center;
}

.panel-left a,
.panel-right a {
	text-decoration: none;
}

.panel-left {
	background-color: white;
	background-image: url(../img/watermark.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto;
	padding: 10vh 40px;
}

.panel-right {
	background-color: #191919;
}

.panel-right ul {
	position: relative;
	height: calc(100% - 38px);
	overflow: auto;
}

.panel-right ul li {
	margin: 0;
	transition: box-shadow 0.2s ease-in-out;
	box-shadow: 0;
	position: relative;
}

.panel-right ul li:hover,
.panel-right ul li:focus {
	z-index: 2;
	box-shadow: 0 5px 32px rgba(0, 0, 0, 0.7);
}

.panel-right ul p {
	margin: 0;
}

.logo-main {
	display: block;
	margin: 0 auto;
}

.intro {
	font-size: 20px;
	font-size: 2rem;
	font-family: 'ProximaNova-Light';
	padding: 80px 0;
	max-width: 580px;
	display: block;
	margin: 0 auto;
}

.intro p {
	margin: 0;
}

.card {
	font-family: 'ProximaNova-Bold';
	font-size: 14px;
	font-size: 1.4rem;
	max-width: 320px;
	margin: 0 auto;
	box-shadow: 0 24px 142px rgba(0, 0, 0, 0.17);
	background-color: white;
	padding: 30px;
	text-align: center;
	position: relative;
	margin-bottom: 120px;
	display: block;
}

.card a {
	display: block;
}

.card p {
	margin: 0;
}

.card strong {
	font-size: 40px;
	font-size: 4rem;
	color: #3f3f3f;
}

.icon.twitter:after {
	content: '\E005';
	color: #44acee;
	font-size: 22px;
	background-color: white;
	border-radius: 50%;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 50px;
	line-height: 50px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.newsletter {
	max-width: 500px;
	margin: 0 auto;
	display: block;
	position: relative;
}

.newsletter p {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	color: #6b6b6b;
	margin-bottom: 10px;
}

.newsletter input {
	background-color: white;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.19);
	border: 0;
	padding: 18px 20px;
	padding-right: 70px;
}

.newsletter .send {
	position: absolute;
	right: 25px;
	top: 50%;
	font-size: 23px;
	background-color: transparent;
	color: #6b6b6b;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.newsletter .send:after {
	content: '\E002';
}

.item {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	height: 12.5%;
	min-height: 120px;
}

.item a {
	width: 100%;
	height: 100%;
	color: white;
	display: block;
	position: relative;
	overflow: hidden;
}

.item .overlay {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.item .logo-wrap {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: width 0.2s ease-in-out;
}

.item .logo-wrap .logo {
	margin: 0 auto;
	display: block;
}

.item .text {
	max-width: 240px;
	width: 100%;
	text-align: left;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.item .bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.item .bg:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
	display: block;
}

.item .icon {
	font-size: 24px;
	color: white;
	opacity: .5;
	line-height: 1;
	position: absolute;
	right: 30px;
	top: 50%;
	-ms-transform: translate(-20px, -50%);
	-webkit-transform: translate(-20px, -50%);
	transform: translate(-20px, -50%);
	z-index: 10;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.item .icon:after {
	content: '\E002';
}

.title {
	font-family: 'ProximaNova-Bold';
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	text-transform: uppercase;
	color: white;
	line-height: 38px;
	display: block;
	margin-bottom: 0;
}

header.main {
	zoom: 1;
	clear: both;
	padding: 20px 0;
}

header.main:before,
header.main:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

header.main:after {
	clear: both;
}

header.main nav li {
	display: inline;
}

@media only screen and (min-width: 769px) {

.item a:hover .bg,
.item a:focus .bg {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.item a:hover .logo-wrap,
.item a:focus .logo-wrap {
	width: 270px;
}

.item a:hover .text,
.item a:focus .text {
	opacity: 1;
}

.item a:hover .icon,
.item a:focus .icon {
	opacity: .5;
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

}

@media only screen and (min-width: 1400px) {

.modaal-video-container {
	padding-bottom: 0;
	height: 731px;
	margin: 0 auto;
}

}

@media only screen and (max-width: 1500px) {

.item .text {
	left: 0;
	width: 100%;
	padding-left: 270px;
	display: block;
	max-width: 100%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-right: 70px;
}

}

@media only screen and (max-width: 1140px) {

.modaal-gallery-item img {
	width: 100%;
}

.modaal-gallery-control {
	top: auto;
	bottom: 20px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: rgba(0, 0, 0, 0.7);
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	background: #fff;
}

.modaal-gallery-next {
	left: auto;
	right: 20px;
}

.modaal-gallery-prev {
	left: 20px;
	right: auto;
}

}

@media only screen and (max-width: 1024px) {

.panel-left,
.panel-right {
	width: 100%;
	height: auto;
	display: block;
	float: none;
}

.item {
	height: 130px;
}

.panel-left,
.intro {
	padding-top: 7vh;
	padding-bottom: 7vh;
}

.card {
	margin-bottom: 7vh;
}

}

@media screen and (max-width: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

}

@media only screen and (max-width: 768px) {

.panel-left {
	padding-left: 30px;
	padding-right: 30px;
}

.intro {
	font-size: 16px;
	font-size: 1.6rem;
}

.panel-left,
.intro {
	padding-top: 30px;
	padding-bottom: 30px;
}

.card {
	margin-bottom: 60px;
}

.item {
	height: auto;
}

.item .overlay {
	padding: 30px 20px;
}

.item .logo-wrap {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-bottom: 20px;
}

.item .text {
	padding: 0;
	max-width: 280px;
	width: 100%;
	display: block;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: static;
	opacity: 1;
	text-align: center;
	margin: 0 auto;
}

}

@media only screen and (max-width: 600px) {

.modaal-instagram iframe {
	width: 280px !important;
}

}

@media only screen and (max-width: 480px) {

.alert {
	font-size: 12px;
	font-size: 1.2rem;
}

}

@media screen and (max-height: 1100px) {

.modaal-instagram iframe {
	width: 700px !important;
}

}

@media screen and (max-height: 1000px) {

.modaal-inner-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.modaal-instagram iframe {
	width: 600px !important;
}

}

@media screen and (max-height: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

.modaal-video-container {
	max-width: 900px;
	max-height: 510px;
}

}

@media only screen and (max-height: 850px) {

.panel-left,
.intro {
	padding-top: 7vh;
	padding-bottom: 7vh;
}

.card {
	margin-bottom: 7vh;
}

}

@-webkit-keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

