@font-face {
	font-family: 'zonapro';
	src: url('../fonts/zonapro-extralight.otf');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'zonapro';
	src: url('../fonts/zonapro-regular-webfont.woff2') format('woff2'), url('../fonts/zonapro-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'zonapro';
	src: url('../fonts/zonapro-regularitalic-webfont.woff2') format('woff2'), url('../fonts/zonapro-regularitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'zonapro';
	src: url('../fonts/zonapro-light-webfont.woff2') format('woff2'), url('../fonts/zonapro-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'zonapro';
	src: url('../fonts/zonapro-lightitalic-webfont.woff2') format('woff2'), url('../fonts/zonapro-lightitalic-webfont.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'zonapro';
	src: url('../fonts/zonapro-bold-webfont.woff2') format('woff2'), url('../fonts/zonapro-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'zonapro';
	src: url('../fonts/zonapro-bolditalic-webfont.woff2') format('woff2'), url('../fonts/zonapro-bolditalic-webfont.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'zonapro';
	src: url('../fonts/zonapro-semibold-webfont.woff2') format('woff2'), url('../fonts/zonapro-semibold-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'zonapro';
	src: url('../fonts/zonapro-semibolditalic-webfont.woff2') format('woff2'), url('../fonts/zonapro-semibolditalic-webfont.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'zonapro';
	src: url('../fonts/zonapro-black-webfont.woff2') format('woff2'), url('../fonts/zonapro-black-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

::-webkit-input-placeholder {
	color: #222;
	opacity: .8;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #222;
	opacity: .8;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #222;
	opacity: .8;
}

:-ms-input-placeholder {
	color: #222;
	opacity: .8;
}

.search-field::-webkit-input-placeholder {
	color: #fff;
	opacity: .8;
}

.search-field:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	opacity: .8;
}

.search-field::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	opacity: .8;
}

.search-field:-ms-input-placeholder {
	color: #fff;
	opacity: .8;
}

body, html {
	font-size: 14px;
	font-family: "zonapro", sans-serif;
	line-height: 1;
	color: #646464;
	background-color: #f3f3f3;
}
ul.products li .button.product_type_simple {
	display:none;
}

p {
	line-height: 1.3;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}
ul, li, label {
	font-family: 'Open Sans', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #222;
}

a:active, a:focus, a:hover {
	color: #222;
	text-decoration: none;
	outline: none;
}

i {
	vertical-align: middle;
}

label {
	color: #222;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	display: inline-block;
}

.hr, hr {
	margin: 0;
	border: 0;
	border-bottom: 1px solid #e6e6e6;
	margin: 8px 0;
}

.icon {
	background-image: url("../images/sprites.png");
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-size: inherit;
}

.h1, h1 {
	font-family: "zonapro", sans-serif;
	color: #e6e6e6;
	font-size: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 900;
	line-height: 1.2;
}

.h2, h2 {
	font-family: "zonapro", sans-serif;
	color: #e6e6e6;
	font-size: 57px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 900;
	line-height: 1.2;
}

.h3, h3 {
	font-family: "zonapro", sans-serif;
	color: #e6e6e6;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 900;
	line-height: 1.2;
}

.h4, .h5, .h6, h4, h5, h6 {
	font-family: "zonapro", sans-serif;
	color: #e6e6e6;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 900;
	line-height: 1.2;
}

ol, ul {
	margin-left: 15px;
}

ol li, ul li {
	margin-bottom: 15px;
}

.table, .table .table {
	background-color: transparent;
}

.mark, mark {
	background-color: #000;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	margin: 0;
	padding: 8px;
	display: inline-block;
	min-width: 184px;
	text-align: center;
}

.title--hero {
	font-size: 480px;
	color: #fff;
}

.navbar-toggle {
	background-color: #fff;
	border-radius: 0;
}

.navbar-toggle .icon-bar {
	background-color: #AB3737;
}

.navbar-nav > li > a {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

.nav > li > a:active, .nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
}

.btn, .btn__large, .btn--inverse {
	font-size: 18px;
	color: #c4161c;
	font-weight: bold;
	background-color: transparent;
	border: 1px solid #222;
	padding: 10px 7px;
	text-align: center;
	border-radius: 0;
	width: 100px;
	line-height: 1;
	display: inline-block;
	outline: none;
	box-shadow: none;
	transition: background-color, color 0.3s ease-in-out;
}

.btn:hover, .btn__large:hover, .btn--inverse:hover, .btn:focus, .btn__large:focus, .btn--inverse:focus, .btn:active, .btn__large:active, .btn--inverse:active, .btn:focus:active, .btn__large:focus:active, .btn--inverse:focus:active {
	background-color: #231f20;
	color: #fff;
	outline: none;
}

.btn--inverse {
	border-color: #000;
	color: #000;
}

.input, input {
	color: #222;
	margin-bottom: 25px;
	padding: 20px 15px;
	border: 0;
	width: 100%;
	border-radius: 0;
	background-color: #fff;
}

input[type=checkbox], input[type=radio] {
	width: auto;
}

input:focus {
	outline: none;
}

textarea {
	color: #222;
	margin-bottom: 20px;
	padding: 20px 15px;
	border: 0;
	background-color: #fff;
	width: 100%;
	height: 160px;
	border-radius: 0;
}

.inline-block {
	display: inline-block;
}

.nopad {
	padding: 0;
}

.table {
	display: table;
}

.table__cell {
	display: table-cell;
	vertical-align: middle;
}

.flex-row {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}
.flex-cy {
	margin-top: auto;
	margin-bottom: auto;
}

.flex-cx {
	margin-left: auto;
	margin-right: auto;
}

.flex-center {
	margin: auto;
}

.section {
	position: relative;
	padding: 40px 0;
}

#gmap {
	height: 480px;
}

.browserupgrade {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	background: red;
	color: #fff;
	padding: 5px;
}

.browserupgrade b {
	color: #000;
}

input[type="submit"] {
	width: auto;
	min-width: 100px;
	background-color: #c4161c;
	border: 0;
	color: #fff;
	font-weight: 900;
	font-size: 14px;
	padding: 7px 15px;
	transition: all 0.3s ease-in-out;
	min-width: 140px;
}

input[type="submit"]:hover {
	background-color: #231f20;
}

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon81aa.eot?99wiqt');
	src: url('../fonts/icomoon81aa.eot?99wiqt#iefix') format('embedded-opentype'), url('../fonts/icomoon81aa.ttf?99wiqt') format('truetype'), url('../fonts/icomoon81aa.woff?99wiqt') format('woff'), url('../fonts/icomoon81aa.svg?99wiqt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ficon-"], [class*=" ficon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ficon-cart:before {
	content: "\e900";
}
.ficon-lock:before {
	content: "\e901";
}
.ficon-login:before {
	content: "\e902";
}
.ficon-logout:before {
	content: "\e903";
}
.ficon-search:before {
	content: "\e904";
}
.ficon-user:before {
	content: "\e905";
}
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 7px;
}

.wpcf7-not-valid {
	outline: 1px solid #f00;
}

#credits a {
	width: 40px;
	display: inline-block;
	position: relative;
	top: 2px;
}

#header {
	background-color: transparent;
	position: relative;
	height: 100px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 3;
	transition: background-color, 0.3s ease-in-out;
	top: 0;
}

#header .top_nav {
	float: right;
	padding: 33px 20px;
	text-align: center;
	color: #fff;
	min-height: 100px;
}

#header .top_nav i {
	color: #fff;
	font-size: 31px;
	padding: 0 6px;
}

#header .logo {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.langs {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 15px;
}

.langs a {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	font-weight: 700;
	font-size: 18px;
}
.langs a:hover {
	border-bottom: 2px solid #fff;
}
.langs .dropdown-menu {
	min-width: 0;
	background-color: #c4161c;
	color: #fff;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	border: 0;
	margin-top: 0;
	margin-left: 0;
	width: 41px;
}

.langs .dropdown-item {
	padding: 10px 8px;
	text-decoration: none;
	display: block;
}

#aboutus {
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#aboutus .section_title {
	position: relative;
	top: 0;
	margin: 0;
	line-height: 1;
}

.more a, .more-1 a, .more-2 a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	line-height: 22px;
	position: relative;
}
.more a:after, .more-1 a:after, .more-2 a:after {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 5px;
	left: 0;
	background-color: #ed1c24;
	transform: skewX(-45deg);
	transition: width 0.3s ease-in-out;
}
.more a:hover:after, .more-1 a:hover:after, .more-2 a:hover:after {
	width: 100%;
}
.featured_img img {
	display: block;
	width: 100%;
}

.hr-1, .hr-2, .hr-3 {
	width: 58px;
	height: 18px;
	background-color: #c4161c;
}

.category_block {
	display: flex;
	position: relative;
	z-index: 1;
	max-width: 255px;
	margin: 0 auto;
}

.category_block .col {
	width: 50%;
}

.category_block .hr-1, .category_block .hr-2 {
	margin-top: 6px;
}

.category_block .title {
	margin: 0;
	color: #000;
	font-size: 18px;
	max-width: 110px;
	min-height: 60px;
	position: relative;
	z-index: 2;
}

.category_block img {
	filter: grayscale(100%);
	transition: all 0.3s;
	margin: 8px 0;
}

.category_link {
	display: block;
	position: relative;
	margin: 20px 0;
}

.category_link .pattern {
	position: absolute;
	top: 0;
	left: 55px;
	z-index: 0;
	width: 142px;
	height: 173px;
	background-color: #e6e6e6;
	transition: all 0.3s;
	transform: skew(-30deg, 0deg);
}

.category_link:hover .category_block img {
	filter: grayscale(0%);
}

.category_link:hover .pattern {
	background-color: #dfdfdf;
}

.category_link .svg_box {
	position: absolute;
	right: 35px;
	top: 18px;
}

#partners {
	background-color: #f3f3f3;
	background-position: right center;
	background-repeat: no-repeat;
}

#partners .section_title {
	color: #c4161c;
}

#partners .more, #partners .more-1, #partners .more-2 {
	margin-top: 45px;
}

.more-1 a {
	color: #fff;
	border-color: #000000;
}

.fcera-arrow {
	display: inline-block;
	margin-left: 4px;
	position: relative;
	top: -2px;
	font-size: 20px;
}

.fcera-arrow:after {
	content: "\25B9";
	font-weight: 900;
}

.more-2 a {
	font-weight: 900;
	color: #222222;
	border: 0;
}

.more-2 i {
	transition: all 0.3s ease-in-out;
}

.more-2 a:hover i {
	transform: translateX(3px);
}

#ecatalogue {
	background-color: #e1e1e1;
	position: relative;
	z-index: 3;
}

#ecatalogue .section_title {
	font-size: 57px;
	color: #969696;
	max-width: 210px;
	margin-right: 0;
	margin-left: auto;
	word-break: break-all;
	line-height: 48px;
	margin-bottom: 30px;
}

#ecatalogue .section_title span {
	color: #c4161c;
	font-size: 30px;
	font-weight: normal;
}

.social a {
	color: #fff;
	font-size: 18px;
	padding: 0 6px;
}
.social a:hover {
	color: #c4161c;
}

.social a:hover {
	color: #c4161c;
}

#footer {
	padding: 30px 0;
	background-color: #222222;
	color: #fff;
}

#footer h4 {
	margin-bottom: 5px;
}

#footer p {
	margin: 2px;
	color: #969696;
}

#footer h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 35px;
}
#footer h4 {
	color: #969696;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
#footer .certificates {
	margin-top: 50px;
	margin-bottom: 50px;
}
#footer .certificates a {
	color: #fff;
	font-size: 18px;
}

#copyright {
	margin-top: 40px;
}
#copyright p {
	color: #fff;
}
#main_menu {
	background-color: rgba(50, 50, 50,.95);
	width: 680px;
	padding: 100px;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	z-index: 4;
	transform: translateX(-100%);
	transition: all 0.4s ease-in-out;
	overflow: auto;
}

#main_menu .menu {
	list-style-type: none;
	margin: 0;
}

#main_menu .menu-item {
	list-style: none;
	margin: 0;
	margin-bottom: 30px;
}

#main_menu .menu-item a {
	color: #fff;
	font-weight: 500;
	font-size: 23px;
	display: inline-block;
	margin-bottom: 15px;
	text-transform: uppercase;
	transition: color 0.3s ease-in-out;
	position: relative;
}

#main_menu .sub-menu {
	margin-left: 0;
}

#main_menu .sub-menu .menu-item {
	margin-bottom: 0;
}

#main_menu .sub-menu a {
	color: #969696;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#main_menu .menu-item a:hover {
	color: #c4161c;
}
#main_menu .menu-item a:before {
	content: "";
	position: absolute;
	right: 100%;
	width: 0;
	border-bottom: 3px solid #c4161c;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 10px;
	transition: width 0.3s ease-in-out;
}
#main_menu .menu-item a:hover:before {
	width: 20px;
}
#main_menu .social {
	margin-top: 60px;
}

.site-menu-sidebar .close {
	display: none;
	color: #fff;
	position: absolute;
	right: auto;
	opacity: 1;
	left: 25px;
	top: 40px;
}

.menuopen #main_menu {
	transform: translateX(0);
}

.menuopen .line {
	display: none !important;
}

.menuopen .close {
	display: block;
}

#login_modal label {
	margin-top: 9px;
	margin-bottom: 0;
}

#login_modal p {
	margin: 0;
}

#login_modal .col-left {
	background-color: #c4161c;
	background-image: url(../images/logo_small2.svg);
	background-position: center;
	background-repeat: no-repeat;
}

#login_modal .input {
	margin: 0;
	padding: 4px 18px;
	border-bottom: 1px solid #222;
}

#login_modal .col-right {
	padding-top: 35px;
	padding-bottom: 35px;
}

#login_modal .login-submit {
	text-align: center;
	margin-top: 22px;
}

#login_modal .icon-close, #terms_modal .icon-close {
	position: absolute;
	right: -30px;
	top: -30px;
	font-size: 32px;
	font-weight: normal;
	width: 30px;
	height: 30px;
	border: 0;
	color: #222;
	cursor: pointer;
	background-color: transparent;
}

.post_preview {
	color: #646464;
	font-size: 15px;
	border: 1px solid #787878;
	padding: 8px;
	margin-bottom: 40px;
	position: relative;
}
.post_preview .post_excerpt {
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	background-color: #c4161c;
	padding: 40px 25px 0 25px;
	opacity: 0;
	transition: all 0.3s linear;
}
.post_preview img {
	display: block;
	width: 100%;
}
.post_preview .post_excerpt > a {
	display: block;
	opacity: 0;
	transition: opacity 0.4s ease-in-out 0.4s;
}
.post_preview .post_excerpt p {
	color: #fff;
	line-height: 24px;
}

.post_preview:hover .post_excerpt, .post_preview:hover .post_excerpt > a {
	opacity: 1;
}
.post_preview .post_excerpt .more-3 span {
	color: #fff;
	margin-top: 30px;
	display: inline-block;
}

.post_preview .post_date {
	color: #222;
	display: block;
	font-size: 13px;
	border-bottom: 1px solid #ed1c24;
	padding: 15px 0 3px 0;
}

.post_preview .more, .post_preview .more-1, .post_preview .more-2 {
	margin-top: 15px;
}

.post_preview .post_title {
	font-size: 18px;
	color: #000;
	padding-top: 5px;
	font-weight: normal;
}

.dropdown {
	width: 155px;
	border-radius: 0;
}

.dropdown .btn, .dropdown .btn__large, .dropdown .btn--inverse {
	color: #000000;
	font-size: 15px;
	background-color: #f5f5f5;
	border: 0;
	padding: 4px 10px;
	width: 100%;
	outline: none;
	text-align: left;
	line-height: 20px;
	box-shadow: none;
}

.dropdown .fa-angle-down {
	position: absolute;
	color: #fff;
	right: -28px;
	top: 0;
	background-color: #c4161c;
	width: 28px;
	height: 28px;
	background-color: #c4161c;
	text-align: center;
	line-height: 28px;
	font-size: 22px;
}

.dropdown .dropdown-menu {
	min-width: 0;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	margin: 0;
	border: 0;
}

.dropdown .dropdown-menu li {
	margin: 0;
	width: 155px;
}

.dropdown .dropdown-menu li a {
	padding: 4px 10px;
	background-color: white;
	box-shadow: inset 0px 0px 0px 1px rgba(4, 5, 5, 0.25);
}

.dropdown .dropdown-menu li:nth-child(2n) a {
	background-color: #f8f8f8;
	box-shadow: inset 0px 0px 0px 1px rgba(4, 5, 5, 0.25);
}

.hr-2 {
	background-color: #f0f0f0;
}
.hr-3 {
	background-color: #c8c8c8;
}
.img_bg {
	background-repeat: no-repeat;
}

#loginform .login-username, #loginform .login-password {
	position: relative;
}
#loginform .login-username:after {
	content: "\e902";
	font-family: 'icomoon' !important;
	position: absolute;
	left: 0;
	bottom: 3px;
}

#loginform .login-password:after {
	content: "\e901";
	font-family: 'icomoon' !important;
	position: absolute;
	left: 0;
	bottom: 3px;
}

.draw {
	position: relative;
	width: 139px;
	height: 141px;
}
.draw::before, .draw::after {
	content: "";
	position: absolute;
	border: 3px solid transparent;
	width: 0;
	height: 0;
}

.draw:hover::before, .draw:hover::after {
	width: 100%;
	height: 100%;
}

.draw::after {
	left: 0;
	bottom: 0;
}
.draw:hover::after {
	border-bottom-color: #c4161c;
	border-right-color: #c4161c;
	transition: width 0.25s linear, height 0.25s linear 0.25s;
}

.draw::before {
	top: 0;
	right: 0;
}

.draw:hover::before {
	border-top-color: #c4161c;
	border-left-color: #c4161c;
	transition: border-color 0s linear 0.5s, width 0.25s linear 0.5s, height 0.25s linear 0.75s;
}

.anim_lines {
	width: 139px;
	height: 141px;
	position: absolute;
	right: 35px;
	top: 18px;
	overflow: hidden;
}
.anim_lines .line {

}
.anim_lines .line:nth-child(1) {
	position: absolute;
	left: 0;
	bottom: 124px;
	height: 0;
	border-left: 3px solid #c4161c;
}
.category_link:hover .line:nth-child(1) {
	height: 17px;
	transition: height 0.2s linear;
}
.anim_lines .line:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	border-top: 3px solid #c4161c;
}
.category_link:hover .line:nth-child(2) {
	width: 100%;
	transition: width 0.2s linear 0.2s;
}
.anim_lines .line:nth-child(3) {
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	border-left: 3px solid #c4161c;
}
.category_link:hover .line:nth-child(3) {
	height: 100%;
	transition: height 0.2s linear 0.4s;
}
.anim_lines .line:nth-child(4) {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	border-top: 3px solid #c4161c;
}
.category_link:hover .line:nth-child(4) {
	width: 100%;
	transition: width 0.2s linear 0.6s;
}

.anim_lines .line:nth-child(5) {
	border-left: 3px solid #c4161c;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
}
.category_link:hover .line:nth-child(5) {
	height: 58px;
	transition: height 0.2s linear 0.8s;
}

.site-menu {
	height: 100px;
	pointer-events: none;
	z-index: 500;
}

.site-menu, .site-menu-background {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
}

.site-menu-sidebar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 60px;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	position: relative;
	cursor: pointer;
	outline: none;
	border-radius: 0;
	pointer-events: auto;
	-webkit-transition: width .3s cubic-bezier(.25,.46,.45,.94);
	transition: width .3s cubic-bezier(.25,.46,.45,.94);
}

.site-menu-sidebar {
	height: 100px;
	width: 80px;
	background-color: transparent;
}

.site-menu-sidebar .line {
	position: absolute;
	right: 18px;
	left: 25px;
	height: 2px;
	width: 30px;
	background-color: #fff;
	display: block;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
	transition: -webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
	transition: transform .3s cubic-bezier(.25,.46,.45,.94);
	transition: transform .3s cubic-bezier(.25,.46,.45,.94), -webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	z-index: 1;
}

.site-menu-sidebar .line.line-1 {
	top: 25px;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
	transition: -webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
	transition: transform .3s cubic-bezier(.25,.46,.45,.94);
	transition: transform .3s cubic-bezier(.25,.46,.45,.94), -webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
}

.site-menu-sidebar .line.line-2 {
	top: 31px;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
	transition: -webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
	transition: transform .3s cubic-bezier(.25,.46,.45,.94);
	transition: transform .3s cubic-bezier(.25,.46,.45,.94), -webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
}

.site-menu-sidebar .line.line-3 {
	top: 37px;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
	transition: -webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
	transition: transform .3s cubic-bezier(.25,.46,.45,.94);
	transition: transform .3s cubic-bezier(.25,.46,.45,.94), -webkit-transform .3s cubic-bezier(.25,.46,.45,.94);
}

.site-menu-sidebar:after {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 85vw;
	background-color: #ff003c;
	z-index: 0;
	content: "";
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.535,.005,0,1) .2s;
	transition: -webkit-transform .6s cubic-bezier(.535,.005,0,1) .2s;
	transition: transform .6s cubic-bezier(.535,.005,0,1) .2s;
	transition: transform .6s cubic-bezier(.535,.005,0,1) .2s, -webkit-transform .6s cubic-bezier(.535,.005,0,1) .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#site-menu .site-menu-sidebar:hover .line {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

path {
	transition: all .4s ease;
}
/* set fill for before and for during hover */
#os1wa       path {
	fill: none;
}
.category_link:hover #os1wa path {
	fill: red;
}

.open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
	background-color: #f5f5f5;
	color: #000000;
	outline: none;
}

#ecatalogue .dropdown {
	position: absolute;
	top: 40px;
	right: 23%;
}

#aboutus .hr-2 {
	position: relative;
	top: -15px;
	left: 20px;
}

#partners .svg {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 0;
	transition: all 0.3s linear;
}

#partners .svg.aos-animate {
	width: 43%;
}

#products {
	overflow: hidden;
}

#aboutus .svg {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 0;
	transition: all 0.3s linear;
}
#aboutus .img_bg {
	position: absolute;
	right: 0;
	z-index: 8;
	top: 0;
	bottom: 0;
	width: 31.5%;
	background-position: left center;
	height: 100%;
    background-size: contain;
    background-position: center;
	top: 27%;
    bottom: unset;
    width: 25.5%;
}

#aboutus .svg.aos-animate {
	width: 38%;
}

#partners .img_bg {
	position: absolute;
	right: 0;
	top: -23px;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
	width: 34%;
}

#header .top_nav {
	position: relative;
	background-color: transparent;
}
#header .top_nav > div {
	position: relative;
	z-index: 1;
}
#header .top_nav:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-color: #c4161c;
	z-index: 0;
	transform: translateX(100%);
	transition-delay: 0.4s;
	transition: all 0.4s linear;
}
#header .top_nav.aos-animate:before {
	transform: translateX(0);
}
#blog .col-left:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	transition: all 0.3s linear;
	background-color: #fff200;
}
#blog .col-left > div {
	position: relative;
	z-index: 1;
}
#blog .col-left.aos-animate:after {
	width: 100%;
}

.site-menu-sidebar:hover {
	height: 100%;
	width: 85px;
}

.site-menu-sidebar .line.line-2 {
	top: 51px;
}
.site-menu-sidebar .line.line-3 {
	-webkit-transform: scaleX(.66);
	-ms-transform: scaleX(.66);
	transform: scaleX(.66);
	top: 57px;
}
.site-menu-sidebar .line.line-1 {
	-webkit-transform: scaleX(.83);
	-ms-transform: scaleX(.83);
	transform: scaleX(.83);
	top: 45px;
}
#header .top_nav {

	transition: width 0.3s ease-in-out;
}

.top_nav-inner > div {
	display: inline-block;
	vertical-align: middle;
}

.fullheight {
	height: 100%;
	height: 100vh;
}

#intro.fullheight {
	overflow: hidden;
}
#header .sticky_logo {
	display: none;
}

.sticky #header .sticky_logo {
	display: block;
}

.sticky #header .logo_a {
	display: none;
}


.sticky #header, #header.style-1 {
	background-color: #c4161c;
	border-bottom: 3px solid #fff;
}

#certificates {
	background-color: #323232;
	padding: 18px 0;
}

#blog .section_title {
	margin-top: 0;
	margin-right: 120px;
}

#ecatalogue .col-right .section_title-wrap {
	margin-bottom: 0;
	margin-top: auto;
}

#footer hr {
	margin: 0;
	border-bottom: 1px solid #464646;
	margin-bottom: 25px;
}

.npad {
	padding: 0;
}

#footer .logos img {
	transition: opacity 0.3s ease-in-out;
	opacity: 0.5;
	width: 210px;
}

#footer .logos a:hover img {
	opacity: 1;
}

#footer .social a:first-child {
	padding-top: 0;
}

#footer .social a {
	display: block;
	color: #969696;
	padding-bottom: 11px;
	padding-top: 11px;
	font-size: 15px;
	position: relative;
	transition: color 0.2s ease-in-out;
}
#footer .social a:hover {
	color: #c4161c;
}

#footer .social a:after {
	content: "";
	display: block;
	position: absolute;
	left: -25px;
	right: 0;
	border-bottom: 1px solid #464646;
	bottom: 0;
}
#footer .social a:last-child:after {
	display: none;
}
#footer .social a i {
	width: 40px;
	color: #969696;
}
#footer .social a:hover i {
	color: #969696;
}

#footer .certificates a .svg_img {
	transition: transform 0.2s ease-in-out;
}
#footer .certificates a:hover .svg_img {
	transform: translateX(3px);
}

#partners .the_content {
	position: relative;
}

#partners .the_content .hr-3 {
	position: absolute;
	top: 25px;
	left: -65px;
	transform: rotate(90deg);
	transform-origin: center;
}

.category_block .flex-cy {
	margin-top: 38px;
}

#intro .slogan {
	position: absolute;
	left: 50px;
	bottom: 50px;
	max-width: 400px;
}

#intro .scroll {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
}

.home #intro {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}
#intro_push {
	margin-top: 100%;
	margin-top: 100vh;
}
#home_content {
	background-color: #fff;
}
#home_content, .home #footer {
	position: relative;
	z-index: 2;
}

.section.intro {
	padding-top: 100px;
	background-color: #f3f3f3;
}

div.wpcf7 input[type="submit"] {
	float: right;
}

div.wpcf7 .ajax-loader {
	float: right;
}

.wpcf7 .wpcf7-form i {
	color: #c4161c;
	font-size: 28px;
	padding-right: 15px;
	width: 7%;
}

.wpcf7-form-control-wrap {
	display: inline-block;
	width: 93%;
}

div.wpcf7 {
	margin-top: 40px;
	width: 100%;
	max-width: 620px;
	margin-bottom: 65px;
}

#gmap {
	height: 620px;
	border-top: 1px solid #c4161c;
}

div.wpcf7-response-output {
	margin: 0;
}

.wc_intro {
	padding-top: 100px;
}
.wc_header {
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 5px;
}
.wc_header .title {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #fff;
	padding-top: 70px;
	padding-bottom: 20px;
	font-size: 50px;
}
.wc_header:before {
	content: "";
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	position: absolute;
	background-image: url(../images/title_base.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	z-index: 2;
}

.wc_header .after {
	display: block;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	position: absolute;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 60%;
	z-index: 1;
}
.woocommerce .woocommerce-breadcrumb {
	margin: 40px 0;
}

.woocommerce div.product {
	overflow: hidden;
}
.woocommerce-loop-product__title {
	font-size: 18px;
	color: #000000;
}
.main_categories {
	margin-bottom: 30px;
}
.main_categories ul.menu {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.main_categories ul li {
	list-style: none;
	padding: 0 5px;
	display: block;
	width: 25%;
	display: flex;
}

.main_categories ul li a {
	color: #fff;
	background-color: #323232;
	display: block;
	padding: 25px 25px 35px 25px;
	font-size: 20px;
	width: 100%;
	font-weight: 900;
	position: relative;
}
.main_categories ul li a:after {
	content: "";
	display: block;
	width: 58px;
	height: 18px;
	background-color: transparent;
	position: absolute;
	left: 25px;
	bottom: 0;
}

.main_categories ul li.current-menu-item a, .main_categories ul li a:hover, .main_categories ul li.current-product-ancestor a, .main_categories ul li.current-product_cat-ancestor a {
	background-color: #c4161c;
}

.main_categories ul li a:hover:after, .main_categories ul li.current-menu-item a:after, .main_categories ul li.current-product-ancestor a:after, .main_categories ul li.current-product_cat-ancestor a:after {
	background-color: #ff0400;
}

#sidebar .product-categories {
	list-style: none;
	margin-left: 0;
	background-color: #e2e0df;
	padding: 40px 30px;
}

#sidebar ul.product-categories ul {
	list-style: none;
	margin-left: 0;
}
#sidebar ul.product-categories ul.children {
	margin-left: 5px;
}
#sidebar  ul.product-categories li a {
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	position: relative;
}

#sidebar ul.product-categories li.current-cat-parent > a, #sidebar ul.product-categories li.current-cat > a {
	font-weight: bold;
}
#sidebar  ul.product-categories li a:hover {
	color: #c4161c;
}

#sidebar  ul.product-categories li a:before {
	content: "";
	position: absolute;
	right: 100%;
	width: 0;
	border-bottom: 3px solid #c4161c;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 10px;
	transition: width 0.3s ease-in-out;
}
#sidebar  ul.product-categories li a:hover:before {
	width: 20px;
}

#sidebar  ul.product-categories .children li a {
	font-size: 14px;
}
#sidebar ul.product-categories  li {
	margin-bottom: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	background-color: #fff;
	padding: 10px;
	padding-bottom: 0;
	margin-bottom: 25px;
}
.woocommerce ul.products li.product a img {
	margin: 0 auto;
	text-align: center;
}

.woocommerce ul.products li.product a img {
	max-width: 200px;
	max-height: 137px;
	width: auto;
	height: auto;
}

.button.product_type_simple.ajax_add_to_cart,
.button.wp-element-button.product_type_simple {
	display: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-weight: normal;
	font-size: 18px;
	margin-top: 40px;
}
.woocommerce ul.products li.product {
	transition: outline 0.2s ease-in-out;
}
.woocommerce ul.products li.product:hover {
	outline: 1px solid #c4161c;
}
.woocommerce ul.products li.product:hover .title_wrap {
	transition: all 0.2s ease-in-out;
}
.woocommerce ul.products li.product:hover .title_wrap {
	color: #fff;
	background-color: #c4161c;
}
.woocommerce ul.products li.product:hover .title_wrap .woocommerce-loop-product__title {
	color: #fff;
}
.woocommerce ul.products li.product .title_wrap {
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
}

.woocommerce ul.products li.product .product_code {
	color: #787878;
	padding-bottom: 10px;
}
.woocommerce ul.products li.product:hover .product_code {
	color: #fff;
}
.woocommerce ul.products li.product:hover hr {
	border-color: #ed1c24;
}

.woocommerce-pagination, .pagination {
	padding: 25px 0;
	border-top: 1px solid rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(0,0,0,.2);
	border-radius: 0;
}

.pagination {
	text-align: center;
	width: 100%;
	display: block;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li, .pagination ul, .pagination ul li {
	border: 0;
	margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li span, .pagination ul li span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	padding: .5em;
	min-width: 1em;
	display: block;
	cursor : pointer;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .pagination ul li span.current {
	background: #ebe9eb;
	color: #8a7e88;
}
.woocommerce nav.woocommerce-pagination ul li, .pagination ul li {
	font-size: 16px;
	color: #000;
	padding: 0 10px;
	display: inline-block;
}

.wc_content {
	margin-bottom: 80px;
}

.woocommerce div.product .product_title {
	font-size: 20px;
	color: #000000;
	font-weight: 500;
}

.product_info {
	overflow: hidden;
}
.product_info .title {

	color: #000;
	font-size: 18px;
	position: relative;
}

.product_info .title:after {
	content: "";
	position: absolute;
	left: 0;
	right: -30px;
	border-bottom: 2px solid #ed1c24;
	bottom: -5px;
	z-index: 2;
}

.product_info .col-right {
	background-color: #ebe9e9;
}

.title-1 {
	color: #000;
	font-weight: 500;
}

.product_attr_row {
	border-bottom: 1px solid rgba(120, 120, 120, 0.25);
}

.product_attr_table {
	padding-bottom: 20px;
	padding-top: 20px;
}

.product_attr_row .col {
	padding: 8px 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	float: none;
	width: 100%;
}

.woocommerce div.product div.images img {
	max-width: 434px;
	max-height: 384px;
	width: auto;
	margin: 0 auto;
}

.woocommerce div.product hr {
	border-bottom: 2px solid #ed1c24;
}

.sprites {
	background-image: url(../images/sprites3.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.pdf {
	background-image: url(../images/sprites3.png);
	background-position: 0px 0px;
	width: 36px;
	height: 47px;
}
.pdf {
  background-image: url(../images/sprites3.png);
  background-position: 0px 0px;
  width: 36px;
  height: 47px;
}
.pdf2 {
  background-image: url(../images/sprites3.png);
  background-position: -36px 0px;
  width: 35px;
  height: 45px;
}
.sprites-youtube {
  background-image: url(../images/sprites3.png);
  background-position: -71px 0px;
  width: 30px;
  height: 30px;
}
.sprites-youtube2 {
  background-image: url(../images/sprites3.png);
  background-position: 0px -47px;
  width: 30px;
  height: 30px;
}

.file_link {
	color: #787878;
	font-weight: bold;
	margin-bottom: 18px;
	display: inline-block;
}
.product_files  .file_link {
	display: flex;
	align-items: center;
}
.product_files  .file_link span {
	margin-left: 10px;
}
.product_files  .file_link i {
	flex-shrink: 0;
}
.product_files  .file_link:hover i {
	background-position: -36px 0px;
}

.cert_preview, .flyer_preview {
	background-color: #fff;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.cert_preview .title_wrap, .flyer_preview .title_wrap {
	padding: 60px 12px 0 12px;
}
.cert_preview .title, .flyer_preview .title {
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #ed1c24;
	font-weight: 500;
	margin: 0;
	padding-bottom: 12px;
	line-height: 1.2em;
	height: 5.2em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.flyer_preview .title {
	height: 2.8em;
}
.cert_preview .title {
	height: 5em;
}
.cert_preview a:hover .file_preview, .flyer_preview a:hover .file_preview {
	background-color: #ed1c24;
}

.file_preview {
	background-color: #e2e0df;
	padding: 50px 0;
	transition: background-color, 0.3s ease-in-out;
}

.article h2, .article .h2 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

.article h3, .article .h3 {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.article h4, .article .h4
.article h5, .article .h5
.article h6, .article .h6 {
	color: #000;
	font-weight: 500;
}
.article hr {
	border-bottom: 1px solid #ed1c24;
}

.article .title ~
hr {
	margin-top: 0;
	margin-bottom: 20px;
}

.post_title .flex {
	align-items: center;
}

.post_preview .post_image {
	height: 192px;
	overflow: hidden;
}

.post_preview .post_image-bg {
	height: 192px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.title-2 {
	color: #787878;
	font-weight: 300;
	border-bottom: 1px solid #a72920;
	margin-bottom: 50px;
}

#history {
	position: relative;
	background-repeat: repeat-y;
	background-size: 100% auto;
}

#history:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 30px;
	bottom: 70px;
	border-right: 1px solid #a72920;
}

#history .flex-row {
	align-items: center;
	position: relative;
}
#history .highlight {
	top: 112px;
	width: 12px;
	height: 25px;
	background-color: #a72920;
	position: absolute;
	display: block;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}
#history .flex-row.odd {
	flex-direction: row-reverse;
}
#history .flex-row.odd .content_box {
	margin-right: 0;
	margin-left: auto;
}

.history {
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}

.section_bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 450px;
	position: relative;
	padding: 0;
}

.section_bg > div {
	background-image: url(../images/shape1.svg);
	background-repeat: no-repeat;
	width: 43%;
	height: 100%;
	margin-right: 0;
	margin-left: auto;
	background-position: left center;
}

.section_title {
	color: #c4161c;
	font-size: 35px;
}

.about_section-3 > .container {
	position: relative;
}
.about_section-3 .section_title {
	position: absolute;
	left: 15px;
	bottom: 70px;
}

/* Style the tab */
.vtab {
	float: left;
	background-color: #e2e0df;
	width: 30%;
}

/* Style the buttons inside the tab */
.vtab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 12px 28px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
}

/* Change background color of buttons on hover */
.vtab button:hover {
	background-color: #ddd;
}

/* Style the tab content */
.tabcontent {
	float: left;
	padding: 0px 12px;
	width: 70%;
	border-left: none;
}
.vtab .button {
	position: relative;
}
.vtab .button button:before {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	border-bottom: 3px solid #c4161c;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 10px;
	transition: width 0.3s ease-in-out;
}

.vtab .button button:hover:before, .vtab .button button.active:before {
	width: 20px;
}

.post_video {
	border-bottom: 1px solid #ed1c24;
	padding-bottom: 15px;
}

.post_video iframe {
	width: 100%;
	height: auto;
}

.article .post_title .post_date {
	margin-left: auto;
}

.post_preview .post_title {
	line-height: 1.2em;
	height: 2.6em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.video_preview .post_title {
	line-height: 1.2em;
	height: 5em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vtab_select .button {
	padding: 10px;
}

.category_block .col {
	width: 50%;
	min-height: 200px;
	display: flex;
}
.category_block .col > img {
	margin-top: auto;
	margin-bottom: auto;
}

#header .logo img {
	max-width: 176px;
	height: auto;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

.woocommerce form .form-row textarea {
	height: 160px;
}

.woocommerce form .form-row select {
	color: #222;
	margin-bottom: 25px;
	padding: 20px 15px;
	border: 0;
	width: 100%;
	border-radius: 0;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: 1;
}

.chzn-drop .chosen-container-single .chosen-single {
	color: #222;
	margin-bottom: 25px;
	padding: 20px 15px;
	border: 0;
	width: 100%;
	border-radius: 0;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: 1;
	box-shadow: none;
	background-image: none;
	height: 59px;
}

.chzn-drop .chosen-container-single .chosen-single div b {
	background-position: 0px 18px;
}
.chzn-drop .chosen-container-active.chosen-with-drop .chosen-single {
	box-shadow: none;
	background-image: none;
}
.chzn-drop .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -15px 18px;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

.woocommerce .quantity .qty {
	padding-left: 8px;
	padding-right: 8px;
	width: 5em;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
}
.flyer_img_preview, .cert_img_preview {
	position: relative;
}

.flyer_preview .file_preview {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.flyer_preview:hover .file_preview {
	opacity: 1;
}
.flyer_img_preview img {
	width: 100%;
}

.article img.alignleft {
	float: left;
	margin-right: 25px;
}

.article img.alignright {
	float: right;
	margin-left: 25px;
}
.featured_bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home #intro .featured_bg {
	height: 100%;
}
#video_wrap {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
}

#video_mobiak {
	min-height: 100%;
	min-width: 100%;
}

.dropdown_product_cat {
	color: #222;
	margin-bottom: 25px;
	padding: 20px 15px;
	border: 0;
	width: 100%;
	border-radius: 0;
	background-color: #fff;
	margin-bottom: 25px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.woocommerce div.product form.cart .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce button.button.alt {
	background-color: #c4161c;
	border: 0;
	color: #fff;
	font-weight: 900;
	font-size: 14px;
	padding: 7px 15px;
	transition: all 0.3s ease-in-out;
	width: auto;
	min-width: 140px;
	border-radius: 0;
	display: inline-block;
}

.wc-proceed-to-checkout {
	text-align: right;
}
.woocommerce div.product form.cart .button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce button.button.alt:hover {
	background-color: #231f20;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 10px;
	border-top: 1px solid #787878;
	padding-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	margin-right: 10px;
}

#certificates img, .certificates img {
	width: 12.5%;
	height: auto;
	margin: 10px 0;
	max-width: none;
	align-self: center;
	height: auto !important;
}

#header .sticky_logo img {
	max-width: 80px;
}
.woocommerce a.remove {
	color: #c4161c !important;
}
.woocommerce a.remove:hover {
	background-color: transparent;
	color: red !important;
}

.woocommerce-message {
	border-top-color: #c4161c;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: transparent;
}

.select2-container--default .select2-selection--single {
	border: 0;
	border-radius: 0;
	height: 59px;
	padding: 20px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 17px;
}

.woocommerce form .form-row .required {
	text-decoration: none;
}

.woocommerce .woocommerce-customer-details address {
	border-radius: 0;
}

.vtab_select {
	background-color: #e2e0df;
}
.vtab_select .dropdown {
	width: 100%;
	margin-bottom: 30px;
}
.vtab_select .dropdown .btn {
	background-color: transparent;
	display: block;
	color: black;
	padding: 12px 12px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
}
.vtab_select  .dropdown .dropdown-menu {
	right: 0;
	max-height: 300px;
	overflow: auto;
}
.vtab_select  .dropdown .dropdown-menu li {
	background-color: #e2e0df;
	width: 100%;
}
.vtab_select .dropdown .btn .caret {
	top: -3px;
	right: -4px;
	position: relative;
}

#accordion {
	max-width: 820px;
	margin: 0 auto;
}
.panel-default {
	border-color: transparent;
}
.panel-default > .panel-heading {
	border-radius: 0;
	padding: 0;
}

.panel-title {
	font-weight: 400;
	color: #000;
}
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border: 0;
	margin-bottom: 15px;
	margin-bottom: 15px;
	background-color: transparent;
	text-align: center;
}

.panel-title > a {
	display: block;
	padding: 20px 0;
	background-color: #c4161c;
	color: #fff;
	position: relative;
}
.panel-title > a.collapsed {
	background-color: #e2e0df;
	color: #000;
}

.panel-title > a.collapsed:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate3d(50%,-50%,0);
	display: block;
	width: 58px;
	height: 14px;
	background-color: #c4161c;
}

.vtab_select .dropdown .btn span {
	white-space: normal;
}
.woocommerce-product-gallery__image {
	background-color: #fff;
}

.woocommerce-product-gallery__image > a {
	display: block;
}
.woocommerce div.product form.cart {
	margin: 25px 0;
}

.mc4wp-checkbox-wp-registration-form  input[type="checkbox"] {
	margin-right: 10px;
	vertical-align: middle;
	margin-top: 0;
}

.posts_list {
	border: 3px solid #dbdbdb;
	padding: 15px;
}

.posts_list .post_preview {
	border: 0;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 0;
	padding: 0;
}
.posts_list .more {
	margin-top: 40px;
	margin-bottom: 15px;
}

.title-1 a:hover {
	color: #ed1c24;
}

.woocommerce-product-search :after {
	content: "\e904";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 0;
	display: inline-block;
}

.search_wrap {
	display: inline-block;
	position: relative;
}

.search_wrap .woocommerce-product-search  .search-field {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 31px;
	line-height: 21px;
	color: #fff;
	transition: width 0.3s ease-in-out;
	margin: 0;
}

.search_wrap.focus {
	width: 240px;
}
.search_wrap .woocommerce-product-search {
	position: absolute;
	right: 40px;
	top: 0;
	width: 0;
	transition: width 0.3s ease-in-out;
}
.search_wrap.focus .woocommerce-product-search {
	width: 200px;
}
.search_wrap i {
	float: right;
	cursor: pointer;
}
.search_wrap button[type="submit"] {
	display: none;
}

.product_videos a i {
	margin-right: 5px;
	color: #787878;
}
.product_videos a:hover {
	color: #222;
}
.product_videos a:hover i {
  background-position: 0px -47px;
}

#footer .certificates a:hover .svg_img use {
	fill: #c4161c !important;
}

.langs > a {
	width: 41px;
	display: inline-block;
	padding: 10px 8px;
}

.cert_preview .file_preview {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.cert_preview:hover .file_preview {
	opacity: 1;
}

#footer .logos a {
	display: block;
	position: relative;
	width: 100%;
	height: 48px;
}

#footer .logos a img {
	position: absolute;
	left: 0;
	top: 0;
}

html[lang='fr'] #ecatalogue .section_title {
	max-width: 230px;
}

#terms_modal .the_content {
	padding: 15px;
}
#terms_modal .the_content p:last-of-type {
	margin-bottom: 0;
}

#footer .logos a svg .color {
	fill: #4A4B4C;
}

#footer .logos a:hover svg .color {
	fill: #fff;
}

#footer a {
	color: #fff;
}

#footer #copyright a:hover {
	color: #4A4B4C;
}

.terms_modal:hover {
	color: #c4161c;
}

.wpcf7-form .our-terms{
	    width: auto;
    margin-right: 10px;
    margin-left: -13px;
}

.wpcf7-form .our-terms .wpcf7-list-item-label { 
	display: none;
}
#home_slide{
	position: fixed;
    right: 0px;
    top: 50%;
    background-color: white;
    z-index: 99;
	transition:all 0.25s linear;
    transform: translate3d(100%, -50%, 0);
}
#home_slide.open {
    transform: translate3d(0, -50%, 0);
}
.home_slide_wrapper{
	max-width: 400px;
    padding: 10px;
	padding-bottom:0px;
    max-height: none;
    margin: auto;
    overflow-y: auto;
}
.toggle.slide {
    position: absolute;
    left: 0px;
    background: #c4161c;
    box-shadow: 3px 4px 9px rgba(24, 24, 20, 0.4);
    background-color: #c4161c;
    top: 50%;
    border: none;
    border-radius: 0px;
    transform: translateY(-50%) translateX(-98%);
    padding: 13px 10px 13px 10px;
}
.toggle.slide a{
	display: block;
	max-width: 60px;
}
.home_slide_image {
	text-align:center;
	margin-bottom:10px;
	position:relative;
	
}
.home_slide_image::after{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	content:"";
	z-index:1;
	background-image: linear-gradient(to top, #000000 0%, rgba(255, 255, 255, 0) 50%);
}
.home_slide_image img{
	max-width:288px;
	display:block;
	
}
.home_slide_title p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 21.45px;
    position: absolute;
    bottom: 10px;
    left: 14px;
    z-index: 2;
    max-width: 90%;
    display: block;
    margin-bottom: 0px;
    font-family: "zonapro", sans-serif;
}
	
