/*
	Theme Name: Creative Digital 4.0 Theme
	Author: Magićmarinac d.o.o.
	Author URI: http://www.magicmarinac.hr/
	Description: Theme for specific page
	Version: 1.0
*/

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?nr1m0e');
	src: url('fonts/icomoon.eot?nr1m0e#iefix') format('embedded-opentype'),
		 url('fonts/icomoon.ttf?nr1m0e') format('truetype'),
		 url('fonts/icomoon.woff?nr1m0e') format('woff'),
		 url('fonts/icomoon.svg?nr1m0e#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-chevron-down:before {
	content: "\e900";
}
.icon-chevron-up:before {
	content: "\e901";
}

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

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-shadow: none;
}

html {
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	-ms-touch-action: manipulation;
		touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.15;
	height: auto!important;
}


@media (min-width: 576px) {
	html {
		font-size: 16px;
	}
}
@media (min-width: 2000px) {
	html {
		font-size: 0.8vw;
	}
}

body {
	margin: 0;
	background-color: #fff;
	color: #28348a;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0;
	text-align: left;
}
body.modal-open {
	overflow: hidden !important;
}
.no-touch.scroll body.modal-open {
	padding-right: 17px;
}

body.not-loaded {
	overflow: hidden;
}

/* Preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 1000;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-weight: 700;
	line-height: 1.4;
}
h1 {
	font-size: 1.75rem;
	font-weight: 600;
}
h2 {
	font-size: 1.625rem;
}
h3 {
	font-size: 1.375rem;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1rem;
}
@media (min-width: 576px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.5rem;
	}
}
@media (min-width: 992px) {
	h1 {
		font-size: 2.375rem;
	}
	h2 {
		font-size: 2.25rem;
	}
	h3 {
		font-size: 1.75rem;
	}
}
@media (min-width: 1500px) {
	h1 {
		font-size: 2.8125rem;
	}
}

/* Default Links and Buttons */
a {
	display: inline-block;
	text-decoration: none;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none;
	font: inherit;
	cursor: pointer;
}
button:focus {
	outline: none;
}

a,
button {
	color: #28348a;
	line-height: 1;
	-webkit-transition: color 0.5s cubic-bezier(.25,.46,.45,.94);
			transition: color 0.5s cubic-bezier(.25,.46,.45,.94);
}
/*.no-touch*/ a:hover,
/*.no-touch*/ button:hover {
	color: #00a8dc;
	text-decoration: none;
}

a.with-line {
	position: relative;
	color: inherit;
}
/*.no-touch*/ a.with-line:hover {
	color: inherit;
}
a.with-line:before,
a.with-line:after {
	position: absolute;
	top: calc(100% + 0.25rem);
	left: 0;
	right: 0;
	height: 0.125rem;
	min-height: 2px;
	background-color: #00a8dc;
	content: "";
	pointer-events: none;
	-webkit-transition: -webkit-transform 0s cubic-bezier(0.2, 1, 0.3, 1);
			transition: transform 0s cubic-bezier(0.2, 1, 0.3, 1);
}
.color-white a.with-line:before,
.color-white a.with-line:after {
	background-color: #fff;
}
a.with-line:before {
	-webkit-transform-origin: right center;
			transform-origin: right center;
	-webkit-transform: scaleX(1);
			transform: scaleX(1);
}
a.with-line:after {
	-webkit-transform-origin: left center;
			transform-origin: left center;
	-webkit-transform: scaleX(0);
			transform: scaleX(0);
}
/*.no-touch*/ a.with-line:hover:before {
	-webkit-transform: scaleX(0);
			transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.2, 1, 0.3, 1);
			transition: transform 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
/*.no-touch*/ a.with-line:hover:after {
	-webkit-transform: scaleX(1);
			transform: scaleX(1);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.2, 1, 0.3, 1) 0.25s;
			transition: transform 0.25s cubic-bezier(0.2, 1, 0.3, 1) 0.25s;
}

.big-clicker-wrapper {
	margin-top: 4rem;
	width: 100%;
}
.big-clicker-wrapper.text-center {
	text-align: center;
}
@media (min-width: 992px) {
	.big-clicker-wrapper.in-the-middle {
		margin-top: 12rem;
	}
}
a.big-clicker {
	position: relative;
	border: 0.1rem solid rgba(40, 52, 138, 0.5);
	border-radius: 1.5rem;
	color: #28348a;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-transition: background-color 0.5s cubic-bezier(.25,.46,.45,.94);
			transition: background-color 0.5s cubic-bezier(.25,.46,.45,.94);
}
/*.no-touch*/ a.big-clicker:hover {
	color: #28348a;
	background-color: rgba(40, 52, 138, 0.1);
}
a.big-clicker.dark {
	border: 0.1rem solid rgba(40, 52, 138, 0);
	color: #fff;
	background-color: #00a8dc;
}
/*.no-touch*/ a.big-clicker.dark:hover {
	color: #fff;
	background-color: #28348a;
}
a.big-clicker:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1rem 2rem;
	content: attr(data-text);
	opacity: 0;
	transform: translate3d(0, 25%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.2, 1, 0.3, 1);
			transition: transform 0.25s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.2, 1, 0.3, 1);
	pointer-events: none;
}
/*.no-touch*/ a.big-clicker:hover:after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
a.big-clicker > span {
	display: block;
	padding: 1rem 2rem;
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.2, 1, 0.3, 1);
			transition: transform 0.25s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.2, 1, 0.3, 1);
	pointer-events: none;
}
/*.no-touch*/ a.big-clicker:hover > span {
	opacity: 0;
	transform: translate3d(0, -25%, 0);
}
.color-white a.big-clicker {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.5);
}
/*.no-touch*/ .color-white a.big-clicker:hover {
	color: #fff;
}
/* Other elements */
:focus {
	outline: none;
}

ul.block,
ol.block {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

strong {
	font-weight: 600;
}

small {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 300;
	font-size: 0.875rem;
}

img,
svg {
	display: block;
	width: 100%;
	height: auto;
}

input,
textarea,
select {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	border: none;
	border-radius: 0;
	outline: none;
}
@media (min-width: 576px) {
	input,
	textarea,
	select {
		font-size: 1rem;
	}
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"],
textarea {
	-webkit-appearance: none;
}
select {
	-webkit-appearance: none;
		 -moz-appearance: none;
		-ms-appearance: none;
		 -o-appearance: none;
			appearance: none;
}
span.select-wrapper {
	display: block;
	position: relative;
}
span.select-wrapper:before {
	display: block;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1rem;
	font-family: 'icomoon';
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1;
	content: "\e900";
	pointer-events: none;
	transition: transform 0.25s cubic-bezier(.25,.46,.45,.94);
	will-change: transform;
}
span.select-wrapper > select {
	padding-right: 3rem;
}

/* Bootstrap Overrides */
.container {
	position: relative;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}
@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 91.666667%;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 83.333333%;
	}
}
.container-fluid {
	position: relative;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}
.row {
	margin-left: -1.5625rem;
	margin-right: -1.5625rem;
	width: calc(100% + 3.125rem);
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

/* Owl Carousel Default Theme */
.owl-theme .owl-nav {
	margin-top: 0.625rem;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 0.875rem;
	margin: 0.3125rem;
	padding: 0.25rem 0.4375rem;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 0.1875rem;
}
/*.no-touch*/ .owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0.625rem;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 0.625rem;
	height: 0.625rem;
	margin: 0.3125rem 0.4375rem;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms cubic-bezier(.25,.46,.45,.94);
	border-radius: 1.875rem;
}
.owl-theme .owl-dots .owl-dot.active span,
/*.no-touch*/ .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

/* Pixel Flow */
.pixel-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}
/*.pixel-wrapper:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	content: "";
}*/
/*.pixel-wrapper > img {
	display: none;
}*/
.pixel-wrapper > img,
.pixel-wrapper > canvas {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
@media (orientation: portrait) {
	.pixel-wrapper > img,
	.pixel-wrapper > canvas {
		right: 0;
		transform: translate(15%, -50%);
	}
}
.pixel-wrapper.landscape > img,
.pixel-wrapper.landscape > canvas {
	width: 100%;
	height: auto;
}
.pixel-wrapper.portrait > img,
.pixel-wrapper.portrait > canvas {
	width: auto;
	height: 100%;
}
.pixel-wrapper > img {
	z-index: 1;
}
.pixel-wrapper > canvas {
	z-index: 2;
}

/* Full Page */
#fp-nav {
	margin-top: 0 !important;
}
#fp-nav.right {
	right: 1.5625rem;
}
#fp-nav.left {
	left: 1.5625rem;
}
@media (min-width: 1200px) {
	#fp-nav.right {
		right: 3.125rem;
	}
	#fp-nav.left {
		left: 3.125rem;
	}
}
#fp-nav ul,
.fp-slidesNav ul {
	list-style-type: none;
}
#fp-nav ul li,
.fp-slidesNav ul li {
	width: 1.5rem;
	height: 1.5rem;
	margin: 1.5rem 1rem;
}
#fp-nav ul li:first-of-type {
	margin-top: 0;
}
#fp-nav ul li:last-of-type {
	margin-bottom: 0;
}
.fp-slidesNav ul li:first-of-type {
	margin-left: 0;
}
.fp-slidesNav ul li:last-of-type {
	margin-right: 0;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
	padding: 0.5rem;
}
#fp-nav ul li a:before {
	position: absolute;
	top: 50%;
	left: -2.5625rem;
	right: calc(100% + 1rem);
	height: 0.0625rem;
	min-height: 1px;
	background-color: #28348a;
	content: "";
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.5s cubic-bezier(.25,.46,.45,.94);
	will-change: transform;
	pointer-events: none;
}
@media (min-width: 1200px) {
	#fp-nav ul li a:before {
		left: -4.125rem;
	}
}
#fp-nav ul li a.active:before {
	transform: scaleX(1);
}

#fp-nav ul li a span:not(.slide-number),
.fp-slidesNav ul li a span:not(.slide-number),
#fp-nav ul li a.active span:not(.slide-number),
#fp-nav ul li:hover a span:not(.slide-number),
.fp-slidesNav ul li:hover a span:not(.slide-number),
#fp-nav ul li:hover a.active span:not(.slide-number),
.fp-slidesNav ul li a.active span:not(.slide-number),
.fp-slidesNav ul li:hover a.active span:not(.slide-number) {
	background: #28348a;
	width: 0.5rem;
	height: 0.5rem;
	margin: -0.25rem 0 0 -0.25rem;
	border-radius: 0;
}
#fp-nav ul li a span.slide-number,
.fp-slidesNav ul li a span.slide-number,
#fp-nav ul li a.active span.slide-number,
#fp-nav ul li:hover a span.slide-number,
.fp-slidesNav ul li:hover a span.slide-number,
#fp-nav ul li:hover a.active span.slide-number,
.fp-slidesNav ul li a.active span.slide-number,
.fp-slidesNav ul li:hover a.active span.slide-number {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0;
	color: #00a8dc;
	font-size: 0.875rem;
	font-weight: 700;
	z-index: 2;
}
#fp-nav ul li a span.slide-number,
.fp-slidesNav ul li a span.slide-number,
#fp-nav ul li a.active span:not(.slide-number),
#fp-nav ul li:hover a span:not(.slide-number),
.fp-slidesNav ul li:hover a span:not(.slide-number),
#fp-nav ul li:hover a.active span:not(.slide-number),
.fp-slidesNav ul li a.active span:not(.slide-number),
.fp-slidesNav ul li:hover a.active span:not(.slide-number) {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s cubic-bezier(.25,.46,.45,.94), visibility 0s cubic-bezier(.25,.46,.45,.94) 0.25s, color 0.25s cubic-bezier(.25,.46,.45,.94);
	will-change: opacity, visibility;
}
#fp-nav ul li a span:not(.slide-number),
.fp-slidesNav ul li a span:not(.slide-number),
#fp-nav ul li a.active span.slide-number,
#fp-nav ul li:hover a span.slide-number,
.fp-slidesNav ul li:hover a span.slide-number,
#fp-nav ul li:hover a.active span.slide-number,
.fp-slidesNav ul li a.active span.slide-number,
.fp-slidesNav ul li:hover a.active span.slide-number {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.25s cubic-bezier(.25,.46,.45,.94) 0.25s, visibility 0s cubic-bezier(.25,.46,.45,.94) 0.25s, color 0.25s cubic-bezier(.25,.46,.45,.94);
	will-change: opacity, visibility;
}
.fp-slide,
.fp-tableCell,
.fp-section {
	height: 100vh !important;
}
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
	height: auto !important;
}

/* Header */
/*@media (min-width: 1200px) {
	.fp-section {
		height: 100vh !important;
	}
}*/
header > .fp-tableCell {
	display: flex;
	flex-wrap: wrap;
}
.fp-responsive header.fp-auto-height-responsive .fp-slide,
.fp-responsive header.fp-auto-height-responsive .fp-tableCell,
.fp-responsive header.fp-auto-height-responsive.fp-section {
	min-height: 100vh;
}

/* Logo */
.logos-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.logo {
	position: relative;
	display: inline-block;
	max-width: 12.5rem;
	vertical-align: middle;
}
@media (min-width: 768px) {
	.logo {
		max-width: 15rem;
	}
}
.logo.small {
	max-width: 10rem;
}
.logo > a {
	display: block;
}

.tmc-wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	bottom: 5vh;
	margin: 0 auto;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	width: 100%;
	align-self: flex-end;
}
@media (min-width: 768px) {
	.tmc-wrapper {
		max-width: 91.666667%;
		padding-left: 1.5625rem;
		padding-right: 1.5625rem;
	}
}
@media (min-width: 992px) {
	.tmc-wrapper {
		padding: 0;
		max-width: 83.333333%;
	}
}

/* Navigation */
.navigation {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	top: 0;
	margin: 0 auto;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	width: 100%;
	align-self: flex-start;
	z-index: 5;
}
@media (min-width: 768px) {
	.navigation {
		max-width: 91.666667%;
		padding-left: 1.5625rem;
		padding-right: 1.5625rem;
	}
}
@media (min-width: 992px) {
	.navigation {
		padding: 0;
		max-width: 83.333333%;
	}
}
@media (min-width: 1200px) {
	.navigation {
		top: 5vh;
	}
}
.navigation-list-wrapper {
	margin-left: auto;
}
.navigation-list {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	text-align: right;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s cubic-bezier(.25,.46,.45,.94), visibility 0s cubic-bezier(.25,.46,.45,.94) 0.25s;
	will-change: opacity, visibility;
}
/*.navigation-list.open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.25s cubic-bezier(.25,.46,.45,.94) 0s, visibility 0s cubic-bezier(.25,.46,.45,.94);
}*/
@media (min-width: 1200px) {
	.navigation-list/*,
	.navigation-list.open*/ {
		display: block;
		position: relative;
		right: auto;
		top: auto;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transition: auto;
	}
}
.navigation-list > li {
	position: relative;
	display: inline-block;
	margin: 2rem 1.5625rem;
}
.navigation-list a,
.navigation-list button {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #28348a;
	letter-spacing: 0.1em;
	padding: 1.5rem 0;
}
/*.no-touch*/ .navigation-list a:hover,
/*.no-touch*/ .navigation-list button:hover,
.navigation-list a.active {
	color: #00a8dc;
}
.navigation-list a.active {
	cursor: default;
}
.navigation-list a.active:active {
	pointer-events: none;
}
.navigation-list .dropdown-toggler {
	position: relative;
	padding-right: 1.5em;
}
.navigation-list .dropdown-toggler:before {
	display: block;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 0;
	font-family: 'icomoon';
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1;
	content: "\e900";
	pointer-events: none;
	transition: transform 0.25s cubic-bezier(.25,.46,.45,.94);
	will-change: transform;
}
.navigation-list li.open .dropdown-toggler:before {
	transform: rotate(180deg);
}
.navigation-list .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 1.5rem 3rem;
	background-color: #fff;
	opacity: 0;
	text-align: center;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s cubic-bezier(.25,.46,.45,.94), visibility 0s cubic-bezier(.25,.46,.45,.94) 0.25s;
	will-change: opacity, visibility;
	z-index: 1;
}
.navigation-list li.open .dropdown-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.25s cubic-bezier(.25,.46,.45,.94) 0s, visibility 0s cubic-bezier(.25,.46,.45,.94);
}
.navigation-list .dropdown-menu a {
	padding: 0.5rem 0;
	line-height: 1.2;
	letter-spacing: 0;
	white-space: nowrap;
}
.navigation-list .dropdown-menu a.active {
	color: #00a8dc;
}

/* Navigation Toggler */
.navigation-toggler {
	position: relative;
	margin: 3rem 0;
	width: 2rem;
	height: 2rem;
	z-index: 2;
}
@media (min-width: 1200px) {
	.navigation-toggler {
		display: none;
	}
}
.navigation-toggler span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #28348a;
}
.navigation-toggler span:nth-child(1),
.navigation-toggler span:nth-child(4) {
	top: calc(25% - 1px);
}
.navigation-toggler span:nth-child(2),
.navigation-toggler span:nth-child(5)  {
	top: calc(50% - 1px);
}
.navigation-toggler span:nth-child(3),
.navigation-toggler span:nth-child(6)  {
	bottom: calc(25% - 1px);
}
.navigation-toggler span:nth-child(1),
.navigation-toggler span:nth-child(2),
.navigation-toggler span:nth-child(3) {
	transform-origin: right center;
	transition: transform 0.5s cubic-bezier(.25,.46,.45,.94);
}
.navigation-toggler span:nth-child(4),
.navigation-toggler span:nth-child(5),
.navigation-toggler span:nth-child(6) {
	transform-origin: left center;
	transform: scaleX(0);
	transition: transform 0.5s cubic-bezier(.25,.46,.45,.94);
}
/*.no-touch*/ .navigation-toggler:hover span:nth-child(1),
/*.no-touch*/ .navigation-toggler:hover span:nth-child(2),
/*.no-touch*/ .navigation-toggler:hover span:nth-child(3) {
	transform: scaleX(0);
}
/*.no-touch*/ .navigation-toggler:hover span:nth-child(4),
/*.no-touch*/ .navigation-toggler:hover span:nth-child(5),
/*.no-touch*/ .navigation-toggler:hover span:nth-child(6) {
	transform: scaleX(1);
}
/*.no-touch*/ .navigation-toggler:hover span:nth-child(1),
.navigation-toggler span:nth-child(4) {
	transition-delay: 0s;
}
/*.no-touch*/ .navigation-toggler:hover span:nth-child(2),
.navigation-toggler span:nth-child(5) {
	transition-delay: 0.125s;
}
/*.no-touch*/ .navigation-toggler:hover span:nth-child(3),
.navigation-toggler span:nth-child(6) {
	transition-delay: 0.25s;
}
.navigation-toggler span:nth-child(1),
/*.no-touch*/ .navigation-toggler:hover span:nth-child(4) {
	transition-delay: 0.25s;
}
.navigation-toggler span:nth-child(2),
/*.no-touch*/ .navigation-toggler:hover span:nth-child(5) {
	transition-delay: 0.375s;
}
.navigation-toggler span:nth-child(3),
/*.no-touch*/ .navigation-toggler:hover span:nth-child(6) {
	transition-delay: 0.5s;
}

.navigation-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff; /*#b2ebf2*/
	z-index: 1000;
	transform: translateX(-100%);
	transition: transform 0.25s cubic-bezier(.25,.46,.45,.94);
}
@media (min-width: 1200px) {
	.navigation-modal {
		display: none;
	}
}
.navigation-modal.open {
	transform: translateX(0);
	overflow-x: hidden;
	overflow-y: auto;
}
.navigation-modal .navigation-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	min-height: 100%;
}
.navigation-modal .navigation-list {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	flex: 0 0 100%;
	max-width: 100%;
	align-self: center;
	padding: 3rem 0;
	opacity: 1;
	visibility: visible;
	text-align: center;
	pointer-events: auto;
}
.navigation-modal .navigation-list > li {
	display: table;
	margin: 2rem auto;
}
.navigation-modal .navigation-list a,
.navigation-modal .navigation-list button {
	font-size: 1rem;
}
.navigation-modal .navigation-list .dropdown-menu a {
	display: block;
}
.modal-closer-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	padding: 0 3.125rem;
	text-align: right;
	pointer-events: none;
}
@media (min-width: 768px) {
	.modal-closer-wrapper {
		max-width: 91.666667%;
		padding-left: 1.5625rem;
		padding-right: 1.5625rem;
	}
}
@media (min-width: 992px) {
	.modal-closer-wrapper {
		max-width: 83.333333%;
		padding: 0;
	}
}
.modal-closer {
	position: relative;
	margin: 3rem 0;
	width: 2rem;
	height: 2rem;
	z-index: 2;
	pointer-events: auto;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s cubic-bezier(.25,.46,.45,.94), visibility 0s cubic-bezier(.25,.46,.45,.94) 0.25s;
	will-change: opacity, visibility;
}
.navigation-modal.open .modal-closer {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.25s cubic-bezier(.25,.46,.45,.94) 0.25s, visibility 0s cubic-bezier(.25,.46,.45,.94) 0.25s;
	will-change: opacity, visibility;
}
.modal-closer > span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #28348a;
	transition: background-color 0.5s cubic-bezier(.25,.46,.45,.94);
}
.modal-closer:hover > span {
	background-color: #00a8dc;
}
.modal-closer > span:nth-child(1) {
	transform: rotate(45deg);
}
.modal-closer > span:nth-child(2) {
	transform: rotate(-45deg);
}
.navigation-modal .sub-menu-title {
	display: inline-block;
	position: relative;
	padding: 1.5rem 0;
	padding-right: 1.5em;
	color: #28348a;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.navigation-modal .sub-menu-title:before {
	display: block;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 0;
	font-family: 'icomoon';
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1;
	content: "\e900";
	pointer-events: none;
}
.navigation-modal .sub-menu a {
	display: block;
	font-size: 0.75rem;
	padding: 0.75rem;
}
.navigation-modal .languages a:not(:last-of-type) {
	margin-right: 1rem;
}

/* Header Content */
.page-title-wrapper {
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	opacity: 0;
	transform: translateY(50%);
	-webkit-transition: -webkit-transform 1s cubic-bezier(.25,.46,.45,.94), opacity 1s cubic-bezier(.25,.46,.45,.94);
			transition: transform 1s cubic-bezier(.25,.46,.45,.94), opacity 1s cubic-bezier(.25,.46,.45,.94);
}
.front-page.fp-responsive .page-title-wrapper {
	padding-bottom: calc(5vh + 2rem);
}
@media (max-width: 767px) {
	.page-title-wrapper {
		padding-left: 1.5625rem;
		padding-right: 1.5625rem;
	}
}
@media (min-width: 992px) {
	.page-title-wrapper {
		margin-left: -1.5625rem;
		margin-right: -1.5625rem;
		width: calc(100% - 3.125rem);
	}
}
@media (min-width: 1200px) {
	.page-title-wrapper {
		width: calc(75% - 3.125rem);
	}
}
@media (min-width: 1500px) {
	.page-title-wrapper {
		width: calc(55% - 3.125rem);
	}
}
.page-title-wrapper > h1 {
	margin-top: 0;
	margin-left: -0.25em;
	margin-right: -0.25em;
	line-height: 1.25;
}
.page-title-wrapper > h1 span:not(.color-light-green) {
	display: inline-block;
	margin-right: -0.25em;
	padding: 0 0.25em 0.15em;
}
@media (max-width: 1199px) {
	.page-title-wrapper > h1 span:not(.color-light-green) {
		background-color: #fff;
	}
}
.page-title-wrapper > .subtitle {
	display: block;
	margin-top: 2rem;
	margin-left: -0.25em;
	margin-right: -0.25em;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.4;
}
.page-title-wrapper > .subtitle span:not(.color-light-green) {
	display: inline-block;
	margin-right: -0.25em;
	padding: 0 0.25em 0.15em;
}
@media (max-width: 1199px) {
	.page-title-wrapper > .subtitle span:not(.color-light-green) {
		background-color: #fff;
	}
}
@media (min-width: 576px) {
	.page-title-wrapper > .subtitle {
		font-size: 1.5625rem;
	}
}
@media (min-width: 992px) {
	.page-title-wrapper > .subtitle {
		font-size: 1.875rem;
	}
}

/* Sections */
section .container,
section .center-content-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: calc(5vh + 2rem);
	padding-bottom: calc(5vh + 2rem);
}
@media (max-width: 767px) {
	.container .col-lg-6,
	.container-fluid .col-lg-6 {
		padding-left: 3.125rem;
		padding-right: 3.125rem;
	}
}
@media (max-width: 991px) {
	section .container .col-lg-6 + .col-lg-6 {
		margin-top: 4rem;
	}
	section:last-of-type .container,
	section:last-of-type .col-lg-6:last-of-type .center-content-wrapper {
		padding-bottom: calc(5vh + 6rem);
	}
}

/* Sections Content */
.section-title {
	margin-bottom: 2rem;
}
.section-title.only-caption {
	margin-bottom: 0.5rem;
}
.section-title .caption {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.section-title .caption + h3 {
	margin-top: 0.5rem;
}
.section-title.only-caption + .section-tabs {
	margin-top: 1rem;
}
.section-content li {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	margin-top: 1rem;
	min-height: 2.5rem;
}
.section-content li > span.li-text {
	display: block;
	margin-top: 1.125rem;
	line-height: 1.25;
}
.section-content li > span.li-number {
	display: block;
	color: #00ade9;
	margin-right: 0.5rem;
	font-size: 2.5rem;
	line-height: 1;
}
.section-image img {
	margin: 0 auto;
	max-width: 35rem;
}
.section-images-grid {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	width: 100%;
}
@media (max-width: 575px) and (min-width: 480px) {
	.section-images-grid {
		justify-content: center;
	}
}

/* Footer Links */
.footer-links {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1rem;
	width: 100%;
	margin: 0 auto;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	text-align: center;
	z-index: 1;
}
@media (min-width: 768px) {
	.footer-links {
		max-width: 91.666667%;
	}
}
@media (min-width: 992px) {
	.footer-links {
		text-align: right;
		bottom: 2rem;
	}
}
.footer-links a {
	margin: 0 0.5rem;
	color: #28348a;
	font-size: 0.875rem;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s cubic-bezier(.25,.46,.45,.94);
			transition: opacity 0.5s cubic-bezier(.25,.46,.45,.94);
}
/*.no-touch*/ .footer-links a:hover {
	color: #28348a;
	opacity: 1;

}


/* Helpers */
.color-white {
	color: #fff;
}
.color-light-blue {
	color: #bae1f0;
}
.color-light-purple {
	color: #535da1;
}
.color-light-green {
	color: #00a8dc;
}

.bg-color-navy-blue {
	background-color: #1976d2;
}
.bg-color-pale-turquoise {
	background-color: #b2ebf2;
}
.bg-color-azure {
	background-color: #effafb;
}

.bg-color-gradient-turquoise-to-purple {
	background: rgb(119,76,236);
	background: -moz-linear-gradient(45deg, rgba(119,76,236,1) 60%, rgba(159,72,205,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(119,76,236,1) 60%,rgba(159,72,205,1) 100%);
	background: linear-gradient(45deg, rgba(119,76,236,1) 60%,rgba(159,72,205,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#774cec', endColorstr='#9f48cd',GradientType=1 );
}
.bg-color-gradient-blue-to-purple {
	background: rgb(81,180,179);
	background: -moz-linear-gradient(45deg, rgba(81,180,179,1) 0%, rgba(119,76,236,1) 40%);
	background: -webkit-linear-gradient(45deg, rgba(81,180,179,1) 0%,rgba(119,76,236,1) 40%);
	background: linear-gradient(45deg, rgba(81,180,179,1) 0%,rgba(119,76,236,1) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b4b3', endColorstr='#774cec',GradientType=1 );
}
.bg-color-gradient-yellow-to-turquoise {
	background: rgb(68,176,101);
	background: -moz-linear-gradient(45deg, rgba(68,176,101,1) 0%, rgba(1,148,133,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(68,176,101,1) 0%,rgba(1,148,133,1) 100%);
	background: linear-gradient(45deg, rgba(68,176,101,1) 0%,rgba(1,148,133,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44b065', endColorstr='#019485',GradientType=1 );
}
.bg-color-gradient-orange-to-purple {
	background: rgb(235,146,104);
	background: -moz-linear-gradient(45deg, rgba(235,146,104,1) 0%, rgba(191,104,162,1) 50%, rgba(159,72,205,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(235,146,104,1) 0%,rgba(191,104,162,1) 50%,rgba(159,72,205,1) 100%);
	background: linear-gradient(45deg, rgba(235,146,104,1) 0%,rgba(191,104,162,1) 50%,rgba(159,72,205,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9268', endColorstr='#9f48cd',GradientType=1 );
}
.bg-color-gradient-darkblue-to-lightblue {
	/*background: rgb(40,52,138);
	background: -moz-linear-gradient(45deg, rgba(40,52,138,1) 0%, rgba(0,168,220,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(40,52,138,1) 0%,rgba(0,168,220,1) 100%);
	background: linear-gradient(45deg, rgba(40,52,138,1) 0%,rgba(0,168,220,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28348a', endColorstr='#00a8dc',GradientType=1 );*/
	background-color: #039be5;
}

.bg-split .container-fluid,
.bg-split .container-fluid > .row {
	height: 100%;
}

.container-helper {
	width: 100%;
}
@media (min-width: 992px) {
	/*.bg-split .container-fluid > .row  > .col-lg-6 {
		height: 100%;
	}*/

	.container-helper > .row > .col-lg-6:first-of-type > .content-helper {
		margin-left: -1.5625rem;
		padding-right: 1.5625rem;
	}
	.container-helper > .row > .col-lg-6:last-of-type > .content-helper {
		margin-right: -1.5625rem;
		padding-left: 1.5625rem;
	}
}

.center-content-wrapper {
	width: 100%;
}
.bg-split .center-content-wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.bg-split .center-content-wrapper {
		width: calc((100% + 3.125rem) * 0.91666667);
		padding-left: 1.5625rem;
		padding-right: 1.5625rem;
	}
}
@media (min-width: 992px) {
	.bg-split .center-content-wrapper {
		width: calc((100% + 3.125rem) * 0.83333333);
	}
}
@media (min-width: 992px) {
	.bg-split .center-content-wrapper.left {
		margin-right: 0;
	}
	.bg-split .center-content-wrapper.right {
		margin-left: 0;
	}
}
.center-content {
	width: 100%;
}

.quote-wrapper {
	margin-bottom: 2rem;
}
.quote {
	display: block;
	position: relative;
	margin-bottom: 0.25em;
	font-size: 1.75rem;
	font-weight: 300;
	line-height: 1.1;
}
.quote:before {
	display: block;
	position: absolute;
	color: #00a8dc;
	font-family: Georgia, serif;
	font-size: 1.75em;
	right: 100%;
	bottom: calc(100% - 0.25em);
	line-height: 0;
	content: "“";
}
@media (min-width: 576px) {
	.quote {
		font-size: 2rem;
	}
	.quote:before {
		font-size: 2em;
	}
}
@media (min-width: 992px) {
	.quote {
		font-size: 2.5rem;
	}
	.quote:before {
		font-size: 2.5em;
	}
}
.author {
	display: inline-block;
	color: #00ade9;
	font-size: 1rem;
}

.svg-wrapper {
	margin: 0 auto;
	width: 100%;
}
@media (min-width: 480px) {
	.svg-wrapper {
		max-width: 62.5%;
	}
}

.image-title {
	display: block;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	flex: 0 0 100%;
	max-width: 100%;
}
.image-block {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 1rem;
	padding: 0;
}
@media (min-width: 480px) {
	.image-block {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media (min-width: 576px) {
	.image-block {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.image-block.max-four {
		flex: 0 0 25%;
		max-width: 25%;
	}
}
.image-tooltip {
	position: absolute;
	padding: 1.525rem;
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
	background-color: #fff;
	border-radius: 1rem;
	font-size: 0.75rem;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s cubic-bezier(.25,.46,.45,.94), visibility 0s linear 0.5s;
			transition: opacity 0.5s cubic-bezier(.25,.46,.45,.94), visibility 0s linear 0.5s;
}
.image-block:hover + .image-tooltip {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s cubic-bezier(.25,.46,.45,.94), visibility 0s linear;
			transition: opacity 0.5s cubic-bezier(.25,.46,.45,.94), visibility 0s linear;
	z-index: 2;
}
.image-tooltip:nth-of-type(1) {
	top: calc(33.333333% - 1.333333rem);
	left: 0;
}
.image-tooltip:nth-of-type(2) {
	left: 50%;
	bottom: calc((100% - 5rem) - (4rem + (0.75rem * 1.6)));
}
.image-tooltip:nth-of-type(3) {
	top: calc(66.666667% - 2.666667rem);
	left: 0;
}
.image-tooltip:nth-of-type(4) {
	left: 50%;
	bottom: calc((66.666667% - 3.333333rem) - (4rem + (0.75rem * 1.6)));
}
.image-tooltip:nth-of-type(5) {
	top: calc(100% - 4rem);
	left: 0;
}
@media (min-width: 480px) {
	.image-tooltip {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.image-tooltip:nth-of-type(1) {
		top: calc(50% - 2rem);
		left: 0;
	}
	.image-tooltip:nth-of-type(2) {
		left: 33.333333%;
		bottom: calc((100% - 5rem) - (4rem + (0.75rem * 1.6)));
	}
	.image-tooltip:nth-of-type(3) {
		top: calc(50% - 2rem);
		left: 66.666667%;
	}
	.image-tooltip:nth-of-type(4) {
		left: 16.666667%;
		bottom: calc((50% - 2.5rem) - (4rem + (0.75rem * 1.6)));
	}
	.image-tooltip:nth-of-type(5) {
		left: 50%;
		top: calc(100% - 4rem);
	}
}
@media (min-width: 576px) {
	.image-tooltip {
		flex: 0 0 calc(20% + 3.125rem);
		max-width: calc(20% + 3.125rem);
	}
	.image-tooltip:nth-of-type(1) {
		top: calc(100% - 4rem);
		left: -1.5625rem;
	}
	.image-tooltip:nth-of-type(2) {
		left: calc(20% - 1.5625rem);
		bottom: calc(100% - 5rem - (4rem + (0.75rem * 1.6)));
	}
	.image-tooltip:nth-of-type(3) {
		top: calc(100% - 4rem);
		left: calc(40% - 1.5625rem);
	}
	.image-tooltip:nth-of-type(4) {
		left: calc(60% - 1.5625rem);
		bottom: calc(100% - 5rem - (4rem + (0.75rem * 1.6)));
	}
	.image-tooltip:nth-of-type(5) {
		top: calc(100% - 4rem);
		left: calc(80% - 1.5625rem);
	}
}

/* Tabs */
.tab-header-wrapper {
	margin-bottom: 2rem;
}
.tab-header {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.tab-header li {
	display: inline-block;
	position: relative;
	margin-bottom: 0.5rem;
	height: 2.25rem;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-transition: background-color 0.5s cubic-bezier(.25,.46,.45,.94);
			transition: background-color 0.5s cubic-bezier(.25,.46,.45,.94);
}
.tab-header li:not(:first-of-type) {
	margin-left: 1.25rem;
}
/*.no-touch*/ .tab-header li:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
.tab-header li.active {
	background-color: #fff;
	pointer-events: none;
}
.tab-header li:not(:first-of-type):before,
.tab-header li:after {
	position: absolute;
	background-color: transparent;
	content: "";
	width: 0;
	height: 0;
	top: 0;
	pointer-events: none;
	-webkit-transition: border-color 0.5s cubic-bezier(.25,.46,.45,.94);
			transition: border-color 0.5s cubic-bezier(.25,.46,.45,.94);
}
.tab-header li:not(:first-of-type):before {
	right: 100%;
	border-top: 1.125rem solid rgba(255, 255, 255, 0.25);
	border-bottom: 1.125rem solid rgba(255, 255, 255, 0.25);
	border-left: 0.75rem solid transparent;
}
.tab-header li:after {
	left: 100%;
	border-top: 1.125rem solid transparent;
	border-bottom: 1.125rem solid transparent;
	border-left: 0.75rem solid rgba(255, 255, 255, 0.25);
}
/*.no-touch*/ .tab-header li:hover:before {
	border-top: 1.125rem solid rgba(255, 255, 255, 0.5);
	border-bottom: 1.125rem solid rgba(255, 255, 255, 0.5);
}
/*.no-touch*/ .tab-header li:hover:after {
	border-left: 0.75rem solid rgba(255, 255, 255, 0.5);
}
.tab-header li.active:before {
	border-top: 1.125rem solid #fff;
	border-bottom: 1.125rem solid #fff;
}
.tab-header li.active:after {
	border-left: 0.75rem solid #fff;
}
.tab-header li .tab-link {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.75rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
}
.tab-header li.active .tab-link {
	color: #00a8dc;
}

.tab-header li .tab-link > span:nth-of-type(1) {
	display: block;
}
.tab-header li .tab-link > span:nth-of-type(2) {
	display: none;
}
@media (min-width: 1440px) {
	.tab-header li .tab-link > span:nth-of-type(1) {
		display: none;
	}
	.tab-header li .tab-link > span:nth-of-type(2) {
		display: block;
	}
	.tab-pane-content > h3 {
		display: none;
	}
}

.tab-content-wrapper {
	position: relative;
}
/*.tab-pane {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s cubic-bezier(.25,.46,.45,.94), visibility 0s cubic-bezier(.25,.46,.45,.94) 0.25s;
}
.tab-pane.active {
	position: relative;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.25s cubic-bezier(.25,.46,.45,.94) 0.25s, visibility 0s cubic-bezier(.25,.46,.45,.94) 0.25s;
}*/
.tab-pane-content {
	margin: 0 auto;
	max-width: 30rem;
}

/* Contact Slider */
.contact-carousel {
	position: relative;
	margin-left: -3.125rem;
	margin-right: -3.125rem;
	width: calc(100% + 6.25rem);
	height: 100%;
}
@media (min-width: 768px) {
	.contact-carousel {
		margin-left: -1.5625rem;
		margin-right: -1.5625rem;
		width: calc(100% + 3.125rem);
	}
}
.contact-carousel.owl-carousel .owl-stage-outer {
	height: 100%;
}
.contact-carousel.owl-carousel .owl-stage {
	height: 100%;
}
.contact-carousel.owl-carousel .owl-item {
	height: 100%;
}
.contact-slide {
	height: 100%;
}
.contact-slide-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.contact-slide-background.munich {
	background-image: url('img/munchen.jpg');
}
.contact-slide-background.zagreb {
	background-image: url('img/zagreb.jpg');
}
.contact-slide-background.belgrade {
	background-image: url('img/belgrade.jpg');
}
.contact-slide-background:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: -moz-linear-gradient(45deg, rgba(40,52,138,0.75) 0%, rgba(0,168,220,0.75) 100%);
	background: -webkit-linear-gradient(45deg, rgba(40,52,138,0.75) 0%,rgba(0,168,220,0.75) 100%);
	background: linear-gradient(45deg, rgba(40,52,138,0.75) 0%,rgba(0,168,220,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf28348a', endColorstr='#bf00a8dc',GradientType=1 );;*/
	background-color: rgba(0,168,220,0.75);
	content: "";
}
.contact-slide-content {
	position: relative;
	padding: 10rem 1.5625rem 4rem;
	width: 100%;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
}
@media(min-width: 992px) {
	.contact-slide-content {
		top: 50%;
		transform: translateY(-50%);
	}
}
.contact-slide-content a {
	color: #fff;
}
.contact-slide-content a:hover {
	color: #28348a;
}

.contact-carousel-dots {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	padding: 2rem 1.5625rem;
	width: 100%;
	text-align: center;
	justify-content: center;
}
.carousel-dot {
	display: inline-block;
	margin-bottom: 0.5rem
}
.carousel-dot:not(:last-of-type) {
	position: relative;
	margin-right: 3rem;
}
.carousel-dot:not(:last-of-type):before {
	position: absolute;
	top: calc(50% - 0.1875rem);
	right: -1.6875rem;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	background-color: #fff;
	content: "";
}
.carousel-dot button {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
}
@media (min-width: 576px) {
	.carousel-dot button {
		font-size: 1.5625rem;
	}
}
@media (min-width: 992px) {
	.carousel-dot button {
		font-size: 1.875rem;
	}
}
.carousel-dot button:hover,
.carousel-dot.active button {
	color: #28348a;
}
.carousel-dot.active button {
	pointer-events: none;
}

/* Animations */
.animated  {
	-webkit-animation-duration: 1000 ms;
	animation-duration: 1000 ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-animated-out {
	z-index: 1;
}
.owl-animated-in {
	z-index: 0;
}
.fadeOut  {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.fadeIn  {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

body:not(.fp-responsive) .fp-animate {
	opacity: 0;
	transform: translateY(50%);
	transition: opacity 0.5s cubic-bezier(.25,.46,.45,.94) 0.75s, transform 0.5s cubic-bezier(.25,.46,.45,.94) 0.75s;
}
body:not(.fp-responsive) .fp-section.active.fp-completely .fp-animate {
	opacity: 1;
	transform: translateY(0) !important;
	transition: opacity 1s cubic-bezier(.25,.46,.45,.94), transform 1s cubic-bezier(.25,.46,.45,.94);
}

/* Simple Page */
body.simple-page {
	background-color: #effafb;
}
.no-touch.scroll body.simple-page.modal-open header {
	padding-right: 17px;
}
.no-touch.scroll body.simple-page .modal-closer {
	margin-right: 17px;
}
.simple-page header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.simple-page section {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	padding-top: 8rem;
}
@media (min-width: 1200px) {
	.simple-page section {
		padding-top: calc(5vh + 7.75rem);
		padding-bottom: calc(5vh + 7.75rem);
	}
}
.simple-page section .container {
	height: auto;
	min-height: auto;
}