/*
Site Name: Hello City HTML Site v2.0
Author: google@gmail.com
Author URI: https://google.com
Description: Company
Version: 2.0
*/

@font-face {
    font-family: 'axiforma';
    src: url('../fonts/kastelov__axiforma_regular-webfont.woff') format('woff'),
         url('../fonts/kastelov__axiforma_regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'axiforma';
    src: url('../fonts/kastelov__axiforma_medium-webfont.woff') format('woff'),
         url('../fonts/kastelov__axiforma_medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'axiforma';
    src: url('../fonts/kastelov__axiforma_semibold-webfont.woff') format('woff'),
         url('../fonts/kastelov__axiforma_semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'axiforma';
    src: url('../fonts/kastelov__axiforma_bold-webfont.woff') format('woff'),
         url('../fonts/kastelov__axiforma_bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'axiforma';
    src: url('../fonts/kastelov__axiforma_extrabold-webfont.woff') format('woff'),
         url('../fonts/kastelov__axiforma_extrabold-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'axiforma';
    src: url('../fonts/kastelov__axiforma_black-webfont.woff') format('woff'),
         url('../fonts/kastelov__axiforma_black-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

:root {
	--f_axiforma: 'axiforma';
	--f_montserrat: 'Montserrat', sans-serif;

	--c_black: #000000;
	--c_blue: #00a5d0;
	--c_red: #e30045;
	--c_orange: #fb9500;
	--c_orange_dark: #f44336;
	--c_violet: #a84c99;
	--c_navy: #113B85;
	--c_gray: #F4F4F4;
}	

* {
	border:none;
	background:transparent;
	margin:0;
	padding:0;
	outline:0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.0);
}

/* core */
html {
	background:#fff;
	color: #000;
}

body {	
	font-family: var(--f_axiforma);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;	
	line-height: 140%;
	text-align:left;
	color:#fff;
	padding:0;
	margin:0;
	background-color: #fff;
}

body.overflow {	
	overflow:hidden;
}

h1, h2, h3, h4, h5, h6, input, textarea {
	font-family: var(--f_axiforma);
}

img {
	max-width:100%;
	height:auto;
}

strong {
	font-weight:700;
}

/* core modifiers */
h1 .blue, h2 .blue, h3 .blue, h4 .blue, h5 .blue, h6 .blue {
	color: var(--c_blue);
}

h1 .red, h2 .red, h3 .red, h4 .red, h5 .red, h6 .red {
	color: var(--c_red);
}

h1 .orange, h2 .orange, h3 .orange, h4 .orange, h5 .orange, h6 .orange {
	color: var(--c_orange);
}

/* master */
.master {
	display:block;
	box-sizing: border-box;
	padding:0;
	margin:0;
	overflow:hidden;
	position:relative;
}

/* menu desktop */
.ps-menu-desktop {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	padding: 0;
	margin: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	transition: all 0.2s ease-out;
}

.ps-menu-desktop.sticky {
	background-color: #000;
}

.ps-menu-desktop .st-bleed {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 80px;
	margin: 0;
}

.ps-menu-desktop .st-cnt {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.ps-menu-desktop .st-cnt .logo {
	display: block;
	box-sizing: border-box;
	width: 160px;
	height: 80px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 120;
	transition: all 0.2s ease-out;
}

.ps-menu-desktop.sticky .st-cnt .logo {
	width: 96px;
	height: 48px;
	top: 20px;
}

.ps-menu-desktop .st-cnt .logo a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.ps-menu-desktop .st-cnt .logo a svg {
	width: 100%;
	height: 100%;
	fill:#fff;
}

.ps-menu-desktop.white-baner .st-cnt .logo a svg {
	fill:#000;
}

.ps-menu-desktop.sticky .st-cnt .logo a svg,
.ps-menu-desktop.sticky.white-baner .st-cnt .logo a svg {
	fill:#fff;
}

.ps-menu-desktop .st-cnt .logo-poznan {
	display: block;
	box-sizing: border-box;
	width: 160px;
	height: 80px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 220px;
	top: 24px;
	z-index: 120;
	transition: all 0.2s ease-out;
}

.ps-menu-desktop.sticky .st-cnt .logo-poznan {
	width: 96px;
	height: 48px;
	top: 15px;
	left: 130px;
}

.ps-menu-desktop .st-cnt .logo-poznan a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.ps-menu-desktop .st-cnt .logo-poznan a svg {
	width: 100%;
	height: 100%;
	fill:#fff;
}

.ps-menu-desktop .st-cnt .logo-poznan a svg .st0 {
	fill:#fff;
}

.ps-menu-desktop .st-cnt .logo-poznan a svg .st1 {
	fill:#d0d0d0;
}

.ps-menu-desktop.white-baner .st-cnt .logo-poznan a svg,
.ps-menu-desktop.white-baner .st-cnt .logo-poznan a svg .st0,
.ps-menu-desktop.white-baner .st-cnt .logo-poznan a svg .st1 {
	fill:#000;
}

.ps-menu-desktop.sticky .st-cnt .logo-poznan a svg,
.ps-menu-desktop.sticky.white-baner .st-cnt .logo-poznan a svg,
.ps-menu-desktop.sticky.white-baner .st-cnt .logo-poznan a svg .st0,
.ps-menu-desktop.sticky.white-baner .st-cnt .logo-poznan a svg .st1 {
	fill:#fff;
}

.ps-menu-desktop .navigation {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 30px;
}

.ps-menu-desktop .navigation ul.menu {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.ps-menu-desktop .navigation ul.menu li {
	display: block;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	white-space: nowrap;
	color:#fff;
	padding: 0;
	margin: 0 64px 0 0;
	position: relative;
}

.ps-menu-desktop.white-baner .navigation ul.menu li {
	color:#000;
}

.ps-menu-desktop.white-baner.sticky .navigation ul.menu li,
.ps-menu-desktop.sticky .navigation ul.menu li {
	color:#fff;
}

.ps-menu-desktop .navigation ul.menu li:last-child {
	margin: 0;
}

.ps-menu-desktop .navigation ul.menu li a {
	text-decoration: none;
	color: inherit;
	cursor: default;
}

.ps-menu-desktop .navigation ul.menu li span {
	cursor: pointer;
}

.ps-menu-desktop .navigation ul.menu li ul {
	display: none;
	box-sizing: border-box;
	padding: 24px 16px;
	margin: 0;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 8px 8px 2px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: -16px;
	bottom: -20px;
	transform: translateY(100%);
}

.ps-menu-desktop .navigation ul.menu li ul:before {
	content:'';
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 20px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top:0;
	transform: translateY(-100%);
	background-color: transparent;	
}

.ps-menu-desktop .navigation ul.menu li:hover ul {
	display: block;
}

.ps-menu-desktop .navigation ul.menu li ul li {
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	text-align: left;
	white-space: nowrap;
	color:#000;
	padding: 0;
	margin: 0 0 18px 0;
	position: relative;
}

.ps-menu-desktop.white-baner.sticky .navigation ul.menu li ul li,
.ps-menu-desktop.sticky .navigation ul.menu li ul li {
	color:#000;
}

.ps-menu-desktop .navigation ul.menu li ul li:last-child {
	margin: 0;
}

.ps-menu-desktop .navigation ul.menu li ul li a {
	text-decoration: none;
	color: inherit;
	transition: all 0.2s ease-out;
	text-shadow: 0 0px 1px rgba(0,0,0,0.0);
	cursor: pointer;
}

.ps-menu-desktop .navigation ul.menu li ul li a:hover {
	text-shadow: 0 0px 1px rgba(0,0,0,0.2);
	color:var(--c_orange);
}

@media only screen and (max-width: 1540px) { 
	.ps-menu-desktop .st-bleed {
		padding: 0 20px;
	}	
}

@media only screen and (max-width: 960px) { 
	.ps-menu-desktop {
		display: none;
	}	
}

/* menu mobile */
.ps-menu-mobile {
	display: none;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 0;
	margin: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	transition: all 0.2s ease-out;
	background-color: transparent;
}

.ps-menu-mobile .logo {
	display: block;
	box-sizing: border-box;	
	width: 160px;
	height: 80px;
	position: absolute;
	left: 20px;
	top: 30px;
	padding: 0;
	margin: 0;
	opacity: 1.0;	
	transition: all 0.2s ease-out;
	z-index: 120;
}

.ps-menu-mobile.sticky .logo {
	opacity:0.0;
	pointer-events: none;
}

.ps-menu-mobile.open .logo {
	display: none;
}

.ps-menu-mobile .logo a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.ps-menu-mobile .logo a svg {
	width: 100%;
	height: 100%;
	fill:#fff;
}

.ps-menu-mobile.white-baner .logo a svg {
	fill:#000;
}

.ps-menu-mobile .logo-poznan {
	display: block;
	box-sizing: border-box;
	width: 160px;
	height: 80px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 240px;
	top: 24px;
	z-index: 120;
	transition: all 0.2s ease-out;
}

.ps-menu-mobile.sticky .logo-poznan {
	opacity:0.0;
	pointer-events: none;
}

.ps-menu-mobile .logo-poznan a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.ps-menu-mobile .logo-poznan a svg {
	width: 100%;
	height: 100%;
	fill:#fff;
}

.ps-menu-mobile .logo-poznan a svg .st0 {
	fill:#fff;
}

.ps-menu-mobile .logo-poznan a svg .st1 {
	fill:#d0d0d0;
}

.ps-menu-mobile.white-baner .logo-poznan a svg,
.ps-menu-mobile.white-baner .logo-poznan a svg .st0,
.ps-menu-mobile.white-baner .logo-poznan a svg .st1 {
	fill:#000;
}

.ps-menu-mobile.sticky .logo-poznan a svg,
.ps-menu-mobile.sticky .logo-poznan a svg .st0,
.ps-menu-mobile.sticky .logo-poznan a svg .st1 {
	fill:#fff;
}

.ps-menu-mobile .btn-trigger {
	display: block;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 20px;
	top: 30px;
	user-select: none;
	cursor: pointer;
	z-index: 120;
}

.ps-menu-mobile .btn-trigger .icon-hamburger {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;	
}

.ps-menu-mobile.open .btn-trigger .icon-hamburger {
	display: none;
}

.ps-menu-mobile .btn-trigger .icon-close {
	display: none;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.ps-menu-mobile.open .btn-trigger .icon-close {
	display: block;
}

.ps-menu-mobile .btn-trigger .icon-hamburger svg,
.ps-menu-mobile .btn-trigger .icon-close svg {
	width: 100%;
	height: 100%;
	fill:#fff;
	transition: all 0.2s ease-out;
}

.ps-menu-mobile.white-baner .btn-trigger .icon-hamburger svg,
.ps-menu-mobile.white-baner .btn-trigger .icon-close svg {
	fill:#000;
}

.ps-menu-mobile.open .btn-trigger .icon-hamburger svg,
.ps-menu-mobile.open .btn-trigger .icon-close svg {
	fill:#fff;
}

.ps-menu-mobile:not(.open) .btn-trigger.black .icon-hamburger svg,
.ps-menu-mobile:not(.open) .btn-trigger.black .icon-close svg {
	fill:#000;
}

.ps-menu-mobile:not(.open) .btn-trigger.white .icon-hamburger svg,
.ps-menu-mobile:not(.open) .btn-trigger.white .icon-close svg {
	fill:#fff;
}

.ps-menu-mobile .navigation {
	display: none;
	box-sizing: border-box;
	width: 100vw;
	height: 100vh;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;	
	z-index: 110;
}

.ps-menu-mobile.open .navigation {
	display: block;
}

.ps-menu-mobile .navigation .inner-bg {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;	
	padding: 0;
	margin: 0;
	background-color: rgba(0,0,0,1.0);
	position: absolute;
	left: 0;
	top: 0;
}

.ps-menu-mobile .navigation .inner {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 120px 0 0 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;	
}

.ps-menu-mobile .navigation .logo {
	display: block;
	box-sizing: border-box;	
	width: 112px;
	height: 56px;
	position: absolute;
	left: 20px;
	top: 30px;
	padding: 0;
	margin: 0;
	opacity: 1.0;	
	transition: all 0.2s ease-out;
	z-index: 120;
}

.ps-menu-mobile .navigation .logo a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-image:url(../images/svg/site_logo_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;	
}

.ps-menu-mobile .navigation .menu-name {
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	margin: 0;
}

.ps-menu-mobile .navigation .menu-name .name {
	display: block;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 700;
	line-height: 100%;
	text-align: left;
	color:#fff;
	padding: 0;
	margin: 0 0 10px 0;
}

.ps-menu-mobile .navigation .menu-name .name a {
	text-decoration: none;
	color: inherit;
	transition: all 0.2s ease-out;
	pointer-events: none;
}

.ps-menu-mobile .navigation .menu-name .name a.touch,
.notouch .ps-menu-mobile .navigation .menu-name .name a:hover {
	color:var(--c_orange);
}


.ps-menu-mobile .navigation ul.menu {
	display: block;
	box-sizing: border-box;
	padding: 0 20px 0 28px;
	margin: 0 0 30px 0;
}

.ps-menu-mobile .navigation ul.menu:last-child {
	margin: 0;
}

.ps-menu-mobile .navigation ul.menu li {
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #eee;
	padding: 0;
	margin: 0 0 10px 0;
}

.ps-menu-mobile .navigation ul.menu li:last-child {
	margin: 0;
}

.ps-menu-mobile .navigation ul.menu li a {
	text-decoration: none;
	color: inherit;
	transition: all 0.2s ease-out;
}

.ps-menu-mobile .navigation ul.menu li a.touch,
.notouch .ps-menu-mobile .navigation ul.menu li a:hover {
	color:var(--c_orange);
}

.ps-menu-mobile .navigation .separator {
	display: block;
	box-sizing: border-box;
	height: 20px;
	padding: 0;
	margin: 0;
}

@media only screen and (max-width: 960px) { 
	.ps-menu-mobile {
		display: block;
	}	
}

@media only screen and (max-width: 768px) { 

	.ps-menu-mobile .logo {
		width: 112px;
		height: 56px;
	}

	.ps-menu-mobile .logo-poznan {
		width: 112px;
		height: 56px;
		left: 160px;
	}	
}

@media only screen and (max-width: 480px) { 

	.ps-menu-mobile .logo {
		width: 90px;
		height: 45px;
	}

	.ps-menu-mobile .logo-poznan {
		width: 90px;
		height: 45px;
		left: 130px;
	}	
}

/* footer */
.ps-footer {
	display:block;
	box-sizing:border-box;
	width:100%;	
	padding:0;
	margin:0;
	background-color:#000000;
}

.ps-footer .st-bleed{
	display:block;
	box-sizing:border-box;
	padding:0 20px;
	margin:0;
}

.ps-footer .st-cnt {
	display:block;
	box-sizing:border-box;
	max-width:1360px;
	padding:60px 0 60px 0;
	margin:0 auto;
}

.ps-footer .main-cols {
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	box-sizing: border-box;
	max-width:1100px;
	padding: 0;
	margin: 0 auto 0 auto;
}

.ps-footer .main-cols .col-one {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.ps-footer .main-cols .col-one .inner-cnt {
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	box-sizing: border-box;
	height:100%;
	padding: 0;
	margin:0;
}

.ps-footer .main-cols .col-one .inner-cnt .website {
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0 0 28px 0;
	margin:0 0 28px 0;
	border-bottom:1px solid #333;
}

.ps-footer .main-cols .col-one .inner-cnt .website:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

.ps-footer .main-cols .col-one .inner-cnt .website .logo {
	display:block;
	box-sizing:border-box;
	width:130px;
	height:64px;
	line-height:0;
	padding:0;
	margin:0 auto;
	background-image:url(../images/svg/site_logo_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	cursor: pointer;
}

.ps-footer .main-cols .col-one .inner-cnt .leader {
	display:none;
	box-sizing:border-box;
	width:100%;
	padding:0 0 28px 0;
	margin:0 0 28px 0;
	border-bottom:1px solid #333;
}

.ps-footer .main-cols .col-one .inner-cnt .leader:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

.ps-footer .main-cols .col-one .inner-cnt .leader .logo {
	display:block;
	box-sizing:border-box;
	width:150px;
	height:50px;
	line-height:0;
	padding:0;
	margin:0 auto;
	background-image:url(../images/svg/development_leader_logo_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.ps-footer .main-cols .col-one .inner-cnt .inea {
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
}

.ps-footer .main-cols .col-one .inner-cnt .inea .logo {
	display:block;
	box-sizing:border-box;
	width:120px;
	height:44px;
	line-height:0;
	padding:0;
	margin:0 auto;
	background-image:url(../images/svg/inea_logo_big_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.ps-footer .main-cols .col-two {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.ps-footer .main-cols .col-three {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.ps-footer .main-cols .col-four {	
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.ps-footer .main-cols .col-four .inner-cnt {	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	height: 100%;
	padding: 0;
	margin: 0;
}

.ps-footer .main-cols .col-four .corpo-address {
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
	color: #888;
	padding: 0;
	margin: auto 0 auto 0;
}

.ps-footer .main-cols .col-four .corpo-copyright {
	align-self: flex-end;
	display: block;	
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
	white-space: nowrap;
	color: #888;	
	padding: 0;
	margin: auto 0 0 0;
}

.ps-footer .main-cols .small-title {
	display: block;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 700;
	line-height: 125%;
	text-align: left;
	color: #fff;
	padding: 0;
	margin: 0 0 25px 0;
}

.ps-footer .main-cols .small-title:last-child {
	margin:0;
}

.ps-footer .main-cols ul.links {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin:0 0 32px 0;
	list-style-type: none;
}

.ps-footer .main-cols ul.links:last-child {
	margin: 0;
}

.ps-footer .main-cols ul.links li {
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	text-align: left;
	color: #fff;	
	padding: 0;
	margin: 0 0 14px 0;
}

.ps-footer .main-cols ul.links li:last-child {
	margin: 0;
}

.ps-footer .main-cols ul.links li.icon {
	padding: 0 0 0 36px;
	position: relative;
}

.ps-footer .main-cols ul.links li.icon:after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-size: 16px 16px;		
	background-position: center center;
	position: absolute;
	left: 4px;
	top: 50%;	
}

.ps-footer .main-cols ul.links li.icon.phone:after {
	background-image:url(../images/svg/icon_phone.svg);
	transform: translateY(-10px);
}

.ps-footer .main-cols ul.links li.icon.mail:after {
	background-image:url(../images/svg/icon_mail.svg);
	transform: translateY(-9px);
}

.ps-footer .main-cols ul.links li a {
	text-decoration: none;
	color:inherit;
	transition: all 0.2s ease-out;	
}

.ps-footer .main-cols ul.links li a:hover {
	color: var(--c_orange);
}

@media only screen and (max-width: 960px) { 

	.ps-footer .main-cols {
		flex-wrap: wrap;
	}

	.ps-footer .main-cols .col-one {
		margin:0 0 50px 0;
	}

	.ps-footer .main-cols .col-two {
		margin:0 0 50px 0;
	}

	.ps-footer .main-cols .col-three {
		margin:0 0 50px 0;
	}

	.ps-footer .main-cols .col-four {	
		width: 100%;
	}

	.ps-footer .main-cols .col-four .corpo-address {
		margin: 0 0 32px 0;
	}

	.ps-footer .main-cols .col-four .corpo-copyright {
		align-self: flex-start;
		margin: 0;
	}	
}

@media only screen and (max-width: 768px) {

	.ps-footer .main-cols .col-one {
		width: 100%;
	}

	.ps-footer .main-cols .col-one .inner-cnt {
		align-items: flex-start;
	}

	.ps-footer .main-cols .col-one .inner-cnt .website {
		width:auto;
	}

	.ps-footer .main-cols .col-one .inner-cnt .website .logo {
		width:117px;
		height:58px;
	}

	.ps-footer .main-cols .col-one .inner-cnt .leader {
		width:auto;
	}

	.ps-footer .main-cols .col-one .inner-cnt .leader .logo {
		width:135px;
		height:45px;
	}

	.ps-footer .main-cols .col-one .inner-cnt .inea {
		width:auto;
	}

	.ps-footer .main-cols .col-one .inner-cnt .inea .logo {
		width:108px;
		height:40px;
	}

	.ps-footer .main-cols .col-two {
		width: 100%;
	}

	.ps-footer .main-cols .col-three {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {

	.ps-footer .main-cols .col-one .inner-cnt .website {
		padding:0 0 20px 0;
		margin:0 0 20px 0;
	}

	.ps-footer .main-cols .col-one .inner-cnt .website .logo {
		width:104px;
		height:52px;
	}

	.ps-footer .main-cols .col-one .inner-cnt .leader {
		padding:0 0 20px 0;
		margin:0 0 20px 0;
	}

	.ps-footer .main-cols .col-one .inner-cnt .leader .logo {
		width:120px;
		height:40px;
	}

	.ps-footer .main-cols .col-one .inner-cnt .inea .logo {
		width:96px;
		height:36px;
	}		
}

@media only screen and (max-width: 400px) {

	.ps-footer .main-cols .col-one .inner-cnt .website {
		width:100%;
	}

	.ps-footer .main-cols .col-one .inner-cnt .website .logo {
		margin: 0;
	}

	.ps-footer .main-cols .col-one .inner-cnt .leader {
		width:100%;
	}

	.ps-footer .main-cols .col-one .inner-cnt .leader .logo {
		margin: 0;
	}		
}

/* footer sensors */
.ps-footer-sensors {
	display:block;
	box-sizing:border-box;
	width:100%;	
	padding:0;
	margin:0;
	background-color:#000000;
}

.ps-footer-sensors .st-bleed{
	display:block;
	box-sizing:border-box;
	padding:0 20px;
	margin:0;
}

.ps-footer-sensors .st-cnt {
	display:block;
	box-sizing:border-box;
	max-width:1220px;
	padding:60px 0 60px 0;
	margin:0 auto;
}

.ps-footer-sensors .main-cols {
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	box-sizing: border-box;
	max-width:1100px;
	padding: 0;
	margin: 0 auto 32px auto;
}

.ps-footer-sensors .main-cols .col-one {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.ps-footer-sensors .main-cols .col-one .inner-cnt {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	box-sizing: border-box;
	padding: 0;
	margin:0;
}

.ps-footer-sensors .main-cols .col-one .inner-cnt .website {
	display:block;
	box-sizing:border-box;
	padding:0 48px 0 0;
	margin:0 48px 0 0;
	border-right:1px solid #333;
}

.ps-footer-sensors .main-cols .col-one .inner-cnt .website .logo {
	display:block;
	box-sizing:border-box;
	width:130px;
	height:64px;
	line-height:0;
	padding:0;
	margin:0;
	background-image:url(../images/svg/site_logo_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	cursor: pointer;
}

.ps-footer-sensors .main-cols .col-one .inner-cnt .inea {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.ps-footer-sensors .main-cols .col-one .inner-cnt .inea .logo {
	display:block;
	box-sizing:border-box;
	width:120px;
	height:44px;
	line-height:0;
	padding:0;
	margin:0;
	background-image:url(../images/svg/inea_logo_big_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.ps-footer-sensors .main-cols .col-three {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0 80px 0 auto;
}

.ps-footer-sensors .main-cols .col-four {	
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.ps-footer-sensors .main-cols .col-four .corpo-address {
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
	color: #888;
	padding: 0;
	margin: auto 0 auto 0;
}

.ps-footer-sensors .main-cols .col-four .corpo-address.icon {
	padding: 0 0 0 36px;
	position: relative;
}

.ps-footer-sensors .main-cols .col-four .corpo-address.icon:after {
	content: '';
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-size: 16px 16px;		
	background-position: center center;
	position: absolute;
	left: 4px;
	top: 0;	
}

.ps-footer-sensors .main-cols .col-four .corpo-address.icon.pointer:after {
	width: 16px;
	height: 20px;
	background-image:url(../images/svg/icon_pointer.svg);
}

.ps-footer-sensors .corpo-copyright {
	display: block;	
	box-sizing: border-box;
	max-width: 1100px;
	font-size: 12px;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
	white-space: nowrap;
	color: #888;	
	padding: 0;
	margin: 0 auto 0 auto;
}

.ps-footer-sensors .main-cols .small-title {
	display: block;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 700;
	line-height: 125%;
	text-align: left;
	color: #fff;
	padding: 0;
	margin: 0 0 25px 0;
}

.ps-footer-sensors .main-cols .small-title:last-child {
	margin:0;
}

.ps-footer-sensors .main-cols ul.links {
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin:0 0 32px 0;
	list-style-type: none;
}

.ps-footer-sensors .main-cols ul.links:last-child {
	margin: 0;
}

.ps-footer-sensors .main-cols ul.links li {
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	text-align: left;
	color: #fff;	
	padding: 0;
	margin: 0 0 14px 0;
}

.ps-footer-sensors .main-cols ul.links li:last-child {
	margin: 0;
}

.ps-footer-sensors .main-cols ul.links li.icon {
	padding: 0 0 0 36px;
	position: relative;
}

.ps-footer-sensors .main-cols ul.links li.icon:after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-size: 16px 16px;		
	background-position: center center;
	position: absolute;
	left: 4px;
	top: 50%;	
}

.ps-footer-sensors .main-cols ul.links li.icon.phone:after {
	background-image:url(../images/svg/icon_phone.svg);
	transform: translateY(-10px);
}

.ps-footer-sensors .main-cols ul.links li.icon.mail:after {
	background-image:url(../images/svg/icon_mail.svg);
	transform: translateY(-9px);
}

.ps-footer-sensors .main-cols ul.links li.icon.pointer:after {
	background-image:url(../images/svg/icon_pointer.svg);
	transform: translateY(-9px);
}

.ps-footer-sensors .main-cols ul.links li a {
	text-decoration: none;
	color:inherit;
	transition: all 0.2s ease-out;	
}

.ps-footer-sensors .main-cols ul.links li a:hover {
	color: var(--c_orange);
}

@media only screen and (max-width: 960px) { 

	.ps-footer-sensors .main-cols {
		flex-wrap: wrap;
	}

	.ps-footer-sensors .main-cols .col-one {
		margin:0 0 32px 0;
	}

	.ps-footer-sensors .main-cols .col-three {
		width: 100%;
		margin:0 0 32px 0;
	}

	.ps-footer-sensors .main-cols .col-four {	
		width: 100%;
	}

	.ps-footer-sensors .corpo-copyright {
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {

	.ps-footer-sensors .main-cols .col-one {
		width: 100%;
	}

	.ps-footer-sensors .main-cols .col-one .inner-cnt .website .logo {
		width:117px;
		height:58px;
	}

	.ps-footer-sensors .main-cols .col-one .inner-cnt .inea .logo {
		width:108px;
		height:40px;
	}

	.ps-footer-sensors .main-cols .col-three {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {

	.ps-footer-sensors .main-cols .col-one .inner-cnt .website {
		padding:0 20px 0 0;
		margin:0 20px 0 0;
	}

	.ps-footer-sensors .main-cols .col-one .inner-cnt .website .logo {
		width:104px;
		height:52px;
	}

	.ps-footer-sensors .main-cols .col-one .inner-cnt .inea .logo {
		width:96px;
		height:36px;
	}		
}

/* fx-button */
.fx-button {
	display:block;
	box-sizing:border-box;
	width:100%;
	height:48px;
	font-size:18px;
	font-weight:700;
	line-height:24px;
	text-align:center;
	color:#fff;
	padding:14px 10px 10px 10px;
	margin:0;	
	border-radius:6px;	
	transition:all 0.2s ease-out;
	cursor: pointer;
	position: relative;
	user-select: none;
}

.fx-button.tip-top {
	border-top-left-radius:0;
}

.fx-button.tip-bottom {
	border-bottom-right-radius:0;
}

.fx-button.orange { 
	background-color:#FB9500;
}

.fx-button.red { 
	background-color:#e30045;
}

.fx-button.white { 
	color:#000;
	background-color:#fff;
}

.fx-button.black { 
	color:#fff;
	background-color:#000;
}

.fx-button.tip-top:before {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 0;
	height: 0;
	border-bottom: 14px solid #000;
	border-right: 14px solid transparent;
	padding: 0;
	margin: 0;
	position:absolute;
	left:0;
	top:-14px;
	transition:all 0.2s ease-out;
}

.fx-button.orange.tip-top:before {
	border-bottom: 14px solid #FB9500;
}

.fx-button.red.tip-top:before {
	border-bottom: 14px solid #e30045;
}

.fx-button.tip-bottom:before {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 0;
	height: 0;
	border-right: 14px solid #000;
	border-bottom: 14px solid transparent;
	padding: 0;
	margin: 0;
	position:absolute;
	right:0;
	bottom:-14px;
	transition:all 0.2s ease-out;
}

.fx-button.white.tip-bottom:before {
	border-right: 14px solid #fff;
}

.fx-button.hover-white.touch,
.notouch .fx-button.hover-white:hover {
	color:#000000;
	background-color:#ffffff;
}

.fx-button.tip-top.hover-white.touch:before,
.notouch .fx-button.tip-top.hover-white:hover:before {
	border-bottom: 14px solid #ffffff;
}

.fx-button.tip-bottom.hover-white.touch:before,
.notouch .fx-button.tip-bottom.hover-white:hover:before {
	border-right: 14px solid #ffffff;
}

.fx-button.hover-black.touch,
.notouch .fx-button.hover-black:hover {
	color:#ffffff;
	background-color:#000000;
}

.fx-button.tip-top.hover-black.touch:before,
.notouch .fx-button.tip-top.hover-black:hover:before {
	border-bottom: 14px solid #000000;
}

.fx-button.hover-gray.touch,
.notouch .fx-button.hover-gray:hover {
	color:#ffffff;
	background-color:#a0a0a0;
}

.fx-button.tip-top.hover-gray.touch:before,
.notouch .fx-button.tip-top.hover-gray:hover:before {
	border-bottom: 14px solid #a0a0a0;
}

.fx-button.hover-blue.touch,
.notouch .fx-button.hover-blue:hover {
	color:#fff;
	background-color:#00a5d0;
}

.fx-button.tip-bottom.hover-blue.touch:before,
.notouch .fx-button.tip-bottom.hover-blue:hover:before {
	border-right: 14px solid #00a5d0;
}

@media only screen and (max-width: 768px) {
	.fx-button {
		height:40px;
		font-size:16px;
		padding:10px 10px 6px 10px;
		border-radius:4px;	
	}
}

@media only screen and (max-width: 480px) {
	.fx-button {
		font-size:14px;
	}
}

/* fx-tabs */
.fx-tabs {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.fx-tabs .navi {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:stretch;
	box-sizing:border-box;
	padding:0;
	margin:0 0 30px 0;
}

.fx-tabs .navi .item {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:center;
	box-sizing:border-box;
	padding:0;
	margin:0 30px 0 0;
	cursor:pointer;
}

.fx-tabs .navi .item:last-child {
	margin:0;
}

.fx-tabs .navi .item .icon {
	display:block;
	box-sizing:border-box;
	width:42px;
	height:42px;
	padding:0;
	margin:0 20px 0 0;
	opacity:0.6;
	transition:all 0.2s ease-out;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;	
}

.fx-tabs .navi .item .icon:last-child {
	margin:0;
}

.fx-tabs .navi .item:not(.active):hover .icon {
	opacity:0.8;
}

.fx-tabs .navi .item.active .icon {
	opacity:1.0;
}

.fx-tabs .navi .item .icon.air-quality {
	background-image: url(../images/svg/features/air_quality.svg);
}
.fx-tabs .navi .item .icon.alert-citizens {
	background-image: url(../images/svg/features/alert_citizens.svg); 
}
.fx-tabs .navi .item .icon.alert-city { 
	background-image: url(../images/svg/features/alert_city.svg);
}
.fx-tabs .navi .item .icon.calendar { 
	background-image: url(../images/svg/features/calendar.svg);
}
.fx-tabs .navi .item .icon.events { 
	background-image: url(../images/svg/features/events.svg);
}
.fx-tabs .navi .item .icon.information { 
	background-image: url(../images/svg/features/information.svg);
}
.fx-tabs .navi .item .icon.more { 
	background-image: url(../images/svg/features/more.svg);
}
.fx-tabs .navi .item .icon.tourism { 
	background-image: url(../images/svg/features/tourism.svg);
}

.fx-tabs .navi .item .name {
	display:block;
	box-sizing:border-box;
	font-size:18px;
	font-weight:700;
	line-height:110%;
	text-align:left;
	color:rgba(255, 255, 255, 0.6);
	padding:0;
	margin:0;
	transition:color 0.2s ease-out;
	position:relative;
	top:2px;
}

.fx-tabs .navi .item:not(.active):hover .name {
	color:rgba(255, 255, 255, 0.8);
}

.fx-tabs .navi .item.active .name {
	color:rgba(255, 255, 255, 1.0);
}

.fx-tabs .tabs {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.fx-tabs .tabs .item {
	display:none;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.fx-tabs .tabs .item.active {
	display:block;
}

.fx-tabs .tabs .item .description {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;	
}

.fx-tabs .tabs .item .description p {
	display:block;
	box-sizing:border-box;
	font-size:16px;
	font-weight:400;
	line-height:140%;
	text-align:left;
	color:#fff;
	padding:0;
	margin:0 0 15px 0;	
}

.fx-tabs .tabs .item .description p:last-child {
	margin:0;
}

@media only screen and (max-width: 768px) {
	.fx-tabs .tabs .item .description p {
		font-size:14px;
	}
}

@media only screen and (max-width: 540px) {
	.fx-tabs .navi .item {
		margin:0 20px 0 0;
	}

	.fx-tabs .navi .item .icon {
		width:36px;
		height:36px;
		margin:0 10px 0 0;
	}

	.fx-tabs .navi .item .name {
		font-size:16px;
	}
}

@media only screen and (max-width: 400px) {

	.fx-tabs .navi {
		justify-content:space-around;
	}

	.fx-tabs .navi .item {
		flex-wrap:wrap;
		justify-content:center;
		margin:0;
	}

	.fx-tabs .navi .item .icon {
		margin:0 0 10px 0;
	}

	.fx-tabs .navi .item .name {
		width:100%;
		text-align:center;
	}
}

@media only screen and (max-width: 360px) {
	.fx-tabs .navi .item .name {
		font-size:15px;
		font-weight:400;
	}
}

/* fx image popup */
.fx-image-popup {
	display:none;
	box-sizing:border-box;
	width:100%;
	height:100%;	
	padding:0;
	margin:0;	
	position:fixed;
	top:0;
	left:0;	
	z-index:1000;
}

.fx-image-popup.display {
	display:block;
}

.fx-image-popup .background {
	display:block;
	box-sizing:border-box;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background-color:rgba(0,0,0,0.8);
	z-index:1010;
	position:absolute;
	left:0;
	top:0;
}

.fx-image-popup .content {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
	box-sizing:border-box;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	z-index:1020;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
}

.fx-image-popup .content .media-holder {
	width:70vw;	
	max-width:1920px;
	max-height:80vh;
	height:auto;
	line-height:0;
	text-align:center;
	cursor:pointer;
	position:relative;
}

.fx-image-popup .content .media-holder .desktop {
	display:block;
	box-sizing:border-box;
	width:100%;
	height:100%;
}

.fx-image-popup .content .media-holder .mobile {
	display:none;
	box-sizing:border-box;
	width:100%;
	height:100%;
}

.fx-image-popup .content .media-holder img {
	max-width:100%;
	max-height:80vh;
}


@media only screen and (max-width: 960px) {

	.fx-image-popup .content .media-holder {
		width:85vw;
	}

	.fx-image-popup .content .media-holder .desktop {
		display:none;
	}

	.fx-image-popup .content .media-holder .mobile {
		display:block;
	}
}

/* fx video popup */
.fx-video-popup {
	display:none;
	box-sizing:border-box;
	width:100%;
	height:100%;	
	padding:0;
	margin:0;	
	position:fixed;
	top:0;
	left:0;	
	z-index:1000;
}

.fx-video-popup.display {
	display:block;
}

.fx-video-popup .background {
	display:block;
	box-sizing:border-box;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background-color:rgba(0,0,0,0.8);
	z-index:1010;
	position:absolute;
	left:0;
	top:0;
}

.fx-video-popup .content {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
	box-sizing:border-box;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	z-index:1020;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
}

.fx-video-popup .content .media-holder {
	width:90vw;	
	max-width:1920px;
	height:auto;
	line-height:0;
	cursor:default;
	position:relative;
}

.fx-video-popup .content .media-holder video {
	width:100%;
}

.fx-video-popup .content .media-holder .btn-close {
	display:block;
	box-sizing:border-box;
	width:12px;
	height:12px;
	position:absolute;
	right:0;
	top:-8px;
	transform:translateY(-100%);
	padding:0;
	margin:0;
	cursor: pointer;
	background-image:url(../images/svg/menu_close_white.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

@media only screen and (max-width: 1366px) {

	.fx-video-popup .content .media-holder {
		width:80vw;
	}
}

@media only screen and (max-width: 1152px) {

	.fx-video-popup .content .media-holder {
		width:75vw;
	}
}

@media only screen and (max-width: 768px) {

	.fx-video-popup .content .media-holder {
		width:80vw;
	}
}

/* fx cookie bar */
.fx-cookie-bar {
	display:none;
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
	position:fixed;
	left:0;
	bottom:0;
	z-index:400;
	background-color:#fff;	
	box-shadow:0 0 0 1px rgba(0,0,0,0.1);
}

.fx-cookie-bar.display {
	display: block;
}

.fx-cookie-bar .btn-close {
	display:block;
	box-sizing:border-box;
	width:16px;
	height:16px;
	padding:0;
	margin:0;
	background-color:#000;
	cursor: pointer;
	background-image:url(../images/svg/menu_close_white.svg);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;	
	position:absolute;
	right:0;
	top:0;
	transform:translateY(-100%);
}

.fx-cookie-bar .st-bleed {
	display:block;
	box-sizing:border-box;
	padding:0 20px;
	margin:0;
}

.fx-cookie-bar .st-cnt {
	display:block;
	box-sizing:border-box;
	max-width:1100px;
	padding:50px 0 40px 0;
	margin:0 auto;	
}

.fx-cookie-bar .main-cols {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:center;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.fx-cookie-bar .main-cols .col-left {
	flex-grow:0;
	flex-shrink:0;
	display:block;
	box-sizing:border-box;
	width:160px;
	padding:0;
	margin:0;
}

.fx-cookie-bar .main-cols .col-left .site-logo {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.fx-cookie-bar .main-cols .col-left .site-logo:last-child {
	margin:0;
}

.fx-cookie-bar .main-cols .col-left .site-logo .logo {
	display:block;
	box-sizing:border-box;
	width:160px;
	height:80px;
	line-height:0;
	padding:0;
	margin:0;
	background-image:url(../images/svg/site_logo_black.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	cursor: pointer;
}

.fx-cookie-bar .main-cols .col-middle {
	flex-grow:1;
	display:block;
	box-sizing:border-box;
	padding:0 60px 0 30px;
	margin:0;
}

.fx-cookie-bar .main-cols .col-middle .title {
	display:block;
	box-sizing:border-box;
	font-size:18px;
	font-weight:700;
	line-height:120%;
	text-align:left;
	color:#000;
	padding:0;
	margin:0 0 10px 0;
}

.fx-cookie-bar .main-cols .col-middle .description {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;	
}

.fx-cookie-bar .main-cols .col-middle .description p {
	display:block;
	box-sizing:border-box;
	font-size:12px;
	font-weight:400;
	line-height:140%;
	text-align:left;
	color:#000;
	padding:0;
	margin:0 0 10px 0;	
}

.fx-cookie-bar .main-cols .col-middle .description p:last-child {
	margin:0;
}

.fx-cookie-bar .main-cols .col-middle .description a {
	color:#fa9500;
	text-decoration:none;
	transition:all 0.2s ease-out;	
}

.fx-cookie-bar .main-cols .col-middle .description a:hover {
	color:#e30045;
}

.fx-cookie-bar .main-cols .col-right {
	flex-grow:0;
	flex-shrink:0;	
	display:block;
	box-sizing:border-box;
	width:220px;	
	padding:0;
	margin:0;
}

.fx-cookie-bar .main-cols .col-right .list-buttons {
	display:block;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.fx-cookie-bar .main-cols .col-right .list-buttons .btn {
	display:block;
	box-sizing:border-box;
	height:36px;
	width:100%;
	font-size:14px;
	font-weight:700;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	padding:8px 0;
	margin:0 0 10px 0;
	border-radius:5px;
	background-color:#000;
	transition:all 0.2s ease-out;
	cursor:pointer;
}

.fx-cookie-bar .main-cols .col-right .list-buttons .btn:last-child {
	margin:0;
}

.fx-cookie-bar .main-cols .col-right .list-buttons .btn-ok {
	background-color:#fb9500;
}

.fx-cookie-bar .main-cols .col-right .list-buttons .btn-info {
	background-color:#000;
}

.fx-cookie-bar .main-cols .col-right .list-buttons .btn:hover {
	color:#000;
	background-color:#ddd;
}

@media only screen and (max-width: 960px) {

	.fx-cookie-bar .st-cnt {
		padding:30px 0 30px 0;
	}

	.fx-cookie-bar .main-cols .col-left {
		width:112px;
	}

	.fx-cookie-bar .main-cols .col-left .site-logo .logo {
		width:112px;
		height:56px;
	}

	.fx-cookie-bar .main-cols .col-right {
		width:180px;	
	}

	.fx-cookie-bar .main-cols .col-right .list-buttons .btn {
		font-size:12px;
	}	
}

@media only screen and (max-width: 768px) {

	.fx-cookie-bar .main-cols {
		flex-wrap:wrap;
		justify-content:center;
	}

	.fx-cookie-bar .main-cols .col-left {
		display:none;
	}

	.fx-cookie-bar .main-cols .col-middle {
		width:100%;
		padding:0;
		margin:0 0 20px 0;
	}

	.fx-cookie-bar .main-cols .col-middle .title {
		font-size:16px;
		text-align:center;
	}

	.fx-cookie-bar .main-cols .col-middle .description p {
		font-size:12px;
		text-align:center;
	}	

	.fx-cookie-bar .main-cols .col-right {
		width:60%;	
	}
}

@media only screen and (max-width: 480px) {

	.fx-cookie-bar .main-cols .col-right {
		width:80%;	
	}
}

/* sl education */
.fx-sl-education {
	display: block;
	box-sizing: border-box;
	width:100%; 
	height: 340px;	
	padding: 0;
	margin: 0;
	position: relative;
}

.fx-sl-education .navigation {
	display: block;
	box-sizing: border-box;
	width: 88px;
	height: 36px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: -80px;
}

.fx-sl-education .navigation .btn-prev {
	display: block;
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	transition: all 0.2s ease-out;
	background-color:#F0F0F0;
	background-image: url(../images/fx/sl_education/chevron_left.svg);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center center;
	opacity: 0.6;
	border-radius: 4px;
}

.fx-sl-education .navigation .btn-prev.touch,
.notouch .fx-sl-education .navigation .btn-prev:hover {
	opacity: 1.0;
	background-color:#E2E2E2;
}

.fx-sl-education .navigation .btn-next {
	display: block;
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: all 0.2s ease-out;
	background-color:#F0F0F0;
	background-image: url(../images/fx/sl_education/chevron_right.svg);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center center;	
	opacity: 0.6;
	border-radius: 4px;
}

.fx-sl-education .navigation .btn-next.touch,
.notouch .fx-sl-education .navigation .btn-next:hover {
	opacity: 1.0;
	background-color:#E2E2E2;
}

.fx-sl-education .holder {
	display: block;
	box-sizing: border-box;
	width: 100vw;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.fx-sl-education .holder .slide {
	display: none;
	box-sizing: border-box;
	width: 300px;
	height: 100%;
	padding: 0 44px 0 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;	
	background-color: #fff;
}

.fx-sl-education .holder .slide .inner-frame {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

.fx-sl-education .holder .slide .inner {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: inset 0 0 0 3px #000000;
	position: relative;
}

.fx-sl-education .holder .slide .inner .name {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	font-family: var(--f_montserrat);
	font-size: 28px;
	font-weight: 600;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	color:#fff;
	padding: 0;
	margin: 0;
	background-color: #000;
	overflow: hidden;
}

.fx-sl-education .holder .slide .inner .wrap-image {
	display:block;
	box-sizing: border-box;	
	line-height: 0;
	padding: 10px 0;
	margin: 0;
	border-bottom:2px solid #000;
}

.fx-sl-education .holder .slide .inner .image {
	display: block;
	box-sizing: border-box;
	width: 220px;
	height: 120px;
	line-height: 0;
	padding: 10px 0;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
}

.fx-sl-education .holder .slide.level-0 .inner .image {
	background-image:url(../images/fx/sl_education/slide_0.svg);
}
.fx-sl-education .holder .slide.level-1 .inner .image {
	background-image:url(../images/fx/sl_education/slide_1.svg);
}
.fx-sl-education .holder .slide.level-2 .inner .image {
	background-image:url(../images/fx/sl_education/slide_2.svg);
}
.fx-sl-education .holder .slide.level-3 .inner .image {
	background-image:url(../images/fx/sl_education/slide_3.svg);
}
.fx-sl-education .holder .slide.level-4 .inner .image {
	background-image:url(../images/fx/sl_education/slide_4.svg);
}
.fx-sl-education .holder .slide.level-5 .inner .image {
	background-image:url(../images/fx/sl_education/slide_5.svg);
}

.fx-sl-education .holder .slide .inner .text {
	display: block;
	box-sizing: border-box;
	font-family: var(--f_montserrat);
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
	text-transform: none;
	color:#000;	
	padding: 10px 12px;
	margin: 0;
}

.fx-sl-education .holder .slide .inner .text p {
	display: block;
	box-sizing: border-box;
	padding:0;
	margin: 0;
}

.fx-sl-education .holder .slide .inner .action {
	display: block;
	box-sizing: border-box;
	font-family: var(--f_montserrat);
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	text-align: left;
	text-transform: uppercase;
	color:#000;	
	padding: 0;
	margin: 0;
	position: absolute;
	left: 15px;
	bottom: 12px;
}

.fx-sl-education .holder .slide .icon {
	display: block;
	box-sizing: border-box;
	width: 58px;
	height: 58px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #000;
	background-position: center bottom 8px;
	background-repeat: no-repeat;
	background-size: 48px 48px;	
}

.fx-sl-education .holder .slide .icon.easy {
	background-image:url(../images/fx/sl_education/mask_easy.svg);
}

.fx-sl-education .holder .slide .icon.medium {
	background-image:url(../images/fx/sl_education/mask_medium.svg);
}

.fx-sl-education .holder .slide .icon.hard {
	background-image:url(../images/fx/sl_education/mask_hard.svg);
}

/*.fx-sl-education .holder .slide.green-dark .inner {	border: 3px solid #00C853; }*/
.fx-sl-education .holder .slide.green-dark .inner {	box-shadow: inset 0 0 0 3px #00C853; }
.fx-sl-education .holder .slide.green-dark .inner .name { background-color: #00C853; }
.fx-sl-education .holder .slide.green-dark .inner .wrap-image { border-bottom:2px solid #00C853; }
.fx-sl-education .holder .slide.green-dark .inner .action { color:#00C853; }
.fx-sl-education .holder .slide.green-dark .icon { background-color: #00C853; }

/*.fx-sl-education .holder .slide.green-light .inner { border: 3px solid #97D900; }*/
.fx-sl-education .holder .slide.green-light .inner {	box-shadow: inset 0 0 0 3px #97D900; }
.fx-sl-education .holder .slide.green-light .inner .name { background-color: #97D900; }
.fx-sl-education .holder .slide.green-light .inner .wrap-image { border-bottom:2px solid #97D900; }
.fx-sl-education .holder .slide.green-light .inner .action { color:#97D900; }
.fx-sl-education .holder .slide.green-light .icon { background-color: #97D900; }

/*.fx-sl-education .holder .slide.orange-dark .inner { border: 3px solid #FF6D00; }*/
.fx-sl-education .holder .slide.orange-dark .inner {	box-shadow: inset 0 0 0 3px #FF6D00; }
.fx-sl-education .holder .slide.orange-dark .inner .name { background-color: #FF6D00; }
.fx-sl-education .holder .slide.orange-dark .inner .wrap-image { border-bottom:2px solid #FF6D00; }
.fx-sl-education .holder .slide.orange-dark .inner .action { color:#FF6D00; }
.fx-sl-education .holder .slide.orange-dark .icon { background-color: #FF6D00; }

/*.fx-sl-education .holder .slide.orange-light .inner { border: 3px solid #FFAB00; }*/
.fx-sl-education .holder .slide.orange-light .inner {	box-shadow: inset 0 0 0 3px #FFAB00; }
.fx-sl-education .holder .slide.orange-light .inner .name { background-color: #FFAB00; }
.fx-sl-education .holder .slide.orange-light .inner .wrap-image { border-bottom:2px solid #FFAB00; }
.fx-sl-education .holder .slide.orange-light .inner .action { color:#FFAB00; }
.fx-sl-education .holder .slide.orange-light .icon { background-color: #FFAB00; }

/*.fx-sl-education .holder .slide.red-dark .inner { border: 3px solid #D81B60; }*/
.fx-sl-education .holder .slide.red-dark .inner {	box-shadow: inset 0 0 0 3px #D81B60; }
.fx-sl-education .holder .slide.red-dark .inner .name { background-color: #D81B60; }
.fx-sl-education .holder .slide.red-dark .inner .wrap-image { border-bottom:2px solid #D81B60; }
.fx-sl-education .holder .slide.red-dark .inner .action { color:#D81B60; }
.fx-sl-education .holder .slide.red-dark .icon { background-color: #D81B60; }

/*.fx-sl-education .holder .slide.red-light .inner { border: 3px solid #F44336; }*/
.fx-sl-education .holder .slide.red-light .inner {	box-shadow: inset 0 0 0 3px #F44336; }
.fx-sl-education .holder .slide.red-light .inner .name { background-color: #F44336; }
.fx-sl-education .holder .slide.red-light .inner .wrap-image { border-bottom:2px solid #F44336; }
.fx-sl-education .holder .slide.red-light .inner .action { color:#F44336; }
.fx-sl-education .holder .slide.red-light .icon { background-color: #F44336; }

@media only screen and (max-width: 480px) { 

	.fx-sl-education {
		height: 300px;	
		padding: 0;
		margin: 0;
		position: relative;
	}

	.fx-sl-education .navigation {
		width: 100px;
		right: auto;
		left: 0;
		transform: none;
	}

	.fx-sl-education .holder .slide {
		width: 240px;
		padding: 0 30px 0 0;
	}

	.fx-sl-education .holder .slide .inner .name {
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}

	.fx-sl-education .holder .slide .inner .image {
		width: 180px;
		height: 100px;
	}

	.fx-sl-education .holder .slide .inner .text {
		font-size: 12px;
	}

	.fx-sl-education .holder .slide .icon {
		width: 48px;
		height: 48px;
		background-position: center bottom 6px;
		background-size: 38px 38px;	
	}	
}