/* Main styles */
* 
{ 	 
	margin:0px; 
	padding:0px; 
	line-height:1.5;
	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:12px;
	font-family: gomme-sans, sans-serif; 
} 
::-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.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.contentBox *, header *
{
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
::selection
{
  background: #d1f6ff;
  color:#1D1D1B !important;
}
::-moz-selection
{
  background: #d1f6ff;
  color:#1D1D1B !important;
}
html
{
	height: 100% !important;
	min-height: 100% !important;
	width: 100% !important;
}
body
{
	background:#fff;
	width:100% !important;
	overflow-x:hidden;
  color: #1D1D1B;
}
.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:#46C4FF;
}
h1, h2, h3, h4, h5, h6
{
	font-size:4.083rem;
	font-weight:300;
	text-align:inherit;
  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;
}
strong
{
	font-weight:bold;
	font-size:inherit;
	line-height:inherit;
	color:inherit;
	text-align:inherit;
}
p
{
	color:inherit;
	font-size:1.333rem;
	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:#46C4FF; text-decoration:none; cursor:pointer; font-size:inherit; }
a:link 
{ text-decoration:none; cursor:pointer;}
a:visited 
{ text-decoration:none; cursor:pointer;}
a:hover {
  color:#46C4FF;
  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:#46C4FF; text-decoration:none;} 
a:active {  outline:none; }

a.absolute-a {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 999;
}

span {
  font-weight:inherit;
	font-size:inherit;
	line-height:inherit;
	color:inherit !important;
	text-align:inherit;
	letter-spacing: inherit;
}

header, section, footer, #main
{
	width:100%;
	position:relative;
	z-index:99;
}
header
{
	z-index:111;
}
section
{
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}
section {
  width: calc(100% - 5rem);
  margin: 2.5rem;
}
section.m-0, section.mx-0 {
  width: 100%;
}
section:first-of-type { padding-top: 96px; }
#main
{
	z-index:9;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, #main
{
	display:block;
}

.mainColor
{
	color:#00321;
}
.secondColor
{
	color:#46C4FF;
}
.cleaner, .cleaner-1, .cleaner-2, .cleaner-3, .cleaner-4, .cleaner-5
{
	clear:both;
	height:auto;
	display:block;
}
.cleaner-1 { height: 1rem !important; }
.cleaner-2 { height: 2rem !important; }
.cleaner-25 { height: 2.5rem !important; }
.cleaner-3 { height: 3rem !important; }
.cleaner-4 { height: 4rem !important; }
.cleaner-5 { height: 5rem !important; }
.cleaner-75 { height: 7.5rem !important; }

.font0
{
	font-size:0 !important;
}
.alert
{
	color:red !important;
	-webkit-transform: none;  
	-moz-transform: none;  
	-o-transform: none;   
	transform: none;
}
label
{
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: inherit;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .15em;
}

::-webkit-input-placeholder { color: #46C4FF; text-transform: uppercase; }
::-moz-placeholder { color: #46C4FF; text-transform: uppercase; }
:-ms-input-placeholder { color: #46C4FF; text-transform: uppercase; }
:-moz-placeholder { color: #46C4FF; text-transform: uppercase; }

input, textarea, select
{
  position: relative;
  display: inline-block;
  width: calc(100% - 2.5rem);
  height: auto;
  padding: 1.667rem 2rem;
  border: 1px solid rgba(29,29,27,.1);
  background: none;
  color: #1D1D1B;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 1.25rem;
  font-family: inherit;
  text-transform: none;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  letter-spacing: .15em;
}
.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: #1D1D1B;
}
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: #1D1D1B; }
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: #46C4FF;
  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: #46C4FF;
  border: 1px solid #46C4FF;
}
.drak-bg input[type="radio"]:checked + label:before  
{
  content: '';
  background: #fff;
  border: 1px solid #fff;
}
input[type="checkbox"]:checked + label:after
{
  content: '\f00c';
  display: inline-block;
  position: absolute;
  top: 0.1667rem;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.667rem;
  font-weight: normal;
  line-height: 1rem;
  color: #46C4FF;
  text-align: center;
  cursor: pointer;
}
.dark-bg input[type="checkbox"]:checked + label:after
{
  background: #46C4FF;
}
button.submit, input[type=submit], input[type=button], button[type=submit]
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: gomme-sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.667rem 2rem;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid;
  margin: 1rem;
  letter-spacing: 0.15em;
  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;
  background: #46C4FF;
  border-color: #46C4FF;
  vertical-align: middle;
}
.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, button[type=submit]:hover
{
  color: #46C4FF !important;
  background: none;
}
.dark-bg button.submit, .dark-bg input[type=submit], .dark-bg input[type=button], .dark-bg button[type=submit]
{
  color:#fff;
  background: none;
}
.dark-bg button.submit:hover, .dark-bg input[type=submit]:hover, .dark-bg input[type=button]:hover, .dark-bg button[type=submit]:hover
{
  border: 1px solid #fff;
  background: #fff;
  color: #1D1D1B !important;
}
input[type=checkbox]
{
  border: none;
  display: inline-block;
  width: 0;
  height: 0;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.more {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #46C4FF;
  margin-left: auto;
}
.btn, .cartplace .btn
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: gomme-sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.667rem 2rem;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid;
  margin: 1rem;
  letter-spacing: 0.15em;
  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;
  background: #46C4FF;
  border-color: #46C4FF;
  vertical-align: middle;
}
.btn:hover, .cartplace .btn:hover
{
  color: #46C4FF !important;
  background: none;
}
.dark-bg .btn
{
  border-color: #fff;
  color: #1D1D1B !important;
  background: #fff;
}
.dark-bg .btn:hover
{
  border-color: #46C4FF;
  color: #fff !important;
  background: #46C4FF;
}
.btnOutline
{
  color: #46C4FF !important;
  border-color: #46C4FF ;
  background: none;
}
.btnOutline:hover, .dark-bg .btnOutline:hover
{
  color: #fff !important;
  background: #46C4FF;
  border-color: #46C4FF;
}
.dark-bg .btnOutline
{
  color: #fff !important;
  background: none;
}
.slide-buttons-cover .btn {
  margin: 0;
  /*min-width: calc((100vw - 1024px) / 2);
  height: calc((100vw - 1024px) / 4);*/
  min-width: 174px;
  height: 87px;
}
.btn-t, .dark-bg .btn-t {
  background: rgba(70,196,255,.65) !important;
  border: none !important;
  color: #fff !important;
}
.btn-t:hover, .dark-bg .btn-t:hover {
  background: rgba(70,196,255,1) !important;
  border: none !important;
  color: #fff !important;
}
.btnWhite-t, .dark-bg .btnWhite-t:hover { 
  background: rgba(255,255,255,.65) !important;
  border: none !important;
  color: #1D1D1B !important;
}
.btnWhite-t:hover, .dark-bg .btnWhite-t:hover {
  background: rgba(255,255,255,1) !important;
  border: none !important;
}

.text-left .btn
{
  margin-left: 0;
  margin-right: 1.429rem;
}
.text-right .btn
{
  margin-right: 0;
  margin-left: 1.429rem;
}

.details-button-show {
  position: absolute;
  top: calc(50% - 2.5rem);
  left: auto;
  right: auto;
  bottom: auto;
  width: 5rem;
  height: 5rem;
  color: #1D1D1B;
  background: #fff;
  cursor: pointer;
}
.details-button-show.left {
  left: 0;
}
.details-button-show.right {
  right: 0;
}
.details-button-show.hide {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
} 
.details-button-show:hover {
  color: #fff;
  background: #46C4FF;
}
.details-button-show::before {
  content: '\f067';
  font-family: 'Font Awesome 5 Pro';
  font-weight: light;
  font-size: 1rem;
  color: inherit;
}
.details-button-hide {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  color: #fff;
  background: #46C4FF;
  border: 1px solid #46C4FF;
  cursor: pointer;
}
.details-button-hide:hover {
  color: #46C4FF;
  background: #fff;
}
.details-button-hide::before {
  content: '\f068';
  font-family: 'Font Awesome 5 Pro';
  font-weight: light;
  font-size: 1rem;
  color: inherit;
}

.btnArrow {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  color: #1D1D1B;
  background: #fff;
  cursor: pointer;
}
.btnArrow::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 1px);
  width: 8px;
  height: 8px;
  border: solid #1D1D1B;
  border-width: 0 1px 1px 0;
  padding: 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.btnArrow:hover:before { left: calc(50% + 5px); }
.btnArrow::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 5px);
  width: 10px;
  height: 1px;
  background: #1D1D1B;
}
.btnArrow:hover:after {
  left: calc(50% - 11px);
  width: 22px;
}
.previous-product .btnArrow::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: auto;
  right: calc(50% - 1px);
  width: 8px;
  height: 8px;
  border: solid #1D1D1B;
  border-width: 0 1px 1px 0;
  padding: 0;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.previous-product .btnArrow:hover:before { right: calc(50% + 5px); }
.previous-product .btnArrow::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: auto;
  right: calc(50% - 5px);
  width: 10px;
  height: 1px;
  background: #1D1D1B;
}
.previous-product .btnArrow::after {
  right: calc(50% - 11px);
  width: 22px;
}

.slide-down {
  position: absolute;
  bottom: 0;
  left: 5rem;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
}
.slide-down::before, .slide-down::after
{
  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;
}
.slide-down::before
{
  content: '';
  position: absolute;
  top: 2px;
  width: 4px;
  left: 18px;
  height: 30px;
  background: #46C4FF;
}
.slide-down::after
{
  content: '';
  position: absolute;
  bottom: 6px;
  left: 11px;
  width: 14px;
  height: 14px;
  border: solid #46C4FF;
  border-width: 0 4px 4px 0;
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.slide-down:hover:before
{
  height: 20px;
}
.slide-down:hover:after
{
  bottom: 16px;
}

/*HLAVNI DEFINICE*/

/* Icons */
[class*="icon-"] {
  position: relative;
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.icon-40 {
  width: 40px;
  height: 40px;
}
.icon-40 i[class*="fa-"], .icon-40 span[class*="fa-"] {
  font-size: 1.429rem !important;
  margin: 0 !important;
}
.icon-80 {
  width: 80px;
  height: 80px;
}
.icon-80 i[class*="fa-"], .icon-80 span[class*="fa-"] {
  font-size: 2.833rem !important;
  margin: 0 !important;
}
/* Icons end */

/* Header */

.mainHeader
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	z-index:999;
	text-align:left;
}
.mainHeader.fixed
{
	position:fixed;
}
.mainHeader.center
{
	text-align:center;
}
.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: gomme-sans, sans-serif; 
  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: #46C4FF !important;
}
.searchplace button[type=submit] i[class*="fa-"]
{
  margin: 0 !important;
}
/* Search place end */

/* Header bar */
.header-bar-cover, .header-bar-cover-responsive {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0.65rem 2rem;
  width: 100%;
  background: #fff;
}
.header-bar-cover-responsive.d-flex {
  display: none !important;
}
.header-bar {
  position: relative;
  display: inline-block;
  padding: 0;
}
.header-bar a
{
  position: relative;
  display: inline-block;
  font-size: 0.8333rem;
  font-weight: 400;
  letter-spacing: .15em;
  margin: 0 .5rem;
  align-self: center;
}
.header-bar a i[class*="fa-"], .header-bar a span[class*="fa-"] {
  margin-left: 0 !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, a.responsive-logo
{
  position: relative;
  width: auto;
  height: auto;
  margin: 0 2rem 1rem 2rem;
  display: inline-block;
  align-self: center;
  font-size: 0;
}
a.responsive-logo
{
  display: none;
}
a.logoTop svg, a.logoTop img, a.responsive-logo svg, a.responsive-logo img
{
  width: 65px;
  height: 84px;
  display: block;
  position: relative;
}
/* Logo end */

/* Navigation */

.menu-cover
{
  display: inline-block;
  position: relative;
  justify-content: right;
  align-self: center;
}
.menu-cover-center
{
  display: block;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
}
nav
{
  position: relative;
  font-size: 0;
  padding: 0 1rem;
}
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;
}
.menu-cover-center nav, .footer-nav-cover nav
{
  width: 100%;
  padding: 0;
  display: inline-block; 
}
.small-header .menu-cover-center { height: 2.5rem; }
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;
}
.small-header nav .overflow-content.align-items-end {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}
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: #1D1D1B;
  font-family: gomme-sans, sans-serif; 
  letter-spacing: 0.2em;
  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;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
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: #46C4FF;
}
nav ul li a.level-1 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .157em;
  padding: 2.5rem 2rem;
}
.small-header nav ul li a.level-1 {
  padding: 0.65rem 2rem .85rem 2rem;
}
nav ul li a.level-2, nav ul li a.level-3 {
  font-size: .8rem;
  font-weight: 700;
  padding: 1rem;
}
.submenu-1 {
  display: block;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 280px;
  visibility: hidden;
  cursor:pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.submenu-1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.submenu-1 a:hover {background-color: #f1f1f1}

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, .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: #1D1D1B;
  font-size: 1rem;
  display: inline-block;
  align-self: center;
}
.openNav.open, .openCart.open
{
	color:#46C4FF;
}
.openNav.open #nav-icon span, 
.openCart.open #cart-icon span
{
	background:#46C4FF;
}

.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: #46C4FF;
}
#nav-icon span, .close-icon span
{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #1D1D1B;
  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: #46C4FF; }
#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:#46C4FF;
	top:0
}
.openCart:hover
{
	color:#46C4FF;
}
.openCart:hover #cart-icon span
{
	background:#46C4FF;
}
#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: #1D1D1B !important; }
.secondary-text { color: #46C4FF  !important; }
.text-white { color: #fff !important; }

.primary-bg { background-color: #E8E8E8; }
.secondary-bg { background-color: #46C4FF; }
.dark-bg { background-color: #1D1D1B; }
.white-bg { background-color: #fff; }

.p-overlay::before
{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:rgba(255,255,255,0.2);
}
.text-field.p-overlay::before
{
  z-index: -1;
}
.n-overlay::before
{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:rgba(0,0,0,0.6);
}
.slide.n-overlay::before {
  background:rgba(0,0,0,0.15);
  z-index: 99;
}
.slide.n-overlay .text-field, .slide.n-overlay .slide-buttons-cover { z-index:999; }

.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: #46C4FF; }
.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:960px;
	margin:0 auto;
}

.contentBox > .contentBox
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 999;
}
/* Wrap boxes end */

/* Main titles */
.sectionTitle
{
  position: relative;
  width: 100%;
  height: auto;
  font-size: 4.083rem;
  font-weight: 300;
  padding: 5rem 0 2.5rem 0;
  text-transform: uppercase;
  text-align: inherit;
  letter-spacing: .05em;
}
.sectionTitle h2
{
	font-size:inherit; 
	text-align:inherit;
	font-weight:inherit;
	letter-spacing:inherit; 
}
.contentBoxTitle
{
  position: relative;
  width: 100%;
  height: auto;
  font-size: 4.083rem;
  font-weight: 300;
  padding: 5rem 2.5rem 0rem 2.5rem;
  text-transform: uppercase;
  text-align: inherit;
  letter-spacing: .05em;
}
.titled .contentBoxTitle
{
  padding: 1rem 2rem 0rem 2rem;
}
.contentBoxTitle h1, .contentBoxTitle 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 .text-field *
{
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.slideshow .content .text-field h1, .slideshow .content .text-field h2, .topTitleAbsolute h1 {
  font-size: 4.083rem;
  text-transform: uppercase;
  margin-bottom: 0;
  text-shadow: 0 0 2rem rgba(0,0,0,1);
}
.slideshow *:not(.btn, button)
{
	-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.h-min-100, [id*="slides-"] .slide.h-min-100 {
  height: calc(100vh - 5rem);
  min-height: calc(768px - 5rem) !important;
}
.slideshow .slide .alignCover, [id*="slides-"] .slide .alignCover
{
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
	padding: 2.857rem;
  z-index: 9;
}
.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;
  width: 100%;
  font-size: 0;
}
form#footForm, form#newsletterForm
{
  margin-right: -1rem;
  margin-left: -1rem;
}
.formular > .content
{
	padding:10px;
}
.contactForm-label
{
	width: calc(100% - 2.5rem);
  height: auto;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #46C4FF;
  padding: 0;
  margin: 1.25rem 1.25rem 0 1.25rem;
  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: 11rem;
  height: auto;
  font-size: 1rem;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  padding: 0;
  padding-left: 2rem;
}
.contactForm-check-label i.check
{
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  left: 0;
  top: calc(50% - 7px);
}
.contactForm-check-label i.check::before
{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 1px;
  transform: rotate(50deg);
  -o-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  background: #1D1D1B;
}
.contactForm-check-label i.check::after
{
  content: '';
  position: absolute;
  top: 7px;
  left: 3px;
  width: 12px;
  height: 1px;
  transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  background: #1D1D1B;
}
.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: 7rem;
  height: auto;
  line-height: 1em;
  vertical-align: middle;
  text-align: center;
  padding: 1.667rem 2rem;
  margin: 1.25rem !important;
}
.contentSubmit
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}
fieldset {
  position: relative;
  display: inline-block;
  outline: none;
  border: none;
}
fieldset .control {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: gomme-sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #6D6D6B;
  text-transform: uppercase;
  padding: 1.667rem 2rem;
  cursor: pointer;
}
fieldset .control.mixitup-control-active { color: #1D1D1B; text-decoration: underline; }

/* Form end */

/* Images */
.image-cover
{
  position:relative;
  display:inline-block;
	text-align:inherit;
	width:100%;
	height:auto;
  font-size:0;
}
.image-box
{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size:0;
}
.image-box.square
{
  padding-bottom: 100%;
}
.image-box.contain
{
  background-size: contain;
}
.image-box.poster
{
  padding-bottom: 156.25%;
}
.image-slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size:0;
}
.content img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}

.bg-image {
  position:absolute;
  top: -2px;
  left: -2px;
	width:calc(100% + 4px);
	height:calc(100% + 4px);
  font-size:0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.background-image {
  position:absolute;
  top: 0%;
  left: 0%;
	width:100%;
	height:100%;
  font-size:0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blured-image {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in !important;
  -o-transition: opacity 0.5s ease-in !important;
  -ms-transition: opacity 0.5s ease-in !important;
  -moz-transition: opacity 0.5s ease-in !important;
  -webkit-transition: opacity 0.5s ease-in !important;
}
.list-item:hover .blured-image {
  opacity:1;
}
.list-item .text-field .blured {
  z-index: -2; 
}
.list-item .text-field .blured .blured-image {
  width: calc(100% + 4px);
  height: calc(33vh - 5rem);
  min-height: 340px !important;
  top: auto;
  bottom: -2px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.list-item.h-min-33 .text-field .blured .blured-image {
  height: calc(33vh - 5rem);
  min-height: 340px !important;
}
.list-item.h-min-50 .text-field .blured .blured-image {
  height: calc(50vh - 5rem);
  min-height: 480px !important;
}

/* Images end*/

/* Text field */
.text-field
{
	position:relative;
  display:inline-block;
	text-align:inherit;
	width:100%;
	height:auto;
	z-index:9;
  font-size: 1.333rem;
}
.text-field h2, .text-field h3, .text-field h4,.text-field  h5, .text-field h6
{
  margin-bottom: 1rem;
}
.text-field h3 { font-size: 1.667rem; font-weight: 600; }
.list-item .text-field {
  line-height: 2em;
}
.date
{
  position:relative;
  display:inline-block;
	text-align:inherit;
	width:auto;
	height:auto;
}
.c-name
{
  position:relative;
  display:inline-block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .15em;
  color: #46C4FF;
	text-align:inherit;
	width:auto;
	height:auto;
}
/* Text field end */

/*INFO BOXY*/
.infoImage
{
	display:inline-block;
	position:relative;
	width:100%;
	height:auto;
}
.infoImage img
{
	position:relative;
	float:left;
	display:inline-block;
	width:100%;
	height:auto;
}
.infoText
{
	display:inline-block;
	position:relative;
	text-align:inherit;
	padding:20px 0;
	width:100%;
	height:auto;
	z-index:9;
}
.infoText h1, .infoText h2, .infoText h3, .infoText h4
{
	text-align:inherit;
}

.info1 .infoImage
{
	display:inline-block;
	position:relative;
	width:50%;
	height:auto;
}

.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.6);
	z-index:1;
}
.negativeOverlay::before
{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background:rgba(0,0,0,0.6);
	z-index:1;
}
.text-field ul, .text-field ol {
  list-style-type: none;
  clear: both;
  margin-top: 2.5rem;
  list-style-position: inside;
  text-align: inherit;
}
.text-field ul li, .text-field ol li {
  position: relative;
  list-style-type: none;
  font-size: 1.333rem;
  padding: 0 0 0 4rem;
  text-align: left !important;
  margin-bottom: 2.5rem;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.text-field ol li
{
  counter-increment: list;
  text-align: inherit;
  padding: 0 0 0 6rem;
}
.text-field ul li:before {
  content: '\f00c';
  position: absolute;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 2.5rem;
  font-weight: 200;
  color: #46C4FF;
  top: 2px;
  left: 0px;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  padding: 0px;
}
.text-field ol li::before {
  content: counter(list);
  position: absolute;
  display: block;
  font-family: inherit;
  font-size: 4.083rem;
  line-height: .8em;
  color: #46C4FF;
  top: 0;
  left: 0;
  width: 4.083rem;
  height: 4.083rem;
  text-align: center;
  padding: 0px;
}

.columns-2 {
  -moz-column-count: 2;
  -moz-column-gap: 1rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 1rem;
  column-count: 2;
  column-gap: 1rem;
}


/*INFO BOXY*/

/* Lists */

.filters, 
.articleList,
.productList
{
	text-align:inherit;
}
.canSelectaColorBoxWrapper,
.canSelectaColorBoxWrapper div,
.productList,
.productList div,
.articleList,
.articleList div,
.articleList1 > a,   
.filtersCardContainer,
.filtersCardContainer div
{
	-webkit-transition: none ;
	-moz-transition: none ;
	-o-transition: none ;
	transition: none ;
}
[id*="slides-"]
{
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
[class*="list-cover-"]
{
  padding: 1rem;
  overflow: hidden;
}
[class*="list-cover-"] > .list-item, [class*="productList-"] > .list-item
{
  transition: none; 
  -o-transition: none; 
  -ms-transition: none;
  -moz-transition: none; 
  -webkit-transition: none; 
}

/* Lists end */

/* Lists items */

.list-item
{
	position:relative;
  display:inline-block;
	width: 100%;
	height:auto;
	text-align:inherit;
}
.list-item[onclick*="location.href"]
{
  cursor: pointer;
}
.list-item .text-field h2 {
  font-size: 1.667rem;
  font-weight: 600;
	text-transform: uppercase;
}

/* Lists items end */

/*Product item */

.pricePlace
{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	padding-bottom:0px;
	text-align:inherit;
}
.border1010
{
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.pricePlace div
{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	color:#ff7100;
	line-height:1.2em;
	text-align:inherit;
	padding:0px 0px 0px 0px;
}
.pricePlace div.small
{
	font-size:12px;
	line-height:1.2em;
	color:#636872;
}
.finalPrizeFiled
{
	width:100%;
	display:inline-block;
	position:relative;
	text-align:justify;
	text-align-last:justify;
	-moz-text-align-last: justify;
}
.finalPrizeFiled *
{
	display:inline-block;
	position:relative;
	vertical-align:middle;
}
.pricePlace div.finalPrize
{
	width:auto;
	font-weight:700;
}
.freshType
{
	position:absolute;
	left:0;
	top:15%;
	width:auto;
	padding:6px 10px;
	font-size:14px;
	background:#fff;
	text-transform:uppercase;
}
/* Product item end */


/* Article detail*/

.articleDetailTitle
{
	display:inline-block;
	position:relative;
	font-size:14px;
	padding:0px 10px 0 10px;
}
.articleDetailImage
{
	position:relative;
	width:100%;
	height:auto;
}
.articleDetailImage img
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}
.articleDetailImages
{
	position:relative;
	width:100%;
	height:auto;
	padding:20px 0;
}
.articleDetailImages img
{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
}
.articleDetailText
{
	position:relative;
	width:100%;
	height:auto;
	text-align:inherit;
	font-size:inherit;
}
.articleVideo iframe
{
	width:100%;
	height:40vh;
}
.commentsDate
{
	position:relative;
	width:100%;
	height:auto;
	text-align:inherit;
	font-size:0.8em;
}
.commentsName
{
	position:relative;
	width:100%;
	height:auto;
	text-align:inherit;
}
.commentsMessage
{
	position:relative;
	width:100%;
	height:auto;
	text-align:inherit;
}
.comments .content
{
	margin-bottom:10px;
	border:1px dashed #ccc;
}
.comments .content:nth-child(even) {background: #F9F9F9}
.comments .content:nth-child(odd) {background: #F0F0F0}

/* Article detail end */

/* Product detail */
.productDetailImage, .productSmallImage
{
	width:100%;
	height:auto;
	position:relative;
}
.productImage img,
.productDetailImage img
{
	width:100%;
	height:auto;
	position:relative;
	float:left;
}
.productSmallImageItems
{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	padding-bottom:2px;
}
.productSmallImageItems img
{
	width:100%;
	height:auto;
	position:relative;
	float:left;
}
.productSmallImage.masonry3
{
	-moz-column-count:3;
    -moz-column-gap: 2px;
    -moz-column-width: 33.333%;
    -webkit-column-count:3;
    -webkit-column-gap: 2px;
    -webkit-column-width: 33.333%;
    column-count: 3;
    column-gap: 2px;
    column-width: 33.333%;
}
.productSocial
{
	width:100%;
	height:auto;
	position:relative;
}
.refresh
{
	width:100%;
	height:auto;
	position:relative;
}
.refresh div
{
	width:auto;
	height:auto;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	font-weight: 700;
	text-transform:uppercase;
	line-height:1em;
	padding:20px 5px;
}

.productDetailText
{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	padding-bottom:20px;
	text-align:inherit;
	overflow:hidden;
}
.productDetailText *
{
	text-align:inherit;
}
.productDetailText h2
{
	padding-bottom:10px;
}
.productDetailText::after
{
	content:"";
	width:100%;
	height:40px;
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	background: url(/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:#1D1D1B !important;
	border-color:#1D1D1B;
	padding:25px 0 20px 25px;
	margin:0 !important;
	font-size:18px;
	width:100%;
}
.btnAddCart:hover
{
	background:#1D1D1B !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 {
  width: calc(100% - 5rem);
  margin: 2.5rem;
}
.footer
{
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
.footer-menu, .footer-nav
{
  width: 100%;
  height: auto;
  z-index: 999;
  text-align: left;
}
.dark-bg nav ul li a, .dark-bg nav ul li a * { color: #1D1D1B !important; }
.dark-bg nav ul li a:hover, .dark-bg nav ul li a:hover * { color: #46C4FF !important; }
.footer-logo
{
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 1rem 2.143rem;
}
.footer-logo a
{
  align-self: center;
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
}
.footer-logo svg
{
  width: 230px;
  height: 47px;
  display: inline-block;
  top: 7px;
  position: relative;
}
.footer-nav
{
  font-size: 0;
}
.footer-nav ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 0 !important;
}
.footer-nav ul li
{
  float: none;
  display: inline-block;
}
.footer-nav ul li a
{
  display: inline-block;
  text-align: center;
  padding: 2.2508rem 1.9645rem;
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.backToTop
{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  overflow: hidden;
}
.backToTop::before, .backToTop::after
{
  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: 6px;
  left: 11px;
  width: 14px;
  height: 14px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: block;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.backToTop::after
{
  content: '';
  position: absolute;
  bottom: 2px;
  width: 4px;
  left: 18px;
  height: 30px;
  background: #fff;
}
.backToTop:hover:before
{
  top: 16px;
  border: solid #46C4FF;
  border-width: 0 4px 4px 0;
}
.backToTop:hover:after
{
  height: 20px;
  background: #46C4FF;
}
.footer h2
{
	font-size:1.667rem;
	font-weight:300;
	color:#6D6D6B;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.footer h3, .footer h4
{
  color:#6D6D6B;
  font-size: 1.667rem;
  font-weight:300;
  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: 25%;
  height: auto;
  padding: 3rem 2rem;
  color: #6D6D6B !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2em;
}
.footerColumn:nth-child(2) { width: 50%; }
.footerColumn:nth-of-type(4) { width: 100%; }
.footerColumn > .columns-2 { line-height: 2em; text-align: inherit; }
.footerColumn *, .footerColumn h2, .footerColumn h2 a, .footerColumn a, .footerColumn a * {
  color: #6D6D6B !important;
  transition: all .2s ease-in !important;
  -o-transition: all .2s ease-in !important;
  -ms-transition: all .2s ease-in !important;
  -moz-transition: all .2s ease-in !important;
  -webkit-transition: all .2s ease-in !important;
}
.footerColumn h2 a:hover, .footerColumn a:hover, .footerColumn a:hover * { color: #fff !important; }
.lastLine
{
	width: 100%;
  height: auto;
  position: relative;
  display: block;
  text-align: center;
  font-size: 0.8333rem !important;
	padding: 2rem;
	min-height: 66px;
  color: #6D6D6B;
}
.lastLine *, .lastLine * a
{
	font-size: 0.8333rem;
  color: #6D6D6B;
  font-weight: 400;
}
.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: 205px;
  height: 36px;
  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: .8333rem;
  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-nav-cover {
  display: block;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
}
.lastLinks {
  position: relative;
  display: block;
  width: 100%;
  padding: .5rem 2rem 2rem 2rem;
}
.lastLinks * { font-size: .8333rem; color: #6D6D6B; }
.dark-bg .lastLinks * { color: #6D6D6B; }
/* Footer end */	

/* Time line */

.time-line-cover {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/*.time-line-cover::after {
  content: '';
  position: absolute;
  top: 11rem;
  left: calc(50% - 5px);
  width: 10px;
  height: calc(100% - 13rem);
  background: url('/img/time-line.png') repeat-y center center;
  z-index: -1;
}*/
.time-line-title-l, .time-line-title-r {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.time-line-title-l { color: #FDC500; }
.time-line-title-r { color: #46C4FF; }
.time-line-number {
  position: relative;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  width: 7rem;
  height: 7rem;
  font-size: 1.667rem;
  font-weight: 600;
  color: #fff;
  background: #1D1D1B;
}
.content.time-item {
  position: relative;
  display: inline-block;
  width: calc(50% - 7rem);
  top: -9px;
  margin: 5em 0;
  z-index: 1;
}
.content.time-item:hover {
  z-index: 9;
}
.content.time-item.is-hidden
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.content.time-item h2 {
  position: relative;
  font-size: 1.667rem;
  font-weight: 600;
  line-height: 1.667rem;
  letter-spacing: .05em;
}
.content.time-item.left {
  margin-right: auto !important;
}
.content.time-item.right {
  margin-left: auto !important;
}
.content.time-item .time-line-time {
  position: absolute;
  top: -5rem;
  right: auto;
  left: auto;
  color: #000;
  font-size: 1rem;
  line-height: 1rem;
  padding: .1rem .5rem .4rem .5rem;
  background: #1D1D1B;
}
.content.time-item.left .time-line-time {
  right: calc(-7rem - 14px);
  width: 28px;
  height: 7rem;
}
.content.time-item.left .time-line-time span {
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: -3px;
  top: 9rem;
  left: 0.75rem;
  width: 9rem;
  height: auto;
  font-size: 1.4rem;
  letter-spacing: unset;
  line-height: 0em;
  color: #000 !important;
}
.content.time-item.right .time-line-time {
  left: calc(-7rem - 14px);
  width: 28px;
  height: 7rem;
}
.content.time-item.right .time-line-time span {
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: -3px;
  top: 9rem;
  left: 0.75rem;
  width: 9rem;
  height: auto;
  font-size: 1.4rem;
  letter-spacing: unset;
  line-height: 0em;
  color: #000 !important;
}

.content.tooltip-item {
  position: absolute;
  width: 320px;
  height: auto;
  background: #E6E7E8;
  padding: 1.25rem;
  top: 50%;
  bottom: auto;
  left: auto;
  right: auto;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: opacity .2s ease-in;
  z-index: 999;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.content.time-item::before {
  content: '';
  position: absolute;
  top: calc(50% + 1px);
  left: auto;
  right: auto;
  width: 3.5rem;
  height: 1px;
  background-color: #1D1D1B;
}
.content.time-item::after {
  content: '';
  position: absolute;
  top: calc(50% - 1rem + 1px);
  left: auto;
  right: auto;
  width: 1px;
  height: 2rem;
  background-color: #1D1D1B;
}
.content.time-item.left::before, .content.time-item.left::after {
  right: -5rem;
}
.content.time-item.left.orange::before, .content.time-item.left.orange::after {
  background-color: #FDC500;
}
.content.time-item.right::before, .content.time-item.right::after {
  left: -5rem;
}
.content.time-item.right.blue::before, .content.time-item.right.blue::after {
  background-color: #46C4FF;
}

.content.time-item.no-level-sign::before, .content.time-item.no-level-sign::after { display: none !important; }

.content.time-item:hover .content.tooltip-item {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.content.time-item.left .content.tooltip-item { right: 2.5rem; }
.content.time-item.right .content.tooltip-item { left: 2.5rem; }

.content.time-item.left h2::before, .content.time-item.left h2::after, .content.time-item.right h2::before, .content.time-item.right h2::after {
  content: "";
  position: absolute;
  background: rgba(253,197,0,0.2);
  display: block;
  left: 0;
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
  transform: translate(calc(-100% + 5rem), calc(-50% + 0.8335rem));
  -o-transform: translate(calc(-100% + 5rem), calc(-50% + 0.8335rem));
  -ms-transform: translate(calc(-100% + 5rem), calc(-50% + 0.8335rem));
  -moz-transform: translate(calc(-100% + 5rem), calc(-50% + 0.8335rem));
  -webkit-transform: translate(-5rem, calc(-50% + 1.0335rem));
  z-index: -1;
}
.content.time-item.left.animated h2::before, .content.time-item.right.animated h2::after {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.content.time-item.right h2::before, .content.time-item.right h2::after {
  transform: translate(50%, calc(-50% + 0.8335rem));
  -o-transform: translate(50%, calc(-50% + 0.8335rem));
  -ms-transform: translate(50%, calc(-50% + 0.8335rem));
  -moz-transform: translate(50%, calc(-50% + 0.8335rem));
  -webkit-transform: translate(50%, calc(-50% + 0.8335rem)); 
}
.content.time-item.left h2::after, .content.time-item.right h2::before {
  width: 20rem;
  height: 20rem;
  border-radius: 10rem;
}
.content.time-item.left.animated h2::after, .content.time-item.right.animated h2::before {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.content.time-item.left h2::after {
  transform: translate(-20rem, -11.0335rem);
  -o-transform: translate(-20rem, -11.0335rem);
  -ms-transform: translate(-20rem, -11.0335rem);
  -moz-transform: translate(-20rem, -11.0335rem);
  -webkit-transform: translate(-20rem, -11.0335rem);
}
.content.time-item.right h2::before {
  transform: translate(20rem, calc(-10rem + 1.0335rem));
  -o-transform: translate(20rem, calc(-10rem + 1.0335rem));
  -ms-transform: translate(20rem, calc(-10rem + 1.0335rem));
  -moz-transform: translate(20rem, calc(-10rem + 1.0335rem));
  -webkit-transform: translate(20rem, calc(-10rem + 1.0335rem)); 
  right:0;
  left: auto; 
}
.content.time-item.right h2::after {
  transform: translate(50%, -5.8335rem);
  -o-transform: translate(50%, -5.8335rem);
  -ms-transform: translate(50%, -5.8335rem);
  -moz-transform: translate(50%, -5.8335rem);
  -webkit-transform: translate(50%, -5.8335rem);
  right:0;
  left: auto;
}
.content.time-item.right h2::before, .content.time-item.right h2::after {
  background: rgba(70,196,255,0.2);
}

.fadeInLeft
{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInRight
{
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated
{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.delay-05 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.delay-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
	  filter: alpha(opacity=0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
	  filter: alpha(opacity=100);
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
	  filter: alpha(opacity=0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
	  filter: alpha(opacity=100);
    transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
	  filter: alpha(opacity=0);
  }

  to {
    opacity: 1;
	  filter: alpha(opacity=100);
  }
}

/* Time line end */

/* Specific content */
.main-product-text h1, [id*="content-details-"] .text-field h2 { text-transform: uppercase; }
.previous-product .text-field span, .next-product .text-field span {
  font-size: 1.667rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  width: calc(100% - 5rem);
}
.main-product-text h1 { margin-bottom: 2rem; }
.main-product-text * { text-align: center !important; }
.previous-product:hover .image-box.n-overlay::before, .next-product:hover .image-box.n-overlay::before { background: rgba(0,0,0,0.2); }

.text-field ul li strong:first-of-type, .text-field ol li strong:first-of-type {
  font-size: 1.667rem;
  font-weight: 600;
  letter-spacing: .05em;
}
.text-field ul li strong, .text-field ol li strong
{
	line-height: 1.2em;
}
.text-field ul li *, .text-field ol li * { line-height: 2em; }
.count {
  font-size: 4.083rem;
  font-weight: 300;
}
.with-blured-part .text-field {
  width: calc(100% - ((100vw - 1024px) / 2));
  margin-left: calc((100vw - 1024px) / 2);
  width: calc(50vw - 174px);
  margin-left: 174px;
}
.blured-content .text-field.m-left { width: calc(100% - ((100vw - 1024px) / 2)); margin-left: calc((100vw - 1024px) / 2); }
.blured-content .text-field.m-right { width: calc(100% - ((100vw - 1024px) / 2)); margin-right: calc((100vw - 1024px) / 2); }
.blured-content .text-field.TwoThirds.m-right, .blured-content .text-field.TwoThirds.m-left { width: 66.666%; margin: 0 !important; }
.info1.with-blured-part .text-field {
  width: 100%;
  margin-left: 0;
}
.info1 .text-field h2, .info3tile .text-field h2 {
  font-size: 4rem;
  text-transform: uppercase;
}
.list-item .text-field h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
.articleList1 .list-item .text-field {
  line-height: 2em;
}
.articleList1 .list-item .text-field::before {
  content: '“';
  position: absolute;
  top: 1rem;
  left: 0;
  width: 6rem;
  height: 5rem;
  font-family: 'Old Standard TT', serif;
  font-size: 12rem;
  line-height: 1em;
  font-weight: 700;
  color: rgba(70,196,255,.25);
  z-index: -1;
}
.articleList8 .list-item .content[class*="images-slides-"].Half.m-25 { width: calc(50% - 2.5rem); }
.articleList8 .list-item .text-field.Half { width: calc(50% - 2.5rem); }
.articleList8 .list-item .text-field h2 {
  font-size: 4.083rem;
  font-weight: 300;
  text-transform: uppercase;
}
.articleList8 .list-item .text-field {
  color: #6D6D6B;
}
.articleList8 .list-item .text-field h2, .articleList8 .list-item .text-field strong { color: #1D1D1B; }
.text-field.category-description h2 {
  font-size: 4.083rem;
  font-weight: 300;
  text-transform: uppercase;
} 

.content.main-product-text {
  top: calc((-100vw + 1024px) / 4);
  z-index: 999;
  width: calc(100% - 5rem);
  margin: 0 2.5rem calc((-100vw + 1024px) / 4) 2.5rem;
}
[id*="content-details-"] {
  max-width: 0;
  visibility: hidden;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  -ms-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
[id*="content-details-"].show {
  max-width: none;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  -ms-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}

.articleList3 .p-overlay::before, .productList1 .p-overlay::before, .productList2 .p-overlay::before { background: rgba(255,255,255,0.75); }
.articleList3 .list-item .text-field.slide-text, .productList1 .list-item .text-field.slide-text, .productList2 .list-item .text-field.slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  line-height: 2em;
  height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important; 
}
.articleList3 .list-item:hover .text-field.slide-text, .productList1 .list-item:hover .text-field.slide-text, .productList2 .list-item:hover .text-field.slide-text {
  height: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; 
}
.articleList3.columns-2, .productList2.columns-2, [class*="list-cover-"].columns-2 {
  -moz-column-count: 2;
  -moz-column-gap: 2.5rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 2.5rem;
  column-count: 2;
  column-gap: 2.5rem;
}
[class*="list-cover-"].columns-3 {
  -moz-column-count: 3;
  -moz-column-gap: 2.5rem;
  -webkit-column-count: 3;
  -webkit-column-gap: 2.5rem;
  column-count: 3;
  column-gap: 2.5rem;
}
[class*="list-cover-"].columns-4 {
  -moz-column-count: 4;
  -moz-column-gap: 2.5rem;
  -webkit-column-count: 4;
  -webkit-column-gap: 2.5rem;
  column-count: 4;
  column-gap: 2.5rem;
}

/* Specific content 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: 2.5rem;
	text-align:inherit;
  vertical-align: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Overflows */
.o-hidden { overflow: hidden !important; }
.o-visible { overflow: visible !important; }
/* Overflows end */

/* Widths */
.content, .Full { width:100%; }
.content.m-1, .Full.m-1 { width:calc(100% - 2rem); }
.content.m-125, .Full.m-125 { width:calc(100% - 2.5rem); }
.content.m-2, .Full.m-2 { width:calc(100% - 4rem); }
.content.m-25, .Full.m-25 { width:calc(100% - 5rem); }
.content.ThirdQuarter, .ThirdQuarter { width:75%; }
.content.ThirdQuarter.m-1, .ThirdQuarter.m-1 { width:calc(75% - 2rem); }
.content.ThirdQuarter.m-125, .ThirdQuarter.m-125 { width:calc(75% - 2.5rem); }
.content.ThirdQuarter.m-2, .ThirdQuarter.m-2 { width:calc(75% - 4rem); }
.content.ThirdQuarter.m-25, .ThirdQuarter.m-25 { width:calc(75% - 5rem); }
.content.Half, .Half { width:50%; }
.content.Half.m-1, .Half.m-1 { width:calc(50% - 2rem); }
.content.Half.m-125, .Half.m-125 { width:calc(50% - 2.5rem); }
.content.Half.m-2, .Half.m-2 { width:calc(50% - 4rem); }
.content.Half.m-25, .Half.m-25 { width:calc(50% - 5rem); }
.content.Third, .Third { width:33.333%; }
.content.Third.m-1, .Third.m-1 { width:calc(33.333% - 2rem); }
.content.Third.m-125, .Third.m-125 { width:calc(33.333% - 2.5rem); }
.content.Third.m-2, .Third.m-2 { width:calc(33.333% - 4rem); }
.content.Third.m-25, .Third.m-25 { width:calc(33.333% - 5rem); }
.content.TwoThirds, .TwoThirds { width:66.666%; }
.content.TwoThirds.m-1, .TwoThirds.m-1 { width:calc(66.666% - 2rem); }
.content.TwoThirds.m-125, .TwoThirds.m-125 { width:calc(66.666% - 2.5rem); }
.content.TwoThirds.m-2, .TwoThirds.m-2 { width:calc(66.666% - 4rem); }
.content.TwoThirds.m-25, .TwoThirds.m-25 { width:calc(66.666% - 5rem); }
.content.Quarter, .Quarter { width:25%; }
.content.Quarter.m-1, .Quarter.m-1 { width:calc(25% - 2rem); }
.content.Quarter.m-125, .Quarter.m-125 { width:calc(25% - 2.5rem); }
.content.Quarter.m-2, .Quarter.m-2 { width:calc(25% - 4rem); }
.content.Quarter.m-25, .Quarter.m-25 { width:calc(25% - 5rem); }
.content.Fifth, .Fifth { width:20%; }
.content.Fifth.m-1, .Fifth.m-1 { width:calc(20% - 2rem); }
.content.Fifth.m-125, .Fifth.m-125 { width:calc(20% - 2.5rem); }
.content.Fifth.m-2, .Fifth.m-2 { width:calc(20% - 4rem); }
.content.Fifth.m-25, .Fifth.m-25 { width:calc(20% - 5rem); }
.content.TwoFifths, .TwoFifths { width:40%; }
.content.TwoFifths.m-1, .TwoFifths.m-1 { width:calc(40% - 2rem); }
.content.TwoFifths.m-2, .TwoFifths.m-2 { width:calc(40% - 4rem); }
.content.ThreeFifths, .ThreeFifths { width:60%; }
.content.ThreeFifths.m-1, .ThreeFifths.m-1 { width:calc(60% - 2rem); }
.content.ThreeFifths.m-2, .ThreeFifths.m-2 { width:calc(60% - 4rem); }
.content.FourFifths, .FourFifths { width:80%; }
.content.FourFifths.m-1, .FourFifths.m-1 { width:calc(80% - 2rem); }
.content.FourFifths.m-2, .FourFifths.m-2 { width:calc(80% - 4rem); }
.content.FourFifths.m-25, .FourFifths.m-25 { width:calc(80% - 5rem); }
.content.Sixth, .Sixth { width:calc(100% / 6); }
.content.Sixth.m-1, .Sixth.m-1 { width:calc((100% / 6) - 2rem); }
.content.Sixth.m-2, .Sixth.m-2 { width:calc((100% / 6) - 4rem); }
.content.Seventh, .Seventh { width:calc(100% / 7); }
.content.Seventh.m-1, .Seventh.m-1 { width:calc((100% / 7) - 2rem); }
.content.Seventh.m-2, .Seventh.m-2 { width:calc((100% / 7) - 4rem); }
.content.Eighth, .Eighth { width:calc(100% / 8); }
.content.Eighth.m-1, .Eighth.m-1 { width:calc((100% / 8) - 2rem); }
.content.Eighth.m-2, .Eighth.m-2 { width:calc((100% / 8) - 4rem); }
.content.Ninth, .Ninth { width:calc(100% / 9); }
.content.Ninth.m-1, .Ninth.m-1 { width:calc((100% / 9 ) - 2rem); }
.content.Ninth.m-2, .Ninth.m-2 { width:calc((100% / 9 ) - 4rem); }
.w-auto { width:auto; }
/* Widths end */

/* Heights */
.h-100 { height: 100%; }
.h-min-100 { height: calc(100vh - 5rem); min-height: calc(768px - 5rem) !important; }
section.h-min-100 { height: calc(100vh - 5rem); min-height: calc(768px - 5rem) !important; }
.h-min-75 { height: 75vh; min-height: 640px !important; }
section.h-min-75 { height: calc(75vh - 5rem); min-height: calc(640px - 5rem) !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; }

.h-66 { height: 66vh; }
.h-33 { height: 33vh; }

.h-9-6 { height: calc((33.333vw - 2.5rem) * 0.5625); }

/* Heights end */

/* Margins */

.m-1 { margin: 1rem !important; }
.m-125 { margin: 1.25rem !important; }
.m-2 { margin: 2rem !important; }
.m-25 { margin: 2.5rem !important; }
.m-5 { margin: 5rem !important; }
.m-i-125 { margin: 1.25rem -1.25rem;}
.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: 0 !important }
.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.m-0 { margin: 0rem !important; }
.mt-0 { margin-top: 0rem !important; }
.mb-0 { margin-bottom: 0rem !important; }

/* Margins end */

/* Paddings */
.p-0 { padding: 0rem !important; }
.p-1 { padding: 1rem !important; }
.p-125 { padding: 1.25rem !important; }
.p-2 { padding: 2rem !important; }
.p-25 { padding: 2.5rem !important; }
.p-3 { padding: 3rem !important; }
.p-4 { padding: 4rem !important; }
.p-5 { padding: 5rem !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-125 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !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; }
.pb-0 { padding-bottom: 0rem !important; }
/* Paddings end */

/* Image blur */

.blured-ie, .blured-part-ie {
  display: none;
}
html[data-agent*="Trident"] .blured-part-wrapper .blured-part-image, html[data-agent*="Trident"] .blured .blured-image {
  display: none; }

html[data-agent*="Trident"] .blured-part-wrapper .blured-part-ie, html[data-agent*="Trident"] .blured .blured-ie {
  display: block; }

.blured-part, .blured-part-left, .blured-part-right {
  position: absolute;
  float: left;
  top: 0;
  left: 0;
  width: 174px;
  height: 100%;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.5);
  z-index: 9;
}
.blured-part-right {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid rgba(255,255,255,.5);
}
.blured {
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
.slide .blured-part-left .blured-part-image, .slide .blured-part-right .blured-part-image, .contentBox .blured-part-left .blured-part-image, .contentBox .blured-part-right .blured-part-image {
  position: absolute;
  width: calc(100vw - 5rem);
  height: calc(100% + 4px);
  top: 50%;
  right: calc((-100vw + 5rem) + 174px );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate3d(0,-50%,0);
  -o-transform: translate3d(0,-50%,0);
  -ms-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -webkit-transform: translate3d(0,-50%,0);
}
.slide .blured-part-right .blured-part-image, .contentBox .blured-part-right .blured-part-image {
  right: auto;
  left: calc((-100vw + 5rem) + 174px );
}
.info1.with-blured-part .blured-part-right .blured-part-image {
  width: calc((100vw - 5rem) * 0.5);
  right: auto;
  left: calc(((-100vw + 5rem) * 0.5) + 174px );
}
.content.info3tile .blured-part .blured-part-image, .info1.with-blured-part .blured-part .blured-part-image {
  position: absolute;
  width: calc(((100vw - 5rem) * 0.5));
  height: calc(100% + 4px);
  top: 50%;
  /*right: calc(((-100vw + 5rem) * 0.5) - ((-100vw + 1024px) / 2) );*/
  right: calc(((-100vw + 5rem) * 0.5) + 174px ); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate3d(0,-50%,0);
  -o-transform: translate3d(0,-50%,0);
  -ms-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -webkit-transform: translate3d(0,-50%,0);
}
.slide svg.blured-part-ie, .contentBox svg.blured-part-ie,
.content.info3tile .blured-part svg.blured-part-ie, .info1.with-blured-part .blured-part svg.blured-part-ie {
  position: absolute;
  width: calc(((100vw - 5rem) * 0.60031));
  height: calc(100% + 4px);;
  top: 50%;
  /*right: calc(((-100vw + 5rem) * 0.5) - ((-100vw + 1024px) / 2) );*/
  right: calc(((-100vw + 5rem) * 0.5) + 174px );
  transform: translate3d(0,-50%,0);
  -o-transform: translate3d(0,-50%,0);
  -ms-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -webkit-transform: translate3d(0,-50%,0);
  z-index: 9;
}
svg.blured-ie
{
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -webkit-transform: translate3d(-50%,-50%,0);
  z-index: 1;
}
.info1.with-blured-part svg.blur-ie #blur, .content.info3tile svg.blur-ie #blur { opacity: 0; }
.info1.with-blured-part:hover svg.blur-ie #blur,.content.info3tile:hover svg.blur-ie #blur { opacity: 1; }
.slide .blured-part-left .blured-part-image, .slide .blured-part-right .blured-part-image, .contentBox.blured-content .blured-part-left .blured-part-image, .contentBox.blured-content .blured-part-right .blured-part-image,
.content.info3tile .blured-part-image, .info1.with-blured-part > .content .blured-part-image {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  transition: filter 0.5s ease-in !important;
  -o-transition: filter 0.5s ease-in !important;
  -ms-transition: filter 0.5s ease-in !important;
  -moz-transition: filter 0.5s ease-in !important;
  -webkit-transition: filter 0.5s ease-in !important;
}
.slide:hover .blured-part-left .blured-part-image, .slide:hover .blured-part-right .blured-part-image, .contentBox.blured-content:hover .blured-part-left .blured-part-image, .contentBox.blured-content:hover .blured-part-right .blured-part-image,
.content.info3tile:hover .blured-part-image, .info1.with-blured-part > .content:hover .blured-part-image {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.slide .blured-image, .contentBox.blured-content .blured-image,
.content.info3tile .blured-image, .info1.with-blured-part > .content .blured-image {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  opacity:0;
  transition: opacity 0.5s ease-in !important;
  -o-transition: opacity 0.5s ease-in !important;
  -ms-transition: opacity 0.5s ease-in !important;
  -moz-transition: opacity 0.5s ease-in !important;
  -webkit-transition: opacity 0.5s ease-in !important;
}
.slide:hover .blured-image, .contentBox.blured-content:hover .blured-image,
.content.info3tile:hover .blured-image, .info1.with-blured-part > .content:hover .blured-image {
  opacity:1;
}
#product-detail .slide .blured-image
{
  display: none !important;
}
.responsive-details-image-cover { display: none; }
.responsive-details-image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}

/* Image blur end */

/* Decorations */
.line-1-t {
  border-top: 1px solid rgba(29,29,27,.1);
}
.line-1-b {
  border-bottom: 1px solid rgba(29,29,27,.1);
}
.line-1-l {
  border-left: 1px solid rgba(29,29,27,.1);
}
.line-1-r {
  border-right: 1px solid rgba(29,29,27,.1);
}
.line-1 {
  border: 1px solid rgba(29,29,27,.1);
}
.primary-bg [class*="line-"] { border-color: #fff; }  
.shadow {
	-moz-box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.3);
}
.chevron {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin-top: 6px;
  height: 12px;
  width: 67px;
}
.chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 51%;
  background: #46C4FF;
  transform: skew(0deg, -24deg);
  -o-transform: skew(0deg, -24deg);
  -ms-transform: skew(0deg, -24deg);
  -moz-transform: skew(0deg, -24deg);
  -webkit-transform: skew(0deg, -24deg);
}
.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 4px;
  width: 50%;
  background: #46C4FF;
  transform: skew(0deg, 24deg);
  -o-transform: skew(0deg, 24deg);
  -ms-transform: skew(0deg, 24deg);
  -moz-transform: skew(0deg, 24deg);
  -webkit-transform: skew(0deg, 24deg);
}
.left-line, .right-line {
  position: absolute;
  top: 0;
  /*left: calc((100vw - 1024px) / 2 - 1px);*/
  left: 174px;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,.5);
  z-index: 0;
}
.right-line {
  left: auto;
  /*right: calc((100vw - 1024px) / 2 - 1px);*/
  right: 174px;
}
footer .left-line, footer .right-line {
  background: rgba(255,255,255,.1);
}
/* 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*/

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  z-index: 1020;
  transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
}
.sticky-top-ie {
  position:fixed;
  z-index:99;
  top:5rem;
  left: 3.75rem;
  width: calc(33.333% - 7rem);
  transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
} 
 

/* 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;
}
.d-inline-flex[style="display: none;"], .d-flex[style="display: none;"] {
  display: none !important;
}
.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.d-inline { display: inline-block; }
.d-none { display: none; }

.grid-cover-info3 {
  display: grid !important;
  display: -ms-grid !important;
  grid-gap: 0px !important;
  grid-template-columns: 50% 50% !important;
  -ms-grid-columns: 50% 50% !important;
  -ms-grid-rows: 50% 50%;
}
.grid-cover-info3 > div:nth-of-type(1) {
  grid-area: 1 / 1 / 3 / 2;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span:2;
}
.grid-cover-info3 > div:nth-of-type(2) {
  grid-area: 1 / 2 / 2 / 3;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.grid-cover-info3 > div:nth-of-type(3) {
  grid-area: 2 / 2 / 3 / 3;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}

/* 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:#1D1D1B;
	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 */

/* 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: 1367.98px) {
  .menu-cover-center { max-width: 888px; }
  .slide-buttons-cover .btn {
    margin: 0;
    min-width: calc((100vw - 952px) / 2);
    height: calc((100vw - 952px) / 4);
  }
  .blured-part, .blured-part-left, .blured-part-right {
    width: calc((100vw - 952px) / 2);
  }
  .with-blured-part .text-field {
    width: calc(100% - ((100vw - 952px) / 2));
    margin-left: calc((100vw - 952px) / 2); 
  }
  .slide .blured-part-left .blured-part-image, .slide .blured-part-right .blured-part-image, .contentBox .blured-part-left .blured-part-image, .contentBox .blured-part-right .blured-part-image {
    width: calc(100vw - 5rem);
    right: calc((-100vw + 5rem) - ((-100vw + 952px) / 2) );
  }
  .slide .blured-part-right .blured-part-image, .contentBox .blured-part-right .blured-part-image {
    right: auto;
    left: calc((-100vw + 5rem) - ((-100vw + 952px) / 2) );
  }
  .content.info3tile .blured-part .blured-part-image, .info1.with-blured-part .blured-part .blured-part-image {
    position: absolute;
    width: calc(((100vw - 5rem) * 0.5));
    height: calc(100% + 4px);
    top: 50%;
    right: calc(((-100vw + 5rem) * 0.5) - ((-100vw + 952px) / 2) );
  }
  .info1.with-blured-part .blured-part-right .blured-part-image {
    width: calc(((100vw - 5rem) * 0.5));
    right: auto;
    left: calc(((-100vw + 5rem) * 0.5) - ((-100vw + 952px) / 2) );
  }
  .slide svg.blured-part-ie, .contentBox svg.blured-part-ie,
.content.info3tile .blured-part svg.blured-part-ie, .info1.with-blured-part .blured-part svg.blured-part-ie {
    position: absolute;
    width: calc(((100vw - 5rem) * 0.5));
    height: calc(100% + 4px);;
    top: 50%;
    right: calc(((-100vw + 5rem) * 0.5) - ((-100vw + 952px) / 2) );
  }
  .left-line { left: calc((100vw - 952px) / 2 - 1px); }
  .right-line { right: calc((100vw - 952px) / 2 - 1px); }
  .contentBox.Normal, .slideshow.Normal, .Normal { max-width: 888px; }
  .footer-nav-cover { max-width: 888px; }
  .content.send-cover {
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
  }
  .contentGdpr { width: 100%; }
}
@media (max-width: 1199.98px) {
  a.responsive-logo {
    display: inline-block;
    position: absolute;
    margin: auto;
    top: 0;
  }
  a.logoTop { display: none !important; }
  .menu-cover {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .menu-cover-center {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    max-width: none;
    width: calc(100% - 2.5rem);
    margin: 0 1.25rem;
  }
  .header-bar-cover { display: none !important; }
  .header-bar-cover-responsive.d-flex {
    position: relative;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    top: auto;
    left: auto;
    width: auto;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    margin-left: auto;
    padding: 0 1rem;
  }
  .header-bar-responsive-cover { display: none !important; }
  nav .closeAll {
		display:block;
		visibility: visible;
	}
	nav {
    position: fixed;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    top: 68px;
    bottom: auto;
    right: auto;
    left: 2.5rem;
    width: 100%;
    max-width: calc(33.333%);
    height: auto;
    max-height: 0;
    z-index: 999997;
    overflow: auto;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    border-bottom: 3px solid #46C4FF;
    background-color: #1D1D1B;
	}
	nav.slideToView {
		left:2.5rem;
    max-height: calc(100vh - 92px);
    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: auto;
  }
  nav .overflow-cover {
    display: block;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  nav .overflow-content.d-flex {
    padding: 1rem 0;
    display: inline-block !important;
  }
	nav ul, nav ul.leftMenu.d-flex, nav ul.rightMenu.d-flex {
		display: block !important;
		padding: 0rem;
	}
	nav ul li a, nav ul li .submenu-1 a, nav ul li .submenu-1 {
		position:relative;
		display: block;
    width:100%;
    color:#fff;
		text-align:left;
		visibility: visible;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
  nav ul li a.level-1 {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
  nav ul li a.level-2 {
    font-size: .8rem;
    padding: .5rem 1rem;
  }
  nav ul li .submenu-1 {
    padding: 0 0 .5rem 2rem;
  }
  nav ul li, .header-bar-responsive-cover {
    display: block;
    position: relative;
    left: 320px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  nav.slideToView ul li {
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: .1s;
    animation: slide 0.5s forwards;
    animation-delay: .1s; 
  }
  nav.slideToView .header-bar-responsive-cover {
    -webkit-animation: slide 0.5s forwards;
    animation: slide 0.5s forwards;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
  }
  .submenu-1 {
    background: none;
  }
	.submenu-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: #1D1D1B;
		padding-left: 45px;
		text-decoration: none;
		display: block;
		text-align: left;
	}
	.openCart, .openNav, .closeAll, .hover {
		-webkit-user-select: none;
		-webkit-touch-callout: none;        
	}
	
	.openNav {
		display:inline-block;
		float:none;
		vertical-align:middle;
		padding:0px;
		position:relative;
		top:auto;
		right:auto;
    overflow: hidden;
    margin: 1.5rem;
	}
	.cartplace {
		right:-320px;
		width:100%;
    max-width: 320px;
		position:fixed;
	}
  .menu-cover-center {
    max-width: none;
  }
  section.h-min-100 { height: auto; }
  section.h-min-100 > .h-100, section.h-min-100 > .h-100 > .h-100 > .content.info1 { height: auto !important; min-height: calc(100vh - 5rem) !important; }
  
  section:first-of-type { padding-top: 68px; }
  
  #kontaktni-informace.h-min-100 {
    height: auto;
  }
  .slide-buttons-cover .btn {
    margin: 0;
    min-width: 96px;
    height: 48px;
  }
  .blured-part, .blured-part-left, .blured-part-right {
    width: 96px;
  }
  .slide .blured-part-left .blured-part-image, .slide .blured-part-right .blured-part-image, .contentBox .blured-part-left .blured-part-image, .contentBox .blured-part-right .blured-part-image {
    width: calc(100vw - 5rem);
    right: calc((-100vw + 5rem) + 96px );
  }
  .slide .blured-part-right .blured-part-image, .contentBox .blured-part-right .blured-part-image {
    right: auto;
    left: calc((-100vw + 5rem) + 96px );
  }
  .content.info3tile .blured-part .blured-part-image, .info1.with-blured-part .blured-part .blured-part-image {
    position: absolute;
    width: calc(((100vw - 5rem) * 0.5));
    height: calc(100% + 4px);
    top: 50%;
    right: calc(((-100vw + 5rem) * 0.5) + 96px );
  }
  .info1.with-blured-part .blured-part-right .blured-part-image {
    width: calc(((100vw - 5rem) * 0.5));
    right: auto;
    left: calc(((-100vw + 5rem) * 0.5) + 96px );
  }
  .slide svg.blured-part-ie, .contentBox svg.blured-part-ie,
.content.info3tile .blured-part svg.blured-part-ie, .info1.with-blured-part .blured-part svg.blured-part-ie {
    position: absolute;
    width: calc(((100vw - 5rem) * 0.5));
    height: calc(100% + 4px);;
    top: 50%;
    right: calc(((-100vw + 5rem) * 0.5) + 96px );
  }
  .with-blured-part .text-field {
    width: calc(100% - 96px);
    margin-left: 96px;
  }
  .left-line, .right-line { display: none; }
  .sectionTitle, .info1 .text-field h2, .info3tile .text-field h2, .text-field.category-description h2 { font-size: 3.083rem; }
  .contentBox.p-5.px-0 { padding: 2.5rem 0 !important; }
  h1, h2, h3, h4, h5, h6, .info1 .text-field h2, .info3tile .text-field h2, .article-detail-cover .text-field h2, .sectionTitle h2, .contentBoxTitle h1, .contentBoxTitle h2, .main-product-text h1, [id*="content-details-"] .text-field h2 {
    font-size: 3.083rem;
  }
  #kontaktni-informace .info1 .content.ThreeFifths, #kontaktni-informace .info1 .content.TwoFifths { width: 100%; }
  #kontaktni-informace .info1 .content.ThreeFifths {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    height: 0;
    padding-bottom: 56.25% !important;
    margin: 2.5rem 0;
  }
  #kontaktni-informace .info1 .content.TwoFifths {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .content.main-product-text {
    top: calc(-192px + 5rem);
    width: calc(100% - 192px - 5rem);
    margin: 0 96px calc(-192px + 5rem) 96px;
  }
  .main-product-text h1, .main-product-text h2, [id*="content-details-"] .text-field h2 { font-size: 3.083rem; }
  .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);
  }
}

@media (max-width: 991.98px) {
  
  h1, h2, h3, h4, h5, h6, .info1 .text-field h2, .info3tile .text-field h2, .article-detail-cover .text-field h2, .sectionTitle h2, .contentBoxTitle h1, .contentBoxTitle h2, .slideshow .content .text-field h1, .slideshow .content .text-field h2, .topTitleAbsolute h1, .sectionTitle, .info1 .text-field h2, .info3tile .text-field h2, .text-field.category-description h2 {
    font-size: 2.417rem;
  }
  .time-line-cover {
    width: 100vw;
    margin: 0 -2.5rem;
    overflow: hidden;
  }
  .btn { white-space: normal; }
  .slideshow .text-field.Half { width: calc(100% - 192px) !important; }
  section.h-min-100 > .h-100, section.h-min-100 > .h-100 > .h-100 > .content.info1 { min-height: calc(100vh - 8rem)!important; }
  .grid-cover-info3 {
    grid-template-columns: 50% 50% !important;
    -ms-grid-columns: 50% 50% !important;
    -ms-grid-rows: 50% 50%;
  }
  .grid-cover-info3 > .content.Full > .blured-part { display: none; }
  .grid-cover-info3 > .content.Full.with-blured-part > .text-field { margin-left: 0 !important; }
  .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.Quarter.line-1-r:nth-child(even) { border: none !important; }
  .content.count-box.Quarter { margin: 1.25rem 0; }
  .content.Sixth, .Sixth {
    width: 33.333%;
  }
  .content.Sixth.m-2, .Sixth.m-2 {
    width: calc(33.333% - 4rem);
  }
  .content.main-product-text {
    top: -192px;
    width: calc(100% - 192px);
    margin: 0 96px -192px 96px;
  }
  .main-product-text h1, .main-product-text h2, [id*="content-details-"] .text-field h2 { font-size: 2.417rem; }
  [id*="content-details-"].TwoFifths { width: 50%; }
  .previous-product.Third, .next-product.Third { width: calc(50% - 1.25rem); }
  .time-line-number { width: 3rem; height: 3rem; }
  .content.time-item { width: calc(50% - 7rem); }
  .content.time-item h2 {  font-size: 1rem; }
  .content.time-item.left::before, .content.time-item.left::after { right: -2rem; }
  .content.time-item::before { width: 1.5rem; }
  .content.time-item.left .time-line-time { right: calc(-7rem - 14px); }
  .content.time-item.right .time-line-time { left: calc(-7rem - 14px); }
  .content.time-item.right::before, .content.time-item.right::after { left: -2rem; }
  [class*="list-cover-"].columns-3 {
    -moz-column-count: 2;
    -moz-column-gap: 2.5rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5rem;
    column-count: 2;
    column-gap: 2.5rem;
  }
  #o-nas .slideshow .slide, #o-nas .slide .blured-part-right .blured-part-image { background-position: right center; }
  
  
  #slides-product-detail .slide.h-min-100 { min-height: 66.25vw !important; }
  [id*="product-detail-"] > .contentBox { background-image: none !important; }
  [id*="content-details-"].TwoFifths { width: 100%; }
  .responsive-details-image-cover { display: inline-block; }
  .details-button-show, .details-button-hide { display: none !important; }
  [id*="content-details-"] {
    max-width: none !important;
    visibility: visible !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
  }
  
  
  
  
  [id*="articleList-"] > .content.Third { width: 100%; margin: 0 !important; }
  [id*="articleList-"] > .content.TwoThirds { width: 100%; margin: 0 !important; }
  [id*="articleList-"] > .content.Third {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  
  .articleList2 .list-item .content.Fifth { width: 33.333% !important; }
  .articleList2 .list-item .text-field.FourFifths { width: 66.666% !important; }
 
  .articleList8 .list-item .text-field h2 { font-size: 3.083rem; }
  
  [id*="productList-"] > .content.Third { width: 100%; }
  [id*="productList-"] > .content.TwoThirds { width: 100%; }
  [id*="productList-"] > .content.Third {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .category-description.text-right { text-align: center !important; }
  .productList1 .list-item.Third.m-125 { width: calc(50% - 2.5rem); }
  .h-9-6 { height: calc((50vw - 2.5rem) * 0.5625) }
  .productList2 .list-item:last-child {
    width: calc(100% - 2.5rem);
    height: auto !important;
    min-height: unset !important;
  }
  
  .formular > .content.Quarter { width: 25%; }
  .send-cover {
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
  }
  .contentGdpr {
    margin: unset !important;
    width: 100%;
  }

  .footer-nav-cover {
    display: none !important;
  }
  .footerColumn, .footerNewsletter {
    margin: unset !important;
    width: 50%;
  }
  .footerColumn:nth-child(1) {
     -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footerColumn:nth-child(2) {
    width: 100%;
     -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footerColumn:nth-child(3) {
     -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footerColumn:nth-child(4) {
     -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .lastLine {
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
    padding: 1rem !important;
  }
  .lastLineLinks {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: none;
    padding: 1rem !important;
  }
  .lastLineDescription {
    width: 100%;
    padding: 1rem !important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .footerIconMenu {
    width: 100%;
    padding: 1rem !important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }

}

@media (max-width: 767.98px) {
  .blured-part, .blured-part-left, .blured-part-right { width: 48px; }
  .slide .blured-part-left .blured-part-image, .slide .blured-part-right .blured-part-image, .contentBox .blured-part-left .blured-part-image, .contentBox .blured-part-right .blured-part-image { 
    width: calc(100vw - 5rem);
    right: calc((-100vw + 5rem) + 48px );
  }
  .slide .blured-part-right .blured-part-image, .contentBox .blured-part-right .blured-part-image {
    right: auto;
    left: calc((-100vw + 5rem) + 48px );
  }
  .icon-80 i[class*="fa-"], .icon-80 span[class*="fa-"] {
    font-size: 2.333rem !important;
  }
  .btnArrow { width: 48px; height: 48px; }
  .btnArrow::before {
    width: 6px;
    height: 6px;
    top: calc(50% - 4px);
  }
  .btnArrow::after {
    left: calc(50% - 4px);
    width: 8px;
  }
  .previous-product .btnArrow::before {
    width: 6px;
    height: 6px;
    top: calc(50% - 4px);
  }
  .previous-product .btnArrow::after {
    right: calc(50% - 4px);
    width: 8px;
  }
  .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.with-blured-part > .content.Half { 
    width: 100%;
    min-height: 280px;
  }
  .info1.with-blured-part > .content.Half {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .info1.with-blured-part > .content.Half[style*="background-image:"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  #o-nas .slideshow .slide, #o-nas .slide .blured-part-right .blured-part-image {
    background-position: 81% center;
  }
  .slideshow .text-field.Half { width: calc(100% - 96px) !important; }
  .content.time-item.left .time-line-time, .content.time-item.right .time-line-time { height: 10rem; }
  ol.columns-2, [class*="list-cover-"].columns-3 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  } 
  .info1 > .TwoThirds { width: calc(100% - 96px); } 
  .info1 > .ThreeFifths {
    width: 100%;
    height: auto;
    min-height: 280px;
  }
  .info1 > .TwoFifths {
    width: 100%;
    height: 50%;
  }
  .content.info3tile .blured-part .blured-part-image, .info1.with-blured-part .blured-part .blured-part-image {
    width: calc(100vw - 5rem);
    right: calc((-100vw + 5rem) + 48px);
  }
  .info1.with-blured-part .blured-part-right .blured-part-image {
    width: calc(100vw - 5rem);
    right: auto;
    left: calc((-100vw + 5rem) + 48px );
  }
  .content.Third.time-line-title-l, .content.Third.time-line-title-r { width: 33.333% !important; }
  .grid-cover-info3 {
    display: inline-block !important;
    display: inline-block !important;
    grid-gap: unset !important;
    grid-template-columns: none !important;
    -ms-grid-columns: none !important;
    -ms-grid-rows: none;
  }
  .grid-cover-info3 > div {
    grid-area: none;
    -ms-grid-column: unset;
    -ms-grid-row: unset;
    -ms-grid-row-span: unset;
    width: 100%;
    height: auto;
  }
  .blured-content .text-field.TwoThirds.m-right, .blured-content .text-field.TwoThirds.m-left { width: 100%; }
  .info3tile.with-blured-part .text-field { width: 100%; }
  .info3tile.with-blured-part:first-child .text-field.p-5 { padding-top: calc(68px + 5rem)!important; }
  .article-detail-cover > .content.Third { width: 100%; }
  .article-detail-cover > .text-field.TwoThirds { width: 100%; }
  .articleList1 > .list-item.Half {
    width: calc(100% - 5rem);
  }
  
  .articleList8 .list-item > .content[class*="images-slides-"].Half.m-25 {
    width: calc(100% - 5rem);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order:2;
    order: 2;
  }
  .articleList8 .list-item > .text-field.Half {
    width: calc(100% - 5rem);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #slides-product-detail .slide.h-min-100 { min-height: 66.25vw !important; }
  [id*="product-detail-"] > .contentBox { background-image: none !important; }
  [id*="content-details-"].TwoFifths { width: 100%; }
  .responsive-details-image-cover { display: inline-block; }
  .details-button-show, .details-button-hide { display: none !important; }
  [id*="content-details-"] {
    max-width: none !important;
    visibility: visible !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
  }
  .previous-product.h-min-25, .next-product.h-min-25 { min-height: 180px !important; }
  .previous-product .text-field span, .next-product .text-field span { font-size: 1rem; }
  .productList1 .list-item.Third.m-125 { width: calc(100% - 2.5rem); }
  .h-9-6 { height: calc((100vw - 2.5rem) * 0.5625) }
  .productList2.columns-2 {
    -moz-column-count: 1;
    -moz-column-gap: 2.5rem;
    -webkit-column-count: 1;
    -webkit-column-gap: 2.5rem;
    column-count: 1;
    column-gap: 2.5rem;
  }
  .productList2 > .list-item.h-min-100 {
    height: 25vh;
    min-height: 280px !important;
  }
  .content.main-product-text {
    top: auto;
    width: 100%;
    margin: 0;
  }
  .formular > .content.Quarter { width: 50%; }
  .formular > .content.Half { width: 100%; }
  
  .footerColumn, .footerNewsletter {
    min-width: 50%;
  }
  .lastLine { justify-content: center !important; }
}

@media (max-width: 575.98px) {
  h1, h2, h3, h4, h5, h6, .info1 .text-field h2, .info3tile .text-field h2, .article-detail-cover .text-field h2, .sectionTitle h2, .contentBoxTitle h1, .contentBoxTitle h2, .slideshow .content .text-field h1, .slideshow .content .text-field h2, .topTitleAbsolute h1, .sectionTitle, .info1 .text-field h2, .info3tile .text-field h2, .text-field.category-description h2, .main-product-text h1, .main-product-text h2, [id*="content-details-"] .text-field h2 {
    font-size: 2rem;
  }
  .slide-down { display: none !important; }
  .header-bar-cover-responsive.d-flex {
    display: -ms-none!important;
    display: none!important;
  }
  .menu-cover-center {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: start!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    max-width: none;
    background: #fff;
    height: 48px;
  }
  .openNav { margin: 0 1.5rem; }
  nav {
    top: 48px;
    width: calc(100% - 5rem) !important;
    max-width: none;
  }
  .chevron { width: 48px; height: 9px; }
  .chevron:before, .chevron:after { height: 3px; }
  a.responsive-logo { left: calc(50% - 24px); }
  a.responsive-logo svg, a.responsive-logo img {
    width: 48px;
    height: 62px;
  }
  .searchplace { display: none; }
  section.h-min-100 { min-height: unset !important; }
  .h-min-100, .slideshow .slide.h-min-100, [id*="slides-"] .slide.h-min-100 {
    height: auto !important;
    min-height: 480px !important;
  }
  .h-min-50 { min-height: unset !important; }
  .btn {
    padding: 1rem 1.6667rem;
    white-space: normal;
  }
  .slide-buttons-cover { margin: auto !important; }
  .slide-buttons-cover .btn {
    margin: 1rem;
    width: auto;
    height: auto;
    background: #46C4FF;
    border-color: #46C4FF;
  }
  .btn-t, .dark-bg .btn-t {
    background: #46C4FF !important;
    border: none !important;
    color: #fff !important;
  }
  .btn-t:hover, .dark-bg .btn-t:hover {
    background: #fff !important;
    border: none !important;
    color: #46C4FF !important;
  }
  .btnWhite-t, .dark-bg .btnWhite-t:hover { 
    background: #fff !important;
    border: none !important;
    color: #46C4FF !important;
  }
  .btnWhite-t:hover, .dark-bg .btnWhite-t:hover {
    background: #46C4FF !important;
    border: none !important;
    color: #fff !important;
  }
  a.more.f-right { float: none !important; }
  section.time-line {
    width: calc(100%);
    margin: 2.5rem 0;
  }
  section:first-of-type { padding-top: 48px; }
  .content.time-item.right .time-line-time {
    right: calc(50% - 14px);
  }
  .content.time-item.left .content.tooltip-item {
    right: calc(-50% - 120px + 2.5rem);
    width: 240px;
  }
  .content.time-item.right .content.tooltip-item {
    left: calc(-50% - 120px + 2.5rem);
    width: 240px;
  }
  .content.time-item.left {
    width: calc(50% - 3rem);
  }
  .content.time-item.right {
    width: 100%;
    padding-left: calc(50% + 3rem)!important;
    justify-content: flex-end !important;
  }
  .content.time-item.right::before, .content.time-item.right::after { left: calc(50% + 2rem); }
  .content.time-item.left::before, .content.time-item.left::after { right: -1rem; }
  .content.time-item.left .time-line-time { right: calc(-3rem - 14px); }
  .content.time-item.right .time-line-time { left: calc(50% - 14px); }
  .content.time-item.left h2{
    padding: 0 1rem;
  }
  .content.time-item.right h2 {
    width: 100%;
    left: 0;
    text-align: left;
    position: relative;
    padding: 0 1rem;
  }
  .text-left .text-center .btn, .text-right .text-center .btn, .text-left .btn, .text-right .btn { margin: 1rem !important; }
  .p-5 {
    padding: 2.5rem !important;
  }
  [id*="content-details-"] .text-field.p-5 { padding: 0 !important; }
  .previous-product .text-field span, .next-product .text-field span { display: none; }
  .blured-part, .blured-part-left, .blured-part-right { display: none; }
  .slideshow .text-field.Half, .info1 > .TwoThirds {
    width: 100% !important;
  }
  .sectionTitle { padding: 2.5rem; }
  .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);
  }
  .text-field.text-left, .text-field.text-right, .blured-content .text-field.TwoThirds.m-right, .blured-content .text-field.TwoThirds.m-left { text-align: center !important; }
  .text-field ol li { padding: 6rem 0 0 0; text-align: center !important; }
  .text-field ol li::before { left: calc(50% - 2.0425rem); }
  .info1.with-blured-part .text-field.p-5 { padding: 2.5rem 0 !important; text-align: center !important; }
  .articleList3.columns-2, .productList2.columns-2, [class*="list-cover-"].columns-2, .columns-2 {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
  .articleList1 > .list-item.Half, .articleList2 > .list-item {
    width: 100%;
    margin: 0 !important;
  }
  .articleList1 .list-item .text-field::before { left: 1rem; }
  .articleList2 .list-item .content.Fifth { width: 100%!important; padding: 2.5rem !important; }
  .articleList2 .list-item .text-field.FourFifths { width: 100%!important; }
  .articleList2 .list-item .text-field.FourFifths.p-25 { padding: 2.5rem !important; }
  .articleList8 .list-item > .text-field.Half.p-25 { padding: 0 !important; text-align: center !important; }
  
  .text-left .articleList8 .list-item .btn { margin: 1rem !important; }
  
  .productList1 > .content.h-min-50 { height: auto; min-height: unset !important; }
  .productList2 > .list-item.h-min-100, .productList2 > .list-item.h-min-25 {
    height: 25vh;
    min-height: 340px !important;
  }
  .productList2 .list-item.h-min-25:last-child {
    height: auto !important;
    min-height: unset !important;
  }
  .productList2 .list-item.h-min-25:last-child .btn { margin: 1rem !important; }
  
  .content.count-box.Quarter { border: none !important; }
  .formular > .content.Quarter { width: 100%; }
  label.labelSelect { width: 100%; }
  .py-2.contactForm-label { padding: 1rem 1rem 0 1rem !important;}
  .footerColumn, .footerNewsletter , .footerColumn.text-left, .footerColumn.text-center, .footerColumn.text-right {
    margin: unset !important;
    width: 100%;
    text-align: center !important;
  }
  .footerColumn .icon-80 {
    width: 48px;
    height: 48px;
    margin: 1.5rem 1.5rem 0 1.5rem;
  }
  .lastLineDescription {
    width: 100%;
    padding: 1rem !important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-flex-flow: row wrap !important;
    flex-wrap: wrap !important;
  }
  .lastLine a.logo, .lastLineText {
    padding: 0 !important;
    width: 100%;
    text-align: center !important;
  }
  .lastLineText {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .lastLine a.logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lastLine a.logo svg {
    width: 148px;
    height: 26px;
    margin: 2.5rem 0 1.5rem 0;
  }
	.stopShowButton .btn.openForm
	{
		order:-1;
	}
}
/* Breakpoints end */

/* Main styles end */

/*.fucking-eu-cookies, .fucking-eu-cookies span, .fucking-eu-cookies a {
    font-size: 10px !important;
}
.fucking-eu-cookies {
    border: 1px solid rgba(0,3,33,0.1);
    padding: 5px !important;
    width: auto !important;
	background: rgba(255,255,255,0.65) !important;
}
.fucking-eu-cookies span,
.fucking-eu-cookies span *
{
	color:rgba(0,0,0,0.9) !important;
	font-size: 10px !important;
}*/
.clickable
{
	cursor: pointer !important;
}
.formBox
{
	display: none;
	height: auto;
	min-height: 0px;
}
.formBox.open
{
	display: block;
	height: auto;
	min-height: 500px;
}
.showThisButtonAfterScrollYeah
{
	position: fixed;
	z-index: 9999999;
	bottom: -100px;
	left: 50%;
	-webkit-transform: translate(calc(-50% - 1rem),-0%);  
  -moz-transform: translate(calc(-50% - 1rem),-0%);  
  -o-transform: translate(calc(-50% - 1rem),-0%);  
  transform: translate(calc(-50% - 1rem),-0%);
}
.showThisButtonAfterScrollYeah.showThisButtonAfterScrollYeahOpen
{
	position: fixed;
	z-index: 9999999;
	bottom: 0;
}
.topTitleAbsoluteCover
{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9999;
	pointer-events: none;
}
.topTitleAbsolute
{
	position: relative;
	padding-bottom: 6rem; 
}
/**************************************************************************************
 * jQuery MsgBox 0.8.1 CSS
 * by composite (ukjinplant@msn.com)
 * http://blog.hazard.kr
 * This project licensed under a MIT License. 
 **************************************************************************************/
.msgbox-container
{
	-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;
}
.msgbox-modal
{
	
}
.msgbox-ui {
	-moz-box-shadow: 0 0 40px -8px rgba(15, 97, 122, 0.5);
	-webkit-box-shadow: 0 0 40px -8px rgba(15, 97, 122, 0.5);
	box-shadow: 0 0 40px -8px rgba(15, 97, 122, 0.5);
}
.msgbox-ui:hover {
	-moz-box-shadow: 0 0 20px -4px rgba(15, 97, 122, 0.5);
	-webkit-box-shadow: 0 0 20px -4px rgba(15, 97, 122, 0.5);
	box-shadow: 0 0 20px -4px rgba(15, 97, 122, 0.5);
}
.msgbox-ui .btn {
	font-size: 1rem;
  font-weight: 600;
  padding: 1rem 1.667rem;
	margin-top: 0;
	margin-bottom: 0;
}
.msgbox-buttons {

    padding: 1rem 2rem 2rem 2rem;
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding: 10px 0;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

#links {
    position: fixed;
    bottom: 10px;
    width: 100%;
    padding-top: 10px;
    list-style: none;
    text-align: center;
    z-index: 99999;
}

#links li {
    display: inline;
    padding: 0 5px;
}

#links li label {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

#links li.active label {
    background-color: white;
}/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.owl-carousel .owl-stage {
  position: relative;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-touch-action: pan-Y;
  margin: 0 auto;
  font-size: 0 !important;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  z-index: 0;
}
.owl-controls
{
	position: static;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 40px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
	font-size: 0;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
  padding: 0px;
  outline: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #000321;
  border-radius: 18px;
  -o-border-radius: 18px;
  -moz-border-radius: 18px;
  background: #000321;
}
.owl-dot:hover, .negativeBg .owl-dot:hover
{
	background: #FFBC00;
	border: 1px solid #FFBC00;
}
.negativeBg .owl-dot
{
  background: #fff;
	border: 1px solid #fff;
}
.owl-dot.active
{
  background: #FFBC00;
  border: 1px solid #FFBC00;
}
.negativeBg .owl-dot.active
{
  background: #FFBC00;
	border: 1px solid #FFBC00;
}
.owl-nav
{
  position: absolute;
  width: 174px;
  height: 87px;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.slideshow .owl-nav {
  position: absolute;
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
  width: 174px;
  height: 87px;
  text-align: inherit;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-flex-flow: row wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
@media (max-width: 1367.98px) {
  .slideshow .owl-nav {
    width: calc((100vw - 952px) / 2);
    height: calc((100vw - 952px) / 4);
  }
  .owl-nav {
    width: calc((100vw - 952px) / 2);
    height: calc((100vw - 952px) / 4);
  }
}
@media (max-width: 1199.98px) {
  .slideshow .owl-nav {
    width: 96px;
    height: 48px;
  }
  .owl-nav {
    width: 96px;
    height: 48px;
  }
}
@media (max-width: 767.98px) {
  .slideshow .owl-nav, .owl-nav {
    width: 100%;
    height: 48px;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,1);
  pointer-events: all;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  background: rgba(255,255,255,.75);
  transition: background .2s ease-in;
  -o-transition: background .2s ease-in;
  -ms-transition: background .2s ease-in;
  -moz-transition: background .2s ease-in;
  -webkit-transition: background .2s ease-in;
}
.owl-nav .owl-prev::before, .owl-nav .owl-next::before
{
	content: '';
  position: absolute;
  top: 7px;
  left: 12px;
  border: solid #000321;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.owl-nav .owl-prev::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: auto;
  right: calc(50% - 1px);
  width: 8px;
  height: 8px;
  border: solid #1D1D1B;
  border-width: 0 1px 1px 0;
  padding: 0;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);  
}
.owl-nav .owl-prev::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: auto;
  right: calc(50% - 5px);
  width: 10px;
  height: 1px;
  background: #1D1D1B;
}
.owl-nav .owl-next::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 1px);
  width: 8px;
  height: 8px;
  border: solid #1D1D1B;
  border-width: 0 1px 1px 0;
  padding: 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);  
}
.owl-nav .owl-next::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 5px);
  width: 10px;
  height: 1px;
  background: #1D1D1B;
}

@media (max-width: 1199.98px) {
  .owl-nav .owl-prev::before {
    width: 6px;
    height: 6px;
    top: calc(50% - 4px);
  }
  .owl-nav .owl-prev::after {
    right: calc(50% - 4px);
    width: 8px;
  }
  .owl-nav .owl-next::before {
    width: 6px;
    height: 6px;
    top: calc(50% - 4px);
  }
  .owl-nav .owl-next::after {
    left: calc(50% - 4px);
    width: 8px;
  }
}
@media (max-width: 767.98px) {
  .owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    width: 48px;
    top: auto;
    bottom: auto;
    left: 0;
    right: auto;
  }
  .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
}

.owl-nav .owl-next:hover:before, .owl-nav .owl-prev:hover:before {
  border: solid #46C4FF;
  border-width: 0 1px 1px 0;
}
.owl-nav .owl-prev:hover:after, .owl-nav .owl-next:hover:after {
  background: #46C4FF;
}


.owl-carousel.owl-loaded {
  display: inline-block; 
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 1px;
  font-size: 0;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*! jQuery UI - v1.12.0 - 2016-08-03
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon,.ui-state-default .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}@charset "UTF-8";.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9)rotate(-3deg);transform:scale(.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg);transform:scale(1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg);transform:scale(1.1)rotate(-3deg)}100%{-webkit-transform:scale(1)rotate(0);transform:scale(1)rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9)rotate(-3deg);-ms-transform:scale(.9)rotate(-3deg);transform:scale(.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg);-ms-transform:scale(1.1)rotate(3deg);transform:scale(1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg);-ms-transform:scale(1.1)rotate(-3deg);transform:scale(1.1)rotate(-3deg)}100%{-webkit-transform:scale(1)rotate(0);-ms-transform:scale(1)rotate(0);transform:scale(1)rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%)rotate(-5deg);transform:translateX(-25%)rotate(-5deg)}30%{-webkit-transform:translateX(20%)rotate(3deg);transform:translateX(20%)rotate(3deg)}45%{-webkit-transform:translateX(-15%)rotate(-3deg);transform:translateX(-15%)rotate(-3deg)}60%{-webkit-transform:translateX(10%)rotate(2deg);transform:translateX(10%)rotate(2deg)}75%{-webkit-transform:translateX(-5%)rotate(-1deg);transform:translateX(-5%)rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%)rotate(-5deg);-ms-transform:translateX(-25%)rotate(-5deg);transform:translateX(-25%)rotate(-5deg)}30%{-webkit-transform:translateX(20%)rotate(3deg);-ms-transform:translateX(20%)rotate(3deg);transform:translateX(20%)rotate(3deg)}45%{-webkit-transform:translateX(-15%)rotate(-3deg);-ms-transform:translateX(-15%)rotate(-3deg);transform:translateX(-15%)rotate(-3deg)}60%{-webkit-transform:translateX(10%)rotate(2deg);-ms-transform:translateX(10%)rotate(2deg);transform:translateX(10%)rotate(2deg)}75%{-webkit-transform:translateX(-5%)rotate(-1deg);-ms-transform:translateX(-5%)rotate(-1deg);transform:translateX(-5%)rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);transform:perspective(400px)translateZ(0)rotateY(0)scale(1)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1)}50%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95)}80%,100%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1)}}@keyframes flip{0%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);-ms-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);transform:perspective(400px)translateZ(0)rotateY(0)scale(1)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1);-ms-transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1)}50%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-ms-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95);-ms-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95)}80%,100%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1);-ms-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1)}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateX(-10deg);transform:perspective(400px)rotateX(-10deg)}70%{-webkit-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}100%{-webkit-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);-ms-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateX(-10deg);-ms-transform:perspective(400px)rotateX(-10deg);transform:perspective(400px)rotateX(-10deg)}70%{-webkit-transform:perspective(400px)rotateX(10deg);-ms-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}100%{-webkit-transform:perspective(400px)rotateX(0);-ms-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateY(-10deg);transform:perspective(400px)rotateY(-10deg)}70%{-webkit-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}100%{-webkit-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px)rotateY(90deg);-ms-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateY(-10deg);-ms-transform:perspective(400px)rotateY(-10deg);transform:perspective(400px)rotateY(-10deg)}70%{-webkit-transform:perspective(400px)rotateY(10deg);-ms-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}100%{-webkit-transform:perspective(400px)rotateY(0);-ms-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px)rotateX(0);-ms-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateX(90deg);-ms-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px)rotateY(0);-ms-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateY(90deg);-ms-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%)skewX(30deg);transform:translateX(-20%)skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%)skewX(-15deg);transform:translateX(0%)skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%)skewX(-30deg);-ms-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%)skewX(30deg);-ms-transform:translateX(-20%)skewX(30deg);transform:translateX(-20%)skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%)skewX(-15deg);-ms-transform:translateX(0%)skewX(-15deg);transform:translateX(0%)skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%)skewX(0);-ms-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}100%{-webkit-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%)skewX(0);-ms-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}100%{-webkit-transform:translateX(100%)skewX(-30deg);-ms-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,100%{-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-transform-origin:left bottom;-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-transform-origin:left bottom;-transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0)}0%,20%,60%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg)}40%,80%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg)translateY(0);transform:rotate(60deg)translateY(0);opacity:1}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}0%,20%,60%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg)}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}40%,80%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg)translateY(0);-ms-transform:rotate(60deg)translateY(0);transform:rotate(60deg)translateY(0);opacity:1}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%)rotate(-120deg);transform:translateX(-100%)rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%)rotate(-120deg);-ms-transform:translateX(-100%)rotate(-120deg);transform:translateX(-100%)rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0)rotate(0);-ms-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%)rotate(120deg);transform:translateX(100%)rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0)rotate(0);-ms-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%)rotate(120deg);-ms-transform:translateX(100%)rotate(120deg);transform:translateX(100%)rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}
