html {
  scroll-behavior: smooth;
}
a{
    color: #E50020;
}
body{
    font-size: 0.9rem;
}
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.noUi-target {
	position: relative;
	direction: ltr
}
.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}
.noUi-connects {
	overflow: hidden;
	z-index: 0
}
.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0
}
.noUi-vertical .noUi-origin {
	width: 0
}
.noUi-horizontal .noUi-origin {
	height: 0
}
.noUi-handle {
	position: absolute
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.noUi-state-drag * {
	cursor: inherit!important
}
.noUi-horizontal {
	height: 18px
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px
}
.noUi-vertical {
	width: 18px
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -17px
}
.noUi-target {
	background: #fafafa;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	-webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}
.noUi-connects {
	border-radius: 3px
}
.noUi-connect {
	background: #3fb8af
}
.noUi-draggable {
	cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}
.noUi-handle {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}
.noUi-active {
	-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}
.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px
}
.noUi-handle:after {
	left: 17px
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}
.noUi-vertical .noUi-handle:after {
	top: 17px
}
[disabled] .noUi-connect {
	background: #b8b8b8
}
[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed
}
.noUi-pips,
.noUi-pips * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.noUi-pips {
	position: absolute;
	color: #999
}
.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}
.noUi-marker {
	position: absolute;
	background: #ccc
}
.noUi-marker-large,
.noUi-marker-sub {
	background: #aaa
}
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}
.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}
.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}
.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}
.noUi-value-vertical {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 25px
}
.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}
.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}
.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}
.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	left: 50%;
	bottom: 120%
}
.noUi-vertical .noUi-tooltip {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 120%
}
.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list,
.slick-slider {
	position: relative;
	display: block
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.elevation-0 {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}
.elevation-1 {
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}
.elevation-2 {
	-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.elevation-3 {
	-webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.elevation-4 {
	-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}
.elevation-5 {
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12)
}
.elevation-6 {
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}
.elevation-7 {
	-webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12);
	box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12)
}
.elevation-8 {
	-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}
.elevation-9 {
	-webkit-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12)
}
.elevation-10 {
	-webkit-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12);
	box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12)
}
.elevation-11 {
	-webkit-box-shadow: 0 6px 7px -4px rgba(0, 0, 0, .2), 0 11px 15px 1px rgba(0, 0, 0, .14), 0 4px 20px 3px rgba(0, 0, 0, .12);
	box-shadow: 0 6px 7px -4px rgba(0, 0, 0, .2), 0 11px 15px 1px rgba(0, 0, 0, .14), 0 4px 20px 3px rgba(0, 0, 0, .12)
}
.elevation-12 {
	-webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12);
	box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}
.elevation-13 {
	-webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
	box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12)
}
.elevation-14 {
	-webkit-box-shadow: 0 7px 9px -4px rgba(0, 0, 0, .2), 0 14px 21px 2px rgba(0, 0, 0, .14), 0 5px 26px 4px rgba(0, 0, 0, .12);
	box-shadow: 0 7px 9px -4px rgba(0, 0, 0, .2), 0 14px 21px 2px rgba(0, 0, 0, .14), 0 5px 26px 4px rgba(0, 0, 0, .12)
}
.elevation-15 {
	-webkit-box-shadow: 0 8px 9px -5px rgba(0, 0, 0, .2), 0 15px 22px 2px rgba(0, 0, 0, .14), 0 6px 28px 5px rgba(0, 0, 0, .12);
	box-shadow: 0 8px 9px -5px rgba(0, 0, 0, .2), 0 15px 22px 2px rgba(0, 0, 0, .14), 0 6px 28px 5px rgba(0, 0, 0, .12)
}
.elevation-16 {
	-webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
}
.elevation-17 {
	-webkit-box-shadow: 0 8px 11px -5px rgba(0, 0, 0, .2), 0 17px 26px 2px rgba(0, 0, 0, .14), 0 6px 32px 5px rgba(0, 0, 0, .12);
	box-shadow: 0 8px 11px -5px rgba(0, 0, 0, .2), 0 17px 26px 2px rgba(0, 0, 0, .14), 0 6px 32px 5px rgba(0, 0, 0, .12)
}
.elevation-18 {
	-webkit-box-shadow: 0 9px 11px -5px rgba(0, 0, 0, .2), 0 18px 28px 2px rgba(0, 0, 0, .14), 0 7px 34px 6px rgba(0, 0, 0, .12);
	box-shadow: 0 9px 11px -5px rgba(0, 0, 0, .2), 0 18px 28px 2px rgba(0, 0, 0, .14), 0 7px 34px 6px rgba(0, 0, 0, .12)
}
.elevation-19 {
	-webkit-box-shadow: 0 9px 12px -6px rgba(0, 0, 0, .2), 0 19px 29px 2px rgba(0, 0, 0, .14), 0 7px 36px 6px rgba(0, 0, 0, .12);
	box-shadow: 0 9px 12px -6px rgba(0, 0, 0, .2), 0 19px 29px 2px rgba(0, 0, 0, .14), 0 7px 36px 6px rgba(0, 0, 0, .12)
}
.elevation-20 {
	-webkit-box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12);
	box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12)
}
.elevation-21 {
	-webkit-box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 21px 33px 3px rgba(0, 0, 0, .14), 0 8px 40px 7px rgba(0, 0, 0, .12);
	box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 21px 33px 3px rgba(0, 0, 0, .14), 0 8px 40px 7px rgba(0, 0, 0, .12)
}
.elevation-22 {
	-webkit-box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .2), 0 22px 35px 3px rgba(0, 0, 0, .14), 0 8px 42px 7px rgba(0, 0, 0, .12);
	box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .2), 0 22px 35px 3px rgba(0, 0, 0, .14), 0 8px 42px 7px rgba(0, 0, 0, .12)
}
.elevation-23 {
	-webkit-box-shadow: 0 11px 14px -7px rgba(0, 0, 0, .2), 0 23px 36px 3px rgba(0, 0, 0, .14), 0 9px 44px 8px rgba(0, 0, 0, .12);
	box-shadow: 0 11px 14px -7px rgba(0, 0, 0, .2), 0 23px 36px 3px rgba(0, 0, 0, .14), 0 9px 44px 8px rgba(0, 0, 0, .12)
}
.elevation-24 {
	-webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
	box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12)
}
* {
	outline: none!important
}
html {
	font-size: 14px
}
body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "liga";
	font-feature-settings: "liga";
	overflow-x: hidden
}
a {
	-webkit-transition: all .3s cubic-bezier(.25, .8, .5, 1);
	transition: all .3s cubic-bezier(.25, .8, .5, 1)
}
@media screen and (prefers-reduced-motion: reduce) {
	a {
		-webkit-transition: none;
		transition: none
	}
}
.spacer {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.blockquote {
	line-height: 1;
	font-weight: 300;
	font-size: 1.75rem
}
.blockquote-footer {
	font-weight: 700;
	font-size: 1rem
}
.blockquote-footer:before {
	display: none
}
.normral {
	font-weight: 400
}
ul {
	padding-left: 1.25rem
}
@media (min-width: 768px) {
	html {
		font-size: 16px
	}
	.blockquote {
		font-size: 2.125rem
	}
}
@media (min-width: 992px) {
	html {
		font-size: 18px
	}
}
@media (min-width: 1200px) {
	.blockquote {
		font-size: 2.29rem
	}
	.blockquote-footer {
		font-size: .75rem
	}
}
@media (min-width: 1700px) {
	html {
		font-size: 24px
	}
}
.navbar {
	text-transform: uppercase;
	-webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12);
	box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12)
}
.navbar .logo {
	display: block;
	width: 147px;
	height: 30px
}

.navbar .dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow: none;
        background: #FFCB05;
}

.navbar .dropdown-toggle:after {
	display: none
}
.navbar .nav-item.active .nav-link {
    color: #FFCB05;
}
@media (min-width: 992px) {
	.navbar .nav-item {
		padding: 0 .25rem
	}
	.navbar .nav-link {
		font-size: .79167rem;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem
	}
	.navbar .nav-link .material-icons {
		display: none
	}
	.navbar .dropdown-menu-wide-item {
		width: 170px
	}
	.navbar .dropdown:focus>.dropdown-menu,
	.navbar .dropdown:hover>.dropdown-menu {
		display: block
	}
	.navbar .dropdown-menu {
		left: -6px;
		margin: 0;
		border: 0;
		
		padding: 22px 22px;
		font-size: .530rem;
		border-radius: 0 0 2px 2px;
		-webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12);
		box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12)
	}
	.navbar .dropdown-menu-wide {
		padding: 0;
		margin: 0;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.navbar .dropdown-menu-wide h3 {
		font-size: .55rem;
		font-weight: 700;
		color: #E50020;
		padding: .375rem 0;
		margin: 0;
		border-bottom: 1px solid #E50020;
		line-height: 1.1875;
                text-transform: none;
	}
        .navbar .dropdown-menu-wide h3 a{
            color: #E50020;
        }
        .navbar .dropdown-menu-wide h3 a:hover{
            color: #000;
        }
	.navbar .dropdown-menu-wide-item {
		padding: 0 10px;
		width: 200px;
		border-left: 1px solid #000
	}
	.navbar .dropdown-menu-wide-item:first-child {
		border-left: 0
	}
	.navbar .dropdown-item {
		white-space: normal;
		padding: .375rem 0;
		border-bottom: 1px solid #000;
		font-weight: 400;
		color: #000;
		line-height: 1.1875;
                text-transform: none;
	}
	.navbar .dropdown-item:focus,
	.navbar .dropdown-item:hover {
		background: none;
		color: #E50020
	}
	.navbar .dropdown-item:last-child {
		border-bottom: 0
	}
}
@media (min-width: 768px) {
	.navbar .logo {
		width: 112px;
		height: 78px
	}
}
@media (min-width: 1200px) {
	.navbar .nav-item {
		padding: 0 .375rem
	}
	.navbar .dropdown-menu-wide-item {
		width: 180px
	}
}
@media (min-width: 1700px) {
	.navbar .nav-item {
		padding: 0 .5rem
	}
	.navbar .dropdown-menu-wide-item {
		width: 226px
	}
}
.footer {
	background: #000;
	padding: 1.5rem 0;
	font-weight: 400;
        color: #fff;
}
.footer .logo {
	width: 147px;
	margin-bottom: 1.5rem
}
.footer hr {
	border-top: solid 1px rgba(255,255,255, 0.5);
	margin: 1.5rem 10px
}
.footer-contact {
	padding: 0;
	margin: 0 0 1.5rem;
	list-style: none
}
.footer-contact li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: .75rem
}
.footer-contact li:last-child {
	margin-bottom: 0
}
.footer-contact span {
	display: block;
	width: 60px;
	margin-right: 20px;
	text-transform: uppercase;
        font-size: 14px;
        min-width: 70px;
        font-weight: 500;
}
.footer-contact a {
        font-size: 14px;
        font-weight: 500;
}
.footer-menu {
	padding: 0;
	margin: 0 0 1.5rem;
	list-style: none;
	font-weight: 700;
	text-transform: uppercase
}
.footer-menu li {
	margin-bottom: .75rem
}
.footer-menu li:last-child {
	margin-bottom: 0
}
.footer-menu .material-icons {
	vertical-align: middle;
	font-size: 1.09rem;
	margin-right: .67rem
}
.footer a {
	fill: #fff;
	color: #fff
}
.footer a:focus,
.footer a:hover {
	color: #E50020;
	fill: #E50020
}
.footer-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.footer-buttons .btn:not(:first-child),
.footer-buttons .dropdown:not(:first-child) {
	margin-top: .5rem
}
.footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.footer-social a {
	margin: 0 0 0 20px
}
.footer-social svg {
	width: 21px;
	height: 23px;
	display: block
}
.footer-social-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 2.5rem;
	padding-bottom: 1rem
}

.footer .dropdown-item{
    color: #000
}
.footer .dropdown-item.active,
.footer .dropdown-item.active:focus,
.footer .dropdown-item.active:hover,
.footer .dropdown-item:active:focus,
.footer .dropdown-item:active:hover {
	color: #fff;
        background-color: #E50020;
}
.footer .copywrite{
    font-size: 11px;
}
.footer .copywrite img {
    height: 8px;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 3px;
}
@media (min-width: 768px) {
	.footer {
		font-size: 14px
	}
	.footer .logo {
		width: 197px
	}
	.footer-contact,
	.footer-menu {
		margin-bottom: 0
	}
	.footer-social-wrap {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-top: 0;
		padding-bottom: 0
	}
}
@media (min-width: 992px) {
	.footer hr {
		margin: 1.5rem
	}
}
@media (min-width: 1700px) {
	.footer-contact span {
		width: 100px
	}
	.footer-social svg {
		width: 25px;
		height: 25px
	}
}
.main {
	margin: 3rem auto
}
.main-intro {
	text-align: center;
	font-weight: 300;
	margin-bottom: 3rem
}
.main-intro h1 {
	font-weight: 600;
	margin-bottom: 2rem;
        line-height: 2.7rem;
}
.main-blocks,
.main-blocks-col {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.main-blocks-col,
.main-blocks-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.main-blocks-item {
	background: #fff no-repeat 50%/cover;
	margin-bottom: 20px;
	/*min-height: 18.54rem;*/
	min-height: 335px;
	padding: 25px 33px;
        
/*-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;*/
	border-radius: 2px;
	width: 100%;
	/*-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)*/
}
@media (min-width: 1200px) { 
    .main-blocks-item {
	min-height: 425px; 
    }
}
.main-blocks-item-content {
	width: 100%;
	position: relative;
	z-index: 5
}

.home-1 .main-blocks-item .main-blocks-item-content{
    height: 305px;
}
.home-1 .main-blocks-item .main-blocks-item-content .cycle-slideshow,
.home-1 .main-blocks-item .main-blocks-item-content .cycle-slideshow .homeSlides{
    height: 100%;
    position: relative;
    width: 100%;
}
.home-1 .main-blocks-item .main-blocks-item-content .cycle-slideshow .homeSlides h4{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.main-blocks-item h4,
.main-blocks-item h5 {
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0
}
.main-blocks-item h4 small,
.main-blocks-item h5 small {
	font-weight: 800;
	font-size: .675em
}
.main-blocks-item .item-tagline {
	max-width: 15.83rem;
	padding: .375rem 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff
}
.main-blocks-item .item-title {
	text-align: center
}
.main-blocks-item .img-fluid {
	margin-bottom: .625rem;
	max-width: 67%
}



.HomeBlock .main-blocks-item {
    text-align: center;
}
.HomeBlock .main-blocks-item img{
    text-align: center;
}
.HomeBlock .main-blocks-item a{
    background: transparent;
    color: #fff;
    min-height: unset;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    box-shadow: none;
    padding: 5px 0;
    margin: 0;
}
.HomeBlock .main-blocks-item a:hover{
    color: #FFCB05;
}
.HomeBlock .main-blocks-item h3{
    color: #fff;
    min-height: unset;
    font-size: 21px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.subscribeBlock.HomeBlock h3,
.HomeBlock h3{
    margin: 20px auto 20px;
    font-size: 21px;
    font-weight: bold;
}
.subscribeBlock.HomeBlock h3{
    max-width: 270px;
}
.HomeBlock .main-blocks-item h4{
    color: #fff;
    min-height: unset;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    text-transform: none;
}
/*.HomeBlock.home-2 .main-blocks-item-content{
    position: relative;
    height: 100%;
}
.HomeBlock.home-2 .main-blocks-item-content h3,
.HomeBlock.home-2 .main-blocks-item-content a{
    position: absolute;
}
.HomeBlock.home-2 .main-blocks-item-content h3{
    top: 0px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.HomeBlock.home-2 .main-blocks-item-content a{
    top: 260px;
}*/

.HomeBlock.home-6 .main-blocks-item-content h3{
    
}
.HomeBlock.home-6 .main-blocks-item-content h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.HomeBlock.home-6 .main-blocks-item-content a{
    font-weight: 600;
    font-size: 18px;
    padding-top: 20px;
}


.HomeBlock.home-1 .main-blocks-item,
.HomeBlock.home-2 .main-blocks-item,
.HomeBlock.home-6 .main-blocks-item,
.HomeBlock.home-26 .main-blocks-item,
.HomeBlock.home-20 .main-blocks-item
{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.HomeBlock.home-1 .main-blocks-item{
    padding-top: 15px ;
    padding-bottom: 15px ;
}
.HomeBlock .homeSlides h4{
    color: #000;
    font-size: 27px;
    line-height: 33px;
}
.HomeBlock .homeSlides h4 span{
    color: #000;
    font-size: 16px;
    display: block;
    margin-top: 15px;
}
/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: -30px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #fff; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #000;}
.cycle-pager > * { cursor: pointer;}



.main-desc {
	margin-bottom: 3rem;
	font-weight: 500
}
.main-error {
	max-width: 550px;
	text-align: center
}
.main-error h1 {
	font-weight: 700;
	margin-bottom: 2rem
}
@media (min-width: 992px) {
	.main-blocks-item h4 small,
	.main-blocks-item h5 small {
		font-size: .52em
	}
}
@media (min-width: 1700px) {
	.main-error {
		max-width: 700px
	}
}
.dropdown-menu {
	font-size: 14px;
	-webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12);
	box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12)
}
@media (min-width: 1700px) {
	.dropdown-menu {
		font-size: 16px
	}
}
.btn {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.42857143;
	position: relative
}
.btn-group-lg>.btn,
.btn-lg {
	font-size: 1.125rem
}
.btn-toolbar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.btn-toolbar .btn {
	margin-right: .5rem
}
.btn-toolbar .btn:last-child {
	margin-right: 0
}
.btn-toolbar p {
	margin: 0
}
.btn.dropdown-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.btn.dropdown-toggle:after {
	display: none
}
.btn-primary {
	color: #fff;
	background-color: #E50020;
	border-color: #E50020
}
.btn-primary:hover {
	color: #fff;
	background-color: rgba(229,0,32, 0.5);
	border-color: rgba(229,0,32, 0.5);
}
.btn-primary.focus,
.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(229, 0, 32, .5);
	box-shadow: 0 0 0 .2rem rgba(229, 0, 32, .5)
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #6a1b2f;
	border-color: #6a1b2f
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #783849;
	border-color: #783849
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(229, 0, 32, .5);
	box-shadow: 0 0 0 .2rem rgba(229, 0, 32, .5)
}
.btn:not(:disabled):not(.disabled):not(.btn-nobg),
.btn:not(:disabled):not(.disabled):not(.btn-nobg):focus,
.btn:not(:disabled):not(.disabled):not(.btn-nobg):hover {
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}
.btn:not(:disabled):not(.disabled):not(.btn-nobg):active:focus {
	-webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12);
	box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12)
}
.btn_content {
	-webkit-transition: all .3s cubic-bezier(.25, .8, .5, 1);
	transition: all .3s cubic-bezier(.25, .8, .5, 1)
}
@media screen and (prefers-reduced-motion: reduce) {
	.btn_content {
		-webkit-transition: none;
		transition: none
	}
}
.btn_loading {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.btn_loading-progress {
	position: relative;
	width: 18px;
	height: 18px;
	display: block
}
.btn_loading circle {
	-webkit-animation: b 1.4s ease-in-out infinite;
	animation: b 1.4s ease-in-out infinite;
	stroke-linecap: round;
	stroke-dasharray: 80, 200;
	stroke-dashoffset: 0px;
	stroke: currentColor;
	z-index: 2;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}
.btn_loading svg {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	-webkit-animation: c 1.4s linear infinite;
	animation: c 1.4s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.btn.loading {
	background: rgba(0, 0, 0, .12)!important;
	color: rgba(0, 0, 0, .26)!important
}
.btn.loading .btn_loading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.btn.loading .btn_content {
	opacity: 0
}
@media (min-width: 1700px) {
	.btn {
		font-size: 16px
	}
	.btn_loading-progress {
		width: 18px;
		height: 18px
	}
}
@-webkit-keyframes b {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0px
	}
	50% {
		stroke-dasharray: 100, 200;
		stroke-dashoffset: -15px
	}
	to {
		stroke-dasharray: 100, 200;
		stroke-dashoffset: -125px
	}
}
@keyframes b {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0px
	}
	50% {
		stroke-dasharray: 100, 200;
		stroke-dashoffset: -15px
	}
	to {
		stroke-dasharray: 100, 200;
		stroke-dashoffset: -125px
	}
}
@-webkit-keyframes c {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes c {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
.search {
	position: relative
}
.search-input {
	background: none;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,1);
	padding: 1.5rem 4.5rem 1.5rem 1.5rem;
	font-size: 1rem;
	color: #000
}
.search-input:focus {
	border-color: rgba(79, 83, 85, .15);
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	color: #000
}
.search-input::-webkit-input-placeholder {
	color: #000;
	text-transform: uppercase
}
.search-input::-moz-placeholder {
	color: #000;
	text-transform: uppercase
}
.search-submit {
	padding: 0;
	background: none;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	margin-top: -12px;
	z-index: 10
}
.search-submit .material-icons {
	display: block;
	color: #000
}

p.h4 {
    line-height: 40px;
}


@media (min-width: 992px) {
	.search {
		width: 197px;
		margin-left: 1rem;
		overflow: hidden
	}
	.search-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 100%;
		min-width: 29px
	}
	.search-activator {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 20;
		cursor: pointer
	}
	.search.active .search-activator {
		display: none
	}
	.search-input {
		border-bottom: 1px solid #fff;
		padding: .25rem 0;
		margin-right: 29px;
		font-size: .79167rem;
		color: #fff;
		max-width: 0;
		-webkit-transition: all .3s cubic-bezier(.25, .8, .5, 1);
		transition: all .3s cubic-bezier(.25, .8, .5, 1)
	}
}
@media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
	.search-input {
		-webkit-transition: none;
		transition: none
	}
}
@media (min-width: 992px) {
	.search-input:focus {
		border-color: #fff;
		color: #fff
	}
	.search-input::-webkit-input-placeholder {
		color: #fff
	}
	.search-input::-moz-placeholder {
		color: #fff
	}
	.search.active .search-input {
		max-width: 100%
	}
	.search-submit {
		right: 0
	}
	.search-submit .material-icons {
		color: #fff
	}
}
@media (min-width: 992px) {
	.offcanvas-collapse-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}
@media (max-width: 991.98px) {
	.offcanvas-collapse {
		position: fixed;
		top: 98px;
		left: 0;
		bottom: 0;
		width: 100%;
		background: url(/themes/giltrap/images/menu-image.jpg) no-repeat 50%/cover;
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		z-index: 100
	}
        p.h4 {
            line-height: 32px;
        }
        
}
@media screen and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-collapse {
		-webkit-transition: none;
		transition: none
	}
}
@media (max-width: 991.98px) {
	.offcanvas-collapse-wrap {
		position: absolute;
		left: 50%;
		right: 0;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		-webkit-transition: -webkit-transform .3s ease-in-out .2s;
		transition: -webkit-transform .3s ease-in-out .2s;
		transition: transform .3s ease-in-out .2s;
		transition: transform .3s ease-in-out .2s, -webkit-transform .3s ease-in-out .2s;
		background: #FFCB05;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}
@media screen and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-collapse-wrap {
		-webkit-transition: none;
		transition: none
	}
}
@media (max-width: 991.98px) {



	.offcanvas-collapse.open,
	.offcanvas-collapse.open .offcanvas-collapse-wrap {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.offcanvas-collapse-open {
		overflow: hidden
	}
	.offcanvas-collapse .navbar-nav .nav-link {
		color: #000;
		padding: 1.5rem;
		border-bottom: 1px solid rgba(0,0,0, 1);
		font-weight: 600;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
        .offcanvas-collapse .navbar-nav .show .nav-link {
            border-bottom: none;
        }
        .offcanvas-collapse .navbar-nav .nav-item.show  {
            border-bottom: 1px solid #000;
        }
	.offcanvas-collapse .navbar-nav .nav-link:focus,
	.offcanvas-collapse .navbar-nav .nav-link:hover{
		color: #E50020;
		background: #FFCB05
	}
	.offcanvas-collapse .navbar-nav .active .nav-link {
		color: #000
	}
	.offcanvas-collapse .navbar-nav .show .nav-link .material-icons {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	.offcanvas-collapse .dropdown-menu {
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0
	}
	.offcanvas-collapse .dropdown-menu-wide {
		padding: 0;
		margin: 0;
		list-style: none
	}
	.offcanvas-collapse .dropdown-menu-wide h3 {
		font-size: .875rem;
		font-weight: 700;
		color: #E50020;
		padding: .5rem 1.5rem;
		margin: 0;
		border-bottom: 1px solid rgba(229, 0, 32, .15)
	}
        .offcanvas-collapse .dropdown-menu-wide h3 a{
            color: #E50020;
        }
        .offcanvas-collapse .dropdown-menu-wide h3 a:hover{
            color: #000;
        }
	.offcanvas-collapse .dropdown-menu-wide-item h3 {
		border-bottom: 1px solid rgba(0, 0, 0, .5);
		border-top: 1px solid rgba(0, 0, 0, .5);
	}
        .offcanvas-collapse .dropdown-menu-wide-item {
            padding-top: 5px;
            padding-bottom: 10px;
        }
	.offcanvas-collapse .dropdown-item {
		white-space: normal;
		padding: .5rem 1.5rem;
		font-weight: 400;
		color: #000;
		font-size: .875rem;
                text-transform: none;
	}
	.offcanvas-collapse .dropdown-item:focus,
	.offcanvas-collapse .dropdown-item:hover {
		background: hsla(0, 0%, 98%, .7);
		color: #E50020
	}
	.offcanvas-collapse .dropdown-item:last-child {
		border-bottom: 0
	}
}
@media (max-width: 767.98px) {
	.offcanvas-collapse {
		top: 50px
	}
	.offcanvas-collapse-wrap {
		left: 65px
	}
        .footer .copywrite {
            font-size: 0.645rem;
            text-align: center;
        }
}
.hamburger {
	padding: 10px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	opacity: .85
}
.hamburger:focus,
.hamburger:hover {
	opacity: 1
}
.hamburger-box {
	width: 30px;
	height: 21px;
	display: block;
	position: relative
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1.5px
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 2px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}
.hamburger-inner:after,
.hamburger-inner:before {
	content: "";
	display: block
}
.hamburger-inner:before {
	top: -9px
}
.hamburger-inner:after {
	bottom: -9px
}
.hamburger--squeeze .hamburger-inner {
	-webkit-transition-duration: 75ms;
	transition-duration: 75ms;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--squeeze .hamburger-inner:before {
	-webkit-transition: top 75ms ease .12s, opacity 75ms ease;
	transition: top 75ms ease .12s, opacity 75ms ease
}
.hamburger--squeeze .hamburger-inner:after {
	-webkit-transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
	transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
	transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
	transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19)
}
.hamburger--squeeze.active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: .12s;
	transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--squeeze.active .hamburger-inner:before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 75ms ease, opacity 75ms ease .12s;
	transition: top 75ms ease, opacity 75ms ease .12s
}
.hamburger--squeeze.active .hamburger-inner:after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
}
@media (min-width: 992px) {
	.hamburger {
		display: none
	}
}
.waves-effect .waves-ripple {
	transition-function: cubic-bezier(0, 0, .2, 1);
	-webkit-transition-duration: .8s, .3s!important;
	transition-duration: .8s, .3s!important;
	background: hsla(0, 0%, 100%, .15)
}
.hero {
	color: #fff;
	font-weight: 700;
	line-height: 1.208;
	text-transform: uppercase
}
.hero h3 {
	color: #fff;
	max-width: 22.5rem;
	font-weight: 800;
	font-size: 1.875rem;
	/*border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;*/
	padding: .625rem 0;
	margin-bottom: .2rem;
	line-height: 1;
}
.hero p {
	max-width: 17.5rem
}
.hero-light {
	color: #6a1b2f
}
.hero-light h3 {
	border-color: #6a1b2f;
	color: #6a1b2f
}
.hero-slider {
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 0
}
.hero .highlight {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff
}
.hero-navigation div{
	display: none
}
.hero-static {
	/*margin-top: 50px;*/
        /*padding-left: 50px;*/
	min-height: 700px;
	padding-top: 4.125rem;
	background: no-repeat 50%/cover;
        position: relative;
}
.hero-static .hero-static-content{
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 100%;
    max-width: none;
    /*transform: translateY(-50%);*/
}
.hero-static h3 {
	display: block;
    font-size: 36px;
    margin-bottom: 0;
    text-transform: none;
    padding: 20px;
    background-color: rgba(255,203,5,0.7);
    color: #000;
    width: 100%;
    text-align: center;
    max-width: none;
}
.hero-slider .btn-primary{
    background-color: #FFCB05;
    border-color: #FFCB05;
    color: #000;
        padding: .6rem 1.2rem;
}
@media (min-width: 768px) {
	.hero-slider h3 {
		font-size: 2.33rem;
		max-width: 19rem
	}
	.hero-slider h2 {
		font-size: 1.5rem;
		max-width: 23rem
	}
	.hero-static {
		margin-top: 60px
	}
	.hero-navigation div{
            display: block;
        }
	.hero-navigation {
		position: relative;
		z-index: 5;
		color: #fff;
		display: block
	}
	.hero-navigation h4 {
            text-transform: uppercase;
            font-weight: 600;
            font-size: .8rem;
            padding: .875rem 0 .875rem;
            border-top: 0;
            margin: 0;
            cursor: pointer;
            position: absolute;
            bottom: 0;
            text-align: center;
            z-index: 5;
            width: 100%;
            background-color: rgba(229,0,32,0.7);
            transition: all .15s linear;
	}
        .hero-navigation h4 a{
            color: #fff;
        }
        .hero-navigation .hero-navigation-item:hover h4{
            background-color: rgba(255,203,5, 0.7)
        }
	.hero-navigation-list {
		margin: -4rem 0 0;
		padding: 0;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.hero-navigation-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0px;
		flex: 1 0 0;
		min-height: 12.25rem;
		background: no-repeat 50%/cover;
		position: relative;
		z-index: 0
	}
	.hero-navigation-item-toggler {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		cursor: pointer
	}
	.hero-navigation-item-submenu {
		background: rgba(229, 0, 32, .6);
		position: relative;
		z-index: 1
	}
	.hero-navigation-item-submenu-inner {
		min-height: 12.25rem;
		padding: 0 10px 10px
	}
	.hero-navigation-item-submenu h4 {
		visibility: hidden;
		position: static;
		margin: 0 0 .5rem
	}
	.hero-navigation-item-submenu ul {
		list-style: none;
		padding: 0;
		margin: 0
	}
	.hero-navigation-item-submenu a {
		text-transform: uppercase;
		color: #fff;
		font-weight: 700;
		font-size: .75rem
	}
	.hero-navigation-item-submenu a:focus,
	.hero-navigation-item-submenu a:hover {
		color: #fff
	}
}
@media (min-width: 992px) {
	.hero-static {
		margin-top: 95px;
	}
}
.carousel-item-image {
	background: no-repeat 50%/cover;
	height: 100vh
}
.carousel-item-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.carousel-control-next,
.carousel-control-prev {
	top: 50%;
	bottom: auto;
	background: hsla(0, 0%, 98%, .6);
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	padding: 0;
	margin-top: -1.125rem;
	border: 0;
	position: absolute
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	background: hsla(0, 0%, 98%, .9)
}
.carousel-control-next .material-icons,
.carousel-control-prev .material-icons {
	font-size: 2.25rem
}
.carousel-control-prev {
	left: 2.5rem
}
.carousel-control-next {
	right: 2.5rem
}
@media (min-width: 768px) {
	.carousel-indicators {
		bottom: 4.5rem
	}
}
.calculator {
	margin-bottom: 2rem
}
.calculator-block {
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: .75rem;
	position: relative
}
.calculator-block:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(229, 0, 32, .8);
	z-index: 1
}
.calculator-block .item-title {
	color: #fff;
	fill: #fff;
	position: relative;
	display: inline-block;
	margin-bottom: .42rem
}
.calculator-block-icon {
	position: absolute;
	top: 50%;
	left: -1.625rem;
	margin-top: -.6875rem
}
.calculator-block-icon svg {
	height: 1.375rem;
	width: 1.125rem;
	display: block
}
.calculator-block-link {
	position: relative;
	color: #fff;
	font-size: 1rem
}
.calculator-block-link:focus,
.calculator-block-link:hover {
	color: #fff
}
.calculator-block-link span {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -.75rem;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 4
}
.calculator-toggler {
	border-width: 2px;
	display: block;
	width: 100%;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	font-size: 1.25rem;
	font-weight: 700;
	padding: .375rem;
	fill: #6a1b2f;
	-webkit-transition: all .15s linear;
	transition: all .15s linear
}
@media screen and (prefers-reduced-motion: reduce) {
	.calculator-toggler {
		-webkit-transition: none;
		transition: none
	}
}
.calculator-toggler-inner {
	padding: .75rem 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 2px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear
}
@media screen and (prefers-reduced-motion: reduce) {
	.calculator-toggler-inner {
		-webkit-transition: none;
		transition: none
	}
}
.calculator-toggler-icon {
	margin-right: .75rem
}
.calculator-toggler-icon svg {
	height: 1.375rem;
	width: 1.125rem;
	display: block
}
.calculator-toggler:active,
.calculator-toggler:focus,
.calculator-toggler:hover,
.calculator-toggler[aria-expanded=true] {
	background: none!important;
	color: #fff;
	fill: #fff
}
.calculator-toggler:active .calculator-toggler-inner,
.calculator-toggler:focus .calculator-toggler-inner,
.calculator-toggler:hover .calculator-toggler-inner,
.calculator-toggler[aria-expanded=true] .calculator-toggler-inner {
	background: #6a1b2f
}
.calculator-toggler[aria-expanded=true] {
	border-radius: 2px 2px 0 0
}
.calculator-body {
	background: #fff;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}
.calculator-body-inner {
	padding: 1.25rem 1.5rem
}
.calculator-body .form-control {
	border: 0;
	background: #f0efef;
	font-size: .83333rem;
	width: 3.75rem
}
.calculator-body .form-control[type=number] {
	-moz-appearance: textfield
}
.calculator-body .form-control[type=number]::-webkit-inner-spin-button,
.calculator-body .form-control[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}
.calculator-body .form-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2rem
}
.calculator-body .form-group {
	margin-bottom: 2rem
}
.calculator-body .form-group:last-child {
	margin-bottom: 0
}
.calculator-label {
	font-weight: 500;
	font-size: .83333rem;
	text-transform: uppercase;
	margin-bottom: 0
}
.calculator-label-main {
	font-size: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.calculator-label-main:after {
	content: "";
	display: block;
	border-top: 1px solid #4f5355;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-left: 1.5rem
}
.calculator-label-radio {
	display: block;
	margin: 0 0 .5rem
}
.calculator-actions {
	font-weight: 700;
	font-size: .83333rem
}
.calculator-actions .btn {
	margin-bottom: 1rem
}
.calculator-results span {
	text-transform: uppercase
}
.calculator .slick-carousel-title {
	font-size: .83333rem
}
@media (min-width: 768px) {
	.calculator-actions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.calculator-actions .btn {
		margin-bottom: 0
	}
	.calculator-results {
		margin-left: 1rem
	}
	.calculator-toggler {
		font-size: 1.375rem
	}
	.calculator-toggler-icon {
		margin-right: 1rem
	}
	.calculator-label-radio {
		margin: 0 1.5rem 0 0;
		display: inline-block
	}
}
@media (min-width: 992px) {
	.calculator-block {
		font-size: .58rem;
		color: #6a1b2f;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
}
@media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
	.calculator-block {
		-webkit-transition: none;
		transition: none
	}
}
@media (min-width: 992px) {
	.calculator-block:before {
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
}
@media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
	.calculator-block:before {
		-webkit-transition: none;
		transition: none
	}
}
@media (min-width: 992px) {
	.calculator-block .item-title {
		color: #6a1b2f;
		fill: #6a1b2f;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
}
@media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
	.calculator-block .item-title {
		-webkit-transition: none;
		transition: none
	}
}
@media (min-width: 992px) {
	.calculator-block-link span {
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
}
@media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
	.calculator-block-link span {
		-webkit-transition: none;
		transition: none
	}
}
@media (min-width: 992px) {
	.calculator-block:hover {
		color: #fff
	}
	.calculator-block:hover:before {
		opacity: 1
	}
	.calculator-block:hover .item-title {
		color: #fff;
		fill: #fff
	}
	.calculator-block:hover .calculator-block-link span {
		opacity: 1
	}
	.calculator-body-inner {
		padding: 1.25rem 3.5rem
	}
}
.products-col,
.products-list {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.products-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.products-item {
	display: block;
	width: 100%;
	border-radius: 2px;
	background: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
	/*-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)*/
}
.products-item-image {
	min-height: 16rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
        position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.product-filter-container h2{
    font-size: 37px;
    font-weight: bold;
}
.products-filter-list .products-item-image {
	min-height: 12rem;
}
.product-filter-container .products{
    margin: 10px 0 50px;
}
.product-filter-container .products-item-title h6 {
    font-size: 0.8rem;
}
.filter-form {
    margin-bottom: 50px;

}
.filter-form .filter-label{
    font-weight: 500;
    font-size: 14px;
}
.filter-form row{
    margin-bottom: 20px;
}
.filter-form label{
    font-weight: 500;
    font-size: 13px;
}
.products-item-title {
	background-color: rgba(255,203,5, 0.7);
	padding: 10px 0;
	color: #000;
	font-size: .75rem;
        display: block;
        position: absolute;
        bottom: 0;
        max-width: none;
        margin: 0 auto;
        width: 100%;
}
.products-item-title h6 {
	font-weight: 700;
	color: #000;
        text-align: center;
	margin: 0
}
.products-title {
	font-size: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2.5rem 0;
	width: 100%;
	padding: 0 10px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px
}
.products-title:after,
.products-title:before {
	content: "";
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	height: 1px;
	background: #707070
}
.products-title:before {
	margin-right: 1.75rem
}
.products-title:after {
	margin-left: 1.75rem
}
.products-range {
	margin: 0 0 2.5rem;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.noUi-target {
	background: #707070;
	border-radius: 2px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.noUi-horizontal {
	height: .5rem;
	margin: 2.5rem 0 5rem
}
.noUi-horizontal .noUi-handle {
	width: 1.25rem;
	height: 1.25rem;
	left: -.625rem;
	top: -.375rem
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	left: auto;
	right: -.625rem
}
.noUi-vertical {
	width: .5rem;
	height: 300px;
	margin: 1.5rem 0 1.5rem 3rem
}
.noUi-vertical .noUi-handle {
	width: 1.25rem;
	height: 1.25rem;
	left: -.375rem;
	top: -.625rem
}
.noUi-connects {
	border-radius: 2px
}
.noUi-connect,
.noUi-handle {
	background: #6a1b2f
}
.noUi-handle {
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0
}
.noUi-handle:after,
.noUi-handle:before {
	display: none
}
.noUi-tooltip {
	border-radius: 2px;
	background: #6a1b2f;
	color: #fff;
	padding: 0 .25rem;
	font-size: .79rem;
	font-weight: 500
}
.noUi-pips {
	color: #4f5355
}
.noUi-value {
	font-size: .79rem;
	font-weight: 500;
	white-space: normal;
	max-width: 3.5rem;
	line-height: 1.1
}
.noUi-vertical .noUi-value {
	max-width: none;
	white-space: nowrap
}
.noUi-value-sub {
	color: #4f5355
}
.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px)
}
.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 20px);
	transform: translate(50%, 20px)
}
.noUi-marker {
	background: #707070
}
.noUi-marker-large,
.noUi-marker-sub {
	background: #4f5355
}
.custom-control-label:after {
	background-size: 100%
}
.custom-checkbox .custom-control-label:after {
	background-size: 70%
}
.form-group label {
	margin-bottom: .125rem;
	font-weight: 600;
	font-size: .875rem
}
.form-group label sup {
	line-height: inherit;
	font-size: inherit;
	position: static;
	color: #6a1b2f
}
.form-group .custom-control-label:after,
.form-group .custom-control-label:before {
	top: 0
}
@media (min-width: 992px) {
	.form-group label {
		font-size: .75rem
	}
}
.slick-carousel {
	margin-top: 2rem
}
.slick-carousel-title {
	text-transform: uppercase;
	margin-bottom: 1rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700
}
.slick-carousel-title:after,
.slick-carousel-title:before {
	content: "";
	display: block;
	border-bottom: 1px solid #4f5355;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 1.5rem 0 0
}
.slick-carousel-title:after {
	margin: 0 0 0 1.5rem
}
.slick-carousel .slick-dots {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.slick-carousel .slick-dots li {
	padding: 0 .5rem
}
.slick-carousel .slick-dots button {
	display: block;
	width: .666667rem;
	height: .666667rem;
	background: #4f5355;
	border: 0;
	font-size: 0;
	padding: 0;
	color: #4f5355;
	border-radius: 50%;
	-webkit-transition: all .3s cubic-bezier(.25, .8, .5, 1);
	transition: all .3s cubic-bezier(.25, .8, .5, 1)
}
@media screen and (prefers-reduced-motion: reduce) {
	.slick-carousel .slick-dots button {
		-webkit-transition: none;
		transition: none
	}
}
.slick-carousel .slick-dots .slick-active button {
	background: #6a1b2f
}
.slick-carousel-item {
	display: block;
	padding: 0 20px
}
.slick-carousel-item-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-height: 10rem;
	margin-bottom: .75rem
}
.slick-carousel-item-title {
	font-weight: 700;
	text-align: center
}
.slick-carousel-item .img-fluid {
	margin: 0 auto
}
@media (min-width: 1200px) {
	.slick-large .slick-carousel-item-image {
		min-height: 6rem
	}
}
.product {
	margin: 3.5rem 0 0
}
.product-title {
	color: #6a1b2f;
	font-weight: 700;
	line-height: 1
}
.product-intro {
	margin-bottom: 0;
        position: relative;
	min-height: 330px;
}
.product-actions {
	margin-top: 2rem
}
.product-actions-item {
	display: block;
	padding: .25rem;
	border-bottom: 1px solid #707070;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.product-actions-item:not(.active) {
	color: #D1D0D0
}
.product-actions-item:not(.active):focus,
.product-actions-item:not(.active):hover {
	color: #6a1b2f
}
.product-actions-item.active {
	font-weight: 700
}
.product-actions .material-icons {
	font-size: 1rem
}
.product-row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.product-image {
	display: inline-block;
	position: relative
}
.product-image-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.product-image .material-icons {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 1.625rem;
	color: #fff;
	margin: -.8125rem 0 0 -.8125rem;
	cursor: pointer
}
.product-popover {
	padding: 0;
	max-width: 220px;
	-webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.product-popover p:last-child {
	margin-bottom: 0
}
.product-popover img {
	width: calc(100% + 1.5rem);
	margin: -.5rem -.75rem .5rem;
	border-radius: 2px 2px 0 0;
	display: block
}
.product-details {
	background: #FFCB05;
	color: #000
}

.sizeIcons{
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    border-top: solid 4px #97999C;
    border-bottom: solid 4px #97999C;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sizeIcons span{
    color: #E50020;
}
.product-actions{
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
}
.product-actions a.product-actions-item{
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
    border: none;
    padding: 10px 0 0 0;
    text-transform: none;
    justify-content: left;
}
.product-actions a.product-actions-item:active,
.product-actions a.product-actions-item:focus,
.product-actions a.product-actions-item:hover
{
    color: #E50020;
}    
.product-actions a.product-actions-item span{
    min-width: 200px;
}
.product-actions .product-actions .material-icons {
    font-size: 22px;
}
.product-features li {
    padding-bottom: 6px;
}
.mainImageWrapper{
    margin-bottom: 20px;
}



.galleryThumbs{
    margin: 0;
    padding: 0 10px;
}

.galleryThumbs img{
    border: solid 2px #fff;
    transition: all .5s ;
}
.galleryThumbs img.active{
    border: solid 2px #FFCB05;
}
.galleryThumbs img:hover{
    border: solid 2px #E50020;
}

.product-tabs {
	background: #d1d0d0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 2rem
}
.product-tabs .nav {
	padding: 0
}
.product-tabs .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.product-tabs .nav-link {
	padding: 1.5rem 1rem;
	color: #000000;
	cursor: pointer
}
.product-tabs .nav-link:not(.active):focus,
.product-tabs .nav-link:not(.active):hover {
	background: #c4c3c3
}
.product-tabs .nav-link.active {
	background: #FFCB05;
        color: #000;
}
.product-content {
	padding: 2.5rem 0 0
}
.featuresGallery .product-content{
    padding: 0;
}
.product-content h1,
.product-content h2,
.product-content h3,
.product-content h4,
.product-content h5,
.product-content h6 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1rem
}
.product-content a {
	color: #fff
}
.product-content a:focus,
.product-content a:hover {
	color: hsla(0, 0%, 100%, .9)
}
.product-content[class^=col-]:first-child ul:first-child:last-child {
	margin-bottom: 0
}
.product-content .videos-item .embed-responsive {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}
.product-content .videos-item h6{
    font-size: 12px;
    text-transform: none;
    margin: 10px 0;
}
.featuresGallery {
    margin-top: 50px;
}
.product-specs {
	line-height: 1
}
.product-specs ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.product-specs li {
	padding: .75rem .5rem .125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column
}
.product-specs .even li:nth-child(2n),
.product-specs .odd li:nth-child(odd) {
	background: hsla(0, 0%, 100%, .05)
}
.product-specs label {
	width: 60%
}
.product-specs span {
	font-weight: 500
}
.product-extras {
	margin-top: 2rem
}
.product-extras-item {
	border-bottom: 1px solid #f0efef
}
.product-extras-item:first-child {
	border-top: 1px solid #f0efef
}
.product-extras-item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.product-extras-item-title h6 {
	text-transform: none;
	margin: 0 0 0 2rem;
	font-weight: 500;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: .5rem 34px .5rem 0
}
.product-extras-item-title h6[data-toggle=collapse] {
	cursor: pointer
}
.product-extras-item-title h6[data-toggle=collapse]:after,
.product-extras-item-title h6[data-toggle=collapse]:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 2px;
	background: #f0efef;
	right: 10px;
	top: 1rem;
	margin-top: -1px;
	pointer-events: none;
	-webkit-transition: all .3s cubic-bezier(.25, .8, .5, 1);
	transition: all .3s cubic-bezier(.25, .8, .5, 1)
}
@media screen and (prefers-reduced-motion: reduce) {
	.product-extras-item-title h6[data-toggle=collapse]:after,
	.product-extras-item-title h6[data-toggle=collapse]:before {
		-webkit-transition: none;
		transition: none
	}
}
.product-extras-item-title h6[data-toggle=collapse]:after {
	height: 14px;
	width: 2px;
	margin-top: -7px;
	right: 17px;
	margin-right: -1px
}
.product-extras-item-title h6[data-toggle=collapse][aria-expanded=true]:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.product-extras-item-title .custom-control-label {
	position: static
}
.product-extras-item-title .custom-control-label:after,
.product-extras-item-title .custom-control-label:before {
	left: 0
}
.product-extras-item-inner {
	padding: 2rem 2rem 2rem 3.5rem
}
.product-extras-item-inner h1,
.product-extras-item-inner h2,
.product-extras-item-inner h3,
.product-extras-item-inner h4,
.product-extras-item-inner h5 {
	font-size: 1rem
}
.product-extras-item-image {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}
.product-footer {
	padding: 2.5rem 0 2rem
}
.product-footer .btn {
	margin: 0 0 .5rem;
	display: block;
	width: 100%
}
@media (min-width: 576px) {
	.product-footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.product-footer .btn {
		margin: 0 .5rem .5rem;
		width: auto
	}
}
@media (min-width: 768px) {
	.product-extras-item-image {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.product-features {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		column-gap: 20px
	}
	.product-popover {
		max-width: 280px
	}
}
@media (min-width: 992px) {
	.product-footer .btn {
		margin: 0 1.5rem .5rem;
		min-width: 12.5rem
	}
}
.modal-dialog {
	-webkit-box-shadow: 0 8px 9px -5px rgba(0, 0, 0, .2), 0 15px 22px 2px rgba(0, 0, 0, .14), 0 6px 28px 5px rgba(0, 0, 0, .12);
	box-shadow: 0 8px 9px -5px rgba(0, 0, 0, .2), 0 15px 22px 2px rgba(0, 0, 0, .14), 0 6px 28px 5px rgba(0, 0, 0, .12)
}
.modal-header {
	background: #E50020;
	color: #fff;
	border-radius: 2px 2px 0 0
}
.modal-title {
	text-transform: uppercase
}
.modal .close {
	color: #fff;
	-webkit-transition: all .3s cubic-bezier(.25, .8, .5, 1);
	transition: all .3s cubic-bezier(.25, .8, .5, 1)
}
.modal .close:focus,
.modal .close:hover {
	color: #fff!important;
	opacity: 1
}
.modal-body {
	background: #fafafa
}
.timeline {
	text-align: center
}
.timeline .slick-list {
	z-index: 0
}
.timeline .slick-track {
	background: no-repeat 50%/cover
}
.timeline .slick-next,
.timeline .slick-prev {
	border: 0;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 18px;
	left: 18px;
	z-index: 5;
	background: url(../images/icons/btn-prev.svg) no-repeat 50%/100% 100%;
	opacity: .7;
	-webkit-transition: all .3s cubic-bezier(.25, .8, .5, 1);
	transition: all .3s cubic-bezier(.25, .8, .5, 1)
}
.timeline .slick-next:focus,
.timeline .slick-next:hover,
.timeline .slick-prev:focus,
.timeline .slick-prev:hover {
	opacity: 1
}
.timeline .slick-next.slick-disabled,
.timeline .slick-prev.slick-disabled {
	opacity: 0
}
.timeline .slick-next {
	left: auto;
	right: 18px;
	background-image: url(../images/icons/btn-next.svg)
}
.timeline-item {
	min-height: 40rem;
	position: relative;
	display: block!important;
	background: rgba(0, 0, 0, .64)
}
.timeline-item:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-bottom: 1px solid #fff;
	z-index: 0
}
.slick-slide:first-child .timeline-item:before {
	left: 1rem
}
.slick-slide:first-child .timeline-item:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: .5rem;
	border: 1px solid #fff;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	margin: -.25rem 0 0
}
.timeline-item-image {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 130px;
	height: 130px;
	margin: -65px 0 0 -65px;
	-webkit-transform: translateY(-12rem);
	transform: translateY(-12rem);
	z-index: 5
}
.timeline-item-image:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	bottom: -100%;
	border-right: 1px dotted #fff
}
.timeline-item-image.odd {
	-webkit-transform: translateY(12rem);
	transform: translateY(12rem)
}
.timeline-item-image.odd:before {
	bottom: 50%;
	top: -100%
}
.slick-slide:nth-child(4n+2) .timeline-item-image {
	-webkit-transform: translateY(-13.5rem);
	transform: translateY(-13.5rem)
}
.slick-slide:nth-child(4n+3) .timeline-item-image {
	-webkit-transform: translateY(13.5rem);
	transform: translateY(13.5rem)
}
.timeline-item-image img {
	border-radius: 50%;
	position: relative;
	z-index: 10
}
.timeline-item-info {
	width: 180px;
	height: 180px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -90px 0 0 -90px;
	border-radius: 50%;
	background: #6a1b2f;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	line-height: 1.1;
	padding: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 6
}
.timeline-item-info h5 {
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 5px
}
.timeline-item-info p {
	margin-bottom: 5px
}
@media (min-width: 768px) {
	.timeline-item {
		min-height: 34rem
	}
	.timeline-item-image {
		-webkit-transform: translateY(-10.5rem);
		transform: translateY(-10.5rem)
	}
	.timeline-item-image.odd {
		-webkit-transform: translateY(10.5rem);
		transform: translateY(10.5rem)
	}
	.slick-slide:nth-child(4n+2) .timeline-item-image {
		-webkit-transform: translateY(-12rem);
		transform: translateY(-12rem)
	}
	.slick-slide:nth-child(4n+3) .timeline-item-image {
		-webkit-transform: translateY(12rem);
		transform: translateY(12rem)
	}
}
@media (min-width: 992px) {
	.timeline-item-image {
		-webkit-transform: translateY(-9.5rem);
		transform: translateY(-9.5rem)
	}
	.timeline-item-image.odd {
		-webkit-transform: translateY(9.5rem);
		transform: translateY(9.5rem)
	}
	.slick-slide:nth-child(4n+2) .timeline-item-image {
		-webkit-transform: translateY(-12rem);
		transform: translateY(-12rem)
	}
	.slick-slide:nth-child(4n+3) .timeline-item-image {
		-webkit-transform: translateY(12rem);
		transform: translateY(12rem)
	}
}
@media (min-width: 1700px) {
	.timeline-item {
		min-height: 25rem
	}
	.timeline-item-image {
		-webkit-transform: translateY(-7rem);
		transform: translateY(-7rem)
	}
	.timeline-item-image.odd {
		-webkit-transform: translateY(7rem);
		transform: translateY(7rem)
	}
	.slick-slide:nth-child(4n+2) .timeline-item-image {
		-webkit-transform: translateY(-8rem);
		transform: translateY(-8rem)
	}
	.slick-slide:nth-child(4n+3) .timeline-item-image {
		-webkit-transform: translateY(8rem);
		transform: translateY(8rem)
	}
}
#powerTip {
	cursor: default;
	background-color: rgba(229, 0, 32, .8);
	border-color: transparent;
	border-radius: 2px;
	color: #fff;
	display: none;
	padding: .375rem .5rem;
	font-size: .75rem;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647
}
#powerTip:before {
	content: attr(class)" ";
	position: absolute;
	height: 0;
	width: 0;
	text-indent: 100%;
	overflow: hidden
}
#powerTip.n:before,
#powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px
}
#powerTip.e:before,
#powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%
}
#powerTip.n:before,
#powerTip.ne:before,
#powerTip.nw:before {
	bottom: -10px
}
#powerTip.n:before,
#powerTip.ne-alt:before,
#powerTip.ne:before,
#powerTip.nw-alt:before,
#powerTip.nw:before {
	border-top-color: inherit;
	border-top-style: solid;
	border-top-width: 10px
}
#powerTip.e:before {
	border-right-color: inherit;
	border-right-style: solid;
	border-right-width: 10px;
	left: -10px
}
#powerTip.s:before,
#powerTip.se:before,
#powerTip.sw:before {
	top: -10px
}
#powerTip.s:before,
#powerTip.se-alt:before,
#powerTip.se:before,
#powerTip.sw-alt:before,
#powerTip.sw:before {
	border-bottom-color: inherit;
	border-bottom-style: solid;
	border-bottom-width: 10px
}
#powerTip.w:before {
	border-left-color: inherit;
	border-left-style: solid;
	border-left-width: 10px;
	right: -10px
}
#powerTip.ne:before,
#powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px
}
#powerTip.nw:before,
#powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px
}
#powerTip.ne-alt:before,
#powerTip.nw-alt:before,
#powerTip.se-alt:before,
#powerTip.sw-alt:before {
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px
}
#powerTip.se-alt:before,
#powerTip.sw-alt:before {
	border-top: none;
	bottom: auto;
	top: -10px
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px
}
.about-intro {
	margin-bottom: 3rem
}
.about-intro-title {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 1rem
}
.about-intro-title-wrap {
	position: relative;
	z-index: 5
}
.about-intro-image {
	margin-bottom: 1rem
}
.about-intro-image .img-fluid {
	border: 2px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}
.about-image {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-bottom: 1rem
}
.about-image .img-fluid {
	border: 2px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}
/*#slideStoper{
    height: 100px;
}*/
@media (min-width: 768px) {
	.about-intro-title {
		top: 1rem;
		background: #4f5355;
		color: #fff;
		display: inline-block;
		padding: 1.5rem 2rem;
		position: relative;
		white-space: nowrap;
		border: 2px;
		-webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
		box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
	}
	.about-intro-image {
		padding-top: 4.41rem;
		margin-bottom: 0
	}
	.about-image {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
}
@media (min-width: 1200px) {
	.about-intro-title {
		top: 4.41rem
	}
	.about-intro-image {
		padding-top: 0
	}
}
.news-item {
	margin-bottom: 4.5rem
}
.news-item:last-child {
	margin-bottom: 0
}
.news-item-day,
.news-item-month {
	font-size: 1.375rem;
	font-weight: 700
}
.news-item-day {
	border-bottom: 2px solid #4f5355
}
.news-item-year {
	font-weight: 500
}
.news-item .img-fluid {
	border: 2px;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}
.news-item-title {
	text-transform: none;
}
.news-item-title a {
	color: #4f5355
}
.news-item-title a:focus,
.news-item-title a:hover {
	color: #E50020
}
.news-item-more {
	border-bottom: 2px solid #707070;
	margin-top: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: 700
}
.fillerBlog{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background: #222;
    min-height: 300px;
}
.fillerBlogImage{
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -61px;
    margin-top: -34px;
    
}
.news-item-meta {
	padding: 0;
	margin: 0 0 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 25rem
}
.news-item-meta dt {
	width: 27%;
	text-transform: uppercase;
	font-weight: 600
}
.news-item-meta dd {
	width: 73%
}
.news-item-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.news-item-buttons .btn {
	margin-left: 20px
}
.news-item-buttons .btn:first-child {
	margin-left: 0
}
.news-item-image {
	margin-bottom: 1rem
}
@media (min-width: 768px) {
	.news-item-image {
		margin-bottom: 0
	}
}
@media (min-width: 1200px) {
	.news-item-day,
	.news-item-month {
		font-size: 2rem
	}
}
.videos-item {
	margin-bottom: 1rem
}
.videos-item .embed-responsive {
	margin-bottom: 1rem;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}
.manuals-form {
	margin-bottom: 2rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.manuals-form[class^=col-] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.manuals-form .btn {
	font-size: 1rem;
        background-color: #FFCB05;
        border-color: #FFCB05;
        color: #000;
}
.manuals-form .custom-select {
	margin-bottom: .5rem
}
.manuals-form .label{
    font-size: 16px;
    line-height: 42px;
}
.manuals-results {
	background: #FFCB05;
	font-size: .875rem
}
.manuals-results-title {
	text-transform: none;
	text-align: center;
        padding-bottom: 40px;
}
.manuals-results .showPDF{
    padding-right: 0px;
}
.manuals-results-row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.manuals-results-body {
	padding: 70px 8.33%;
}
.manuals-results-summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.manuals-results-summary-title {
	text-transform: uppercase
}
.manuals-results-summary-inner {
	padding: 20px;
	background: #b8b6b6;
	width: 100%
}
.manuals-results-summary p:last-child {
	margin-bottom: 0
}
.manuals-results-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #4f5355;
	padding: 5px
}
.manuals-results-item:focus,
.manuals-results-item:hover {
	color: #E50020;
	background: hsla(0, 0%, 100%, .2)
}
.manuals-results-item:last-child {
	margin-bottom: 0
}
.manuals-results-item .material-icons:first-child {
	margin-right: .25rem
}
.manuals-results-item .material-icons:last-child {
	margin-left: .5rem
}
.manuals-results-item strong {
	font-weight: 500
}
@media (min-width: 768px) {
	.manuals-form .custom-select {
		margin-bottom: 0
	}
}
@media (min-width: 992px) {
	.manuals-form {
		margin-bottom: 4.5rem
	}
	.manuals-results {
		font-size: .75rem
	}
}
.dealers-map {
	margin-bottom: 3rem;
	fill: #d1d0d0
}
.dealers-map-wrap {
	position: relative
}
.dealers-map-wrap:before {
	content: "";
	display: block;
	padding-bottom: 60%
}
.dealers-map .zone {
	fill: #4f5355;
	cursor: pointer;
	-webkit-transition: all .3s cubic-bezier(.25, .8, .5, 1);
	transition: all .3s cubic-bezier(.25, .8, .5, 1)
}
@media screen and (prefers-reduced-motion: reduce) {
	.dealers-map .zone {
		-webkit-transition: none;
		transition: none
	}
}
.dealers-map .zone.active,
.dealers-map .zone:focus,
.dealers-map .zone:hover {
	fill: #FFCC00
}
.dealers-map .map-au,
.dealers-map .map-nz {
	max-width: 500px;
	margin: 0 auto
}
.dealers-map .map-au .land,
.dealers-map .map-nz .land {
	stroke: #fafafa;
	stroke-opacity: 1;
	stroke-width: .5
}
.dealers-map .map-nz:before {
	padding-bottom: 90%
}
.dealers-map .map-au:before {
	padding-bottom: 95.555565%
}
.dealers-map svg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.dealers-results {
	font-size: .875rem
}
.dealers-results-title {
	text-transform: uppercase
}
.dealers-results-field-data a{
    color: #E50020;
}

a.dealerLink{
    background: #FFCC00;
    border-color: #FFCC00;
    color: #000;
}
.dealers-results-item {
	padding: 20px;
	background: #d1d0d0
}
.dealers-results-item:nth-child(2n) {
	background: #f0efef
}
.dealers-results-field {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.dealers-results-field strong {
	font-weight: 500
}
.dealers-results-field-data {
	margin-bottom: 1rem
}
.dealers-results-field-data p:last-child {
	margin-bottom: 0
}
.dealers-results-label {
	padding-right: 10px;
	width: 80px;
	text-transform: uppercase;
	margin-bottom: 1rem
}
.dealers-results-label-block {
	width: 100%!important
}
@media (min-width: 992px) {
	.dealers-results {
		font-size: .75rem
	}
	.dealers-results-label {
		width: 100px
	}
}
.contact-phones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.contact-phones-item {
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 2rem 2rem;
	line-height: 1
}
.contact-phones-item label {
	margin-bottom: 0;
	display: block;
        color: #E50020;
        font-weight: bold;
        font-size: 18px;
        width: 100%;
        padding-bottom: 20px;
}
.contact-form .btn-primary{
    color: #000;
    background-color: #FFCC00;
    border-color: #FFCC00;
}
.contact-phones-item a, .contact-phones-item span {
	margin-bottom: 0;
	display: block;
        color: #4F5355;
        font-weight: normal;
        font-size: 16px;
}
.contact-phones-item a{font-weight: 600}
.contact-phones-item a:hover{
    color: #E50020;
}
.contact-phones-item .sub10{
    padding-left: 0;
}
.contact-phones-item big {
	font-size: 2rem;
	display: block;
	font-weight: 600
}
.contact-phones-item small {
	display: block;
	font-size: .875rem;
	font-weight: 300
}
.contact-blocks {
	margin-bottom: 2rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.contact-blocks-item {
	min-height: 13.5rem;
	margin-bottom: 1rem
}
.contact-blocks-item,
.contact-blocks-item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.contact-blocks-item-link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 1.375rem;
	background: #4f5355;
	color: #fff;
	border-radius: 2px;
	font-size: .875rem;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}
.contact-blocks-item-link:focus,
.contact-blocks-item-link:hover {
	color: #fff;
	-webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.contact-blocks-item-link:active {
	-webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12);
	box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12)
}
.contact-blocks-item h4 {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid #fafafa;
	padding-bottom: 1rem
}
.contact-blocks-item-bottom {
	text-transform: uppercase;
	font-weight: 500;
	margin-top: auto
}
.contact-info {
	margin-bottom: 20px;
}
.CompanyContactForm .contact-info {
	margin-bottom: 60px;
}
.contact-info-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.contact-info-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #E50020;
}
.contact-info-block .contact-blocks-item {
	width: 100%
}
.contact-info-block .contact-blocks-item-link {
	background: #6a1b2f
}
.contact-info-block h4 {
	border-bottom: 0;
	padding-bottom: 0;
	text-align: left
}
.contact-info-block ul:last-child {
	margin-bottom: 0
}
.contact-info .contact-phones {
	display: block
}
.contact-info .contact-phones-item {
	margin-left: 0
}
.contact-offices {
	margin-bottom: 1rem;
	line-height: 1
}
.contact-offices-item {
	margin-bottom: 2rem;
	font-size: 16px;
}
.contact-offices-item h6 {
	text-transform: uppercase;
	font-size: .875rem;
	line-height: 1;
	margin: 0
}
.contact-offices-item h5 {
	font-weight: 700;
	text-transform: none;
	color: #E50020;
        font-size: 18px;
}
.contact-offices-item p {
	font-weight: normal;
	text-transform: none;
        font-size: 16px;
        line-height: 20px;
}
.contact-offices-item-info {
	font-weight: 500
}
.contact-offices-item-info-item {
	margin-bottom: .25rem
}
.contact-offices-item-info label {
	text-transform: none;
	margin-bottom: 0;
	font-weight: normal;
        padding-right: 6px;
}
@media (min-width: 992px) {
	.contact-blocks-item-link,
	.contact-offices-item {
		font-size: 16px;
	}
}
.search-title {
	text-transform: uppercase;
	margin-bottom: 0
}
.search-query {
	color: #6a1b2f;
	font-weight: 600
}
.search-query,
.search-results {
	margin-bottom: 3rem
}
.search-results-item {
	margin-bottom: 2rem
}
.search-results-item-excerpt,
.search-results-item-title {
	margin-bottom: .5rem
}
.search-results-item-more {
	text-transform: uppercase;
	font-weight: 600;
	font-size: .875rem
}

.CTA-wrapper{
    background-color: #FFCB05;
    padding: 10px 0;
    margin-top: 40px;
    color: #000;  
    font-size: 29px;
    font-weight: bold;
}
.CTA-wrapper p{
    margin: 10px;
}
.CTA-wrapper .cta{
    text-align: center;
}
.productContentWrapper p{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.table td, .table th {
    border-top: 1px solid #000;
}
.tableRef{
    margin-top: 0px;
    font-size: 10px;
}
.page-288 .table th,
.page-289 .table th,
.page-290 .table th
{
    font-weight: normal
}


.HomeBlock {
    overflow: hidden;
}
.HomeBlock.home-20 .main-blocks-item{
    background-size: cover;
    height: 100%;
}
.hero-slider h2, .hero-slider h3{
    text-transform: none;
}
.hero-navigation-item{
        background-position-y: bottom;
}

.PageNumbers li{
    float: left;
    list-style: none;
    padding: 0 10px;
    margin: 0 5px;
    border: solid 1px #222;
}


@media (max-width: 1200px) {
    .product-actions {
    
        position: relative;
    }    
}
@media (max-width: 992px) { 
    .productContentWrapper p{
        font-size: 17px;
        line-height: 25px;
    }
    .sizeIcons {
        font-size: 13px;
        line-height: 18px;
    }
    .sizeIcons img {
        max-width: 36px;
    }
    .tab-pane .container{
        padding-left: 40px;
        padding-right: 40px;
    }
    .main-blocks-item {
        padding: 25px 30px;
    }
    .HomeBlock.home-6 .main-blocks-item-content h4 {
        font-size: 12px;
    }
    .product-actions {
    
        position: relative;
    }
}
@media (max-width: 768px) { 
    .galleryThumbs {
        margin-bottom: 15px;
    }
    .galleryThumbs img{
        /*display: none;*/
        width: 100%;
    }
    .product-actions {
    
        position: relative;
    }
    .product-intro{
        min-height: unset;
    }
    .sizeIcons{
        text-align: center;
    }
    .product-content h6{
        text-align: center;
    }
    
    .HomeBlock {
       /* min-height: 330px;*/
        overflow: hidden;
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    .navbar .logo {
            width: auto;
            height: 50px;
    }
    .carousel-item-inner{
        align-items: unset;
        top: 80px;
    }
}