/* Main styles */
* 
{ 	 
	margin:0px; 
	padding:0px; 
	line-height:1.5em;
	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:400;
	font-size:16px;
  font-style: normal;
	font-family: 'calibri', sans-serif;
	color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
} 
::-webkit-scrollbar
{
  width: 6px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb
{
  background: rgba(255, 255, 255, 0.5);
}
::after,::before
{
	-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;
}
* svg
{
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.contentBox *, header *
{
	-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;
}
::selection
{
  background: #d1f6ff;
  color:rgba(21,159,223,1) !important;
}
::-moz-selection
{
  background: #d1f6ff;
  color:rgba(21,159,223,1) !important;
}
html
{
	height: 100% !important;
	min-height: 100% !important;
	width: 100% !important;
}
body
{
	background:#f6f8f8;
	width:100% !important;
	overflow-x:hidden;
  color: rgba(22,59,82,1);
}
.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:#159fdf;
}
h1
{
	font-size:2.667rem;
	font-weight:300 !important;
	text-align:inherit;
	font-family: commuters-sans, sans-serif;
	color: #000;
}
h2, h3, h4, h5, h6
{
	font-size:1.333rem;
	font-weight:300;
	text-align:inherit;
	font-family: 'Literata', serif;
	color: #000;
	text-transform: none;
  line-height: 1.2em;
}
h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight:inherit;
	font-size:inherit;
	line-height:inherit;
	color:inherit !important;
	text-align:inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}
span
{
	font-weight:inherit;
	font-size:inherit;
  font-family: inherit;
	line-height:inherit;
	color:inherit !important;
	text-align:inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}
span.blueLine
{
	color:rgba(21,159,223,1) !important;
}
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: 1rem !important;
}
.text-right i[class*="fa-"], .text-right span[class*="fa-"]
{
  margin-right: 0 !important;
  margin-left: 1rem !important;
}
a { color:#da1c5c; text-decoration:none; cursor:pointer; font-size:inherit; }
/*a:link 
{ color:rgba(21,159,223,1); text-decoration:none; cursor:pointer;}
a:visited 
{ color:rgba(21,159,223,1); text-decoration:none; cursor:pointer;}*/
a:hover {
  color:#da1c5c;
  text-decoration: none;
  cursor:pointer;
  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;
}
a.selected 
{ color:#159fdf; text-decoration:none;} 
a:active {  outline:none; }
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;
	padding: 4.286rem 0;
}
#main
{
	z-index:9;
}
#main section:first-of-type
{
	padding-top: 72px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, #main
{
	display:block;
}
.mainColor
{
	color:#00321;
}
.secondColor
{
	color:#159fdf;
}
.cleaner, .cleaner5, .cleaner10, .cleaner15, .cleaner20, .cleaner25, .cleaner30, .cleaner35, .cleaner40, .cleaner45, .cleaner50, .cleaner60
{
	clear:both;
	height:auto;
	display:block;
}
.cleaner5
{
	height:5px !important;
}
.cleaner10
{
	height:10px !important;
}
.cleaner15
{
	height:15px !important;
}
.cleaner20
{
	height:20px !important;
}
.cleaner25
{
	height:25px !important;
}
.cleaner30
{
	height:30px !important;
}
.cleaner35
{
	height:35px !important;
}
.cleaner40
{
	height:40px !important;
}
.cleaner45
{
	height:45px !important;
}
.cleaner50
{
	height:50px !important;
}
.cleaner60
{
	height:60px !important;
}
.globalShadow
{
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.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: rgba(21,159,223,1); text-align: center; text-transform: uppercase;}
::-moz-placeholder { color: rgba(21,159,223,1); text-align: center; text-transform: uppercase;}
:-ms-input-placeholder { color: rgba(21,159,223,1); text-align: center; text-transform: uppercase;}
:-moz-placeholder { color: rgba(21,159,223,1); text-align: center; text-transform: uppercase;}
input, textarea, select
{
  position: relative;
  display: inline-block;
  width: calc(100% - 2rem);
  height: 60px;
  padding: 1rem;
  border: 1px solid #A7A9AC;
  background: none;
  color: rgba(21,159,223,1);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
  margin: 1rem;
  font-family: inherit;
  text-transform: none;
  font-size: 1rem;
  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: rgba(21,159,223,1);
}
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 option { color: rgba(21,159,223,1); }
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;
}
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: rgba(21,159,223,1);
  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: 0rem;
  -o-border-radius: 0rem;
  -moz-border-radius: 0rem;
}
input[type="radio"]:checked + label:before  
{
  content: '';
  background: #159fdf;
  border: 1px solid #159fdf;
}
.drak-bg input[type="radio"]:checked + label:before  
{
  content: '';
  background: #fff;
  border: 1px solid #fff;
}
input[type="checkbox"]:checked + label:after
{
  content:'\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-size:14px;
  display: inline-block;
  position: absolute;
  left: 0.1rem;
  top: 0rem;
  width: auto;
  height: auto;
  border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}
.dark-bg input[type="checkbox"]:checked + label:after
{
  background: #159fdf;
}
button[type=submit]
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: commuters-sans, sans-serif;
  font-size: 0.7857rem;
  font-weight: 700;
  padding: 1rem 2rem 1rem 2rem;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid;
  margin: 1rem;
  letter-spacing: 0.05em;
  color: #fff !important;
  -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;
	cursor: pointer !important;
  white-space: nowrap;
  
	border-color: transparent;
  vertical-align: middle;
	line-height: 1.6em;
	
	overflow: hidden;
	z-index: 999999;
	background: none;
}
button[type=submit]::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	
	-moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
	
	background: rgba(237,43,124,1);
  background: -moz-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(237,43,124,1)), color-stop(100%, rgba(251,176,64,1)));
  background: -webkit-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -o-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b7c', endColorstr='#fbb040', GradientType=1 );
}
button[type=submit]::after
{
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc( 50% - 4px );
	height: calc( 100% - 4px );
	z-index: -5;
	
	-moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
	
	background: rgba(255,255,255,0);
}
button[type=submit]:hover::after
{
	width: calc( 100% - 4px );
	background: rgba(255,255,255,0.95);
}
button[type=submit]:hover
{
	color: #DA1C5C !important;
}
button.submit, input[type=submit], input[type=button]
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 0.8571rem;
  font-weight: 700;
  line-height: 1rem;
  padding: 0.679rem 2.143rem;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid;
  margin: .5rem;
  color: #fff;
  -webkit-transition: background .5s ease-in-out !important;
  -moz-transition: background .5s ease-in-out !important;
  -o-transition: background .5s ease-in-out !important;
  -ms-transition: background .5s ease-in-out !important;
  transition: background .5s ease-in-out !important;
  text-transform: uppercase;
  letter-spacing: .05em;
  cursor: pointer !important;
  white-space: nowrap;
  background: rgba(21,159,223,1);
}
.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;
}
button.submit:hover, input[type=submit]:hover, input[type=button]:hover
{
  border: 1px solid #159fdf;
  background: #159fdf;
  color: #fff !important;
}
.dark-bg button.submit, .dark-bg input[type=submit], .dark-bg input[type=button]
{
  color:#fff;
  background: none;
}
.dark-bg button.submit:hover, .dark-bg input[type=submit]:hover, .dark-bg input[type=button]:hover
{
  border: 1px solid #fff;
  background: #fff;
  color: rgba(21,159,223,1) !important;
}
input[type=checkbox]
{
  border: none;
  display: inline-block;
  width: 0;
  height: 0;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.btnSmall
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: commuters-sans, sans-serif;
  font-size: 0.7857rem;
  font-weight: 700;
  padding: 1rem 0rem 1rem 0rem;
  
  margin: 0 2rem;
  letter-spacing: 0.05em;
  color: rgba(238,42,123,1) !important;
  -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;
	cursor: pointer !important;
  white-space: nowrap;
  
	vertical-align: middle;
	line-height: 1.6em;
	
	overflow: hidden;
	z-index: 999999;
	border-bottom: 1px solid rgba(238,42,123,0);
}
.btnSmall:hover
{
  border-bottom: 1px solid rgba(238,42,123,1);
}
.btn, .cartplace .btn
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: commuters-sans, sans-serif;
  font-size: 0.781rem;
  font-weight: bold;
  padding: 1.188rem 2rem 1.188rem 2rem;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid;
  margin: 1rem;
  letter-spacing: 0.05em;
  color: #fff !important;
  -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;
	cursor: pointer !important;
  white-space: nowrap;
	border-color: transparent;
  vertical-align: middle;
	line-height: 1em;
	overflow: hidden;
	z-index: 999999;
}
.btn::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	
	-moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
	
	background: rgba(237,43,124,1);
  background: -moz-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(237,43,124,1)), color-stop(100%, rgba(251,176,64,1)));
  background: -webkit-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -o-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  background: linear-gradient(45deg, rgba(237,43,124,1) 0%, rgba(251,176,64,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2b7c', endColorstr='#fbb040', GradientType=1 );
}
.btn::after
{
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc( 50% - 4px );
	height: calc( 100% - 4px );
	z-index: -5;
	
	-moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
	
	background: rgba(255,255,255,0);
}
.btn:hover::after,
.btn.mixitup-control-active::after
{
	width: calc( 100% - 4px );
	
	background: rgba(255,255,255,0.95);
}
.btn:hover, .cartplace .btn:hover,
.btn.mixitup-control-active
{
  color: #DA1C5C !important;
  background: none;
}
.dark-bg .btn
{
  color: rgba(255,255,255,1);
}
.dark-bg .btn:hover
{
  
}
.btnOutline
{
  color: rgba(21,159,223,1) !important;
  background: none;
}
.btnOutline:hover, .dark-bg .btnOutline:hover
{
  color: #159fdf !important;
  background: none;
}
.dark-bg .btnOutline
{
  color: #fff !important;
  background: none;
}
.text-left .btn
{
  margin-left: 0;
  margin-right: 1rem;
}
.text-right .btn
{
  margin-right: 0;
  margin-left: 1rem;
}
/*HLAVNI DEFINICE*/
/* Header */
.mainHeader
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	background:#f6f8f8;
	z-index:999;
	text-align:left;
}
.mainHeader.fixed
{
	position:fixed;
}
.mainHeader.center
{
	text-align:center;
}
.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: "Montserrat";
  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: #159fdf !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 7rem;
}
.header-bar {
  position: relative;
  display: inline-block;
  padding: 0rem;
}
.header-bar a
{
  position: relative;
  display: inline-block;
  font-size: .8rem;
  font-weight: 400;
  padding: 0.5rem 0 0.5rem 1rem;
  align-self: center;
	color: rgba(22, 59, 82,1);
}
.header-bar a i[class*="fa-"], .header-bar a span[class*="fa-"] {
  margin-right: 0 !important;
	color: #939598 !important;
}
.header-bar a i[class*="fa-"]:hover, .header-bar a span[class*="fa-"]:hover {
	color: #159fdf !important;
}
/* Header bar end*/
/* 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,
.footer-logo a, .logo-top
{
  position: relative;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  align-self: center;
}
.logo-top { 
  display: none;
  margin: 0 3rem;
  margin-right: auto;
}
a.logoTop svg, a.logoTop img,
.footer-logo a svg, .footer-logo a img, .logo-top svg
{
  width: 192px;
  height: 38px;
  display: block;
  position: relative;
  top: -5px;
}
a.logoTop svg path ,
.footer-logo a svg path 
{
	/*fill:rgba(21,159,223,1);*/
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
a.logoTop:hover svg path 
{
	fill:rgba(21,159,223,1);
}
.footer-logo a svg path 
{
	fill:rgba(255,255,255,1);
}
.footer-logo a:hover svg path:first-child 
{
	fill:rgba(255,255,255,.75);
}
/* Logo end */
/* Navigation */
.menu-cover
{
  display: inline-block;
  position: relative;
  justify-content: right;
  align-self: center;
}
.menu-cover-center
{
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1312px;
}
nav
{
  position: relative;
  font-size: 0;
  padding: 0 5rem;
}
.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: rgba(22, 59, 82,1);
  font-family: 'calibri', sans-serif;
  letter-spacing: normal;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
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: #159fdf;
}
nav ul li a.level-1 {
  font-size: 1.125rem;
  font-weight: normal;
  padding: 2.6785rem 2rem;
}
nav ul li a.level-2, nav ul li a.level-3 {
  font-size: 0.8667rem;
  font-weight: 700;
  padding: 1rem 2rem;
}
.submenu-1 {
  display: block;
  position: absolute;
  background-color: #f6f8f8;
  /*min-width: 280px;*/
	width: auto;
	left: 2rem;
  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: inherit;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.submenu-1 a:hover {background-color: rgba(22,59,82,.1);}
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;
}
.submenu-2
{
  display: block;
  position: absolute;
  left:100%;
  top:0;
  background-color: #fff;
  min-width: 160px;
  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: #6b6f78;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.submenu-2 a:hover, .submenu-2 a.selected 
{
	background-color: #6b6f78;
	border-bottom:0px solid #6b6f78;
}
.submenu-item
{
	display:block;
	position:relative;
}
.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, .closeNav, .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: rgba(21,159,223,1);
  font-size: 1rem;
  display: inline-block;
  align-self: center;
}
.openNav.open, .openCart.open
{
	color:#159fdf;
}
.openNav.open #nav-icon span, 
.openCart.open #cart-icon span
{
	background:#159fdf;
}
.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;
  -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: #159fdf;
}
#nav-icon span, .close-icon span
{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: rgba(21,159,223,1);
  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: #159fdf; }
#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:#159fdf;
	top:0
}
.openCart:hover
{
	color:#159fdf;
}
.openCart:hover #cart-icon span
{
	background:#159fdf;
}
#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 */
.primary-text { color: rgba(21,159,223,1) !important; }
.secondary-text { color: rgba(21,159,223,1) !important; }
.text-white { color: #fff !important; }
.primary-bg { background-color: #fff; }
.secondary-bg { background-color: #159fdf; }
.dark-bg { background-color: rgba(21,159,223,1); }
.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 {
	color:#fff;
}
.secondary-bg a:hover { color: rgba(0,3,33,0.5); }
.dark-bg a:hover { color: #159fdf; }
.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:1280px;
	margin:0 auto;
}
.contactFormCover .contentBox.Normal,.contactFormCover .slideshow.Normal,.contactFormCover .Normal
{
	max-width:960px;
}
.contentBox > .contentBox
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* Wrap boxes end */
/* Main titles */
/*.sectionTitle
{
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 4rem 2rem 4rem 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,
.sectionTitle
{
  position: relative;
  width: 100%;
  height: auto;
  font-weight: 700;
  padding: 4rem 2rem 4rem 2rem;
  text-transform: uppercase;
  text-align: inherit;
  letter-spacing: normal;
	font-size: 2.857rem;
	line-height: 1.3em;
	font-weight: 300;
	font-family: commuters-sans, sans-serif;
	color: rgba(21,159,223,1);
	text-transform: uppercase;
}
.titled .contentBoxTitle
{
  padding: 1rem 2rem 0rem 2rem;
}
.contentBoxTitle h1, .contentBoxTitle h2, .article-text h1,
.sectionTitle h2
{
	font-size:inherit; 
	text-align:inherit;
	font-weight:inherit;
	letter-spacing:inherit;
}
.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 .infoText *
{
	-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;
}
.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;
}
.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 .alignCover, [id*="slides-"] .slide .alignCover
{
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
	padding: 1rem;
  z-index: 9;
}
.slideshow .slide .alignCover .infoText, [id*="slides-"] .slide .alignCover .infoText { font-size: 1.125rem; }
.slideshowImage
{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* Slideshow end */
/* Form */
form
{
  display: inline-block;
  font-size: 0;
}
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: rgba(21,159,223,1);
}
.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: rgba(21,159,223,1);
}
.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-cover img
{
  position:relative;
  display:inline-block;
	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.square
{
  padding-bottom: 100%;
}
.image-box.contain
{
  background-size: contain;
}
.image-box.poster
{
  padding-bottom: 156.25%;
}
.image-box > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    line-height: 0;
}
/* Images end*/
/* Text field */
.text-field
{
	position:relative;
  display:inline-block;
	text-align:inherit;
	width:100%;
	height:auto;
  font-size: 1.125rem;
	z-index:9;
	color: inherit;
}
.text-field ul li, .text-field ol li { font-size: 1.125rem !important; }
.text-field h2, .text-field h3, .text-field h4, .text-field  h5, .text-field h6
{
  margin-bottom: 1rem;
}
.text-field *, .text-field div { text-align: inherit; }
.text-field a:not(.btn) { text-decoration: underline; }
.text-field a:hover:not(.btn), .text-field h2 a { text-decoration: none !important; }
.date
{
  position:relative;
  display:inline-block;
	text-align:inherit;
	width:auto;
	height:auto;
}
.c-name
{
  position:relative;
  display:inline-block;
	text-align:inherit;
	width:auto;
	height:auto;
  color: #333;
}
/* Text field end */
/*INFO BOXY*/
.slideshow .slide .alignCover, [id*="slides-"] .slide .alignCover
{
	width: 100%;
	z-index: 99;
}
.slideshow .slide .alignCover h1, 
.slideshow .slide .alignCover h2,
h2.bigTitle,
.article-text h1
{
	font-size: 2.875rem;
	padding-bottom: 2rem;
	line-height: 1.2em; 
}
.slideVideo
{
	position: relative;
	width: 80%;
	height: auto;
	overflow: hidden;
}
.slideshow .slide .alignCover .infoText::after
{
	content: url('/img/line.svg');
  position: absolute;
  left: -40%;
  bottom: -80px;
  width: 126.666%;
  height: auto;
  -webkit-transform: translate(50%,60%);
  -moz-transform: translate(50%,60%);
  -o-transform: translate(50%,60%);
  transform: translate(50%,60%);
}
.slideVideo video
{
	position: relative;
	width: calc( 100% - 4px );
	top: 2px;
	left: 2px;
	height: auto;
	z-index: 1;
	padding: 20px 0px;
}
.slideVideo::after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	
	background: rgba(22,159,222,1);
/* Old Browsers */background: -moz-linear-gradient(45deg, rgba(22,159,222,1) 0%, rgba(247,149,30,1) 99%, rgba(247,149,30,1) 100%);
 /* FF3.6+ */background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(22,159,222,1)), color-stop(99%, rgba(247,149,30,1)), color-stop(100%, rgba(247,149,30,1)));
/* Chrome, Safari4+ */background: -webkit-linear-gradient(45deg, rgba(22,159,222,1) 0%, rgba(247,149,30,1) 99%, rgba(247,149,30,1) 100%);
 /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(45deg, rgba(22,159,222,1) 0%, rgba(247,149,30,1) 99%, rgba(247,149,30,1) 100%);
 /* Opera 11.10+ */background: -ms-linear-gradient(45deg, rgba(22,159,222,1) 0%, rgba(247,149,30,1) 99%, rgba(247,149,30,1) 100%);
 /* IE 10+ */background: linear-gradient(45deg, rgba(22,159,222,1) 0%, rgba(247,149,30,1) 99%, rgba(247,149,30,1) 100%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#169fde', endColorstr='#f7951e', GradientType=1 );
/* IE6-9 fallback on horizontal gradient */
	
	top: 0;
	left: 0;
	z-index: 3;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: .2;
	-khtml-opacity: .2;
	opacity: .2;
}
.grayCover
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url("/img/freedom-cover-video.png") center center no-repeat;
	background-size: auto 100%;
}
.content .info4 
{
	margin-bottom: 0px;
}
.content .info4.process > .text-field-cover {
  background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 15px 20px -15px rgba(22, 59, 82,.2); 
}
.primary-bg .content .info4.process > .text-field-cover { background:#f6f8f8; }
.content .info4.process .text-field h2 {
  color: #159fdf;
  font-family: 'calibri', sans-serif; 
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: .05em;
}
.content .info4.process:nth-child(1):after, .content .info4.process:nth-child(3):after {
  content: url('/img/line5.svg');
  position: absolute;
  bottom: -2rem;
  right: 0;
  width: 50%;
  height: auto;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.content .info4.process:nth-child(2):after {
  content: url('/img/line4.svg');
  position: absolute;
  top: -2rem;
  right: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.content .info4.card .text-field 
{
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding-top: 35% !important;
	box-shadow: 0 15px 20px -15px rgba(22, 59, 82,.2);
	margin-top: 100px;
}
.content .info4.card:hover .text-field 
{
	background: rgba(21, 159, 223,1);
	color: #fff !important;
	box-shadow: 0 20px 20px -20px rgba(11, 149, 213,0.85);
}
.content .info4.card:hover .text-field h2
{
	color: #fff !important;
}
.content .info4.card:hover .text-field ul li:before 
{
  content:"\f00c";
  font-family: 'Font Awesome 5 Pro';
	color: inherit !important;
	
}
.content .info4.card .image-cover
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	-webkit-transform: translate(0%,-50%);  
  	-moz-transform: translate(0%,-50%);  
  	-o-transform: translate(0%,-50%);  
 	 transform: translate(0%,-50%);
}
.content .info4.card:hover .image-cover img
{
	 -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.content .info4.card .btn,
.content .info2.iconCard .btn
{
	position: absolute;
	bottom: -1rem;
	left: calc( 50% - 1rem );
	z-index: 999999;
	-webkit-transform: translate(-50%,50%);  
  	-moz-transform: translate(-50%,50%);  
  	-o-transform: translate(-50%,50%);  
 	 transform: translate(-50%,50%);
}
.infoText
{
	display:inline-block;
	position:relative;
	text-align:inherit;
	padding:20px 0;
	width:100%;
	height:auto;
	z-index:9;
}
.infoText h1, .infoText h2, .infoText h3, .infoText h4
{
	text-align:inherit;
}
.info1 .infoImage
{
	display:inline-block;
	position:relative;
	width:50%;
	height:auto;
}
.info1 .Half:nth-of-type(1)
{
	width:40%;
}
.info1 .Half:nth-of-type(2)
{
	width:60%;
}
.info1.naOpak .Half:nth-of-type(1)
{
	width:60%;
}
.info1.naOpak .Half:nth-of-type(2)
{
	width:40%;
}
.iconCard .text-field
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 15px 20px -15px rgba(22, 59, 82,.2);
	/*overflow: hidden;*/
	background: #fff;
}
.iconCard:hover .text-field
{
	box-shadow: 0 20px 20px -20px rgba(11, 149, 213,0.85);
}
.iconCard .image-cover
{
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	box-shadow: 0 15px 20px -15px rgba(22, 59, 82,.2);
	overflow: hidden;
	background: #fff;
	position: absolute;
	top:0;
	right: 0px;
	z-index: 999;
	width: 60px;
	height: 60px;
}
.iconCard.noImage .text-field
{
	background: transparent !important;
	text-align: center !important;
	box-shadow: none !important;
	
}
.iconCard.noImage .text-field h2
{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.info2.iconCard
{
	margin-top: 60px;
}
.info2.iconCard .text-field
{
	padding-top: 120px !important;
}
.info2.iconCard .image-cover
{
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	-khtml-border-radius: 80px;
	border-radius: 80px;
	width: 160px;
	height: 160px;
	top: calc(-80px + 1rem);
	right: calc(50% - 80px);
	padding: 2rem !important;
}
.negativeOverlay .infoText p,
.negativeOverlay .infoText h2,
.negativeOverlay .infoText h2 a,
.negativeOverlay .infoText a,
.negativeOverlay .infoText
{
	color:#fff;
}
.positiveOverlay::before
{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:rgba(255,255,255,0);
	z-index:1;
}
.negativeOverlay::before
{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:rgba(0,0,0,0);
	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;
	color: inherit;
}
.text-field ol
{
	list-style-type: decimal;
	color: inherit;
}
.text-field ul li strong, .text-field ol li strong
{
  color: rgba(21,159,223,1);
  font-family: commuters-sans, sans-serif;
	font-weight: 300;
  font-size: 1.429rem;
}
.text-field ul li, .text-field ol li
{
  position: relative;
  list-style-type: none;
  text-align: left;
  padding: 0 0 15px 30px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
	color: inherit;
}
.text-field ol li
{
  padding: 0 0 2rem 5rem;
}
.text-field ol.bigPadding li
{
  padding: 0 0 2rem 5rem;
	margin-bottom: 4rem;
}
.text-field ol li
{
  counter-increment: list;
  text-align: inherit;
	color: inherit;
}
.text-field ul li:before {
  content:"\f058";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  display: block;
  font-size: 1rem;
  color: rgba(21,159,223,1);
  top: .6rem;
  left: 0px;
	-webkit-transform: translate(0%,-50%);  
  -moz-transform: translate(0%,-50%);  
  -o-transform: translate(0%,-50%);  
  transform: translate(0%,-50%);
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0px;
}
.text-field ol li::before {
	
  content: counter(list);
  position: absolute;
  display: block;
  font-family: commuters-sans, sans-serif;
  font-size: 1.429rem;
  color: inherit;
  top: calc(50% - 2.8rem);
  left: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
	color: rgba(218, 28, 82, 1);
	border: 1px solid rgba(218, 28, 82,1);
	padding: 1rem;
	-moz-border-radius: 5rem;
	-webkit-border-radius: 5rem;
	-khtml-border-radius: 5rem;
	border-radius: 5rem;
	line-height: 1.1em;
}
.text-field ol li:hover::before {
	
  color: rgba(255, 255, 255,1);
	border: 1px solid rgba(218, 28, 82,1);
	background: rgba(218, 28, 82,1);
}
.text-field ol li.lineRight::after {
	content: url("/img/line3.svg");
	position: absolute;
	left: 10%;
	bottom: -130px;
	width: 70px;
	height: auto;
	/*-webkit-transform: translate(50%,60%);  
  	-moz-transform: translate(50%,60%);  
  	-o-transform: translate(50%,60%);  
 	 transform: translate(50%,60%);*/
}
/*INFO BOXY*/
/* Lists */
.filters, 
.articleList,
.productList
{
	text-align:inherit;
}
.canSelectaColorBoxWrapper,
.canSelectaColorBoxWrapper div,
.productList,
.productList div,
.articleList,
.articleList div,
.articleList1 > a,   
.articleList1 > .list-item,   
.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;
}
[class*="list-cover-"]
{
  padding: 1rem;
}
.list-item.d-flex[style*="display: none;"], .list-item.d-inline-flex[style*="display: none;"] {
  display: none !important;
}
.articleList1 .list-item {
	background: rgba(255,255,255,1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 15px 20px -15px rgba(22, 59, 82,.2);
	overflow: hidden;
	transition: box-shadow .3s ease-in;
  -o-transition: box-shadow .3s ease-in;
  -ms-transition: box-shadow .3s ease-in;
  -moz-transition: box-shadow .3s ease-in;
  -webkit-transition: box-shadow .3s ease-in;
}
.primary-bg .articleList1 .list-item {
  background: #f6f8f8;
}
.articleList1 .text-field {
	padding: 2rem;
  color: #159fdf;
}
.articleList1 .text-field h2 {
  margin-bottom: 0;
}
.articleList1 .list-item:hover 
{
	box-shadow: 0 20px 20px -20px rgba(11, 149, 213,0.85);
}
.grid-topWork {
	display: grid !important;
	display: -ms-grid !important;
	grid-gap: 0px !important;
	grid-template-columns: 50% 25% 25% !important;
	-ms-grid-columns: 50% 25% 25% !important;
	-ms-grid-rows: 100px 100px;
}
.grid-topWork .n:nth-of-type(1) {
	grid-column: 1;
	grid-row: 1 / 3;
}
.grid-topWork .n:nth-of-type(2) {
	grid-column: 2;
	grid-row: 1;
}
.grid-topWork .n:nth-of-type(3) {
	grid-column: 3;
	grid-row: 1;
}
.grid-topWork .n:nth-of-type(4) {
	grid-column: 2 / 4;
	grid-row: 2;
}
.grid-topWork .image-box {
	padding-bottom: 100%;
}
.grid-topWork .n:nth-of-type(4) .image-box {
	padding-bottom: calc( 50% - 1rem );
}
.grid-topWork .n:nth-of-type(1) .text-field 
{
	top: auto;
	bottom: 0%;
	left: 0%;
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}
.grid-topWork .text-field {
	position: absolute;
	z-index: 0;
	display: inline-block;
	text-align: inherit;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 2rem;
	z-index: 1000009;
}
.articleList2 .list-item
{
	width:calc(100% - 2rem);
}
.articleList2 .list-item.whiteBg {
	background: rgba(255,255,255,1);
}
.articleList2 .list-item .text-field {
	color: #fff;
}
.articleList2 .list-item.whiteBg .text-field {
	color: rgba(21,159,223,1);
}
.articleList2 .list-item.whiteBg .text-field p {
	color: rgba(22, 59, 82,1);
}
.articleList2 .list-item .text-field h2,
.articleList2 .list-item .text-field h2 a,
.articleList2 .list-item .text-field p {
	color: inherit;
}
.articleList2 .list-item .text-field h2,
.articleList2 .list-item .text-field h2 a
{
	font-size: 1.429rem;
	font-weight: 700;
	text-transform: none !important;
}
.articleList2 .list-item .image-box,
.articleList2 .list-item.whiteBg 
{
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 15px 20px -15px rgba(22, 59, 82,.2);
	overflow: hidden;
}
.articleList2 .list-item:hover .image-box,
.articleList2 .list-item.whiteBg:hover 
{
	box-shadow: 0 20px 20px -20px rgba(11, 149, 213,0.85);
}
.articleList2 .list-item .image-box a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(21,159,223,0.65);
	z-index: 100000;
}
.articleList2 .list-item:hover .image-box a::before {
	background: rgba(21,159,223,0.85);
}
.articleList2 .list-item .text-field .btn::before,
.footerColumn .btn::before
{
	border: 2px solid #fff;
	background: none !important;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
}
.articleList2 .list-item .text-field .btn, 
.footerColumn .btn 
{
	margin: 0;
	overflow: visible;
}
a.read {
	font-size: 0.7857rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: inherit;
	text-decoration: underline;
	text-transform: uppercase;
}
.whiteBg a.read,
.articleList1 a.read 
{
	color: rgba(238,42,123,1);
}
a.read:hover {
	text-decoration: none;
}
/* Lists end */
/* Lists items */
.list-item
{
	position:relative;
  display:inline-block;
	width: 100%;
	height:auto;
	text-align:inherit;
}
/* 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);
}
.border0100
{
	border-top: 0px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	border-bottom: 0px solid rgba(0,0,0,0.1);
	border-left: 0px 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;
}
#article-detail .text-field img {
  width: auto !important;
  max-width: 100%;
}
.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%;
}
.twoColumns
{
	-moz-column-count:2;
    -moz-column-gap: 2rem;
    -moz-column-width: 50%;
    -webkit-column-count:2;
    -webkit-column-gap: 2rem;
    -webkit-column-width: 50%;
    column-count: 2;
    column-gap: 2rem;
    column-width:50%;
}
.threeColumns {
    -moz-column-count: 3;
    -moz-column-gap: 2rem;
    -moz-column-width: 33.333%;
    -webkit-column-count: 3;
    -webkit-column-gap: 2rem;
    -webkit-column-width: 33.333%;
    column-count: 3;
    column-gap: 2rem;
    column-width: 33.333%;
  }
.fiveColumns
{
	-moz-column-count:5;
    -moz-column-gap: 0;
    -moz-column-width: calc(100% / 5);
    -webkit-column-count:5;
    -webkit-column-gap: 0;
    -webkit-column-width: calc(100% / 5);
    column-count: 5;
    column-gap: 0;
    column-width: calc(100% / 5);
}
.sixColumns
{
	-moz-column-count:6;
    -moz-column-gap: 0;
    -moz-column-width: calc(100% / 6);
    -webkit-column-count:6;
    -webkit-column-gap: 0;
    -webkit-column-width: calc(100% / 6);
    column-count: 6;
    column-gap: 0;
    column-width: calc(100% / 6);
}
ol.whiteCard li::before {
	
  content: counter(list);
  position: absolute;
  display: block;
  font-family: commuters-sans, sans-serif;
  font-size: 1.429rem;
  color: inherit;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
	color: rgba(218, 28, 82, 1);
	border: 1px solid rgba(218, 28, 82,1);
	background: #fff;
	padding: 1rem;
	-moz-border-radius: 5rem;
	-webkit-border-radius: 5rem;
	-khtml-border-radius: 5rem;
	border-radius: 5rem;
	line-height: 1.1em;
	-webkit-transform: translate(-50%,-50%);  
  -moz-transform: translate(-50%,-50%);  
  -o-transform: translate(-50%,-50%);  
  transform: translate(-50%,-50%);
}
ol.whiteCard li:hover::before {
	
  color: rgba(255, 255, 255,1);
	border: 1px solid rgba(218, 28, 82,1);
	background: rgba(218, 28, 82,1);
}
ol.whiteCard li,
ul.whiteCard li
{
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 50px 1rem 1rem 1rem !important;
	box-shadow: 0 15px 20px -15px rgba(22, 59, 82,.2);
	min-width: 16%;
	margin-top: 50px;
	margin-left: 1rem;
	margin-right: 1rem;
}
ol.whiteCard li:hover,
ul.whiteCard li:hover 
{
	background: rgba(21, 159, 223,1);
	color: #fff !important;
	box-shadow: 0 20px 20px -20px rgba(11, 149, 213,0.85);
}
ol.whiteCard li:hover h2,
ul.whiteCard li:hover h2,
ol.whiteCard li:hover strong,
ul.whiteCard li:hover strong
{
	color: #fff !important;
}
.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(/img/fadeOutBg.png) 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:0px;
}
.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:rgba(21,159,223,1) !important;
	border-color:rgba(21,159,223,1);
	padding:25px 0 20px 25px;
	margin:0 !important;
	font-size:18px;
	width:100%;
}
.btnAddCart:hover
{
	background:rgba(21,159,223,1) !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 a
{
  text-decoration: none;
}
.footer a:hover
{
  text-decoration: underline;
	color: #fff !important; 
}
.footer-menu, .footer-nav
{
  width: 100%;
  height: auto;
  z-index: 999;
  text-align: left;
	padding: 0 0;
}
.footer-menu
{
  padding-right: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.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-logo a
{
	margin: 0;
}
.footer-nav ul li a
{
  display: inline-block;
  color: rgba(255, 255, 255,1);
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-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;
}
.footer-nav ul li a i[class*="fa-"], .footer-nav ul li a span[class*="fa-"]  
{
  margin-left: 0 !important;
  width: 1.5rem;
}
.footer-nav ul li a:hover, .footer-nav ul li a.selected 
{
  
}
.footer-nav ul li a.level-1 {
  font-size: 1rem;
  font-weight: normal;
  padding: 1rem;
}
.footer-nav ul li a.level-2, .footer-nav ul li a.level-3 {
  font-size: .8rem;
  font-weight: 700;
  padding: 1rem;
}
.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;
  
  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;
}
.footerColumn .btn:hover { color: rgba(21,159,223,1) !important; text-decoration: none !important; }
.backToTop
{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #fff;
}
.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: 12px;
  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);
}
.backToTop::after
{
  content: '';
  position: absolute;
  bottom: 10px;
  width: 1px;
  height: 15px;
  background: #fff;
}
.backToTop:hover:before
{
  top: 22px;
}
.backToTop:hover:after
{
  height: 5px;
}
.footer h2
{
	font-size: 2.6875rem;
	padding-bottom: 2rem;
	line-height: 1.3em;
  text-transform: uppercase;
	font-weight: 300;
	text-align: inherit;
	font-family: 'Literata', sans-serif;
	color: rgba(255,255,255,1);
}
.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, .footerNewsletter
{
	position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 2rem;
  font-size: 0.8571rem;
  line-height: 1.3em;
}
.footerColumn:nth-of-type(1)::before
{
	content: '\f10e';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size:72px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1em;
	color: rgba(255,255,255,0.2);
	pointer-events: none;
}
.footerColumn:nth-of-type(2)::before,
.footerColumn:nth-of-type(3)::before,
.footerColumn:nth-of-type(4)::before
{
	content:'A';
	font-weight: 900;
  font-size:72px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1em;
	font-family: 'calibri', sans-serif;
	color: rgba(255,255,255,0.2);
	pointer-events: none;
}
.footerColumn:nth-of-type(3)::before
{
	content:'K';
}
.footerColumn:nth-of-type(4)::before
{
	content:'D';
}
.lastLine
{
	width: 100%;
  height: auto;
  position: relative;
  display: block;
  text-align: center;
  font-size: 10px !important;
  border-top: 1px solid rgba(255,255,255,0.1);
	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;
}
/* 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;
}
/* Widths */
.content, .Full { width:100%; }
.content.m-1, .Full.m-1 { width:calc(100% - 2rem); }
.content.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-100.m-1 { height: calc(100% - 2rem); }
.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; }
.mh-100vh { min-height: 100vh;}
/* Heights end */
/* Margins */
.m-auto { margin: auto !important; }
.ml-auto, .mx-auto { margin-left: auto!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; }
.m-0 { margin: 0rem !important; }
.m-1 { margin: 1rem !important; }
.m-2 { margin: 2rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-n-2 { margin-bottom: -2rem !important; }
.mb-n-4 { margin-bottom: -4rem !important; }
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
/* Margins end */
/* Paddings */
.p-0 { padding: 0rem !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;
}
.pt-0 { padding-top: 0rem !important; }
.pt-4 { padding-top: 4rem !important; }
.pb-0 { padding-bottom: 0rem !important; }
.pb-1 { padding-bottom: 1rem !important; }
.pb-2 { padding-bottom: 2rem !important; }
.pr-0 { padding-right: 0rem !important; }
.pr-1 { padding-right: 1rem !important; }
.pr-2 { padding-right: 2rem !important; }
.pr-3 { padding-right: 3rem !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;
}
/* 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 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.d-inline { display: inline-block; }
.d-none { display: none; }
.overflow-y-visible { overflow-y: visible; z-index: 999; }
/* Display settings 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 { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { 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 */
/* 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:rgba(21,159,223,1);
	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 */

/* Tables */

table {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #474940;
  background: none;
}
table thead, table tfoot {
  background: #159FDF;
  border: 1px solid #159FDF;
  color: #fff;
}
sup
{
	font-family:inherit !important;
	color:inherit !important;
	font-weight:inherit !important;
	font-size:75%;
}
table > thead > tr > th, table > tfoot > tr > td {
  border: none;
  padding: 10px 20px;
  text-align: left;
  color: #fff;
}
table > tbody img {
  vertical-align: middle;
}
table > tbody > tr > td {
  border: none;
  padding: 10px 20px;
  text-align: left;
}
table > tbody > tr:nth-child(even) { background: #fff; }
table > tbody > tr > td a {
  color:#159FDF;
  font-weight:normal;
}
table th:last-child, table td:last-child { text-align: right; }

/* Tables end*/


/* 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; 
	top: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 (max-width: 1365.98px) {
  .slideshow .slide .alignCover, [id*="slides-"] .slide .alignCover { padding: 0 0 0 3rem; }
  .slideVideo { width: 66.666%; }
  .contentBox.Normal, .Normal { padding: 0 2rem; }
  .slideshow.Normal { padding: 0; }
  .contentBox.Normal > .Normal, .slideshow.Normal > .Normal, .Normal > .Normal { padding: 0 !important; }
  .grid-topWork {
    grid-template-columns: 40% 30% 30% !important;
    -ms-grid-columns: 40% 30% 30% !important;
    -ms-grid-rows: 100px 100px;
  }
  .info1.p-1, .info2.p-1:not(.iconCard) { padding: 2rem 0 !important; }
  .grid-topWork .n:nth-of-type(1) .image-box { padding-bottom: 0; height: 100%; }
  .contactFormCover .contentBox.Normal.formular { padding: 0 2rem 1rem 2rem !important; }
  .footer-menu.Normal.p-2 { padding: 2rem 3rem !important; } 
  .footerColumnCover > .content.Normal.p-0 { padding: 0 1rem !important; }
  .lastLine.content.Normal { padding: 0 3rem; }
}
@media (max-width: 1199.98px) {
  a.logoTop {
    display: none !important;
  }
  .logo-top { display: inline-block; }
  .mainHeader { background: #fff; }
  .menu-cover {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    margin: 0 2rem;
  }
  .menu-cover-center {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
  }
  .header-bar-cover {
    padding: 0rem;
  }
  .header-bar {
    display: none !important;
  }
  .header-bar-responsive-cover {
    display: block;
    -webkit-box-ordinal-group:5;
    -ms-flex-order:4;
    order:4;
  }
  nav .closeAll {
		display:block;
		visibility: visible;
	}
	nav, .menu-cover-center nav {
    position: fixed;
    display: none;
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999997;
    overflow: auto;
    background: #fff;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	}
	nav.show-menu {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
		visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	}
  nav .nav-cover {
    display: block;
    position: relative;
    align-self: center;
    max-width: 320px;
    margin: auto;
    overflow: hidden;
  }
  nav .overflow-cover {
    display: block;
    width: calc(100% + 2rem);
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 60px);
    margin: 0 auto;
    padding: 0 4rem 0 2rem;
  }
  nav .overflow-content {
    padding: 1rem 0;
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
	nav ul {
		display:block;
		padding: 1rem 0rem;
	}
	nav ul li, nav ul li a, nav ul li .submenu-1 a, nav ul li .submenu-1 {
		position:relative;
		display: block;
    width:100%;
		text-align:center;
		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 a.level-1 {
    font-size: 1.286rem;
    line-height: 1.2em;
    padding: 1rem;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  nav ul li a.level-2 {
    font-size: 1rem;
    padding: .5rem 1rem;
    color: rgba(22, 59, 82,.4);
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  nav ul li a.level-2.selected { color: #159fdf; }
  nav ul li .submenu-1 {
    padding: 0 0 .5rem 0;
    left: 0;
  }
  .submenu-1 {
    background: none;
  }
	.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 {
		color: rgba(21,159,223,1);
		padding-left: 45px;
		text-decoration: none;
		display: block;
		text-align: left;
	}
  .leftMenu.d-flex.align-items-center.justify-content-start, .rightMenu.d-flex.align-items-center.justify-content-end {
    justify-content: unset !important;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }
  .leftMenu {
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2;
  }
  .rightMenu {
    -webkit-box-ordinal-group:4;
    -ms-flex-order:3;
    order:3;
  }
	.openCart, .openNav, .closeAll, .hover {
		-webkit-user-select: none;
		-webkit-touch-callout: none;        
	}
	.openNav, .closeNav {
		display:inline-block;
		float:none;
		vertical-align:middle;
		padding:0px;
		position:relative;
		top:auto;
		right:auto;
    margin: 0 2rem;
	}
  .header-bar-responsive a { 
    padding: .5rem 0 !important;
    border: none !important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    font-size: 1rem;
  }
  .header-bar-responsive a.only-icon {
    padding: .5rem !important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .header-bar-responsive a.only-icon i[class*="fa-"], .header-bar-responsive a.only-icon span[class*="fa-"] { font-size: 2rem; }
  .header-bar-responsive {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
	.cartplace {
		right:-320px;
		width:100%;
    max-width: 320px;
		position:fixed;
	}
  section { padding: 2rem 0; }
  .slideshow .slide .alignCover, [id*="slides-"] .slide .alignCover { width: 100%; }
  .slideshow .slide .alignCover h1, .slideshow .slide .alignCover h2, h2.bigTitle, .article-text h1, .contentBoxTitle {
    font-size: 2rem;
  }
  .slideshow .slide .alignCover::after { 
    bottom: 4rem;
    left: 20%;
    width: 80%;
    transform: translate(50%, 60%) rotate(-12deg);
    -o-transform: translate(50%, 60%) rotate(-12deg);
    -ms-transform: translate(50%, 60%) rotate(-12deg);
    -moz-transform: translate(50%, 60%) rotate(-12deg);
    -webkit-transform: translate(50%, 60%) rotate(-12deg);
  }
  .info1 .Half { width: 50% !important; }
  .content .info4.Quarter { width: 50%; }
  .content .info4.Quarter:nth-child(1), .content .info4.Quarter:nth-child(2) { padding-bottom: 4rem !important; }
  .content .info4.process:nth-child(2):after { display: none; }
  .content .info4.process:nth-child(3):after { bottom: -4rem; }
  .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);
  }
  .articleList1 .list-item.Quarter {
    width: calc(50% - 2rem); 
  }
  .grid-topWork {
    grid-template-columns: unset !important;
    -ms-grid-columns: unset !important;
    -ms-grid-rows: unset;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
  }
  .articleList2 .list-item {
    grid-column: unset !important;
    grid-row: unset !important;
    width: calc(50% - 2rem) !important;
    min-height: 280px;
  }
  .articleList2 .list-item .image-box {
    padding-bottom: 0 !important;
    height: 100% !important;
  }
  .footer h2 { font-size: 2rem; }
}
@media (max-width: 991.98px) {
	
	.sixColumns.d-flex
	{
		-webkit-flex-flow: row wrap !important;
  	flex-wrap: wrap !important;
	}	
	.sixColumns.d-flex li
	{
		width:calc(50% - 2rem);
	}
	.sixColumns.d-flex li:last-of-type
	{
		width:calc(100% - 2rem);
	}
  .grayCover { height: calc(100% + 2px); }
  .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, .Quarter,
  .content.Fifth.info5:nth-child(1), .Fifth.info5:nth-child(1), .content.Fifth.info5:nth-child(2), .Fifth.info5:nth-child(2) {
    width: 50%;
  }
  .content.Quarter.m-2, .Quarter.m-2,
  .content.Fifth.m-2.info5:nth-child(1), .Fifth.info5.m-2:nth-child(1), .content.Fifth.info5.m-2:nth-child(2), .Fifth.info5.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);
  }
  .info2.iconCard { width: 100%; margin: 60px 0; }
  .text-field ul.twoColumns {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -moz-column-width: 100%;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -webkit-column-width: 100%;
    column-count: 1;
    column-gap: 0;
    column-width: 100%;
  }
  .Third.info3.iconCard { width: 50%; }
  .articleList1 .list-item.Third.m-1 { width: calc(50% - 2rem); }
  .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;
  }
  .footerColumnCover > .content.Normal.p-0 {
    padding: 0 2rem 2rem 2rem !important;
  }
  .footerColumn, .footerNewsletter {
    margin: unset !important;
    min-width: 50%;
  }
  .lastLine {
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
    padding: 1rem 2rem !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;
    width: 50%;
    padding: 1rem !important;
  }
  .footerIconMenu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
    padding: 1rem !important;
  }
}
@media (max-width: 767.98px) {
  a.logoTop svg, a.logoTop img, .footer-logo a svg, .footer-logo a img {
    width: 130px;
    height: 30px;
  }
  .sectionTitle { padding: 2rem; }
  nav ul li a.level-1 { font-size: 1rem; }
  nav ul li a.level-2 { font-size: 0.8571rem; }
  .content.buttons { padding: 2rem 0; }
  .slideVideo, .slideshow .slide .alignCover::after, .text-field ol li::after { display: none !important; }
  .slideshow .slide .alignCover, [id*="slides-"] .slide .alignCover { width: 100%; padding: 0 3rem; }
  .h-min-75 {
    height: 75vh;
    min-height: 480px !important;
  }
  .mh-100vh {
    min-height: auto;
  }
  .article-detail-cover.p-2 { 
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
  }
  .article-detail-cover .content.Third, .article-detail-cover .text-field.TwoThirds { width: 100%; }
  .info1 .image-cover.Half {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 320px;
  }
  .info1 .text-field.Half {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .info2.iconCard .image-cover {
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    top: calc(-40px + 1rem);
    right: calc(50% - 40px);
    padding: 1rem !important;
  }
  .info2.iconCard .text-field { padding-top: 70px !important; }
  .info2 { 
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .info2.noImage { 
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .info2 .image-cover img { max-width:320px; }
  .slideshow .alignCover .infoText.Third { width: 100%; }
  .slideshow .slide .alignCover .infoText::after { display: none; }
  .slideshow .slide .alignCover .infoText {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .slideshow .slide .alignCover img.TwoThirds {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .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);
  }
  
  .content.info1 > .image-cover.Half,
  .content.info1 > .text-field.Half,
  .content.Half.info2, .Half.info2,
  .content.Third.info3:nth-child(1), .Third.info3:nth-child(1),
  .content.Fifth.info5:nth-child(1), .Fifth.info5:nth-child(1) {
    width: 100%;
  }
  .content.Fifth.info5:nth-child(2), .Fifth.info5:nth-child(2) {
    width: 100%;
  }
  .info1.text-center { text-align: left !important; }
  .threeColumns {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -moz-column-width: 100%;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -webkit-column-width: 100%;
    column-count: 1;
    column-gap: 0;
    column-width: 100%;
  }
  .threeColumns.d-flex {
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
  }
  .content .info4.process:nth-child(1):after, .content .info4.process:nth-child(3):after { display: none !important; }
  .grid-topWork .list-item:first-child, .grid-topWork .list-item:nth-child(4) {
    width: calc(100% - 2rem) !important;
  }
  .grid-topWork .list-item .image-box {
    padding-bottom: 0 !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .grid-topWork .text-field {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  
  .formular .content.Third:nth-of-type(4) { width: 100%; }
  .formular > .content.Quarter { width: 50%; }
  .formular > .content.Half { width: 100%; }
  
  .footerColumn, .footerNewsletter {
    min-width: unset;
    width: 50%;
  }
  .footer h2 {
    font-size: 1.429rem;
  }
  .lastLine { justify-content: center !important; }
  .lastLine > .d-flex {
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .logo-top svg {
    width: 122px;
    height: 24px;
    top: 0;  
  }
	.sixColumns.d-flex li
	{
		width:calc(100% - 2rem);
	}
	nav {
    width: 100%;
    max-width: none;
    right: -100%;
  }
  .btn { white-space: normal; }
  .btn.control {
    padding: .5rem 1rem;
    font-size: 0.7143rem;
    margin: .5rem;
  }
  .searchplace { display: none; }
  section { padding: 0; }
  .contentBoxTitle { padding: 2rem; }
  .sectionTitle, .slideshow .slide .alignCover h1, .slideshow .slide .alignCover h2, h2.bigTitle, .article-text h1, .contentBoxTitle { font-size: 1.429rem; }
  .twoColumns {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -moz-column-width: 100%;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -webkit-column-width: 100%;
    column-count: 1;
    column-gap: 0;
    column-width: 100%;
  }
  .text-field ol li, .text-field ol.bigPadding li {
    padding: 5rem 0 0 0;
    margin-bottom: 2rem;
  }
  /*.text-field ul li {
    padding: 2rem 0 0 0;
    margin-bottom: 2rem;
  }*/
  .text-field ol li::before, .text-field ol.bigPadding li::before { top: 0; }
  /*.text-field ul li::before { top: 0; }*/
  .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);
  }
  #article-detail .text-field img {
    width: 100% !important;
  }
  .Third.info3.iconCard { width: 100%; }
  .Third.info3.iconCard.noImage .text-field { padding: 2rem 0 !important; }
  .content .info4.Quarter:nth-child(1), .content .info4.Quarter:nth-child(2) { padding-bottom: 0 !important; }
  .content .info4.Quarter {
    width: 100%;
  }
  [id*="articleList-"].px-1, [class*="list-cover-"] {
    padding: 0 !important;
  }
  .contentBox.Normal > .articleList1 { padding-bottom: 2rem !important; }
  .articleList1 .list-item.Third.m-1 { width: calc(100% - 2rem); }
  .articleList1 .list-item.Quarter { width: calc(100% - 2rem) !important; }
  .articleList2 .list-item { width: calc(100% - 2rem) !important; }
  
  .formular > .content.Quarter { width: 100%; }
  label.labelSelect { width: 100%; }
  .py-2.contactForm-label { padding: 1rem 1rem 0 1rem !important;}
  .footerColumn, .footerNewsletter {
    min-width: unset;
    width: 100%;
  }
  .lastLineLinks {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lastLineDescription {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .footerIconMenu {
    width: 100%;
    text-align: center !important;
    justify-content: center !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .lastLineDescription.d-flex {
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
  }
  .lastLineText.px-1 {
    padding: 1rem 0 !important;
    text-align: center !important;
  }
}
/* Breakpoints end */

/* Cookies */
.termsfeed-com---palette-light.termsfeed-com---nb {
  background-color: #fff !important;
  color: #163B52 !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-simple {
  max-width: 640px !important;
}
.termsfeed-com---nb .cc-nb-title {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.termsfeed-com---nb .cc-nb-text {
  font-size: 12px !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: #159FDF !important;
}
.termsfeed-com---palette-light .cc-pc-head-lang select {
  color: #163B52 !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
/* Main styles end */