@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
  --red: #d30229;
  --black: rgba(0,0,0,0.87);
  --white: #ffffff;
}
html, body {
    margin: 0;
}
html {
    margin: 0;
}
body {
	font-family: 'Poppins', sans-serif;
    color: rgba(0,0,0,0.87);
	background: #FFF;
    padding-top: 130px;
    font-size: 18px;
}
::selection {
	background: rgb(0 129 204 / 20%);
}
::-moz-selection {
	background: rgb(0 129 204 / 20%);
}
a {
	color: var(--red);
	text-decoration: underline;
}
a:focus,
a:hover {
	color: var(--red);
    text-decoration: none;
}
a[rel="lightbox"] {
    text-decoration: unset;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
    font-weight: 700;
}
h3 {
    font-size: 22px;
    font-weight: 600;
}
th {
    text-align: center;
}
.admin-bar #site-header {
    top: 32px;
}
.npd,
.nopad {
	padding:0;
}
.nomarg {
	margin: 0;
}
.align-center {
	text-align: center;
}
.inline {
	display: inline-block;
	width: auto;
}
.red {
	color: var(--red);
}
.btn {
    display: block;
    text-align: center;
    background: var(--red);
    border-radius: 8px;
    color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
	position: relative;
	border: 0;
}
.btn:hover {
    opacity: 0.8;
    color: #fff;
}
.button-primary {
    background: #58B6C8;
    color: #fff;
    border: 0;
    padding: 5px 40px;
}
.button-primary:hover {
    background: #892121;
}
.button-primary:focus {
    outline: none;
}
a,
a:hover,
.btn,
.btn:hover,
.wpcf7-submit,
.wpcf7-submit:hover,
.button-primary,
.button-primary:hover  {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 70px;
    right: 25px;
    display: none;
    z-index: 1;
    color: #000000;
    background-color: transparent;
    border: 2px solid var(--red);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    text-align: center;
    line-height: 36px;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
	.scrollup:active,
	.scrollup:focus,
	.scrollup:hover {
		color: #fff;
		background-color: var(--red);
	}
}
.pages-links .page-numbers {
    color: #000000;
    font-weight: 600;
    margin: 0 2px;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
}
.pages-links .page-numbers.prev {
    direction: ltr;
}
.pages-links .page-numbers:not(.dots):hover{
    background: #592583;
    color: #fff;
}
.pages-links .page-numbers.current{
    background: var(--red);
    color: #fff;
}
.page-numbers {
    display: inline-block;
    min-width: 20px;
    text-align: center;
    background: var(--red);
    color: #fff;
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}
.page-numbers:hover,
.page-numbers.current {
    background: #96c11f;
    color: #fff;
}
.big_404 {
    text-align: center;
    font-size: 132px;
    font-weight: 600;
    padding: 100px 0;
}
.error404 section.row h1 {
    text-align: center;
    font-size: 130px;
    font-weight: 800;
    color: var(--red);
}
.error404 section.page-content {
    text-align: center;
    font-size: 30px;
}
.error404 ol.breadbrumbs {
    display: none;
}
.row.breadcrumbs {
    width: 100%;
	margin: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 22px;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs .crumb {
	color: #000000;
    font-size: 18px;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs .crumb::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 11px;
    color: #000000;
    display: inline-block;
    margin-left: 3px;
}
.breadcrumbs .crumb:last-child::after{
	content: "" !important;
}
.row.title {
	margin: 0;
}
section.row {
	margin: 0;
}
.h1,
section.row h1 {
    font-weight: 800;
    font-size: 55px;
    color: var(--black);
    text-align: center;
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
    position: relative;
}
h2.section-title {
    font-weight: 800;
    font-size: 42px;
    color: var(--black);
    text-align: center;
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
    position: relative;
}
.h1:after,
h2.section-title:after,
section.row h1:after {
    content: ' ';
    width: 10px;
    height: 2px;
    border-bottom: 2px solid var(--red);
    position: absolute;
    bottom: -30px;
    left: calc(50% - 1px);
}
section.row .main-banner h1:after {
    display: none;
}
.content {	
    font-size: 22px;
    margin-bottom: 30px;
}
.post-content {
    margin-bottom: 60px;
}
.page-content .content ul,
.page-content .content ol {
    padding-right: 25px;
	margin-bottom: 20px;
}
/* Header */
#site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 130px;
    z-index: 1000;
    background: #ffffff;
	transition: all 0.2s linear;
}
#site-header.float {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
@media screen and (min-width: 992px ) {
	.slim#site-header {
		height: 70px;
		transition: all 0.2s linear;
		box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 0%);
	}
}
#site-header ul {
	margin: 0;
    padding: 0;
}
#site-header .top-header {  
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
}
#site-header .nav-header {
    height: 100%;
    width: calc(100% - 250px);
    float: left;
    direction: rtl;
}
.slim#site-header .nav-header {
    flex-direction: row-reverse;
}
#site-header .main-header {
    height: 100%;
    width: 250px;
    float: left;
}
.slim#site-header .main-header {
	transition: all 0.2s linear;
}
#site-header .container {
	height: 100%;
}
@media (min-width: 1600px) {
	.container {
		max-width: 1400px;
	}
}
.container.full-width {
	max-width: 100%;
}
.site-logo {
    float: left;
    text-align: center;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
    padding-bottom: 10px;
}
.site-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.site-logo img {
    max-width: 100%;
    max-height: 100%;
}
.inline-block {
	display: inline-block;
}
.nomobile {
    float: right;
	display:inline;	
}
.menu a {
	text-decoration: unset;
}
.navbar .main-menu {
    padding: 0;
}
.navbar-toggle {
	float: right;
}
@media screen and (min-width: 992px) {
	#site-header ul.menu > li {
		float: left;
	}
	#site-header ul.menu > li.menu-item-has-children {
		position: relative;
	}
	ul.top-links li a.open-search {
		padding: 0;
		width: 50px;
		justify-content: center;
		background: #fff;
		transition: all 0.2s linear;
	}
	.menu-main-container {
		margin-left: 40px;
        margin-right: 20px;
	}
}
a.open-search {
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto;
}
a.open-search {
	border-color: transparent;
}
#site-header ul.menu > li > ul > li a {
    text-align: left;
}

#site-header .menu > li.menu-item-has-children > a {
    padding-right: 20px;
}

#site-header ul.menu > li.wpml-ls-item {
	display: none;
}
#site-header .menu li.menu-item-has-children > a {
    position: relative;
}
#site-header .menu li.menu-item-has-children > a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    margin: 0;
    font-size: 10px;
    top: calc(50% - 20px);
    right: 5px;
	-webkit-transition: transform 0.2s linear;
	-moz-transition: transform 0.2s linear;
	-ms-transition: transform 0.2s linear;
	-o-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
}
@media screen and (min-width: 992px ) {
	.site-navigation,
	.site-navigation > div {
		height: 100%;
		display: flex;
        min-width: 65px;
	}
}
@media screen and (min-width: 992px ) {
	.hamburger {
		display: none;
	}
	.main-menu > div {
		float: right;
	}	
	.navbar-toggle {
		display: none;
	}
	.site-logo {
		width: 100%;
		padding: 15px 0;
	}
	.navbar {
		float: right;
		margin: 0;
		border: 0;
		width: 100%;
		height: 100%;
		transition: all 0.2s linear;
	}
	.slim .navbar {
		margin-top: 0;
		transition: all 0.2s linear;
	}
	#site-header ul.menu {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}
	#site-header .menu li {
		list-style-type:none;
	}
	#site-header ul.menu > li {
		height: auto;
		list-style: none;
		display: flex;
		font-size: 16px;
		text-align: center;
		color: #fff;
		align-items: center;
        margin-right: 5px;
	}
    #site-header ul.menu > li:last-child{
        margin: 0;
    }
	#site-header .menu > li a {
		color: #000000;
	}
	#site-header .menu > li > a {
        width: max-content;
		font-size: 20px;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		line-height: 40px;
		transition: color 0.2s linear;
		padding: 0px 10px;
	}
	#site-header .menu > li.wpml-ls-item > a {
		padding-left: 15px;
    }
	#site-header ul.menu li.current_page_ancestor > a,
	#site-header ul.menu li.current-menu-item > a,
	#site-header ul.menu > li:hover > a {
		color: var(--red);
		transition: all 0.2s linear;
	}
	#site-header .menu li.menu-item-has-children:hover > a::after {
		transform: rotate(180deg);
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	#site-header .menu > li > .sub-menu {
		display: none;
		margin-top: 40px;
		top: 0;
		left: 0;
		height: auto;
		background: #ffffff;
		position: absolute;
		z-index: 5;
		min-width: 200px;
		border-top: 1px solid var(--red);
		box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
	}
	#site-header ul.sub-menu li {
		line-height: initial;
		list-style: none;
		height: auto;
		border-bottom: 1px solid #ededed;
	}
	#site-header ul.sub-menu li a {
		display: block;
		padding: 0 30px;
		text-align: right;
		font-size: 18px;
		line-height: 40px;
	}	
	#site-header ul.sub-menu li a:hover {
		color: #ffffff;
		background: var(--red);
	}
	#site-header .menu > li {
		float: right;
	}
	#site-header ul.menu li.current_page_ancestor > a,
	#site-header ul.menu li.current-menu-item > a {
		color: var(--red);
	}
	#site-header .menu > li > .sub-menu .sub-menu {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: -260px;
		width: 260px;
		background: #fff;
		margin-top: -40px;
		transition: all 0.2s linear;
		box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
	}
	#site-header .menu > li > .sub-menu li.menu-item-has-children:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
		visibility: visible;
		transition: all 0.2s linear;
	}
	li.menu-item > a {
		position: relative;
	}
}

/* Footer */
#site-footer {
    box-shadow: 0 0px 20px rgb(0 0 0 / 5%);
}
#site-footer .copyrights {
    font-size: 18px;
    padding: 0 15px;
    line-height: 60px;
    width: 100%;
    margin: 0;
}
#site-footer .copyrights p {
	margin: 0;
}
#site-footer .footer-blocks ul.quick-links {
    height: 100%;
    display: flex;
    align-items: end;
}
#site-footer .footer-blocks ul.quick-links li {
    margin: 0;
    margin-right: 40px;
}
#site-footer .top-footer {
    width: 100%;
    padding: 60px 0 0;
    margin: 0;
}
#site-footer.row {
	margin: 0;
}
#site-footer .logo img {
    width: 165px;
}
#site-footer .footer-blocks {
    padding: 30px 0;
    list-style: none;
    font-size: 18px;
    font-weight: 300;
}
#site-footer .footer-blocks ul {
    list-style-type: none;
}
#site-footer .footer-blocks img,
#site-footer .footer-blocks ul li {
    margin-bottom: 20px;
}
#site-footer .footer-blocks a,
#site-footer .footer-blocks .menu li a {
	color: #fff;
}
#site-footer .footer-blocks h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
#site-footer .footer-blocks .block {
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.widget.footer {
	padding: 0;
}
/* WPCF7 */
.wpcf7-form {
    width: 100%;
    padding: 15px;
}
.wpcf7-submit {
    cursor: pointer;
    display: block;
    text-align: center;
    background: var(--red);
    color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
	position: relative;
	border: 0;
    width: 100%;
}
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
div.wpcf7-validation-errors {
	border: 1px dashed #666666 !important;
    background: #465061;
    margin: 15px 0 !important;
}
span.wpcf7-not-valid-tip {
    border: 0;
    color: #e92626;
    font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
    background: #e9ebe4;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
    color: #000;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: unset;
    background: #96c11f;
    color: #fff;
}
.wpcf7-textarea {
	height: 120px;
}
.form-row {
    margin-bottom: 20px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    background: #fff;
    border-radius: 0;
}
html[lang="en-US"] .wpcf7 input[type="url"],
html[lang="en-US"] .wpcf7 input[type="email"], 
html[lang="en-US"] .wpcf7 input[type="tel"] {
	direction: ltr;
	text-align: left;
}
.wpcf7-select {
	height: 40px;
}
.wpcf7-select,
.wpcf7-text,
.wpcf7-textarea {
    outline: none;
    width: 100%;
    padding: 0 15px;
    color: #000000;
    background: #fff;
    border: 1px solid #BABABA;
    border-radius: 0;
	resize: none;
	line-height: 40px;
}

/* Misc */
section.row.page-header {
}
section.row.page-header.banner {
    height: calc(100vh - 130px);
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
}
.home section.row.page-header.banner {
	height: 870px;
    margin-bottom: 60px;
}
@media screen and (max-width: 1599px) {
	.home section.row.page-header.banner {
		height: 650px;
	}
}
.page-header .main-banner {
    width: 100%;
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}
.page-header .main-banner img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.page-header .main-banner .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 20%);
}
.page-header .main-banner .overlay h1 {
	color: var(--white);
    font-size: 68px;
}
.banner .overlay {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    color: #fff;
    text-align: left;
    max-width: 1600px;
    margin: auto;
    padding: 0 15px;
}
.banner .overlay h1 {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    text-align: left;
}
.banner .overlay .subtitle {
    font-size: 32px;
    color: #fff;
    text-align: left;
}
a.smoothscroll {
	width: 75px;
	height: 75px;
    position: absolute;
    bottom: 60px;
    left: calc(50% - (75px / 2));
    display: block;
	background: url('../images/arrow-down-circle.svg') no-repeat;
}
.page-header .container {
	position: relative;
}
.page-header .main-title {
    display: flex;
    height: auto;
    justify-content: initial;
    width: 100%;
}
.page-header .main-title h1 {
    color: #fff;
}
.page-content {
    padding: 60px 0;
}

/* Search */
.search-float {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(68, 68, 68, 0.65);
    z-index: 1000;
    height: 100vh;
    transform: translateY(-100vh);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.admin-bar .search-float {
    top: 32px;
}
.search-float.open{
    transform: translateY(0vh);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.search-float .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-float .wrap .search-pane {
    padding: 0 30px;
    background: #ffffff;
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 10px rgb(0 0 0 / 35%);
    border-radius: 0;
    font-size: 28px;
}
.search-float .wrap .search-pane #searchform {
    width: 100%;
}
.search-float .wrap .search-pane #searchform #s {
    width: calc(100% - 50px);
    line-height: 40px;
    background: #fff;
    color: #000000;
    border: 0;
    border-bottom: 1px solid var(--red);
    padding: 0 10px;
    display: inline-block;
    float: left;
    outline: none;
}
.search-float .wrap .search-pane #searchform #searchsubmit {
    width: 50px;
    line-height: 40px;
    border: 0;
    background: var(--red);
    border-bottom: 1px solid var(--red);
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 13px;
    display: inline-block;
    float: right;
    cursor: pointer;
}
.search-float .wrap .search-pane #searchform #searchsubmit:hover {
    background: #96c11f;
}
.row.search-title {
    width: 100%;
    color: var(--red);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.row.search-form {
    width: 100%;
}
.row.search-page {
    padding: 60px 0;
}
.search-page .row.search-result-title,
.search-page .row.navigation {
    margin: 0;
}
.search-page .date {
	display:none;
}
.search-page .search-result {
    margin: 0;
    background: rgb(241 241 241 / 50%);
    padding: 20px;
    margin-bottom: 20px;
	text-decoration: unset;
}
.search-page .search-result .img-wrap {
}
.search-page .search-result .desc {
    font-size: 20px;
}
.navigation.pagination {
    padding: 15px 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

/* WPML */
.wpml-ls {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    float: left;
    border: 2px solid var(--red);
    width: auto;
    border-radius: 5px;
}
.wpml-ls ul,
.wpml-ls ul li {
    height: 100%;
}
.wpml-ls ul li a {
    height: 100%;
    display: flex;
    object-fit: contain;
    align-items: center;
    border: 0;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
}
@media screen and (min-width: 992px) {
	.wpml-ls .wpml-ls-sub-menu {
		border: 2px solid var(--red);
		left: -2px;
		right: -2px;
		border-radius: 0 0 4px 4px;
		overflow: hidden;
	}
}
.wpml-ls li.wpml-ls-first-item.wpml-ls-last-item:hover .wpml-ls-sub-menu {
    border: 0;
}
.wpml-ls li.wpml-ls-first-item.wpml-ls-last-item a.wpml-ls-item-toggle {
    padding-right: 10px;
    padding-left: 10px;
    cursor: default;
}
.wpml-ls li.wpml-ls-first-item.wpml-ls-last-item a.wpml-ls-item-toggle:hover {
    background: #fff;
}

.wpml-ls li.wpml-ls-first-item.wpml-ls-last-item a.wpml-ls-item-toggle:after {
    content: '';
	display: none;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: 0;
    font-size: 12px;
    margin-top: -3px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.wpml-ls-legacy-dropdown .wpml-ls-item:hover a.wpml-ls-item-toggle:after {
	transform: rotate(180deg);
}
.wpml-ls-menu-item .wpml-ls-flag {
    margin-left: 10px;
}
.wpml-ls-display {
    content: '';
	display: none;
}

/* Products */
.product-row {
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-bottom: 40px;
}
.product-row h2 {
	font-size: 32px;
	font-weight: 800;
    margin-bottom: 5px;
    color: var(--black);
}
.product-row:not(.reversed) .img-wrap {
    padding-right: 16%;
}
@media screen and (min-width: 991px) {
	.product-row.reversed .img-wrap {
		padding-left: 16%;
	}
}
.product-row .img-wrap img {
    max-width: 100%;
    max-height: 400px;
}
.product-row.reversed {
    flex-direction: row-reverse;
}
.product-row.reversed .img-wrap {
    text-align: right;
}

/* News */
.post-item {
    margin-bottom: 40px;
}
.post-item .wrapper {
	box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 0%);
}
.post-item .desc {
    height: fit-content;
}
.post-item .img {
    padding: 0;
    margin-bottom: 30px;
}
.post-item .img-wrap {
	height: 300px;
	overflow: hidden;
}
.post-item .img-wrap img {
	max-width: 100%;
}
.post-item h2 {
    font-size: 20px;
    font-weight: 600;
    height: 80px;
}
.post-item .exc {
    height: 170px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 40px;
}
.post-item .date {
    font-size: 15px;
    font-weight: 500;
    color: #616161;
    margin-bottom: 10px;
}
.read-more-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--red);
    color: #fff;
    line-height: 48px;
    text-decoration: unset;
    padding: 0 15px;
    border: 0;
	transition: all 0.2s linear;
}
.read-more-btn:hover {
	color: #fff;
	opacity: 0.8;
	transition: all 0.2s linear;
}
.read-more-btn.inline {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}
#more-news {
	padding: 30px 0;
	text-align: center;
}
#more-news .read-more-btn.inline { 
    margin: auto;
}
.factory-img {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/factory-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 25%;
    height: 870px;
}
@media only screen and (max-width: 1599px) {
	.factory-img {
		width: 100%;
		min-height: 600px !important;
		max-height: 650px;
		background-position: 100% 40%;
	}
}
.section-form {
    background-color: #e0e0e0;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-form .text {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
}

.section-form .cta {
    display: flex;
    justify-content: end;
    align-items: center;
}

/* Staff */
.staff-index {
	margin-bottom: 120px;
}
.staff-item img {
    min-width: 100%;
}
.staff-item {
	margin-bottom: 30px;
}
.staff-item .wrap {
    box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 0%);
}
.staff-item .info-wrap {
    padding: 15px;
	text-align: center;
}
.staff-item .name {
    font-weight: 500;
}
.red-line:after {
    content: ' ';
    width: 10px;
    height: 2px;
    border-bottom: 2px solid var(--red);
    position: absolute;
    bottom: -30px;
}

/* Application */
section.applications-index {
    margin-bottom: 60px;
    padding: 30px 0;
}
.single-application .page-header .main-banner {
    height: 435px;
}
.single-application .page-content h2 {
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 30px;
}
.app-item .wrap {
    display: block;
    box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 0%);
    max-width: 360px;
    margin: auto;
}
.app-item a {
	text-decoration: none;
}
.app-item .title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black);
}
.app-item .img-wrap {
    height: 320px;
    overflow: hidden;
}
.app-item .img-wrap img {
	width: 100%;
}
.app-item-small .logo-wrap {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-item-small .read-more-btn {
    font-size: 16px;
    line-height: initial;
    padding: 15px;
}
section.main-image {
    margin-bottom: 60px;
}
section.main-image .wrapper {
    width: 100%;
    text-align: center;
}

/* Pop up */
#contact-modal {
	cursor: pointer;
}
#contact-form-modal {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 1000;
	display: none;
}
#contact-form-modal .wrapper {
    background: #fff;
    width: 80%;
    margin: auto;
    margin-top: 80px;
    display: flex;
    flex-flow: column;
}
#contact-form-modal .modal-header {
    margin: 0;
    background: #eee;
    display: flex;
    align-items: center;
}
#contact-form-modal .modal-header .title {
    font-size: 22px;
    font-weight: 600;
}
#contact-form-modal .modal-header .close {
    background: #fff;
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    float: unset;
    margin: 0;
    border-radius: 50%;
    text-shadow: unset;
    opacity: 1;
    font-weight: 400;
}
#contact-form-modal .modal-content {
    padding: 30px;
    display: flex;
    flex-flow: nowrap;
    border: 0;
}
#contact-form-modal .modal-content .address-box {
    flex-flow: column;
    margin-bottom: 20px;
}
#contact-form-modal .address-box .address-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
#contact-form-modal .address-box .address-info {
    font-weight: 300;
}

/*Social*/
.site-navigation {
	flex-direction: row-reverse;
    justify-content: flex-end;
}
.social-links {
    float: right;
    align-items: center;
}
.social-links ul li {
    display: inline-block;
    float: left;
    font-size: 22px;
    margin-right: 10px;
}
.social-links ul li a {
    color: #838383;
}

/* Home */
section.banner .factory-img h1 {
    margin: 0;
}
section.banner .factory-img .go-to-products { 
    display: inline-block;
    width: auto;
    margin: 20px auto;
    margin-left: 0;
}
section.latest-news {
    margin-bottom: 40px;
}
.home .applications-index {
    margin-bottom: 120px;
}
.applications-desc .subtitle {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}
.row.clients-index {
    margin-bottom: 120px;
}
.clients-desc {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}
.clients-desc p {
    width: 100%;
}
.testimonial-item .img-holder {
    height: 100%;
    width: 100%;
    display: flex;
    margin: auto;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
/* Partners */
#filters-selector {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 0;
}
.partner-item {
    margin-bottom: 60px;
}
.partner-item .wrapper {
    padding: 10px;
    height: 190px;
    border: 1px solid #f1f1f1;
    background: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.partner-item:hover .wrapper {
    background: #f1f1f1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.partner-item a.website {
    font-weight: 600;
    font-size: 15px;
    text-decoration: unset;
}

/* Product Page */
.main-image .medium-wrapper {
    max-width: 1024px;
    margin: auto;
}
.main-image .medium-wrapper img {
    max-width: 100%;
}
.apps-index {
    justify-content: center;
}
.product-links {
    margin-bottom: 60px;
    padding: 30px 0;
}
.features-menu {
    background: #f1f1f1;
}
.features-menu.fixed {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 1;
}
.admin-bar .features-menu.fixed {
    top: 102px;
}
.features-menu ul {
    display: flex;
    text-align: center;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.features-menu ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-menu ul li a {
    text-align: center;
    padding: 0 15px;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 60px;
    display: flex;
    max-width: 300px;
    color: #000;
    font-weight: 600;
    text-decoration: unset;
    font-size: 18px;
}
.features-menu ul li a:hover {
    color: var(--red);
}
section.feature {
    padding: 60px 0;
    margin-bottom: 60px;
    border-bottom: 1px solid #e0e0e0;
}
section.feature-plain {
    padding: 60px 0;
    margin-bottom: 60px;
}
section.feature-plain:not(.layout-even) {
    background: #F4F4F4;
}
section.feature-plain h2 {
    color: var(--red);
    font-weight: 800;
    font-size: 55px;
    margin-bottom: 70px;
}
table {
    text-align: left;
}
table thead tr th:first-child,
table tbody tr td:first-child {
    min-width: 220px;
    text-align: left;
}
table th {
    text-align: left;
}
table td {
    display: table-cell;
}
table tr.row {
    display: table-row;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

.list.check-list{
    list-style: none;
}

.list.check-list li,
.list.numbers li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.list.check-list li::before {
    width: 57px;
    height: 57px;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    border-radius: 50%;
    margin-right: 10px;
    content: ' ';
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90%;
}
.list.check-list .check-red::before {
    background-image: url(../images/check-red.svg);
}
.list.check-list .check-black::before {
    background-image: url(../images/check-black.svg);
}

.list.numbers li::before {
    width: 57px;
    height: 57px;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    background: var(--red);
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    border-radius: 50%;
    margin-right: 10px;
}
.list.numbers .one::before {
    content: '1';
}
.list.numbers .two::before {
    content: '2';
    background: var(--black);
}
.list.numbers .three::before {
    content: '3';
}
.list.numbers .four::before {
    content: '4';
    background: var(--black);
}

.spacer.h-10 {
    height: 10px;
}
.spacer.h-20 {
    height: 20px;
}
.spacer.h-30 {
    height: 30px;
}
.spacer.h-40 {
    height: 40px;
}
.spacer.h-50 {
    height: 50px;
}
.spacer.h-60 {
    height: 60px;
}
.spacer.h-70 {
    height: 70px;
}
.spacer.h-80 {
    height: 80px;
}
.spacer.h-90 {
    height: 90px;
}
.spacer.h-100 {
    height: 100px;
}

.feature-plain .logos {
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    text-align: center;
    margin: auto;
}
.feature-plain .logos .logo-flex {
    margin-bottom: 20px;
}
.feature-plain .logos .logo-flex .wrap {
    /*
    background: #f4f4f4;
    border: 1px solid #ECECEC;
    */
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.product-sheet-template-templates .page-header .main-banner {
    height: calc(100vh - 130px);
    padding-bottom: 115px;
}
.product-sheet-template-templates section.feature-plain {
    padding: 120px 0;
    margin: 0;
}
.product-sheet-template-templates #feature-4 .col-md-12,
.product-sheet-template-templates #feature-4 .col-md-4 {
    margin-bottom: 60px;
}
.product-sheet-template-templates #feature-4 img {
	max-width: 150px;
}
.product-sheet-template-templates .list.check-list,
.product-sheet-template-templates .list.numbers {
    max-width: 480px;
    margin: auto;
}
.product-sheet-template-templates iframe,
.product-sheet-template-templates .wp-block-embed,
.product-sheet-template-templates .wp-block-embed__wrapper,
.product-sheet-template-templates .wp-block-embed iframe {
    width: 100%;
    height: 100%;
}
.product-sheet-template-templates .wpcf7-select, .wpcf7-text {
    line-height: 60px;
}
.pre-head-title {
    color: var(--red);
    font-size: 40px;
    font-weight: 500;
}
#iModel-T {    
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    top: 30px;
    position: absolute;
    margin: 0;
}
#iModel-T .smaller {
    font-size: 0.5em;
}
#iModel-B {    
    background: var(--red);
    height: 115px;
    bottom: 0;
    top: auto;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#dd-rf3 {    
    font-size: 40px;
    font-weight: 500;
}
#iModel-form .wpcf7-submit {
    font-weight: 600;
    font-size: 32px;
    line-height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    #iModel-form .wpcf7-submit {
        font-size: 18px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
    body {
        padding-top: 80px;
    }
    #iModel-B {
        height: auto;
        text-align: center;
        font-size: 40px;
        height: 80px;
        font-size: 46px;
    }
    .product-sheet-template-templates .page-header .main-banner {
        height: calc(100vh - 90px);
        padding-bottom: 80px;
    }
    #iModel-T {
        top: 30px;
        position: absolute;
        margin: 0;
    }
    #site-header {
        height: 90px;
    }
}
@media screen and (max-width: 767px) {
    section.feature-plain h2 {
        font-size: 36px;
    }
    #dd-rf3 {
        font-size: 20px;
    }
    .product-sheet-template-templates .page-header .main-banner {
        height: 400px;
        margin-bottom: 10px;
        padding-bottom: 50px;
    }
    #iModel-B {
        font-size: 22px;
        height: auto;
        padding: 10px 0;
        height: 50px;
    }
    .pre-head-title {
        margin-top: 10px;
        font-size: 26px;
    }
    .product-sheet-template-templates h1 {
        font-size: 36px;
        word-break: break-word;
    }
    .product-sheet-template-templates .wp-block-columns.wp-container-2 {
        margin: 0;
    }
    .product-sheet-template-templates #feature-2 .col-md-6:nth-child(2) {
        margin-bottom: 120px;
    }
    .product-sheet-template-templates .feature-plain .logos .logo-flex {
        width: 50%;
    }
    .product-sheet-template-templates .feature-plain#feature-2 .row {
        flex-direction: column-reverse
    }
    #iModel-T {
        font-size: 30px;
        line-height: 34px;
        margin-top: 10px;
    }
    .product-sheet-template-templates .list.check-list,
    .product-sheet-template-templates .list.numbers {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media screen and (min-width: 768px){
    .product-sheet-template-templates section.feature-plain {
        min-height: 800px;
        display: flex;
        align-items: center;
    }
    .form-btn-wrap {
        display: flex;
        justify-content: center;
        align-items: end;
        max-height: 120px;
    }
    .form-btn-wrap .wpcf7-spinner {
        margin: 0;
        top: 0;
        position: absolute;
    }
}