/* Main styles */
*
{
	margin:0px;
	padding:0px;
	line-height:1.2;
	letter-spacing:normal;
	word-spacing:normal;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align:center;
	font-weight:300;
	font-size:18px;
  letter-spacing: .02em;
	font-family: 'Roboto', sans-serif;
}

/* Loader */
.overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
}
.loader {
  margin: auto;
  font-size: 0.2rem;
  position: absolute;
  top: calc(50% - 1.2rem);
  left: calc(50% - 1.2rem);
  text-indent: -9999em;
  border-top: 1.1em solid rgba(20,55,117, 0.1);
  border-right: 1.1em solid rgba(20,55,117, 0.1);
  border-bottom: 1.1em solid rgba(20,55,117, 0.1);
  border-left: 1.1em solid #1488CA;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Loader end */

body[contenteditable="true"].cke_editable { text-align: left; }
::-webkit-scrollbar
{
  width: 10px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track { background: #fff; }
::-webkit-scrollbar-thumb {
  background: #3D4543;
}

::after,::before
{
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
* svg
{
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.contentBox *, header *
{
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
::selection
{
  background: #d1f6ff;
  color:#3B4644 !important;
}
::-moz-selection
{
  background: #d1f6ff;
  color:#3B4644 !important;
}
html
{
	height: 100% !important;
	min-height: 100% !important;
	width: 100% !important;
}
body
{
	background:#fff;
	width:100% !important;
	overflow-x:hidden;
  color: #3B4644;
}
.redirectOverlay
{
	width:100vw;
	height:100vh;
	display:block;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:50000;
	font-size:20px;
	color:#ccc;
}
.redirectOverlay i
{
	width:auto;
	height:auto;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-4%;
	margin-left:-2%;
}
.required
{
	color:#FFBC00;
}
h1
{
  font-family: 'Montserrat', sans-serif;
	font-size: calc(10px + (12 - 10) * ((100vw - 300px) / (1600 - 300))) !important;
	font-weight:400;
	text-align:inherit;
}
h2, h3, h4, h5, h6
{
	font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1600 - 300))) !important;
  font-family: 'Montserrat', sans-serif;
	font-weight:700;
  line-height: 1;
	text-align:inherit;
}
h2 a, h3 a, h4 a, h5 a, h6 a, h1 span, h3 span, h4 span, h5 span, h6 span
{
	font-weight:inherit;
	font-size:inherit;
  font-family:inherit;
	line-height:inherit;
	color:inherit !important;
	text-align:inherit;
	letter-spacing: inherit;
}
strong
{
	font-weight:bold;
	font-size:inherit;
	line-height:inherit;
	color:inherit;
	text-align:inherit;
}
p
{
	color:inherit;
	font-size:1rem;
	text-align:inherit;
}
i
{
	color:inherit !important;
	font-size:inherit !important;
	line-height:inherit !important;
	text-decoration:inherit !important;
}
i[class*="fa-"], span[class*="fa-"]
{
  margin: 0 .5rem !important;
}
a i[class*="fa-"], a span[class*="fa-"], a i[class*="fa-"]::before, a span[class*="fa-"]::before
{
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
a.social-icon i[class*="fa-"], a.social-icon span[class*="fa-"] {
  margin: 0 !important;
}
.text-left i[class*="fa-"], .text-left span[class*="fa-"]
{
  margin-left: 0 !important;
  margin-right: .5rem !important;
}
.text-right i[class*="fa-"], .text-right span[class*="fa-"]
{
  margin-right: 0 !important;
  margin-left: .5rem !important;
}
.with-icon, a.phone, a.fax, a.web {
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  width: 100%;
  color: inherit;
}
a.phone, a.fax, a.web {
  position: relative;
  padding-left: 1.33rem;
}
a.phone::before, a.fax::before, a.web::before {
  content: '';
  position: absolute;
  left: 0;
  top: auto;
  font-size: .888rem;
  font-weight: bold;
  font-family: 'Font Awesome 5 Pro';
  color:#1488CA;
}
a.phone::before { content: '\f095';}
a.fax::before { content: '\f1ac';}
a.web::before { content: '\f0ac';}

.dark-bg a.with-icon:hover, .secondary-bg a.with-icon:hover, .dark-bg a.with-icon:hover span, .secondary-bg a.with-icon:hover span {
  color: rgba(225,225,225,.75);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.with-icon i[class*="fa-"], .with-icon span[class*="fa-"] { line-height: inherit; }
.with-icon span {
  text-align: inherit;
  line-height: inherit;
}

a { text-decoration: none; color: inherit; }
a.selected
{ color:#FFBC00; text-decoration:none;}
a:active {  outline:none; }
a.absolute-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

header, section, footer, #main
{
	width:100%;
	position:relative;
	z-index:99;
}
header
{
	z-index:111;
}
section
{
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}
section:first-of-type { padding-top: 96px; }
section:first-of-type .slide.h-min-100 { height: auto !important; min-height: calc(100vh - 136px) !important; }
#main
{
	z-index:9;
  overflow: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, #main
{
	display:block;
}

.mainColor
{
	color:#00321;
}
.secondColor
{
	color:#FFBC00;
}
.cleaner, .cleaner-1, .cleaner-2, .cleaner-3, .cleaner-4, .cleaner-5
{
	clear:both;
	height:auto;
	display:block;
}
.cleaner-025 { height: .25rem !important; }
.cleaner-05 { height: .5rem !important; }
.cleaner-1 { height: 1rem !important; }
.cleaner-2 { height: 2rem !important; }
.cleaner-3 { height: 3rem !important; }
.cleaner-4 { height: 4rem !important; }
.cleaner-5 { height: 5rem !important; }

.font0
{
	font-size:0 !important;
}
.alert
{
	color:red !important;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
label
{
	width:auto;
	height:auto;
	display:inline-block;
  position: relative;
  text-align: inherit;
}

::-webkit-input-placeholder { color: #999aa6; }
::-moz-placeholder { color: #999aa6; }
:-ms-input-placeholder { color: #999aa6; }
:-moz-placeholder { color: #999aa6; }

fieldset {
  border: none !important;
  position: relative;
  display: inline-block;
  border-right: 1px solid #ebecf2 !important;
}
fieldset:last-of-type { border-right: none !important; }
fieldset .filter-title, fieldset .control {
  position: relative;
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
  -webkit-flex-flow: row wrap !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  color: inherit;
  font-size: 1rem;
}
fieldset .filter-title { color: #6b6f78; }
fieldset .control::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  border: 1px solid;
  color: inherit;
  text-align: center;
  cursor: pointer;
  margin-right: .5rem;
  vertical-align: middle;
}
fieldset .control.mixitup-control-active::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: calc(0.6rem + 2px);
  height: calc(0.6rem + 2px);
  background-color: #FFBC00;
  text-align: center;
  cursor: pointer;
  margin: 0 calc(0.2rem);
}

input, textarea, select
{
  position: relative;
  display: inline-block;
  width: calc(100% - 2rem);
  height: auto;
  padding: .888rem 1rem .722rem 1rem;
  border: 1px solid #1488CA;
  background: none;
  color: #3B4644;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 1rem;
  font-family: inherit;
  text-transform: none;
  font-size: .888rem;
  text-align: left;
}
.text-left > input, .text-left > textarea, .text-left > select
{
  margin-left: 0;
  margin-right: 2rem;
}
.text-right > input, .text-right > textarea, .text-right > select
{
  margin-right: 0;
  margin-left: 2rem;
}
.dark-bg input, .dark-bg textarea, .dark-bg select
{
  background: #fff;
  color: #3B4644;
}
select
{
  width: calc(100% - 2rem);
  font-size: 1rem;
	padding: 0.679rem 2.5rem 0.679rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  z-index: 2;
  background: none;
  cursor: pointer;
}
select.m-0 { width: 100%; }
select option { color: #3B4644; }
select option[value=""][disabled][selected] { color: #999aa6; }
label
{
	width:auto;
	height:auto;
	display:inline-block;
}
label.labelSelect
{
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  text-align: inherit;
  z-index: 0;
}
label.labelSelect::after
{
  content: '\f107';
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 2rem;
  font-size: 1rem;
  font-family: 'Font Awesome 5 Pro';
  line-height: 1rem;
  z-index: -1;
}

fieldset select { padding: 0.134rem 1.8rem 0.134rem 0.6rem; }
fieldset label.labelSelect::after { right: .6rem; }
fieldset labelSelect {}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
button:hover,
button:focus
{
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}
input[type=radio]
{
  display: block;
  -webkit-appearance: none !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
label.radioLabel, label.checkboxLabel
{
	padding-top: 2px;
}
input[type="radio"] + label:before, input[type="checkbox"] + label:before
{
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 1rem;
  height: 1rem;
  border: 1px solid;
  border-radius: 1rem;
  -o-border-radius: 1rem;
  -moz-border-radius: 1rem;
  color: #1488CA;
  text-align: center;
  cursor: pointer;
  margin-right: 1rem;
  vertical-align: middle;
}
.dark-bg input[type="radio"] + label:before, .dark-bg input[type="checkbox"] + label:before
{
  color: #fff;
}
input[type="checkbox"] + label:before
{
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
}
input[type="radio"]:checked + label:before
{
  content: '';
  background: #FFBC00;
  border: 1px solid #FFBC00;
}
.drak-bg input[type="radio"]:checked + label:before
{
  content: '';
  background: #fff;
  border: 1px solid #fff;
}
input[type="checkbox"]:checked + label:before
{
  background: #1488CA;
}
.dark-bg input[type="checkbox"]:checked + label:before
{
  background: #fff;
}
.text-left button.submit, .text-left input[type=submit], .text-left input[type=button], .text-left button[type=submit]
{
  margin-left: 0;
  margin-right: 1rem;
}
.text-right button.submit, .text-right input[type=submit], .text-right input[type=button], .text-right button[type=submit]
{
  margin-right: 0;
  margin-left: 1rem;
}
.text-center button[type=submit]
{
  margin: .5rem;
}
.dark-bg button.submit:hover, .dark-bg input[type=submit]:hover, .dark-bg input[type=button]:hover, .dark-bg button[type=submit]:hover
{
  border: 1px solid #fff !important;
  background: #fff;
  color: #3B4644 !important;
}
input[type=checkbox]
{
  border: none;
  display: inline-block;
  width: 0;
  height: 0;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.btn, .cartplace .btn, button.submit, input[type=submit], input[type=button], button[type=submit]
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 28px;
  line-height: 1em;
  -moz-border-radius: .888rem;
  -webkit-border-radius: .888rem;
  -khtml-border-radius: .888rem;
  border-radius: .888rem;
  border: 1px solid;
  margin: 1rem .5rem;
  letter-spacing: 0.15em;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer !important;
  white-space: nowrap;
  background: rgba(59,70,68,1);
  border-color: rgba(59,70,68,1);
}
.btn:hover, .cartplace .btn:hover {
  background: rgba(59,70,68,.75);
  border-color: rgba(59,70,68,.75);
}
.btn.btn-primary, .btn.btn-outline-primary:hover {
  color: #fff;
  background: #3B4644;
  border-color: #3B4644;
}
.btn.btn-secondary, .btn.btn-outline-secondary:hover, button.submit, input[type=submit], input[type=button], button[type=submit] {
  color: #fff;
  background: #1488CA;
  border-color: #1488CA;
}
.btn.btn-outline-primary {
  color: #3B4644;
  background: none;
  border-color: #3B4644;
}
.btn.btn-outline-secondary, button.submit:hover, input[type=submit]:hover, input[type=button]:hover, button[type=submit]:hover {
  color: #1488CA;
  background: none;
  border-color: #1488CA;
}
.dark-bg btn, .dark-bg button.submit, .dark-bg input[type=submit], .dark-bg input[type=button], .dark-bg button[type=submit] {
  color: #1488CA;
  background: #fff;
  border-color: #fff;
}
.text-left .btn
{
  margin-left: 0;
  margin-right: 1.429rem;
}
.text-right .btn
{
  margin-right: 0;
  margin-left: 1.429rem;
}
.more, .file {
  position: relative;
  display: inline-block;
  font-size:  calc(12px + (18 - 12) * ((100vw - 300px) / (1600 - 300))) !important;
  color: #1488CA;
  padding-right: 1.33rem;
  text-decoration:none !important;
}
.file {
  padding-right: 0;
  padding-left: 1.666rem;
  line-height: 1.6em;
  text-align: left;
}
.more::after {
  content: '\f061';
  position: absolute;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: .888rem;
  right: 0.33rem;
  top: .05rem;
}
.more:hover:after {
  -webkit-animation: bouncingRight 1s infinite;
  animation: bouncingRight 1s infinite;
}

.file::after {
  content: '\f061';
  position: absolute;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: .888rem;
  left: 0.33rem;
  top: .05rem;
}
.file:hover:after {
  -webkit-animation: bouncingRightFile 1s infinite;
  animation: bouncingRightFile 1s infinite;
}
@-webkit-keyframes bouncingRight {
  0% {
    right: 0.33rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}

@keyframes bouncingRight {
  0% {
    right: 0.33rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes bouncingRightFile {
  0% {
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    left: 0.33rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}

@keyframes bouncingRightFile {
  0% {
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    left: 0.33rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}

.file-container {
  width: 100%;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-flex-flow: row wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
  padding: .25rem 0;
}
.file-container h2 {
  font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1600 - 300))) !important;
  font-weight: 400;
  width: calc(100% - 100px);
  text-align: left !important;
  line-height: 1.2em;
}
.download-file {
  position: relative;
  padding-right: 1.33rem;
  color:#1488ca;
  width: 100px;
}
.download-file::after {
  content: '\f019';
  position: absolute;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: .888rem;
  right: 0;
  top: .05rem;
}

[class*="icon-"] {
  position: relative;
}
[class*="icon-"] svg {
  display: inline-block;
}
.icon-256, .icon-256 svg {
  width: calc(64px + (256 - 64) * ((100vw - 300px) / (1600 - 300))) !important;
  height: calc(64px + (256 - 64) * ((100vw - 300px) / (1600 - 300))) !important;
}
/*HLAVNI DEFINICE*/


/* Header */

.mainHeader
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	z-index:999;
	text-align:left;
}
.mainHeader.fixed
{
	position:fixed;
}
.mainHeader.center
{
	text-align:center;
}
.mainHeader.is-scrolled::after
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  pointer-events: none;
}
.paddingMainHeader
{
	padding-top:20px;
}

/* Search place */
.searchplace
{
  position: relative;
  display: inline-block;
  width: 170px;
  height: 2rem;
	margin: .5rem;
	padding: 0;
	border: 1px solid rgba(48,50,60,.2);
	font-size: 0;
}
.searchplace form
{
	height: 30px;
}
.searchplace input.search-input
{
  display: inline-block;
  position: relative;
  width: 136px;
  height: auto;
  border: none;
  padding: 0 10px;
  margin: 0;
  color: rgba(48,50,60,.5) !important;
  text-align: left;
  font-family: 'Work Sans';
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.searchplace button[type=submit]
{
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 28px;
  height: 28px;
  font-size: 12px;
  color: rgba(48,50,60,.5);
  background: none;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
.searchplace button[type=submit]:hover
{
  color: #FFBC00 !important;
}
.searchplace button[type=submit] i[class*="fa-"]
{
  margin: 0 !important;
}
/* Search place end */

/* Header bar */
.header-bar-cover {
  display: inline-block;
  position: relative;
  padding: 0 2rem;
}
.header-bar {
  position: relative;
  display: inline-block;
  padding: 0;
}
.header-bar a
{
  position: relative;
  display: inline-block;
  font-size: .888rem;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  color: #3B4644;
  margin: 0;
  padding-left: 1rem;
  align-self: center;
  border-left: 1px solid #3B4644;
}
.header-bar a i[class*="fa-"], .header-bar a span[class*="fa-"] {
  margin-left: 0 !important;
}
/* Header bar end*/


/* Side bars */
.left-sidebar {
  position: absolute;
  top: calc(100vh - 430px);
  left: 2rem;
  width: auto;
  height: 200px;
  text-align: center;
  color: #1488CA;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999999;
}
.left-sidebar > p {
  transform: translateY(50px) rotate(-90deg);
  font-size: .666rem;
}
#side-logo {
  position: absolute;
  bottom: 0;
  left: calc(50% - 34px);
  width: 68px;
  height: 68px;
}
.right-sidebar {
  position: fixed;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999999;
}
.right-sidebar a {
  padding: 0.666rem 0;
}
.right-sidebar a:hover {
  color: #1488CA;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* Side bars end */

/* Language select */
.language-select {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
}
.language-select::before {
  content: '';
  position: absolute;
  top: calc(50% - 0.444rem);
  left: 0;
  width: 1px;
  height: .888rem;
  background: #3B4644;
}
.language-select span {
  position: relative;
  display: inline-block;
  width: auto;
  padding: .444rem 0;
  margin: 0;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: .888rem;
  letter-spacing: 0.1em;
}
.language-select span::after {
  content: '\f107';
  position: absolute;
  bottom: 0;
  left: calc(50% - .5rem);
  width: 1rem;
  height: 10px;
  line-height: .666rem;
  font-family: 'Font Awesome 5 Pro';
  color: #3B4644;
  font-size: .666rem;
}
.language-select .select-menu {
  position: absolute;
  width: 100%;
  top:100%;
  left:0;
  max-height:0;
  opacity:0;
  overflow: hidden;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
.language-select:hover .select-menu {
  display: block;
  max-height: 600px;
  opacity:1;
}
.language-select .select-menu a {
  position: relative;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: .888rem;
  letter-spacing: 0.1em;
  padding: .25rem;
  color: #ccc;
}
.language-select:hover span::after, .language-select .select-menu a:hover { color:#1488CA; }

/* Header bar responsive */
.header-bar-responsive-cover {
  position: relative;
  display: none;
}
.header-bar-responsive {
  position: relative;
  display: inline-block;
  padding: 1rem 0 0 0;
}
.header-bar-responsive a, .header-bar-responsive a.only-icon {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: .8rem;
  font-weight: 700;
  padding: .5rem 1rem .5rem 0;
  align-self: center;
}
.header-bar-responsive a.only-icon {
  width: auto;
}
.header-bar-responsive a i[class*="fa-"], .header-bar-responsive a span[class*="fa-"] {
  margin-left: 0 !important;
}
.header-bar-responsive a.only-icon i[class*="fa-"], .header-bar-responsive a.only-icon span[class*="fa-"] {
  margin: 0 !important;
  font-size: 1.5rem;
}
/* Header bar responsive end*/

/* Header end */

/* Logo */
a.logoTop
{
  position: relative;
  width: auto;
  height: auto;
  margin: 2rem auto 2rem 2rem;
  display: inline-block;
  align-self: center;
}
a.logoTop svg, a.logoTop img
{
  width: calc(99px + (198 - 99) * ((100vw - 300px) / (1600 - 300))) !important;
  height: calc(38px + (76 - 38) * ((100vw - 300px) / (1600 - 300))) !important;
  display: block;
  position: relative;
}
.is-scrolled a.logoTop { margin: 1rem auto 1rem 2rem; }
.is-scrolled a.logoTop svg { width: calc(90px + (124 - 90) * ((100vw - 300px) / (1600 - 300))) !important; height: calc(29px + (40 - 29) * ((100vw - 300px) / (1600 - 300))) !important; }
.is-scrolled a.logoTop svg path.slogan { display: none; }
/* Logo end */

/* Navigation */

.menu-cover
{
  display: inline-block;
  position: relative;
  justify-content: right;
  align-self: center;
  padding: 0 2rem;
}
.menu-cover-center
{
  display: block;
  position: relative;
}
nav
{
  position: relative;
  font-size: 0;
  padding: 0;
}
.menu-cover-center nav
{
  width: 100%;
  padding: 0;
  display: inline-block;
}
nav .nav-cover
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 0;
}
nav .overflow-cover
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 0;
}
nav .overflow-content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 0;
}
nav ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
	width:100%;
	height:auto;
	font-size: 0 !important;
  text-align: right;
}

nav ul li
{
	display:inline-block;
}
nav ul li a
{
  display: inline-block;
  color: #3B4644;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}
nav ul li a span, nav ul li a svg {
  transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
}
nav ul li a span
{
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  align-self:center;
}
nav ul li a i[class*="fa-"], nav ul li a span[class*="fa-"]
{
  margin-left: 0 !important;
  width: 1.5rem;
}
nav ul li a:hover, nav ul li a.selected
{
  color: #1488CA;
}
nav ul li a:hover svg *, nav ul li a.selected svg * {
  fill: #1488CA;
}
nav ul li a img, nav ul li a svg {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 2rem;
  height: auto;
  min-height: 2rem;
  margin-right: 1rem;
}
nav ul li a.level-1 {
  font-size: 1rem;
  font-weight: 500;
  padding: 1.6rem 1rem;
}
nav ul li a.level-2, nav ul li a.level-3 {
  font-size: .888rem;
  font-weight: 500;
  padding: .888rem 1rem;
}
nav ul li a.level-3 { font-size: .666rem; padding:1rem; }
nav ul li a.level-2:hover, nav ul li a.level-2.selected, nav ul li a.level-3:hover, nav ul li a.level-3.selected { color: #fff !important; }

.submenu-toggler {
  position: relative;
  width: 32px;
  height: 32px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  align-self:center;
  cursor:pointer;
}
.submenu-toggler::after {
  display: inline-block;
  vertical-align: middle;
  content: "\f067";
  font-size: .666rem;
  font-weight: bold;
  font-family: 'Font Awesome 5 Pro';
  color: inherit;
}
.submenu-toggler.closeup::after {
  content: "\f068";
}

.submenu-1 {
  display: block;
  position: absolute;
  background-color: #2c94cf;
  min-width: 240px;
  max-width: 240px;
  visibility: hidden;
  cursor:pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.submenu-1 a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
}

.submenu-1 a:hover { color: #fff; background-color: #1488CA; }
.submenu-1 a:hover svg * { fill: #fff; }
.submenu-1 .submenu-item.image-in-bg > a:hover { background-color: transparent; }

.image-submenu-1 a img, .image-submenu-1 a svg {
  width: 64px;
  height: 64px;
  margin-right: 1rem;
}

nav ul li:hover .submenu-1 {
  display: block;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.image-submenu-1 {
  width: 100vw;
  min-height: 0;
  position: fixed;
  left: 0px;
  top: auto;
  background-color: #f1f1f1;
  overflow: hidden;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
nav ul li:hover .image-submenu-1 {
  display: block;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  top: auto;
  min-height: none;
  overflow: hidden;
}
.image-submenu-1 .submenu-item.has-submenu > a { width: calc(100% - 64px) !important; }

.image-submenu-1 > .scroll-cover {
  position: relative;
  display: inline-block;
  left: -1rem;
  width: calc(100vw + 2rem);
  max-height: calc(100vh - 109px);
  padding: 0 1rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

.bigSubMenu .submenu-1
{
	width:100vw;
	position: fixed;
	left: 0px;
	top:100px;
	align-items: stretch !important;
    list-style: none !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-flow: row wrap !important;
    justify-content: space-around !important;
    flex-wrap: wrap !important;
	border-bottom:1px solid rgba(28,23,30,0.05);
	background: #F8F8F8;
}
.bigSubMenu .submenu-1 .submenu-item
{
	width:16.666%;
	height: 250px;
	border-left:1px solid rgba(28,23,30,0.05);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.bigSubMenu .submenu-1 .submenu-item:nth-of-type(7),
.bigSubMenu .submenu-1 .submenu-item:nth-of-type(8),
.bigSubMenu .submenu-1 .submenu-item:nth-of-type(9)
{
	width:33.333%;
	border-left:0px solid rgba(28,23,30,0.05);

}
nav ul li.bigSubMenu:hover .submenu-1
{
	top:91px;
}
.bigSubMenu .submenu-1 a.amenuhorizont
{
	padding: 40px;
	text-align: center;
}

.submenu-2
{
  display: block;
  position: absolute;
  left:100%;
  top:0;
  background-color: #1488CA;
  min-width: 280px;
  visibility: hidden;
  cursor:pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.submenu-2 a
{
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.submenu-2 a:hover, .submenu-2 a.selected
{
	background-color: #5bacda;
  color: #fff;
}
.show-submenu-2 {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  z-index: 999;
  cursor: pointer;
}
.show-submenu-2::after {
  content: '\f107';
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 200;
  font-family: 'Font Awesome 5 Pro';
  color: inherit;
}
.show-submenu-2.close::after {
  content: '\f00d';
  font-size: 1.333rem;
}
.show-submenu-2:hover:after { color: #FFBC00; }
.image-in-bg .show-submenu-2:hover:after { color: rgba(255,255,255,.65); }
.image-submenu-2 {
  width: 100%;
  max-height: 0;
  padding: 0 1rem;
  visibility: hidden;
  cursor:pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  background: #f1f1f1;
}
.image-submenu-2.active {
  max-height: none;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.submenu-item
{
	display:block;
	position:relative;
  width: 100%;
}
.submenu-item > a svg * { fill: #3B4644; }
.submenu-item.text-white > a, .image-submenu-1 .submenu-item.text-white > a { color: #fff !important; }
.submenu-item.text-white > a svg * { fill: #fff !important; }
.submenu-item.text-white > a:hover, .image-submenu-1 .submenu-item.text-white > a:hover { color: rgba(255,255,255,.65) !important; }
.submenu-item.text-white > a:hover svg * { fill: rgba(255,255,255,.65) !important; }

.image-submenu-1 .submenu-item {
  width: 16.666%;
  height: auto;
  overflow: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 102% auto;
}
.image-submenu-1 .submenu-item a.level-2 { position: relative; width: 100%; min-height: calc(16.666vw * 0.5625); }
.image-submenu-1 .submenu-item .submenu-item-image-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(16.666vw * 0.5625);
  z-index: 0;
}
.submenu-item > a.level-2.selected, .submenu-item > a.level-2:hover.selected {
  background: #5bacda !important;
}
.submenu-item:hover > a.level-2 { background: #1488ca; }
.submenu-item:hover > .submenu-2
{
  display: block;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.openNav, .closeAll
{
	display:none;
	position:relative;
	cursor:pointer;
	color:#6C7079;
	z-index:5;
	letter-spacing:0.15em;
	font-size:14px;
	width:auto;
	height:auto;
}
.cartplace .closeAll
{
  display: inline-block;
}
.openCart
{
  position: relative;
  width: 2rem;
  height: 2rem;
  padding: 0;
  color: #3B4644;
  font-size: 1rem;
  display: inline-block;
  align-self: center;
}
.openNav.open, .openCart.open
{
	color:#1488CA;
}
.openNav.open #nav-icon span,
.openCart.open #cart-icon span
{
	background:#1488CA;
}

.openNav.open #nav-icon span:nth-child(1)
{
	width:100%;
	-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.openNav.open #nav-icon span:nth-child(2)
{
	width:100%;
}
.openNav.open #nav-icon span:nth-child(3)
{
	width:100%;
	-webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon, .close-icon
{
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.open #nav-icon span
{
	background: #FFBC00;
}
#nav-icon span, .close-icon span
{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #3B4644;
  border-radius: 0;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.close-icon span { background: #FFBC00; }
#nav-icon span:nth-child(1) { top: 5px; }
#nav-icon span:nth-child(2) { top: 14px; }
#nav-icon span:nth-child(3) { top: 23px; }

.open #nav-icon span:nth-child(1), .close-icon span:nth-child(1)
{
  top: 50%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav-icon span:nth-child(2)
{
  opacity: 0;
  left: -100%;
}
.open #nav-icon span:nth-child(3), .close-icon span:nth-child(2)
{
  top: 50%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.close-icon:hover span:nth-child(1)
{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-icon:hover span:nth-child(2)
{
  top: 50%;
  width:100%;
  left:0;
  height:4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav .closeAll
{
	display:none;
	visibility:hidden;
}
/* Navigation end */

/* Cart */
.mainHeader.center .openCart
{
	position:relative;
	display:inline-block;
	float:none;
	vertical-align:middle;
}
.mainHeader.center .openNav #nav-icon,
.mainHeader.center .openCart #cart-icon
{
	margin:10px 20px;
}
.openCart.open
{
	color:#FFBC00;
	top:0
}
.openCart:hover
{
	color:#FFBC00;
}
.openCart:hover #cart-icon span
{
	background:#FFBC00;
}
#cart-icon
{
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  align-self: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#cart-icon i[class*="fa-"], #cart-icon span[class*="fa-"] {
  margin: 0 !important;
}
.open #cart-icon span
{
	background:#6b6f78;
}
.cartplace
{
	position:absolute;
	top:0px;
	right:-320px;
	width:320px;
	height:100vh;
	background:#ebecf2;
	z-index:999996;
	overflow:auto;
	color:#6b6f78;
}
.cartplace a
{
	color:#6b6f78;
}
.cartplace.slideToView
{
	right:0;
}
.cartCount
{
  border: 0px solid #6b6f78;
  background: red;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
  color: #FFF;
  display: block;
  font-size: 10px;
  height: 60%;
  left: -25%;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60%;
}
.cartCount p
{
  font-size: 10px;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.cartPlaceIn
{
  width:100%;
  height:auto;
  padding: 100px 40px 40px 40px;
  overflow: visible;
  position:relative;
}
.cartPlaceField
{
	width:100%;
	height:auto;
	position:relative;
}
.cartPlaceField div
{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	font-size:22px;
	line-height:1.3em;
	text-align:inherit;
	padding:0px 0px 5px 0px;
	color:inherit;
}
.cartPlaceField div img
{
	width:100%;
	height:auto;
	float:left;
}
.cartPlaceField div.Half
{
	width:50%;
}
.cartPlaceField div.image
{
	width:20%;
	background:#fff;
}
.cartPlaceField div.text
{
	width:80%;
	padding-left:20px;
}

.cartBox h4, .cartBox h4 a
{
	text-transform:none;
	padding-bottom:0;
}
.cartBox .btn
{
	margin:10px 0;
}
.cartIn, .cartAdress
{
	border:1px solid #ccc;
	margin-bottom:5px;
	font-size:0;
}
.cartAdress div
{
	vertical-align:middle;
	display:inline-block;
	position:relative;
	font-size:18px;
	width:50%;
}
.cartIn div
{
	vertical-align:middle;
	display:inline-block;
	position:relative;
	font-size:18px;
}
.cartIn div img, .cartAdress div img
{
	width:100%;
	height:auto;
	float:left;
	position:relative;
}
.cartIn-Image
{
	width:10%;
	height:auto;
	padding:20px;
}
.cartIn-Title
{
	width:20%;
	height:auto;
	padding:10px;
}
.cartIn-Variation
{
	width:50%;
	height:auto;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:10px;
}
.cartIn-Variation-Item
{
	width:100%;
	height:auto;
	position:relative;
	vertical-align:middle;
	display:inline-block;
	padding:10px;
}
.cartIn-Variation-Item-text
{
	font-size:18px;
	display:inline-block;
	width:60%;
	vertical-align:middle;
	text-align:left;
	line-height:1.1em;
}
.cartIn-Variation-Item-text *
{
	line-height:1.1em;
}
.cartIn-Variation-Item-text span.small,span.small
{
	font-size:14px;
}
.cartIn-Variation-Item input
{
	display:inline-block;
	vertical-align:middle;
	width:25%;
	min-height:20px;
	padding:0;
}
.cartIn-Variation-Item form.removeForm
{
	display:inline-block;
	vertical-align:middle;
	width:10%;
	min-height:20px;
	padding:0;
}
.cartIn-Variation-Item form.recountForm
{
	display:inline-block;
	vertical-align:middle;
	width:90%;
	min-height:20px;
	padding:0;
}
.cartIn-priceTotal
{
	width:20%;
	height:auto;
	padding:10px;
}
.remove-button
{
	position:relative;
	width:100%;
	height:30px;
	background:#DB0356;
	cursor:pointer;
	border:3px solid #DB0356;
	display:inline-block;
	vertical-align:middle;
}
.remove-button:hover
{
	background:#fff !important;
}
.remove-button::after
{
  content:'\f00d';
  font-family: 'Font Awesome 5 Pro';
  font-size:18px;
  margin:auto;
  position: absolute;
  left: 50%;
  top: 50%;
  color:#fff;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.remove-button:hover::after
{
  -webkit-transform: translate(-50%,150%);
  -moz-transform: translate(-50%,150%);
  -o-transform: translate(-50%,150%);
  transform: translate(-50%,150%);
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.remove-button::before
{
  content:"\f00d";
  font-family: 'Font Awesome 5 Pro';
  font-size:18px;
  margin:auto;
  position: absolute;
  left: 50%;
  top: 50%;
  color:#DB0356;
  -webkit-transform: translate(-50%,-150%);
  -moz-transform: translate(-50%,-150%);
  -o-transform: translate(-50%,-150%);
  transform: translate(-50%,-150%);
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.remove-button:hover::before
{
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.recount-button
{
	position:relative;
	width:15%;
	height:30px;
	background:#53ca71;
	cursor:pointer;
	border:3px solid #53ca71;
}
.recount-button:hover
{
	background:#fff !important;
}
.recount-button::after
{
  content:"\f0e2";
  font-family: 'Font Awesome 5 Pro';
  font-size:18px;
  margin:auto;
  position: absolute;
  left: 50%;
  top: 50%;
  color:#fff;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.recount-button:hover::after
{
  -webkit-transform: translate(-50%,150%);
  -moz-transform: translate(-50%,150%);
  -o-transform: translate(-50%,150%);
  transform: translate(-50%,150%);
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.recount-button::before
{
  content:"\f0e2";
  font-family: 'Font Awesome 5 Pro';
  font-size:18px;
  margin:auto;
  position: absolute;
  left: 50%;
  top: 50%;
  color:#53ca71;
  -webkit-transform: translate(-50%,-150%);
  -moz-transform: translate(-50%,-150%);
  -o-transform: translate(-50%,-150%);
  transform: translate(-50%,-150%);
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.recount-button:hover::before
{
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.disabled
{
	display:none;
}
.cart-register-cover input
{
	text-transform:none;
	font-size:16px;
	font-weight: 400;
}
.cart-register-cover
{
	padding:0 10px 10px 10px;
}
.cart-register-label
{
	width:100%;
	font-weight: 700;
	text-transform:none;
}
.register-check-bad
{
	position:relative;
	width:100% !important;
	font-size:14px;
	color:#DB0356;
}
/* Cart end*/

/* Colors */
.text-primary { color: #3B4644 !important; }
.text-secondary { color: #1488CA !important; }
.text-white { color: #fff !important; }

.primary-bg { background-color: #fff; }
.secondary-bg { background-color: #1488CA; }
.dark-bg { background-color: #3B4644; }

.left-triangle {
  position: absolute;
  top: -10vw;
  left: -10vw;
  width: 120vw;
  height: 0;
  padding-bottom: 56.25%;
  background-image: url('../png/left-triangle.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
  z-index: -1;
}
.left-triangle-2 {
  position: absolute;
  top: 280vh;
  left: -10vw;
  width: 120vw;
  height: 0;
  padding-bottom: 56.25%;
  background-image: url('../png/left-triangle.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
  z-index: -1;
}
.middle-triangle-1 {
  position: absolute;
  top: 20vh;
  left: -10vw;
  width: 120vw;
  height: 0;
  padding-bottom: 56.25%;
  background-image: url('../png/middle-triangle-1.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  z-index: -2;
}
.right-triangle {
  position: absolute;
  top: 120vh;
  right: -10vw;
  width: 120vw;
  height: 0;
  padding-bottom: 56.25%;
  background-image: url('../png/right-triangle.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
  z-index: -3;
}
.middle-triangle-2 {
  position: absolute;
  top: 150vh;
  left: -10vw;
  width: 120vw;
  height: 0;
  padding-bottom: 56.25%;
  background-image: url('../png/middle-triangle-2.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  z-index: -4;
}
.background-logo {
  position: absolute;
  top: 310vh;
  left: calc(50% - 451px);
  width: 902px;
  height: 285px;
  background-image: url('../png/background-logo.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: -5;
}
.middle-triangle-3 {
  position: absolute;
  top: 310vh;
  left: -10vw;
  width: 120vw;
  height: 0;
  padding-bottom: 56.25%;
  background-image: url('../png/middle-triangle-3.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  z-index: -6;
}

.primary-bg.backgrounded::before
{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:rgba(255,255,255,0.6);
}
.dark-bg.backgrounded::before
{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:rgba(0,0,0,0.6);
}
.dark-bg *, .dark-bg h2, .dark-bg h2 a, .dark-bg a, .secondary-bg *, .secondary-bg h2, .secondary-bg h2 a, .secondary-bg a {
	color:#fff;
}
.secondary-bg a:hover { color: rgba(225,225,225,0.75); }
.dark-bg a:hover { color: #1488CA; }
.dark-bg p { color:#fff; }
.dark-bg .contentBoxTitle { color:#fff; }

/* Colors end */

/* Wrap boxes */
.contentBox, .slideshow
{
	position:relative;
	height:auto;
	display:block;
	font-size:0;
}
.contentBox, .slideshow
{
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}
.FixedBG
{
	background-attachment:fixed;
}
.contentBox.Full, .slideshow.Full, .Full
{
	width:100%;
}
.contentBox.Normal, .slideshow.Normal, .Normal
{
	width:100%;
	max-width:1440px;
	margin:0 auto;
}
.slideshow [class*="slide-"] h1 {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 4rem 2rem 0rem 2rem;
  text-transform: uppercase;
  text-align: inherit;
  letter-spacing: .2em;
}
.contentBox > .contentBox
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* Wrap boxes end */

/* Main titles */
h1.word-show span { display: inline-block; }
.sectionTitle
{
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 4rem 2rem 0rem 2rem;
  text-transform: uppercase;
  text-align: inherit;
  letter-spacing: .2em;
}
.sectionTitle h2
{
	font-size:inherit;
	text-align:inherit;
	font-weight:inherit;
	letter-spacing:inherit;
}
.contentBoxTitle
{
  position: relative;
  width: 100%;
  height: auto;
  font-size: 3.333rem;
  font-weight: 700;
  padding: 4rem 2rem 4rem 2rem;
  text-transform: none;
  text-align: inherit;
  letter-spacing: normal;
}
.contentBoxTitle::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: calc(50% - 1px);
  left: -6rem;
  width: 225px;
  height: 2px;
  background: #1488CA;
}

.contentBoxTitle h1, .contentBoxTitle h2
{
	font-size: calc(24px + (60 - 24) * ((100vw - 300px) / (1600 - 300))) !important;
	text-align:inherit;
	font-weight:inherit;
	letter-spacing:inherit;
}
.contentBoxTitle h1, .contentBoxTitle h2 { padding-left: 6rem; }
.contentBoxTitle a
{
	text-transform:inherit;
	font-weight:inherit;
	font-size:inherit;
	color:inherit;
	text-align:inherit;
}
/* Main titles end*/


/* SVG */
.infoImage svg
{
	width:100%;
	height:auto;
	position:relative;
	-webkit-transform: scale(0.95, 0.95 );
	-moz-transform: scale(0.95, 0.95 );
	-o-transform: scale(0.95, 0.95 );
    transform: scale(0.95, 0.95 );
}
.infoImage svg path
{

}
.infoImage svg circle
{

}
.infoImage:hover svg
{
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.infoImage:hover svg path
{
	fill:#F60;
}
.infoImage:hover svg circle
{

}
/* SVG end */


/* Slideshow */

.slideshow .content .text-field *
{
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.text-field.absolute-text-field {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  padding: 2rem;
  z-index: 999;
}
.slideshow *
{
	-webkit-transition: none ;
	-moz-transition: none ;
	-o-transition: none ;
	transition: none ;
}
.slideshowVideo
{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
	overflow: hidden;
}
.slideshowVideo::before
{
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.0);
  z-index: 2;
}
.slideshowVideo video
{
  position: absolute;
  min-width: 101%;
  min-height: 101%;
  max-width: 101%;
  width: 100%;
  height: auto;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
}
.slide-cover { overflow: hidden; }
.slideshow .slide, [id*="slides-"] .slide
{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slideshow .slide.h-100, [id*="slides-"] .slide.h-100 {
  height: 100%;
}
.slideshow .slide .alignCover, [id*="slides-"] .slide .alignCover
{
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
	padding: 2.857rem;
  z-index: 9;
}
.slideshow .slide h2.small-text {
  position: relative;
  width: 100%;
  height: auto;
  font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300))) !important;
  font-weight: 400;
  padding: 0;
  text-transform: uppercase;
  text-align: inherit;
  letter-spacing: .2em;
  line-height: 1.2em;
}
.slideshow .slide h1, .slideshow .slide h2, .slideshow .slide h3 {
  font-size: calc(24px + (60 - 24) * ((100vw - 300px) / (1600 - 300))) !important;
  font-weight: 900;
  line-height: 1.2em;
  text-transform: uppercase;
}
.slideshow .text-field, .slideshow .text-field p { font-size:calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300))) !important; }
.slideshowImage
{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/* PARALLAX *//* PARALLAX *//* PARALLAX */

.parallaxContainer, .parallaxContainer *
{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;

}
.parallaxContainer
{
	position: relative;
	width: 100%;
	background: transparent;
	height: 100vh;
	overflow: hidden;
}
.parallaxContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.parallaxContainer.h-min-33
{
	height: 0;
	padding-bottom: 16%;
}
.parallaxContainer.h-min-50
{
	height: 0;
	padding-bottom: 28%;
}
.parallaxContainer.h-min-100
{
	height: 0;
	padding-bottom: calc( 55% - 30px );
}
.parallaxContainer.h-16-9
{
	height: 0;
	padding-bottom: 56.25%;
}

.parallaxScene
{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}

.parallaxScene div
{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}
.parallaxScene div div
{
	position: absolute;
	width: 120%;
	height: 120%;
	top:-10%;
	left: -10%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.content.parallax-cover {

}
.content.parallax-cover::before {
  content: '';
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 87.952%;
  background: url('../png/parallax-overlay.png');
  z-index: 9;
  background-size: 100% 100%;
}

/* PARALLAX *//* PARALLAX *//* PARALLAX */


/* Slideshow end */


/* Form */
form
{
  display: inline-block;
  font-size: 0;
  width: 100%;
}
.formular { max-width: 1220px !important; }
form#footForm, form#newsletterForm
{
  margin-right: -1rem;
  margin-left: -1rem;
}
.formular > .content
{
	padding:10px;
}
.contactForm-label
{
	width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: inherit;
  padding: 1rem 1rem 0rem 1rem;;
  text-align: inherit;
}
.contactForm-text
{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	font-size:14px;
	color:inherit;
	padding:5px 0px 5px 0px;
	color:#666;
}
.contactForm-input-dotaz
{
	min-height:7.5rem;
}
.contentCheck
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}
.contactForm-check-label
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: .8rem;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  padding: 0;
}
.contactForm-check-label i.check
{
  position: relative;
  display: inline-block;
  width: 32px;
  height: auto;
}
.contactForm-check-label i.check::before
{
  content: '';
  position: absolute;
  top: -1px;
  left: 2px;
  width: 10px;
  height: 1px;
  transform: rotate(50deg);
  -o-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  background: #3B4644;
}
.contactForm-check-label i.check::after
{
  content: '';
  position: absolute;
  top: -5px;
  left: 7px;
  width: 20px;
  height: 1px;
  transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  background: #3B4644;
}
.dark-bg .contactForm-check-label i.check::before, .dark-bg .contactForm-check-label i.check::after
{
  background: #fff;
}
.contactForm-check-input
{
  position: relative;
  display: inline-block;
  width: 3.5rem;
  height: auto;
  line-height: 1em;
  vertical-align: middle;
  text-align: center;
  padding: 0.679rem 1rem 0.679rem 1rem;
  margin: 1rem !important;
}
.contentSubmit
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}
/* Form end */

/* Images */
.image-cover
{
  position:relative;
  display:inline-block;
	text-align:inherit;
	width:100%;
	height:auto;
  font-size:0;
}
.image-box
{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size:0;
}
.image-box.ratio-4-3 { padding-bottom: 75%; }
.image-box.square
{
  padding-bottom: 100%;
}
.image-box.poster
{
  padding-bottom: 133.333%;
}
.image-box.contain
{
  background-size: contain;
}
/*.content.info-4:hover > .image-cover .image-box {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}*/
.image-cover > a.fancybox {
    font-size: 0;
}
/* Images end*/

/* Flipbox */
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 0;
  padding-bottom: 133.333%;
  border: none;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}
.flip-box-inner {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 133.333%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
}
.flip-box-front, .flip-box-back {
  position: absolute;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}
.flip-box-front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index:2;
}
.flip-box-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
:hover > .flip-box .flip-box-front {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
:hover > .flip-box .flip-box-back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flip-box-front {
  background-color: #1488CA;
}
.dark-bg .flip-box-back, .flip-box-back {
  background-color: #fff;
  color: #3b4644;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
/* Flipbox end */

/* Videos end*/
.video-cover {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
.video-box {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-box video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
/* Videos end*/

/* Text field */
.text-field
{
	position:relative;
  display:inline-block;
	text-align:inherit;
	width:100%;
	height:auto;
	z-index:9;
}
.text-field, .text-field p, .text-field div, .text-field ul li { font-size: .888rem; line-height: 1.6em; }
.text-field a:not(.btn) { font-size: inherit; line-height: inherit; }
/*.text-field > a { color: #1488CA; }*/
.text-field > a:not(.btn):hover { text-decoration:underline; }
.text-field > div { text-align: inherit; }
.text-field a:not(.btn) { text-decoration:underline; }
.content.border-radius .text-field a:not(.btn) { text-decoration: none; color: #1488CA; }
.text-field h2 > a, .text-field h3 > a,.text-field h4 > a { text-decoration:none !important; }
.text-field h2, .text-field h3, .text-field h4,.text-field  h5, .text-field h6
{
  /*margin-bottom: 1rem;*/
}
.text-field.d-flex br { width: 100%; }
.date
{
  position:relative;
  display:inline-block;
	text-align:inherit;
	width:auto;
	height:auto;
}
.c-name, .subtitle
{
  position:relative;
  display:inline-block;
	text-align:inherit;
	width:100%;
	height:auto;
  font-size: .666rem !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
  line-height: 1.4em !important;
  margin-bottom: 1rem;
}
/* Text field end */

/*INFO BOXY*/
.infoImage
{
	display:inline-block;
	position:relative;
	width:100%;
	height:auto;
}
.infoImage img
{
	position:relative;
	float:left;
	display:inline-block;
	width:100%;
	height:auto;
}
.infoText
{
	display:inline-block;
	position:relative;
	text-align:inherit;
	padding:20px 0;
	width:100%;
	height:auto;
	z-index:9;
}
.text-field h1, .text-field h2, .text-field h3, .text-field h4
{
	text-align:inherit;
}

.info-1 .infoImage
{
	display:inline-block;
	position:relative;
	width:50%;
	height:auto;
}
.info-4.poster > .image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.info-4.flip-card .text-field { position: absolute; }
.info-4.poster.justify-content-end.align-items-end .text-field, .info-4.flip-card.justify-content-end.align-items-end .text-field {
  right: -1rem;
  bottom: -1rem;
}
.info-4.poster.justify-content-start.align-items-start .text-field, .info-4.flip-card.justify-content-start.align-items-start .text-field {
  left: -1rem;
  top: -1rem;
}
.info-4.poster.justify-content-end.align-items-start .text-field, .info-4.flip-card.justify-content-end.align-items-start .text-field {
  right: -1rem;
  top: -1rem;
}
.info-4.poster.justify-content-start.align-items-end .text-field, .info-4.flip-card.justify-content-start.align-items-end .text-field {
  left: -1rem;
  bottom: -1rem;
}
.info-4.poster .text-field h2, .info-4.flip-card .text-field h2 {
  font-size:calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300))) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing:.2em;
}

.info-5 > img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
.info-5 .text-field h2 { font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300))) !important; }
.n-overlay .text-field p,
.n-overlay .text-field h2,
.n-overlay .text-field h2 a,
.n-overlay .text-field a,
.n-overlay .text-field
{
	color:#fff;
}
.p-overlay::before
{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:rgba(255,255,255,0.6);
	z-index:1;
}
.n-overlay::before
{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:rgba(0,0,0,0.6);
	z-index:1;
}

.text-field ul, .text-field ol
{
    list-style-type: none;
    clear: both;
    margin-top: 10px;
    list-style-position: inside;
    text-align: inherit;
}
.text-field ol
{
	list-style-type: decimal;
}
.text-field ul li, .text-field ol li
{
  position: relative;
  list-style-type: none;
  text-align: inherit;
  padding: 0 0 10px 30px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.text-field ol li
{
  counter-increment: list;
  text-align: inherit;
}
.text-field ul li:before {
  content: '●';
  position: absolute;
  display: block;
  font-family: inherit;
  font-size: 16px;
  color: inherit;
  top: -2px;
  left: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0px;
}
.text-field ol li::before {
  content: counter(list);
  position: absolute;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  color: inherit;
  top: -2px;
  left: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0px;
}

/*INFO BOXY*/

/* Counting numbers */
.count {
  position: relative;
  display: inline-block;
  border: 2px solid;
  position: relative;
  font-size: 9vw;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.count > .count-number {
  position: absolute;
  display: block;
  font-size: 0.333em;
  line-height: 0.333em;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
/* Counting numbers end*/

/* Percentage circle*/

.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}
.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
  position: absolute;
  border: 4px dashed #FFBC00;
  width: calc(1em - 8px);
  height: calc(1em - 8px);
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100
{
  position: relative;
  font-size: 9vw;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: none;
  margin: 0 auto;
}
.c100 *, .c100 *:before, .c100 *:after
{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.c100 *
{
	font-size: 9vw;
}
.c100 > p
{
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 3.33em;
  letter-spacing: -0.05em;
  font-size: 0.3em !important;
  font-weight: 900;
  color: #3B4644;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100 p span
{
  line-height: 0em;
  letter-spacing: -0.05em;
  font-size: 1em !important;
  font-weight: 400;
  color: #3B4644 !important;
  position: relative;
}
.c100 p em {
  font-size: 0.5em !important;
  font-style: normal;
  font-weight: 900;
  color: #3B4644;
  margin-left: 0.2em;
  position: relative;
}
.c100:after
{
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: none;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice
{
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100[class*="p2.5"] .bar {
  -webkit-transform: rotate(9deg);
  -moz-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  -o-transform: rotate(9deg);
  transform: rotate(9deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100[class*="p22.5"] .bar {
  -webkit-transform: rotate(81deg);
  -moz-transform: rotate(81deg);
  -ms-transform: rotate(81deg);
  -o-transform: rotate(81deg);
  transform: rotate(81deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.c100:hover {
  cursor: default;
}
.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #5eb01eb;
}
.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}
/* PERCENTAGE CIRCLE*/


/* Lists */

.filters,
.articleList,
.productList
{
	text-align:inherit;
}
.canSelectaColorBoxWrapper,
.canSelectaColorBoxWrapper div,
.productList,
.productList div,
.articleList,
.articleList div,
.articleList1 > a,
.filtersCardContainer,
.filtersCardContainer div
{
	-webkit-transition: none ;
	-moz-transition: none ;
	-o-transition: none ;
	transition: none ;
}
[id*="slides-"]
{
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
[id*="slides-"].only-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[class*="list-cover-"]
{
  padding: 1rem;
  overflow: hidden;
}
[class*="list-cover-"] .list-item, [class*="productList-"] .list-item
{
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
/* Lists end */

/* Lists items */

.list-item
{
	position:relative;
  display:inline-block;
	width: 100%;
	height:auto;
	text-align:inherit;
}
.list-item[onclick*="location.href"], .list-item [onclick*="location.href"] {
  cursor: pointer;
}
.list-item.d-inline-flex[style*="display: none;"] {
  display: none !important;
}
.list-item > img {
  position: relative;
  display:inline-block;
  width: 100%;
  height: auto;
  vertical-align:middle;
}
.articleList3 .list-item {
  padding-bottom: 4rem;
}
.articleList3 .list-item.Third .content.flex-fill {
  padding-top: calc(56.25% - 4rem) !important;
}
/*.articleList3 .list-item:not(.Full)::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: calc(56.25% - 4rem);
}*/
.articleList3 .list-item .text-field {
  width: calc(75% + 2rem);
  right: 0;
  top: 0;
}
.articleList3 .list-item.first-big .text-field {
  width: calc(100% - 1rem);
  right: 0;
  bottom: 0rem;
  padding-bottom: 0 !important;
  background: none;
  box-shadow: none;
}
.articleList3 .list-item.first-big .content { width: 37% !important; }
.articleList3 .list-item .text-field h2 { font-size:1.444rem; letter-spacing: .041em; }
.articleList3 .list-item:first-child .text-field h2 {
  font-size: 2rem;
  letter-spacing: .041em;
}
.articleList3 .list-item .image-cover, .articleList3 .list-item .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2rem);
}
.articleList3 .list-item.first-big .image-cover, .articleList3 .list-item.first-big .video-cover {
  position: relative;
  width: 63%;
  left: 0;
}
/* Lists items end */

/*Product item */

.pricePlace
{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	padding-bottom:0px;
	text-align:inherit;
}
.border1010
{
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.pricePlace div
{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	color:#ff7100;
	line-height:1.2em;
	text-align:inherit;
	padding:0px 0px 0px 0px;
}
.pricePlace div.small
{
	font-size:12px;
	line-height:1.2em;
	color:#636872;
}
.finalPrizeFiled
{
	width:100%;
	display:inline-block;
	position:relative;
	text-align:justify;
	text-align-last:justify;
	-moz-text-align-last: justify;
}
.finalPrizeFiled *
{
	display:inline-block;
	position:relative;
	vertical-align:middle;
}
.pricePlace div.finalPrize
{
	width:auto;
	font-weight:700;
}
.freshType
{
	position:absolute;
	left:0;
	top:15%;
	width:auto;
	padding:6px 10px;
	font-size:14px;
	background:#fff;
	text-transform:uppercase;
}
/* Product item end */


/* Article detail*/

.articleDetailTitle
{
	display:inline-block;
	position:relative;
	font-size:14px;
	padding:0px 10px 0 10px;
}
.articleDetailImage
{
	position:relative;
	width:100%;
	height:auto;
}
.articleDetailImage img
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}
.articleDetailImages
{
	position:relative;
	width:100%;
	height:auto;
	padding:20px 0;
}
.articleDetailImages img
{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
}
.articleDetailText
{
	position:relative;
	width:100%;
	height:auto;
	text-align:inherit;
	font-size:inherit;
}
.articleVideo iframe
{
	width:100%;
	height:40vh;
}
.commentsDate
{
	position:relative;
	width:100%;
	height:auto;
	text-align:inherit;
	font-size:0.8em;
}
.commentsName
{
	position:relative;
	width:100%;
	height:auto;
	text-align:inherit;
}
.commentsMessage
{
	position:relative;
	width:100%;
	height:auto;
	text-align:inherit;
}
.comments .content
{
	margin-bottom:10px;
	border:1px dashed #ccc;
}
.comments .content:nth-child(even) {background: #F9F9F9}
.comments .content:nth-child(odd) {background: #F0F0F0}

/* Article detail end */

/* Product detail */
.productDetailImage, .productSmallImage
{
	width:100%;
	height:auto;
	position:relative;
}
.productImage img,
.productDetailImage img
{
	width:100%;
	height:auto;
	position:relative;
	float:left;
}
.productSmallImageItems
{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	padding-bottom:2px;
}
.productSmallImageItems img
{
	width:100%;
	height:auto;
	position:relative;
	float:left;
}
.productSmallImage.masonry3
{
	-moz-column-count:3;
    -moz-column-gap: 2px;
    -moz-column-width: 33.333%;
    -webkit-column-count:3;
    -webkit-column-gap: 2px;
    -webkit-column-width: 33.333%;
    column-count: 3;
    column-gap: 2px;
    column-width: 33.333%;
}
.productSocial
{
	width:100%;
	height:auto;
	position:relative;
}
.refresh
{
	width:100%;
	height:auto;
	position:relative;
}
.refresh div
{
	width:auto;
	height:auto;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	font-weight: 700;
	text-transform:uppercase;
	line-height:1em;
	padding:20px 5px;
}

.productDetailText
{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	padding-bottom:20px;
	text-align:inherit;
	overflow:hidden;
}
.productDetailText *
{
	text-align:inherit;
}
.productDetailText h2
{
	padding-bottom:10px;
}
.productDetailText::after
{
	content:"";
	width:100%;
	height:40px;
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	background: url(../fadeoutbg.html) repeat-x bottom left;
	z-index:2;
}
.productDetailTextSubtitle
{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	padding-bottom:10px;
	font-size:12px;
	color:#DB0356;
	text-transform:uppercase;
	letter-spacing:0.05em;
	text-align:inherit;
}

.productAction
{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	padding:20px;
	background:#F2F2F7;
	text-align:inherit;
}

.productVariationBox
{
	width:calc( 100% / 3 - 4px );
	height:auto;
	position:relative;
	display:flex;
	text-align:inherit;
	border:1px solid #ccc;
	margin:2px;
	padding:5px;
	font-size:0;
	vertical-align:middle;
	min-height:65px;
	float:left;
}
.productVariationBox:hover
{
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.productVariationText,
.productVariationPrice,
.productVariationVat
{
	border-right:0px solid #ccc;
}

.productVariationText,
.productVariationPrice,
.productVariationVat,
.productVariationInput
{
	font-size:14px;
	font-weight:400;
	display:inline-block;
	width:calc( 100% / 2 );
	vertical-align:middle;
	align-self:center;
}

.productVariationText
{
	padding-left:10px;
	text-align:left;
}
.productVariationPrice
{
	font-size:14px;
}
.productVariationVat
{
	font-size:12px;
}

.productVariationInput
{
	padding:0 5px;
}
.productVariationInput div
{
	display:inline-block;
	vertical-align:middle;
	width:40%;
	min-height:20px;
	padding:0;
}
.productVariationInput input
{
	display:inline-block;
	vertical-align:middle;
	width:60%;
	min-height:40px;
	padding:0x;
}
.btnDisabled
{
	background:none;
	border-color:#ccc;
	border-style:dashed;
	color:#DB0356 !important;
	cursor:not-allowed !important;
}
.btnDisabled:hover
{
	background:none !important;
	border-color:#ccc !important;
	border-style:dashed !important;
	color:#DB0356 !important;
}

.btnAddCart
{
	background:rgba(106, 173, 0, 1) !important;
	color:#3B4644 !important;
	border-color:#3B4644;
	padding:25px 0 20px 25px;
	margin:0 !important;
	font-size:18px;
	width:100%;
}
.btnAddCart:hover
{
	background:#3B4644 !important;
	color:rgba(106, 173, 0, 1) !important;
	border-color:rgba(106, 173, 0, 1) !important;
}
.btnAddCart::before
{
  content:"\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size:26px;
  margin:auto;
  max-height: 26px;
  max-width: 26px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom:0;
}
.register-label
{
	width:100%;
	text-transform:none;
	font-size:16px !important;
	font-weight:600;
	color:#313136;
}
.register-check-bad, .register-check-bad h2
{
	color: #900;
}
.register-check-good, .register-check-good h2
{
	color: #090;
}
/* Product detail end*/


/* Footer */
.footer
{
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
.footer-menu, .footer-nav
{
  width: 100%;
  height: auto;
  z-index: 999;
  text-align: left;
}
.footer-logo
{
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 1rem 2.143rem;
}
.footer-logo a
{
  align-self: center;
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
}
.footer-logo svg
{
  width: 230px;
  height: 47px;
  display: inline-block;
  top: 7px;
  position: relative;
}
.footer-nav
{
  font-size: 0;
}
.footer-nav ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 0 !important;
}
.footer-nav ul li
{
  float: none;
  display: inline-block;
}
.footer-nav ul li a
{
  display: inline-block;
  text-align: center;
  padding: 2.2508rem 1.9645rem;
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.backToTop
{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  overflow: hidden;
}
.backToTop span
{
  position: absolute;
  top: 7px;
  width: 22px;
  left: calc(50% - 11px);
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.backToTop:hover span
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.backToTop::before, .backToTop::after, .backToTop span
{
  transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.backToTop::before
{
  content: '';
  position: absolute;
  top: 19px;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: block;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  opacity:1;
}
.backToTop::after
{
  content: '';
  position: absolute;
  top: 42px;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: block;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  opacity:0;
}
.backToTop:hover:before
{
  top: -6px;
  opacity:0;
}
.backToTop:hover:after
{
  top: 19px;
  opacity:1;
}
.footer h2
{
	font-size:2rem;
	font-weight:700;
	color:#fff;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.footer h3, .footer h4
{
  font-size: 1rem;
  font-weight:700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.footer br
{
  line-height: 1.3em;
}
.footerColumnCover
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}
.footerColumn * {
  text-align: inherit;
  line-height: 1.8;
  font-size: .777rem;
}
.footerColumn, .footerNewsletter
{
	position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 3rem 2rem;
  font-size: 0.777rem;
  /*line-height: 2.86;*/
}
.footerColumn:nth-child(1), .footerColumn:nth-child(2), .footerColumn:nth-child(4) { width:18%; }
.footerColumn:nth-child(3) { width: 20%; }
.footerColumn:nth-child(5) { width: 26%; }
#foot-mark {
  position: absolute;
  top: calc(50% - 64px);
  left: 2rem;
  width: 128px;
  height: 128px;
}


.lastLine
{
	width: 100%;
  height: auto;
  position: relative;
  display: block;
  text-align: center;
  font-size: 10px !important;
	padding: 2rem;
	min-height: 66px;
  color: #808080;
}
.lastLine *, .lastLine * a
{
	font-size: 0.6667rem;
  color: #fff;
}
.lastLineDescription
{
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 20%;
}
.lastLineText
{
  position: relative;
  display: inline-block;
  align-self: center;
}
.lastLine a.logo
{
	position: relative;
  display: inline-block;
  align-self: center;
}
.lastLine a.logo svg
{
  position: relative;
  width: 125px;
  height: 35px;
  top: 6px;
}
.lastLineLinks, .lastLineLinksCover
{
  position: relative;
  display: inline-block;
  width: auto;
}
.lastLineLinks
{
  max-width: 60%;
}
.footerIconMenu
{
  min-width: 20%;
}
.footerIconMenu a
{
  color: #fff;
  align-self: center;
  font-size: .8rem;
  margin: .333rem;
}
.footerIconMenu a i[class*="fa-"], .footerIconMenu a span[class*="fa-"] {
  margin: 0 .5rem 0 0 !important;
  font-size: 1rem;
}
.footerIconMenu a.only-icon i[class*="fa-"], .footerIconMenu a.only-icon span[class*="fa-"] {
  margin: 0.25rem !important;
}
.footerIconMenu a:last-of-type {
  margin-right: 1rem;
}
.contentGdpr > label, .contentGdpr > label *, .contactForm-check-label { font-size: .666rem; }
/* Footer end */


/* reset */
.slideshow {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.content {
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	padding: 2rem;
	text-align:inherit;
  vertical-align: top;
}
.content.square::after {
    content: '';
    padding-bottom: 100%;
}
.content.poster::after {
    content: '';
    padding-bottom: 133.333%;
}

/* Widths */
.w-auto { width: auto !important; }
.w-100 { width: 100% !important; }
.content, .list-item, .Full { width:100%; }
.content.m-1, .list-item.m-1, .Full.m-1 { width:calc(100% - 2rem); }
.content.m-2, .list-item.m-2, .Full.m-2 { width:calc(100% - 4rem); }
.content.ThirdQuarter, .ThirdQuarter { width:75%; }
.content.ThirdQuarter.m-1, .ThirdQuarter.m-1 { width:calc(75% - 2rem); }
.content.ThirdQuarter.m-2, .ThirdQuarter.m-2 { width:calc(75% - 4rem); }
.content.Half, .Half { width:50%; }
.content.Half.m-1, .Half.m-1 { width:calc(50% - 2rem); }
.content.Half.m-2, .Half.m-2 { width:calc(50% - 4rem); }
.content.Third, .Third { width:33.333%; }
.content.Third.m-1, .Third.m-1 { width:calc(33.333% - 2rem); }
.content.Third.m-2, .Third.m-2 { width:calc(33.333% - 4rem); }
.content.TwoThirds, .TwoThirds { width:66.666%; }
.content.TwoThirds.m-1, .TwoThirds.m-1 { width:calc(66.666% - 2rem); }
.content.TwoThirds.m-2, .TwoThirds.m-2 { width:calc(66.666% - 4rem); }
.content.Quarter, .Quarter { width:25%; }
.content.Quarter.m-1, .Quarter.m-1 { width:calc(25% - 2rem); }
.content.Quarter.m-2, .Quarter.m-2 { width:calc(25% - 4rem); }
.content.Fifth, .Fifth { width:20%; }
.content.Fifth.m-1, .Fifth.m-1 { width:calc(20% - 2rem); }
.content.Fifth.m-2, .Fifth.m-2 { width:calc(20% - 4rem); }
.content.Sixth, .Sixth { width:calc(100% / 6); }
.content.Sixth.m-1, .Sixth.m-1 { width:calc((100% / 6) - 2rem); }
.content.Sixth.m-2, .Sixth.m-2 { width:calc((100% / 6) - 4rem); }
.content.Seventh, .Seventh { width:calc(100% / 7); }
.content.Seventh.m-1, .Seventh.m-1 { width:calc((100% / 7) - 2rem); }
.content.Seventh.m-2, .Seventh.m-2 { width:calc((100% / 7) - 4rem); }
.content.Eighth, .Eighth { width:calc(100% / 8); }
.content.Eighth.m-1, .Eighth.m-1 { width:calc((100% / 8) - 2rem); }
.content.Eighth.m-2, .Eighth.m-2 { width:calc((100% / 8) - 4rem); }
.content.Ninth, .Ninth { width:calc(100% / 9); }
.content.Ninth.m-1, .Ninth.m-1 { width:calc((100% / 9 ) - 2rem); }
.content.Ninth.m-2, .Ninth.m-2 { width:calc((100% / 9 ) - 4rem); }
.w-auto { width:auto; }
/* Widths end */

/* Heights */
.h-100 { height: 100%; }
.h-min-100 { height: 100vh; min-height: 768px !important; }
.h-min-75 { height: 75vh; min-height: 640px !important; }
.h-min-60 { height: 60vh; min-height: 560px !important; }
.h-min-50 { height: 50vh; min-height: 480px !important; }
.h-min-33 { height: 33vh; min-height: 340px !important; }
.h-min-25 { height: 25vh; min-height: 280px !important; }
/* Heights end */

/* Margins */

.m-auto { margin: auto !important; }
.m-0 { margin: 0rem !important; }
.m-1 { margin: 1rem !important; }
.m-2 { margin: 2rem !important; }
.mt-1 { margin-top: 1rem !important; }
.mt-2 { margin-top: 2rem !important; }
.mt-4 { margin-top: 4rem !important; }
.mt-n3 { margin-top: -3rem !important; }
.mt-n4 { margin-top: -4rem !important; }
.mt-n6 { margin-top: -6rem !important; }
.mt-n2 { margin-top: -2rem !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-4 { margin-bottom: 4rem !important; }
.mb-10 { margin-bottom: 10rem !important; }
.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.my-2 { margin-top: 2rem !important; margin-bottom: 2rem !important;}
.my-4 { margin-top: 4rem !important; margin-bottom: 4rem !important;}
.ml-auto, .mx-auto { margin-left: auto!important; }
.ml-4 { margin-left: 4rem !important; }
.mr-4 { margin-right: 4rem !important; }
.mt-auto, .my-auto { margin-top: auto !important; }
.mr-auto, .mx-auto { margin-right: auto !important; }
.mb-auto, .my-auto { margin-bottom: auto !important; }
.ml-auto, .mx-auto { margin-left: auto !important; }

/* Margins end */

/* Paddings */
.p-0 { padding: 0rem !important; }
.p-025 { padding: .255rem !important; }
.p-05 { padding: .555rem !important; }
.p-1 { padding: 1rem !important; }
.p-2 { padding: 2rem !important; }
.p-3 { padding: 3rem !important; }
.p-4 { padding: 4rem !important; }
.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.pt-0 { padding-top: 0rem !important; }
.pt-4 { padding-top: 4rem !important; }
.pt-6 { padding-top: 6rem !important; }
.pt-8 { padding-top: 8rem !important; }
.pb-0 { padding-bottom: 0rem !important; }
.pb-2 { padding-bottom: 2rem !important; }
.pb-3 { padding-bottom: 3rem !important; }
.pb-4 { padding-bottom: 4rem !important; }
.pb-5 { padding-bottom: 5rem !important; }
.pl-6 { padding-left: 6rem !important; }
.pl-8 { padding-left: 8rem !important; }
/* Paddings end */

/* Decorations */
.line-1-t {
  border-top: 1px solid;
}
.line-1-b {
  border-bottom: 1px solid;
}
.line-1-l {
  border-left: 1px solid;
}
.line-1-r {
  border-right: 1px solid;
}
.line-1 {
  border: 1px solid;
}
.shadow
{
	-moz-box-shadow:0.666rem 0.666rem 0.888rem rgba(20,50,117,0.0333);
	-webkit-box-shadow:0.666rem 0.666rem 0.888rem rgba(20,50,117,0.0333);
	box-shadow:0.666rem 0.666rem 0.888rem rgba(20,50,117,0.0333);
}
.medium-shadow
{
	-moz-box-shadow:0.666rem 0.666rem 1rem rgba(20,50,117,0.0666);
	-webkit-box-shadow:0.666rem 0.666rem 1rem rgba(20,50,117,0.0666);
	box-shadow:0.666rem 0.666rem 1rem rgba(20,50,117,0.0666);
}
.shadow:hover {
  /*-moz-box-shadow:0.666rem 0.666rem 0.888rem rgba(20,136,202,0.1);
	-webkit-box-shadow:0.666rem 0.666rem 0.888rem rgba(20,136,202,0.1);
	box-shadow:0.666rem 0.666rem 0.888rem rgba(20,136,202,0.1);*/

  -moz-box-shadow:0.666rem 0.666rem 0.888rem rgba(20,50,117,0.1);
	-webkit-box-shadow:0.666rem 0.666rem 0.888rem rgba(20,50,117,0.1);
	box-shadow:0.666rem 0.666rem 0.888rem rgba(20,50,117,0.1);
}
.border-radius {
  -moz-border-radius: 0.4667rem;
	-webkit-border-radius: 0.4667rem;
	-khtml-border-radius: 0.4667rem;
	border-radius: 0.4667rem;
}
.border-radius-small {
  -moz-border-radius: 0.1667rem;
	-webkit-border-radius: 0.1667rem;
	-khtml-border-radius: 0.1667rem;
	border-radius: 0.1667rem;
}
.outline-box {
  border: 2px solid #fff;
  font-size: 0;
}
.left-2 { left: 2rem; }
.right-2 { right: 2rem; }
/* Decorations end */

/* Animations */

@-webkit-keyframes slide {
    0% {
      left: 100%;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
    }
    100% {
      left: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
    }
  }

  @keyframes slide {
    0% {
      left: 100%;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
    }
    100% {
      left: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
    }
  }

/* Animations end*/

/* Display settings */
.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.d-inline-flex {
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
}
.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
}
.d-inline { display: inline-block; }
.d-none { display: none; }
/* Display settings end */

/* Text */
.small { font-size: .888rem; }
.columns-2 {
  -moz-column-count:2;
  -moz-column-gap: 2rem;
  -webkit-column-count:2;
  -webkit-column-gap: 2rem;
  column-count: 2;
  column-gap: 2rem;
}
/* Text end */

/* Aligns content */
.c-left { clear: left!important;}
.c-right { clear: right!important;}
.c-both { clear: both!important;}
.f-left { float: left!important;}
.f-right { float: right!important;}
.text-left { text-align:left !important; }
.text-center { text-align:center !important; }
.text-right { text-align:right !important; }

.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}

.justify-content {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-start { -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
.justify-content-end { -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
.justify-content-center {
  -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;; }

.align-self-start { align-self: flex-start !important; }
.align-self-end { align-self: flex-end !important; }
.align-self-center { align-self: center !important; }
.align-items-stretch {
   -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}

.flex-wrap {
  -webkit-flex-flow: row wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important;
}
/* Aligns content end */

/* Orders */

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-3 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
/* Orders end */

/* Overlows */
.o-hidden { overflow:hidden; }
.o-y-auto { overflow-y:auto; }
.o-auto { overflow:auto; }
/* Overlows end*/

/* Google map */
.mapField
{
	height: auto;
  min-height: 560px;
  position: relative;
  width: 100%;
}
.map-point
{
	width: 4rem;
	height: 4rem;
	z-index: 999;
}
.map-point::after
{
  content: '\f041';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  font-family: 'Font Awesome 5 Pro';
  font-size: 4rem;
  line-height: 4rem;
  z-index: 2;
  -webkit-transform: scale(0.95,0.95);
  -moz-transform: scale(0.95,0.95);
  -o-transform: scale(0.95,0.95);
  transform: scale(0.95,0.95);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.map-point:hover::after
{
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
  z-index:3;
}

.hiddentMapMarker
{
	position:absolute;
	left:45px;
	top:0px;
	background:#fff;
	color:#3B4644;
	font-size:16px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	padding:.333rem;
	width:auto;
	height:auto;
	-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.5);
	box-shadow: 0 0px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
	display:none;
	z-index:99;
}
.map-point:hover .hiddentMapMarker
{
	display: block;
}
/* Google map end */

/* Grids */
.grid-1-2-1 {
  display: grid;
  position: relative;
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 50% 50%;
  gap: 2rem 2rem;
}
[class*="column-"] {
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
.column-1 { grid-area: 1 / 1 / 3 / 2; }
.column-2 { grid-area: 1 / 2 / 2 / 3; }
.column-3 { grid-area: 2 / 2 / 3 / 3; }
.column-4 { grid-area: 1 / 3 / 3 / 4; }

@media all and (-ms-high-contrast:none) {
  .grid-1-2-1 {
    display: -ms-grid;
    -ms-grid-columns: 33% 33% 33%;
    -ms-grid-rows: 50% 50%;
  }
  .column-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
  .column-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
  .column-3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
  .column-4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
}
/* Grids end */

/* Tables */
table {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #3b4644;
  background: none;
  width:100%;
  margin: 2rem 0;
}
table * { font-size: .666rem; }
sub
{
	font-family:inherit !important;
	color:inherit !important;
	font-weight:400 !important;
	font-size:.5rem;
  color:rgba(59,70,68,.4);
}
span.unit
{
	font-family:inherit !important;
	font-weight:400 !important;
	font-size:.666rem;
  color:rgba(59,70,68,.4);
}
table > thead > tr > th, table > tfoot > tr > td {
  border: none;
  padding: 10px 12px;
  text-align: center;
  color: #3b4644;
  border-top: 2px solid #1488CA;
  border-bottom: 2px solid #1488CA;
}
table > thead > tr > th:first-child { text-align: left !important; }
table > thead > tr > th { font-size: .666rem; text-transform:uppercase; font-weight:700; letter-spacing: .2em; line-height: 1.6em; vertical-align: text-top; }
table > tbody img {
  vertical-align: middle;
}
table > tbody > tr > td {
  border: none;
  padding: 10px 12px;
  text-align: center;
}
table > tbody > tr > td:first-child, table > tbody > tr > td:nth-child(2) { text-align: left !important; }
table > tbody > tr:nth-child(even) { background:rgba(59,70,68,.05); }
table > tbody > tr > td a {
  color:#1488CA;
  font-weight:normal;
}

/* Tables end*/

/* Timeline */
section.timeline::before {
  content: '';
  position: absolute;
  top: 8rem;
  left: calc(50% - 1px);
  width: 2px;
  height: calc(100% - 16rem);
  background:#1488ca;
  z-index: -1;
}
.time-line-item-cover {
  margin-bottom: -10%;
}
.time-line-item-cover:last-child {
  margin-bottom: 0;
}
[class*="timeline-item-"] {
  width: 33.333% !important;
}
[class*="timeline-item-"] .subtitle {
  color: #1488ca;
  letter-spacing: normal;
  font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (1600 - 300))) !important;
}
[class*="timeline-item-"]::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(100% - 2rem);
  width: calc(50% + 1rem);
  height: 2px;
  background: #1488ca;
  z-index: -1;
}
.timeline-item-right::after { left: auto; right:calc(100% - 2rem); }
[class*="timeline-item-"]:hover > .image-cover .image-box {
  transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
}
[class*="timeline-item-"] .image-cover, [class*="timeline-item-"] .text-field { width: calc(100% - 4rem); }
/* Timeline end*/

/* Breadcrumb*/
.breadcrumb-container {
	position: relative;
	left: auto;
	top: 0;
	z-index: 999;
}
nav[aria-label="breadcrumb"] {
  display: block !important;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  max-width: none;
  max-height: none;
  background: none;
}
nav[aria-label="breadcrumb"] ol.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0rem;
	margin-bottom: 0;
	background-color: transparent;
	font-size: .85rem;
	letter-spacing: .04em;
	text-transform: none;
	border-radius: 0;
  list-style: none;
}
nav[aria-label="breadcrumb"] ol.breadcrumb li.breadcrumb-item, nav[aria-label="breadcrumb"] ol.breadcrumb li.breadcrumb-item a {
	font-size: 12px;
	transition: none;
	-webkit-transition: none;
}
nav[aria-label="breadcrumb"] ol.breadcrumb li.breadcrumb-item a.selected { color: #3B4644 !important; }
nav[aria-label="breadcrumb"] ol.breadcrumb li.breadcrumb-item:last-child a {
	color: #1488CA;
}
nav[aria-label="breadcrumb"] ol.breadcrumb li.breadcrumb-item + .breadcrumb-item { padding-left: .5rem; }
nav[aria-label="breadcrumb"] ol.breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #1488CA;
	font-weight: 400 !important;
	font-family: 'Font Awesome 5 Pro';
	content: "\f105";
	-webkit-text-stroke-width: none !important;
	-webkit-text-stroke-color: rgba(255,255,255,0);
}

/* CK Editor end */
.cke_editable ul
{
	list-style-type: none;
  clear: both;
  margin: 10px 0;
  list-style-position: inside;
  display: inline-block;
}
.cke_editable ol
{
  list-style-type: none;
  clear: both;
  margin-top: 10px;
  list-style-position: inside;
  text-align: inherit;
  display: inline-block;
}
.cke_editable ul li
{
  position: relative;
  list-style-type: none;
  counter-increment: list;
  text-align: left;
  padding: 0 0 10px 24px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  line-height: 1.2em;
}
.cke_editable ol li
{
  position:relative;
  list-style-type: none;
  counter-increment: list;
  text-align: inherit;
  padding: 10px 0 10px 25px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.cke_editable ul li::before
{
	content: "●";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  text-align: center;
  color: inherit;
  font-family: inherit;
  font-weight: 700;
  font-size: 1rem;
  padding: 0;
}
.cke_editable ol li::before
{
  content: counter(list);
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: auto;
  text-align: center;
  color: inherit;
  font-family: inherit;
  font-weight: 700;
  font-size: 1rem;
  padding: 0;
}
/* CK Editor end */

.toAdminBox
{
	position:fixed;
	bottom:0px;
	left:-100px;
	width:132px;
	height:32px;
	text-align:left;
	z-index:100000;
	display:block;
	background-color:rgba(0,3,33,0.6);
	padding:5px;
	cursor: pointer;
}
.toAdminBox:hover
{
	left:0px;
	background-color:rgba(0,3,33,0.95);
}
.toAdminBox::after
{
	content:"\f044";
	position: absolute;
	color: #ffbb00;
	display: block;
	right:7px;
	top: 3px;
	font-family: 'Font Awesome 5 Pro';
}
.toAdminBox svg
{
	position: relative;
	width: 95px;
	height: 20px;
}
.toAdminBox svg path
{
	fill:#ffffff;
}

/* Breakpoints end */
@media (min-width: 1599.98px) {
  a.logoTop svg, a.logoTop img { width: 198px !important;height: 64px !important; }
  .is-scrolled a.logoTop svg { width: 124px !important; height: 40px !important; }
  nav ul li a.level-1 { font-size: 1rem !important; }
  nav ul li a.level-2, nav ul li a.level-3 { font-size: .888rem !important; }
  .slideshow .slide h1, .slideshow .slide h2, .slideshow .slide h3, .contentBoxTitle h1, .contentBoxTitle h2 { font-size: 3.333rem !important; }
  .articleList3 .list-item:first-child .text-field h2 { font-size: 2rem !important; }
  .articleList3 .list-item .text-field h2 { font-size: 1.444rem !important; }
  .info-4.poster .text-field h2, .info-4.flip-card .text-field h2 { font-size: .888rem !important; }
  h2, h3, h4, h5, h6 { font-size: 1.444rem !important; }
  .more, .file { font-size: 1rem !important; }
  .footerColumn, .footerNewsletter { font-size: .777rem !important; }
  .c-name, .subtitle { font-size: .666rem !important; }
  .text-field, .text-field p, .text-field div, .text-field ul li { font-size: .888rem; }
  .slideshow .text-field, .slideshow .text-field p { font-size: 1rem !important; }
  .slideshow .slide h2.small-text { font-size: 0.8rem !important; }
  [class*="timeline-item-"] .subtitle { font-size: 1.444rem !important; }
  .info-4.poster .text-field h2, .info-4.flip-card .text-field h2 { font-size: .888rem !important; }
  .info-5 .text-field h2 { font-size:1rem !important; }
  .file-container h2 { font-size: 1rem !important; }
  .icon-256, .icon-256 svg { width: 256px !important;height: 256px !important; }
}
@media (max-width: 1699.98px) {
  .left-sidebar { left:1rem; width:52px; }
  .left-sidebar p {
    width: 97px;
    left: -25px;
    position: relative;
  }
  .right-sidebar { right:1rem; }
}
@media (max-width: 1679.98px) {
  #foot-mark { display: none !important; }
}
@media (max-width: 1479.98px) {
  .mainHeader > .Normal.d-flex {
    margin: 0 2rem;
    width: calc(100% - 4rem);
    max-width: calc(1280px - 4rem);
  }
  .contentBox.Normal, .slideshow.Normal, .Normal { max-width: 1280px; }
  .left-sidebar { left:1vw; width:52px; }
  #side-logo {
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
  }
  .left-sidebar > p {
    transform: rotate(-90deg);
    font-size: .666rem;
    width: 100px;
    transform-origin: top left;
    position: absolute;
    left: 20px;
    bottom: 48px;
  }
  .right-sidebar { right:1vw; }
  section { padding-left: 2rem; padding-right: 2rem; }
}

@media (max-width: 1279.98px) {
  .content.Fifth.m-1, .Fifth.m-1 { width: calc(33.333% - 2rem); }
  .content.Quarter.info-4.flip-card { width: calc(50% - 16%) !important; margin: 8% !important; }
  .content.info-1 > .image-cover.Half { width: 33.333%; }
  .content.info-1 > .content.Half { width: 66.666%; }
  .content.info-1.info-1-video > .video-cover.Half { width: 50%; }
  .content.info-1.info-1-video > .content.Half { width: 50%; }
}
@media (max-width: 1199.98px) {
  .content.info-1 > .image-cover.TwoThirds { width: 50%; }
  .content.info-1 > .content.Third { width: 50%; }
  /*.content.info-3.Third.m-1 { width:calc(50% - 2rem); }*/
  .content.info-3.Third > .image-cover.ThirdQuarter { width: calc(100% - 2rem);left: 1rem; }
  .content.info-3.Third > .content.p-0.mt-n6.ml-4 { margin: -2rem 0 0 0 !important;}
  .content.Eighth, .Eighth,
  .content.Ninth, .Ninth
  {
    width: calc(100% / 6);
  }
  .content.Eighth.m-1, .Eighth.m-1,
  .content.Ninth.m-1, .Ninth.m-1 {
    width:calc((100% / 6) - 2rem);
  }
  .content.Eighth.m-2, .Eighth.m-2,
  .content.Ninth.m-2, .Ninth.m-2 {
    width:calc((100% / 6) - 4rem);
  }
  section.timeline::before { left: 16.666%; }
  [class*="timeline-item-"] {
    width: 66.666% !important;
    margin: 1rem 1rem 1rem auto !important;
  }
  [class*="timeline-item-"]::after { right: 73% !important; left: auto !important; }
  .time-line-item-cover { margin-bottom: 0; }
  [class*="timeline-item-"] .text-field.ml-auto { margin-left: 0 !important; margin-top: -4rem !important; }
  [class*="timeline-item-"] .image-cover.mr-auto { margin-left: auto !important; margin-right: 0 !important; }

  .info-1-66-33 .content.info-1-card .image-cover.TwoThirds { width: 50%; }
  .info-1-66-33 .content.info-1-card .content.Third { width: 50%; }

}

@media (max-width: 991.98px) {
  a.logoTop svg, a.logoTop img {
    width: 160px;
    height: 33px;
    top: 3px;
  }
  a.logoTop svg path.slogan { display: none; }
  .mainHeader { min-height:70px; }
  .left-sidebar, .right-sidebar { display: none !important; }
  .menu-cover {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .header-bar-cover {
    display: none !important;
  }
  .header-bar-responsive-cover { display: block;padding:0.5rem 0.5rem 1rem 0.5rem !important; }
  .header-bar-responsive a.only-icon i[class*="fa-"], .header-bar-responsive a.only-icon span[class*="fa-"] { font-size: .888rem; }
  .menu-title { display: inline-block; }
  nav .closeAll {
		display:block;
		visibility: visible;
    padding: 1.5rem 2rem 0rem 1rem !important;
    margin-left: auto;
	}
	nav {
    position: fixed;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
    top: 83px;
    bottom: auto;
    right: -320px;
    left: auto;
    width: 100%;
    max-width: 320px;
    height: auto;
    max-height: calc(100vh - 62px);
    z-index: 999997;
    overflow: auto;
    background-color: #F3F5F8;
    margin:0;
	}
  .is-scrolled nav { top:70px; }
	nav.slideToView {
		right:0;
	}
  nav .nav-cover {
    display: block;
    position: relative;
    align-self: auto;
  }
  nav .overflow-cover {
    display: block;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  nav .overflow-content {
    padding: 0 1rem;
  }
	nav ul {
		display:block;
		padding: 1rem 0rem 0.5rem 0rem;
	}
  .submenu-toggler {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  nav ul li.has-submenu a, .submenu > .submenu-item.has-submenu > a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    width: calc(100% - 40px);
    padding-left: 0.5rem !important;
  }
  .submenu > .submenu-item.has-submenu > a { padding-left: 1rem !important; }
  .submenu-1, .submenu-2 { max-width: none; min-width: auto; background: none; }
  .submenu-item:hover > a.level-2 { background: none; }
  nav ul li .submenu-1, nav ul li .submenu-2, [class*="image-submenu-"], nav ul li:hover .submenu-1, nav ul li:hover .submenu-2, nav ul li:hover .image-submenu-1 {
    position: relative;
    display: block;
    width: 100%;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    -webkit-transition: max-height 0.15s ease-out;
    overflow: hidden;
    padding: 0;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  nav ul li .submenu-1.show, nav ul li .submenu-2.show, nav ul li .image-submenu-1.show, nav ul li .image-submenu-2.show {
    position: relative;
    width: 100%;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    max-height: 100vh;
    transition: max-height 0.15s ease-out;
    -webkit-transition: max-height 0.15s ease-out;
    overflow: hidden;
  }
	nav ul li a, nav ul li .submenu-1 a, nav ul li .submenu-1 {
		position:relative;
		display: block;
    width:100%;
		text-align:left;
		visibility: visible;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
  nav ul li:hover a.level-1::after, nav ul li a.level-1.selected::after { left: 16px; }
  nav ul li a.level-1 {
    font-size: 1rem;
    padding: 1rem .5rem .5rem .5rem;
  }
  nav ul li a.level-2 {
    font-size: .777rem;
    padding: .5rem 1rem !important;
    color: #6C7079;
  }
  nav ul li a.level-3 {
    width: 100% !important;
    padding: .5rem 1rem .5rem 2rem !important;
    color: #838891;
  }
  nav ul li .submenu-1 {
    padding: 0;
  }
  nav ul li .submenu-1 a.selected { color:#1488CA !important; }
  nav ul li, .header-bar-responsive-cover {
    display: block;
    position: relative;
    left: 320px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  nav ul li { padding-right: 1rem; }
  .image-submenu-1 a > span {
    line-height: 1.4em;
  }
  nav.slideToView ul li {
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: .1s;
    animation: slide 0.5s forwards;
    animation-delay: .1s;
  }
  nav.slideToView .header-bar-responsive-cover {
    -webkit-animation: slide 0.5s forwards;
    animation: slide 0.5s forwards;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
  }
  .submenu-1 {
    background: none;
  }
  .submenu-1 a { color:#3B4644; }
	.submenu-2 {
		position: relative;
		left:0 !important;
		right:auto;
		top:auto;
		background-color: none;
		visibility: visible;
		cursor:pointer;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=1);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	.submenu-2 a.amenuhorizont {
		padding-left: 45px;
		text-decoration: none;
		display: block;
		text-align: left;
	}
  [class*="image-submenu-"], .submenu-1, .submenu-2 {
    width: 100%;
    top: auto !important;
    position: relative;
  }
  .image-submenu-1 > .scroll-cover {
    background: none;
    max-height: none;
    max-width: none;
    padding:1rem 1rem 1rem 1rem;
  }
  .submenu-item > .submenu-toggler { color: #777; margin-right:.1rem; }
  .image-submenu-1 .submenu-item { width: 100%; }
  .image-submenu-1 a img, .image-submenu-1 a svg { width: 40px; height:auto; }
  .image-submenu-2 { margin: 0; }
  .submenu-item .image-box { display: none; }

	.openCart, .openNav, .closeAll, .hover {
		-webkit-user-select: none;
		-webkit-touch-callout: none;
	}

	.openNav {
		display:inline-block;
		float:none;
		vertical-align:middle;
		position:relative;
		top:auto;
		right:auto;
	}
	.cartplace {
		right:-320px;
		width:100%;
    max-width: 320px;
		position:fixed;
	}
  a.logoTop, .is-scrolled a.logoTop { margin: 1rem auto 1rem 2rem; }
  .menu-cover { padding: 0 1rem; }
  .mainHeader > .Normal.d-flex {
    margin: 0 auto;
    width: 100%;
    max-width:none !important;
  }

  section { padding-left: 0rem; padding-right: 0rem; }
  section:first-of-type .slide.h-min-100 { min-height: 560px !important; }

  .contentBoxTitle::before { left:0; width: 3rem; }
  .contentBoxTitle h1, .contentBoxTitle h2 { padding-left: 2rem; }
  .pl-8 { padding-left: 4rem !important; }
  .pt-8 { padding-top: 4rem !important; }
  .mb-4 { margin-bottom: 2rem !important; }
  .text-field.absolute-text-field { width: 66.666%; }

  .content.info-5-certificates .ThirdQuarter {
    width: calc(100% - 2rem);
    min-height: 480px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .content.info-5-certificates .content.Quarter {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  section.timeline::before {
    left: 4rem;
  }
  [class*="timeline-item-"]::after {
    right: calc(100% - 6rem) !important;
    left: auto !important;
  }

  .content.info-1 > .image-cover.Half { width: calc(100% - 4rem); left:auto; margin: 0 2rem; }
  .content.info-1 > .text-field.Half { width: 100%; }
  .content.info-1 > .content.Half { width: calc(100% - 4rem); right:auto; margin: 0 2rem; }
  .content.info-1.info-1-video > .content.Half { margin: 0; }
  .content.info-1.info-1-video > .content.Half > .text-field.p-0.pl-8 { padding-right: 3rem !important; }

  .full-info .content.info-3:first-child { margin: 1rem 25% !important; }

  .info-1-66-33 .content.info-1-card .image-cover.TwoThirds { width: 33.333%; margin-bottom: 0 !important; align-self: start; top: -4rem; }
  .info-1-66-33 .content.info-1-card .content.Third { width: 66.666%; }

  .content.Seventh, .Seventh,
  .content.Eighth, .Eighth,
  .content.Ninth, .Ninth
  {
    width: 25%;
  }
  .content.Seventh.m-1, .Seventh.m-1,
  .content.Eighth.m-1, .Eighth.m-1,
  .content.Ninth.m-1, .Ninth.m-1 {
    width:calc(25% - 2rem);
  }

  .content.Seventh.m-2, .Seventh.m-2,
  .content.Eighth.m-2, .Eighth.m-2,
  .content.Ninth.m-2, .Ninth.m-2 {
    width:calc(25% - 4rem);
  }

  .content.Fifth, .Fifth
  {
    width: 33.333%;
  }
  .content.Fifth.m-2, .Fifth.m-2
  {
    width: calc(33.333% - 4rem);
  }
  .content.Quarter.m-2, .Quarter.m-2,
  .content.Fifth.m-2.info-5:nth-child(1), .Fifth.info-5.m-2:nth-child(1), .content.Fifth.info-5.m-2:nth-child(2), .Fifth.info-5.m-2:nth-child(2) {
    width: calc(50% - 4rem);
  }
  .content.Sixth, .Sixth {
    width: 33.333%;
  }
  .content.Sixth.m-2, .Sixth.m-2 {
    width: calc(33.333% - 4rem);
  }

  .content.Third.m-1, .Third.m-1 {
    width: calc(50% - 2rem);
  }

  .content.info-1-card .image-cover.Half { width: 25%; top:-4rem; height: auto; align-self: start; }
  .content.info-1-card .content.Half { width: 75%; }
  .content.info-1.info-1-video > .content.Half, .content.info-1.info-1-video > .video-cover.Half { width: 100%; }

  .content.Fifth.m-1, .Fifth.m-1 { width: calc(50% - 2rem); }

  .text-field .columns-2 {
    -moz-column-count: 1;
    -moz-column-gap: 2rem;
    -webkit-column-count: 1;
    -webkit-column-gap: 2rem;
    column-count: 1;
    column-gap: 2rem;
  }

  .articleList3 .list-item { width: calc(50% - 2rem); }
  .articleList3 .list-item.first-big { width: calc(100% - 2rem); }
  .articleList3 .list-item.first-big .image-cover, .articleList3 .list-item.first-big .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(56% - 2rem);
  }
  .articleList3 .list-item.first-big > .content.Quarter {
    width: 44% !important;
    padding-top: 0 !important;
  }
  .articleList3 .list-item.first-big .text-field {
    width: calc(100%);
    right: 0;
    bottom: 0;
    margin-top: 0;
    padding: 0 2rem !important;
  }

  .formular > .content.Quarter { width: 25%; }
  .send-cover {
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
  }
  .contentGdpr {
    margin: unset !important;
    width: 100%;
  }

  .footer-nav-cover {
    display: none !important;
  }
  .footerColumn, .footerNewsletter {
    margin: unset !important;
    min-width: 33.333%;
  }
  .lastLine {
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
    padding: 1rem !important;
  }
  .lastLineLinks {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: none;
    padding: 1rem !important;
  }
  .lastLineDescription {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 1rem !important;
  }
  .footerIconMenu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 1rem !important;
  }

}

@media (max-width: 767.98px) {
  .btn, .cartplace .btn, button.submit, input[type=submit], input[type=button], button[type=submit] {
    font-size: 12px;
    padding: 12px 18px;
    margin: .5rem .25rem;
  }
  .content.parallax-cover.Half { width: 33.333%; }
  .slideshow .slide h1, .slideshow .slide h2, .slideshow .slide h3 { max-width: 50%; }
  .content.Quarter.info-4.flip-card {
    width: calc(50% - 8%) !important;
    margin: 4% !important;
  }
  .text-field.p-3 { padding: 2rem !important; }
  .articleList3 .list-item.first-big .image-cover, .articleList3 .list-item.first-big .video-cover { position:relative; width: 100%; }
  .articleList3 .list-item.first-big > .content.Quarter { width: 100% !important; padding: 2rem !important; }
  .articleList3 .list-item.first-big .text-field { padding: 0 !important; }
  .content.Third, .Third,
  .content.Fifth, .Fifth,
  .content.Sixth, .Sixth {
    width: 50%;
  }
  .content.Seventh, .Seventh,
  .content.Eighth, .Eighth,
  .content.Ninth, .Ninth
  {
    width: 33.333%;
  }
  .content.Quarter.m-1, .Quarter.m-1,
  .content.Fifth.m-1, .Fifth.m-1,
  .content.Sixth.m-1, .Sixth.m-1 {
    width: calc(50% - 2rem);
  }
  .content.Quarter.m-2, .Quarter.m-2,
  .content.Fifth.m-2, .Fifth.m-2,
  .content.Sixth.m-2, .Sixth.m-2 {
    width: calc(50% - 4rem);
  }
  .content.Seventh.m-1, .Seventh.m-1,
  .content.Eighth.m-1, .Eighth.m-1,
  .content.Ninth.m-1, .Ninth.m-1 {
    width:calc(33.333% - 2rem);
  }

  .content.Seventh.m-2, .Seventh.m-2,
  .content.Eighth.m-2, .Eighth.m-2,
  .content.Ninth.m-2, .Ninth.m-2 {
    width:calc(33.333% - 4rem);
  }

  .formular > .content.Quarter { width: 50%; }
  .formular > .content.Half, .formular > .content.Third { width: 100%; }
  .footerColumnCover .content.p-0.my-auto { padding: 1rem 0 !important; }
  .footerColumn, .footerNewsletter {
    min-width: 50%;
    padding: 1rem;
  }
  .lastLine { justify-content: center !important; padding: 0 !important;  }
  .lastLineLinks {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  .lastLineDescription {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 1;
    order: 1;
  }
  .footerIconMenu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 575.98px) {
  nav {
    width: 100%;
    max-width: none;
    right: -100%;
  }
  .btn, .cartplace .btn, button.submit, input[type=submit], input[type=button], button[type=submit] { white-space:normal; }
  .text-field.absolute-text-field {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    padding: 2rem 0;
  }
  .content.parallax-cover.Half {
    width: 48%;
    position: absolute;
    top: -2rem;
    right: 1rem;
  }

  .articleList3 .list-item.first-big { width: calc(100% - 2rem); }
  .content.Quarter.info-4.flip-card {
    width: calc(100% - 2rem) !important;
    margin: 2rem !important;
  }
  .content.Quarter.info-4.m-1 { width: calc(100% - 2rem); }

  .full-info .content.info-3:first-child { margin: 1rem !important; }
  .content.info-1-card .image-cover.Half, .info-1-66-33 .content.info-1-card .image-cover.TwoThirds { top: -3rem; }
  section.timeline::before {
    left: 1.5rem;
  }
  [class*="timeline-item-"] .image-cover, [class*="timeline-item-"] .text-field {
    width: calc(100% - 2rem);
  }
  [class*="timeline-item-"] {
    width: calc(100% - 2.5rem) !important;
    margin: 1rem 1rem 1rem auto !important;
  }
  [class*="timeline-item-"]::after {
    right: calc(100% - 2rem) !important;
    left: auto !important;
    width: 2rem;
  }

  .searchplace { display: none; }

  .content.ThirdQuarter, .ThirdQuarter,
  .content.Half, .Half,
  .content.Third, .Third,
  .content.TwoThirds, .TwoThirds,
  .content.Quarter, .Quarter,
  .content.Fifth, .Fifth,
  .content.Sixth, .Sixth,
  .content.Seventh, .Seventh,
  .content.Eighth, .Eighth,
  .content.Ninth, .Ninth {
    width:100%;
  }
  .content.m-1, .Full.m-1,
  .content.ThirdQuarter.m-1, .ThirdQuarter.m-1,
  .content.Half.m-1, .Half.m-1,
  .content.Third.m-1, .Third.m-1,
  .content.TwoThirds.m-1, .TwoThirds.m-1,
  .content.Quarter.m-1, .Quarter.m-1,
  .content.Fifth.m-1, .Fifth.m-1,
  .content.Sixth.m-1, .Sixth.m-1,
  .content.Seventh.m-1, .Seventh.m-1,
  .content.Eighth.m-1, .Eighth.m-1,
  .content.Ninth.m-1, .Ninth.m-1 {
    width:calc(100% - 2rem);
  }
  .content.m-2, .Full.m-2,
  .content.ThirdQuarter.m-2, .ThirdQuarter.m-2,
  .content.Half.m-2, .Half.m-2,
  .content.Third.m-2, .Third.m-2,
  .content.TwoThirds.m-2, .TwoThirds.m-2,
  .content.Quarter.m-2, .Quarter.m-2,
  .content.Fifth.m-2, .Fifth.m-2,
  .content.Sixth.m-2, .Sixth.m-2,
  .content.Seventh.m-2, .Seventh.m-2,
  .content.Eighth.m-2, .Eighth.m-2,
  .content.Ninth.m-2, .Ninth.m-2 {
    width:calc(100% - 4rem);
  }

  .footerColumn, .footerNewsletter {
    min-width: 100%;
    padding: 1rem;
  }
  .contactForm-check-label i.check { display: none; }
  .contentSubmit > button { margin-left: 0 !important; }
  .formular > .content.Quarter { width: 100%; }
  label.labelSelect { width: 100%; }
  .py-2.contactForm-label { padding: 1rem 1rem 0 1rem !important;}
}
/* Breakpoints end */

/* Cookies */
.termsfeed-com---palette-light.termsfeed-com---nb {
  background-color: #fff !important;
  color: #3B4644 !important;
  box-shadow: 0 0 10rem rgb(0 0 0 / 20%) !important;
}
.termsfeed-com---nb .cc-nb-main-container { padding: 2rem !important; }
.termsfeed-com---nb .cc-nb-main-container * { text-align: left; }
.termsfeed-com---palette-light .cc-cp-body * { text-align: left; }
.termsfeed-com---nb-simple {
  max-width: 480px !important;
}
.termsfeed-com---nb .cc-nb-title {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.termsfeed-com---nb .cc-nb-text {
  font-size: 14px !important;
}
.termsfeed-com---palette-light .cc-nb-reject, .termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-cp-foot-save, .termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked+label:before {
  background-color: #1488CA !important;
  color: #fff !important;
}
.termsfeed-com---palette-light .cc-pc-head-lang select {
  color: #3B4644 !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.cc-cp-body-tabs > li::before { display: none; }
.termsfeed-com---palette-light .cc-nb-changep { background: none !important; color: #666 !important; }

/* Main styles end */
