* {
	outline: none!important
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #f49084
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #f49084
}

a {
	text-decoration: none;
	transition: all .2s ease-in-out
}

a:focus,
a:hover {
	color: #444
}

iframe {
	width: 100%
}

#page_content {
	margin: 84px auto 50px
}

@media (max-width:1200px) {
	#page_content {
		margin: 84px auto 50px
	}
}

@media (max-width:767px) {
	#page_content {
		margin: 63px auto 50px
	}
}

#page_content.container {
	margin: 34px auto 50px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #024c9e
}

.standard__content p {
	color: #4d5f65;
	font-size: 15px;
	line-height: 28px
}

.video_wrap {
	padding: 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	display: block
}

.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.wppb-input-hidden {
	display: none
}

.tw-loader {
	background: transparent url(../images/loader.svg) no-repeat 50%/50px;
	width: 200px;
	height: 200px;
	text-align: center;
	color: rgba(0, 0, 0, .7);
	font-weight: 100;
	line-height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.tw-loader.white {
	background: transparent url(../images/loader-white.svg) no-repeat 50%/50px;
	color: hsla(0, 0%, 100%, .7)
}

#page_content .product__info .product__info tr td:first-child {
	min-width: 120px
}

.orange-btn {
	background: #ec6707;
	padding: 5px 15px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	margin-top: 30px;
	display: inline-block;
	color: #fff!important;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none!important;
	transition: all .2s ease-in-out
}

.orange-btn:hover {
	opacity: .8
}

.share-description {
	color: #024c9e;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block
}

.share-description:after {
	content: "";
	display: inline-block;
	background: url(../images/draw-arrow.png) no-repeat 0;
	width: 100px;
	height: 20px;
	position: relative;
	top: 5px;
	left: -7px
}

body.home .share-description:after {
	top: 0;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg)
}

@font-face {
	font-display: swap;
	font-family: Open Sans;
	src: url(../fonts/OpenSans-Light.eot?v=1.1.0);
	src: url(../fonts/OpenSans-Light.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../fonts/OpenSans-Light.woff2?v=1.1.0) format("woff2"), url(../fonts/OpenSans-Light.woff?v=1.1.0) format("woff"), url(../fonts/OpenSans-Light.ttf?v=1.1.0) format("truetype"), url(../fonts/OpenSans-Light.svg?v=1.1.0#Light) format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: Open Sans;
	src: url(../fonts/OpenSans-Regular.eot?v=1.1.0);
	src: url(../fonts/OpenSans-Regular.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../fonts/OpenSans-Regular.woff2?v=1.1.0) format("woff2"), url(../fonts/OpenSans-Regular.woff?v=1.1.0) format("woff"), url(../fonts/OpenSans-Regular.ttf?v=1.1.0) format("truetype"), url(../fonts/OpenSans-Regular.svg?v=1.1.0#Regular) format("svg");
	font-weight: 400;
	font-style: normal;
font-display: swap;
}

@font-face {
	font-display: swap;
	font-family: Open Sans;
	src: url(../fonts/OpenSans-Bold.eot?v=1.1.0);
	src: url(../fonts/OpenSans-Bold.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../fonts/OpenSans-Bold.woff2?v=1.1.0) format("woff2"), url(../fonts/OpenSans-Bold.woff?v=1.1.0) format("woff"), url(../fonts/OpenSans-Bold.ttf?v=1.1.0) format("truetype"), url(../fonts/OpenSans-Bold.svg?v=1.1.0#Bold) format("svg");
	font-weight: 700;
	font-style: normal
}

body {
	font-family: Open Sans, Helvetica, Times New Roman, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #444;
font-display: swap;
}

p {
	margin-bottom: 1.375em
}

p:last-child {
	margin-bottom: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin-bottom: 1em
}

blockquote {
	color: #777;
	font-style: italic
}

hr.small {
	max-width: 100px;
	margin: 15px auto;
	border-width: 4px;
	border-color: #fff
}

a {
	color: #024c9e
}

.knowledge-search-popup {
	position: absolute;
	bottom: 50px;
	z-index: 500;
	cursor: pointer;
	max-width: 260px;
	-webkit-animation-name: example;
	animation-name: example;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@media (min-width:620px) {
	.knowledge-search-popup {
		left: -50px
	}
}

@-webkit-keyframes example {
	0% {
		bottom: 50px
	}
	50% {
		bottom: 60px
	}
	to {
		bottom: 50px
	}
}

@keyframes example {
	0% {
		bottom: 50px
	}
	50% {
		bottom: 60px
	}
	to {
		bottom: 50px
	}
}

.knowledge-search-popup .title {
	text-align: center;
	color: #fff;
	padding: 40px 50px 60px;
	background: url(../images/search-popup.png) no-repeat 50%/200px auto
}

.knowledge-search-popup .top {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300
}

.knowledge-search-popup .bottom {
	font-weight: 600;
	font-size: 20px;
	line-height: 1em
}

.knowledge-search-popup a {
	text-decoration: none!important
}

@media (max-width:620px) {
	.knowledge-search-popup .title {
		position: relative;
		padding: 10px;
		background: #ec6707
	}
	.knowledge-search-popup .title:after {
		content: "";
		display: block;
		position: absolute;
		bottom: -5px;
		left: 10px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 20px;
		height: 20px;
		background: #ec6707
	}
	.knowledge-search-popup .title .bottom,
	.knowledge-search-popup .title .top {
		font-size: 12px
	}
}

body {
	margin-top: 84px
}

@media (max-width:767px) {
	body {
		margin-top: 63px
	}
}

#main_navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	padding: 20px 0;
	background-color: #013165;
	border-bottom: 2px solid #ec6707
}

@media (max-width:767px) {
	#main_navigation {
		padding: 10px 0
	}
}

#main_navigation .container {
	padding: 0 10px
}

@media (max-width:543px) {
	#main_navigation .container {
		width: 100%
	}
}

#main_navigation.navbar-inverse .navbar-toggler {
	border-color: hsla(0, 0%, 100%, .5);
	top: 10px
}

@media (max-width:767px) {
	#main_navigation.navbar-inverse .navbar-toggler {
		top: 4px
	}
}

#main_navigation .navbar-brand {
	max-height: 42px;
	padding: 0
}

#main_navigation .navbar-brand img {
	width: auto;
	height: 100%;
	max-height: 42px
}

@media (max-width:767px) {
	#main_navigation .navbar-brand img {
		width: inherit;
		max-width: 194px;
		height: auto
	}
}

#main_navigation .navbar-toggle {
	color: #777;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px
}

#main_navigation li a {
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #fff
}

#main_navigation li a:hover {
	color: #ec6707
}

@media (max-width:991px) {
	#main_navigation li a {
		padding: 6px 0
	}
}

#main_navigation li.active a {
	color: #ec6707
}

#main_navigation li .dropdown-menu {
	display: none;
	margin-top: 0;
	padding: 0;
	border-radius: 0;
	border: none;
	background: #ec6707
}

#main_navigation li .dropdown-menu li {
	padding: 2px 10px
}

#main_navigation li .dropdown-menu li a {
	padding: 6px 10px
}

#main_navigation li .dropdown-menu .dropdown-menu {
	top: -1px;
	left: 100%
}

#main_navigation li .dropdown-menu a {
	padding: 10px;
	color: #fff;
	font-weight: 300
}

#main_navigation li.menu-item-has-children>a:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent
}

#main_navigation li.menu-item-has-children:hover>.dropdown-menu {
	display: block
}

#main_navigation li.menu-item-has-children:hover>.dropdown-menu .dropdown-menu {
	top: -1px;
	left: 100%
}

#main_navigation li.menu__btn {
	padding: 25px 4px
}

@media (min-width:992px) {
	#main_navigation li.menu__btn--orange {
		margin-left: 5px
	}
}

@media (max-width:991px) {
	#main_navigation li.menu__btn--orange {
		padding: 10px 0
	}
}

#main_navigation li.menu__btn--orange a {
	background: #ec6707;
	color: #fff
}

#main_navigation li.menu__btn--orange a:hover {
	opacity: .9
}

@media (max-width:991px) {
	#main_navigation li.menu__btn--blue {
		padding: 10px 0
	}
}

#main_navigation li.menu__btn--blue a {
	background: #215893;
	color: #fff
}

#main_navigation li.menu__btn--blue a:hover {
	opacity: .9
}

#main_navigation li.menu__btn a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 4px;
	position: relative;
	top: 1px
}

@media (max-width:1199px) {
	#main_navigation li.menu__btn {
		padding-left: 0;
		padding-right: 0
	}
	#main_navigation li.menu__btn a {
		display: inline-block
	}
}

@media (min-width:991px) {
	#main_navigation {
		padding: 0
	}
	#main_navigation li {
		padding: 30px 10px
	}
	#main_navigation li a {
		padding: 0
	}
}

@media only screen and (min-width:1170px) {
	#main_navigation {
		transition: background-color .3s;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
	}
	#main_navigation.is-fixed {
		position: fixed;
		top: -87px;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s
	}
	#main_navigation.is-fixed .navbar-brand {
		color: #333
	}
	#main_navigation.is-fixed .navbar-brand:focus,
	#main_navigation.is-fixed .navbar-brand:hover {
		color: #0085a1
	}
	#main_navigation.is-fixed .navbar-brand .nav li a {
		color: #333
	}
	#main_navigation.is-fixed .navbar-brand .nav li a:focus,
	#main_navigation.is-fixed .navbar-brand .nav li a:hover {
		color: #0085a1
	}
	#main_navigation.is-visible {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@media (min-width:991px) and (max-width:1366px) {
	#main_navigation .navbar-brand {
		max-width: 150px
	}
	#main_navigation .navbar-brand img {
		max-width: 100%;
		height: auto
	}
	#main_navigation li.menu_btn a {
		font-size: 13px
	}
	#main_navigation li a {
		font-size: 14px
	}
}

body.admin-bar #main_navigation {
	top: 32px
}

body.admin-bar #main_navigation.is-fixed {
	top: -116px
}

body.admin-bar #main_navigation.is-visible {
	-webkit-transform: translate3d(0, 170%, 0);
	transform: translate3d(0, 170%, 0)
}

@media (max-width:792px) {
	body.admin-bar #main_navigation {
		top: 46px
	}
}

.pagination-wrap {
	padding: 40px 15px 20px;
	clear: both;
	width: 100%
}

.pagination-wrap ul.pagination {
	margin-bottom: 0
}

.pagination-wrap .page-link {
	color: #024c9e
}

.pagination-wrap .page-link.current {
	color: #fff;
	border-color: #024c9e;
	background: #024c9e
}

.breadcrumb {
	background: none;
	padding: 0;
	margin: 0
}

.breadcrumb .inner {
	border-bottom: 1px solid #eee;
	padding-top: 14px;
	padding-bottom: 14px
}

.breadcrumb span {
	font-size: 12px;
	color: #b1bdbf;
	text-transform: uppercase;
	font-weight: 600
}

.breadcrumb span a {
	color: #7d888a
}

.btn__search--blue {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 12px 10px;
	border-radius: 4px;
	background: #215893;
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	transition: all .2s ease-in-out;
	border: none
}

.btn__search--blue:active,
.btn__search--blue:focus,
.btn__search--blue:hover {
	background: #215893;
	color: #fff;
	opacity: .9
}

#main_navigation .menu-item-109 {
	display: none
}

.logged-in #main_navigation .menu-item-109 {
	display: list-item
}

.main__button {
	padding: 5px 15px;
	border: none;
	background: #ec6707;
	border: 1px solid #ec6707;
	transition: all .2s ease-in-out;
	padding: 8px 30px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff
}

.main__button:focus,
.main__button:hover {
	background: #fff;
	color: #444;
	text-decoration: none
}

.main__button--small {
	font-size: 13px;
	padding: 8px 16px
}

.main__button.light {
	background: #a6bad0;
	border-color: #a6bad0
}

.main__button.light:focus,
.main__button.light:hover {
	background: #fff;
	border-color: #a6bad0;
	text-decoration: none
}

.btn__arrow:after {
	content: " ";
	width: 6px;
	height: 10px;
	background: url(../images/ico-arrow-btn-slider.png) no-repeat;
	background-size: 100% auto;
	display: inline-block;
	margin-left: 10px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.btn__arrow:focus,
.btn__arrow:hover {
	border-color: #444;
	background: #444;
	color: #fff
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=text],
textarea {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 15px;
	display: inline-block;
	width: 100%
}

input[type=checkbox] {
	margin-right: 10px
}

input[type=submit] {
	padding: 5px 15px;
	cursor: pointer;
	border: none;
	background: #ec6707;
	border: 1px solid #ec6707;
	transition: all .2s ease-in-out;
	padding: 8px 30px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	font-family: Open Sans, Helvetica, Times New Roman, sans-serif;
	text-transform: uppercase;
	color: #fff
}

input[type=submit]:hover {
	background: #fff;
	color: #444
}

.wppb-user-forms ul {
	max-width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 0
}

.wppb-user-forms ul li.wppb-form-field {
	width: 100%;
	float: left;
	padding: 0 10px;
	margin-bottom: 15px;
	position: relative
}

@media (min-width:768px) {
	.wppb-user-forms ul li.wppb-form-field {
		width: 50%
	}
}

.wppb-user-forms ul li.wppb-default-biographical-info {
	width: 100%
}

.wppb-user-forms ul li .wppb-required {
	color: red;
	margin-left: 5px
}

.wppb-user-forms ul li .wppb-form-error {
	position: absolute;
	width: auto;
	right: 20px;
	bottom: 5px;
	text-align: right
}

.wppb-user-forms .wppb-form-error {
	font-size: 12px;
	color: rgba(255, 0, 0, .7)
}

.alignnone {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	height: auto
}

.aligncenter {
	display: block;
	margin: .5rem auto;
	height: auto
}

.alignleft,
.alignright {
	margin-bottom: .5rem;
	height: auto
}

@media (min-width:544px) {
	.alignleft {
		float: left;
		margin-right: .5rem
	}
	.alignright {
		float: right;
		margin-left: .5rem
	}
}

.page-header {
	margin-bottom: 50px
}

.page-header h1 {
	font-size: 40px;
	font-weight: 400;
	letter-spacing: .01em;
	opacity: .9;
	text-align: center
}

.page-header--bg {
	height: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent no-repeat 50%/cover
}

@media (min-width:1170px) {
	.page-header h1 {
		font-size: 60px;
		text-align: left
	}
	.page-header--bg {
		height: 500px
	}
}

.map__header #map-canvas,
.map__header #map-canvas .acf-map {
	width: 100%;
	height: 500px
}

.map__header #map-canvas .acf-map img {
	max-width: inherit!important
}

.blog__sidebar .twitter__widget h4 {
	display: none
}

.blog__sidebar .widget {
	margin-bottom: 28px
}

.blog__sidebar .widget h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 18px
}

.blog__sidebar .widget_categories ul {
	list-style-type: none;
	padding: 0
}

.blog__sidebar .widget_categories ul li {
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
	margin-bottom: 6px
}

.blog__sidebar .widget_categories ul li a {
	font-size: 15px
}

#social__fixed {
	position: fixed;
	top: 25%;
	right: -700px;
	z-index: 9999;
	transition: all .2s ease-in-out
}

@media (max-width:760px) {
	#social__fixed {
		right: calc(-100% + 55px)
	}
}

@media (max-width:991px) {
	#social__fixed {
		display: none
	}
}

#social__fixed.active {
	right: 0;
	z-index: 10010
}

#social__fixed .social__ico {
	display: block;
	width: 48px;
	height: 48px;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #ec6707 url(../images/ico-social.png) no-repeat 50%/24px auto;
	position: absolute;
	top: 0;
	left: -48px
}

#social__fixed .inner {
	display: inline-block;
	background: #fff;
	padding: 22px 40px;
	border: 1px solid #ec6707;
	width: 100vw;
	max-width: 700px
}

@media (max-width:760px) {
	#social__fixed .inner {
		width: calc(100vw - 70px)
	}
}

@media (max-width:570px) {
	#social__fixed iframe {
		width: 100%!important
	}
}

#cta__fixed {
	background: #ec6707;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	position: fixed;
	top: calc(25% + 60px);
	right: 0;
	width: 48px;
	z-index: 10000;
	padding: 14px 0 10px
}

@media (max-width:991px) {
	#cta__fixed {
		display: none
	}
}

#cta__fixed a {
	display: block;
	width: 48px;
	height: 30px
}

#cta__fixed a.phone {
	margin-bottom: 6px;
	background: url(../images/ico-phone.png) no-repeat 50%;
	background-size: 26px auto
}

#cta__fixed a.mail {
	background: url(../images/ico-mail.png) no-repeat 50%;
	background-size: 26px auto
}

#cta-social-links {
	position: fixed;
	right: -5px;
	top: calc(25% + 160px);
	z-index: 10000;
	width: 53px;
	background: #013165;
	border-radius: 5px
}

@media (max-width:991px) {
	#cta-social-links {
		display: none
	}
}

#cta-social-links ul {
	padding: 0;
	list-style: none;
	margin: 0;
	padding: 10px 0
}

#cta-social-links a {
	padding: 8px 5px;
	width: calc(100% - 5px);
	display: inline-block;
	text-align: center;
	line-height: 1em;
	opacity: 1;
	transition: all .2s ease-in-out
}

#cta-social-links a:hover {
	opacity: .5
}

footer {
	background: #013165;
	padding-bottom: 70px
}

footer #footer_widgets {
	padding: 40px 0
}

footer .widget {
	margin-bottom: 30px
}

@media (min-width:768px) {
	footer .widget {
		margin-bottom: 0
	}
}

footer .widget h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase
}

footer .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

footer .widget ul li {
	font-size: 13px;
	line-height: 22px
}

footer .widget ul li a {
	color: #fff
}

footer .widget ul li a:hover {
	color: #fff;
	text-decoration: underline
}

footer .widget ul.sub-menu {
	padding-left: 12px;
	margin: 6px 0
}

footer .widget .textwidget,
footer .widget p {
	font-size: 13px;
	line-height: 22px;
	color: #fff
}

footer .widget.widget_recent_entries li {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #1c3f5b
}

#footer_copyrights {
	border-top: 1px solid hsla(0, 0%, 100%, .1);
	padding-top: 20px;
	text-align: center
}

#footer_copyrights p {
	color: #fff;
	font-size: 13px;
	display: inline-block
}

#footer_copyrights .navbar-nav {
	display: inline-block;
	margin-left: 15px
}

#footer_copyrights .navbar-nav li {
	display: inline-block;
	margin: 0 10px
}

#footer_copyrights .navbar-nav li a {
	color: #fff;
	font-size: 13px;
	padding: 0
}

#footer_copyrights .navbar-nav li a:hover {
	text-decoration: underline!important;
	color: #fff
}

#cookie-law-info-bar {
	background: #013165!important;
	border: none!important;
	padding: 10px!important;
	color: #fff!important;
	z-index: 10001!important
}

#cookie-law-info-bar a {
	color: #fff!important
}

#cookie-law-info-bar .cli-plugin-button {
	background: #ec6707!important;
	box-shadow: none!important
}

#cookie-law-info-again {
	display: none!important
}

.knowledge__search {
	padding: 12px 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10000;
	background: #013165
}

.knowledge__search * {
	font-family: Open Sans, Helvetica, Times New Roman, sans-serif!important
}

@media (max-width:767px) {
	.knowledge__search {
		padding: 4px 0
	}
}

.knowledge__search .proinput {
	border: none!important
}

.knowledge__search .asp_main_container {
	margin: 0!important;
	padding: 0 12px!important;
	border-radius: 4px!important
}

@media (max-width:767px) {
	.knowledge__search .asp_main_container {
		padding: 0 6px!important
	}
}

.knowledge__search .asp_main_container .proloading {
	padding: 7px!important
}

.knowledge__search .asp_main_container .asp_loader {
	width: 25px!important;
	height: 25px!important;
	min-width: 25px!important;
	min-height: 25px!important;
	max-height: 25px!important
}

.knowledge__search #wpdreams_asp_results_1 {
	position: absolute;
	width: 97%;
	bottom: 53px;
	z-index: 1000;
	box-shadow: 0 0 25px -5px rgba(0, 0, 0, .5)
}

@media (max-width:500px) {
	.knowledge__search #wpdreams_asp_results_1 {
		width: 95%
	}
}

.knowledge__search #wpdreams_asp_results_1 .asp_spacer {
	background: none repeat scroll 0 0 #d8d8d8!important;
	width: 100%!important;
	margin: 5px auto!important
}

.knowledge__search #wpdreams_asp_results_1 .etc {
	margin: auto!important
}

.knowledge__search #wpdreams_asp_results_1 .showmore {
	margin-top: auto
}

.knowledge__search #wpdreams_asp_results_1 .results {
	max-height: 205px!important
}

#ajaxsearchliteres1,
#ajaxsearchprores1_1 {
	top: inherit!important;
	position: fixed;
	bottom: 66px
}

#ajaxsearchliteres1 .prosettings,
#ajaxsearchprores1_1 .prosettings,
.location__hidden #cookie-law-info-bar {
	display: none!important
}

#page_content,
#page_content p {
	font-size: 15px;
	line-height: 28px;
	color: #4d5f65
}

.filters__options {
	margin-bottom: 60px
}

.filters__options .filter__box {
	margin-bottom: 8px
}

@media (min-width:768px) {
	.filters__options .filter__box {
		margin-bottom: 0
	}
}

.filters__options .filter__box .inner {
	border: 1px solid #ccc;
	padding: 15px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 4px;
	transition: all .4s ease-in-out;
	position: relative;
	letter-spacing: -.5px
}

.filters__options .filter__box .exit {
	display: none;
	position: absolute;
	font-size: 25px;
	right: 15px;
	top: 7px;
	font-weight: 400
}

.filters__options .filter__box.active .inner {
	border-color: #024c9e;
	background: #024c9e;
	color: #fff
}

.filters__options .filter__box.active .exit {
	display: block
}

.filters__options .filter__box:hover .inner {
	border-color: #024c9e;
	background: #024c9e;
	color: #fff
}

.filters__options select.hidden {
	display: none
}

.experience__content {
	margin-bottom: 20px
}

@media (min-width:768px) {
	.experience__content {
		margin-bottom: 0;
		padding-right: 80px
	}
}

@media (min-width:768px) {
	.filters__description {
		padding-left: 40px;
		border-left: 1px solid #eee
	}
}

.filters__description .filter__info {
	position: relative;
	margin-bottom: 28px
}

@media (min-width:768px) {
	.filters__description .filter__info:before {
		content: " ";
		display: block;
		width: 8px;
		height: 8px;
		background: #024c9e;
		border-radius: 100%;
		left: -44px;
		position: absolute;
		top: 8px
	}
}

.filters__description .filter__info h3 {
	font-size: 22px;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-weight: 600
}

#page_wrap {
	padding-top: 22px;
	padding-bottom: 30px
}

@media (min-width:768px) {
	#page_wrap {
		padding-top: 28px
	}
}

#page_wrap header {
	margin-bottom: 30px
}

@media (min-width:768px) {
	#page_wrap header {
		margin-bottom: 40px
	}
}

#page_wrap header h1 {
	font-size: 32px;
	font-weight: 400
}

@media (min-width:768px) {
	#page_wrap header h1 {
		font-size: 42px
	}
}

.page .full__slider--page .swiper-wrapper,
.single .full__slider--page .swiper-wrapper {
	box-sizing: border-box
}

.page .full__slider--page .slider__slide,
.single .full__slider--page .slider__slide {
	height: 330px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

.page .full__slider .swiper-wrapper,
.single .full__slider .swiper-wrapper {
	box-sizing: border-box
}

#page_content .page__section {
	padding: 70px 0 40px
}

#page_content .page__section--intro {
	text-align: center;
	border-bottom: 1px solid #eee
}

#page_content .page__section--intro h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 1.5px
}

#page_content .page__section--intro p {
	text-align: center;
	padding: 0 60px
}

#page_content .page__section--blocks__icons .content__pdf {
	padding-right: 90px
}

#page_content .page__section--blocks__icons .content__pdf h3 {
	font-weight: 500
}

#page_content .page__section--blocks__icons .content__pdf .pdf__list {
	margin-top: 40px
}

#page_content .page__section--blocks__icons .content__pdf .pdf__list a {
	display: block;
	padding-left: 40px;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 600;
	position: relative
}

#page_content .page__section--blocks__icons .content__pdf .pdf__list a:before {
	content: " ";
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0;
	background: url(../images/pdf.png) no-repeat 50%;
	width: 26px;
	height: 30px;
	background-size: contain
}

#page_content .page__section--blocks__icons .content__icons {
	padding-left: 60px;
	border-left: 1px solid #eee
}

#page_content .page__section--blocks__icons .content__icons .icon__item {
	position: relative;
	margin-bottom: 24px
}

#page_content .page__section--blocks__icons .content__icons .icon__item:first-child {
	padding-top: 60px
}

#page_content .page__section--blocks__icons .content__icons .icon__item .ico {
	position: absolute;
	left: -89px;
	width: 58px;
	height: 58px;
	background-color: #024c9e;
	border-radius: 100%;
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: 50%
}

#page_content .page__section--blocks__icons .content__icons .icon__item h3 {
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 10px
}

#page_content .page__section--blocks__icons .content__icons .icon__item p {
	font-size: 14px;
	line-height: 24px
}

.error404 .page-header--bg {
	background-image: url(../images/banner.jpg)!important
}

.error404 .page-header--bg h1 {
	color: #fff
}

body .modal-backdrop {
	z-index: 104000
}

body .modal {
	z-index: 105000
}

.ewac_download_section .profile__compleate--button {
	display: inline-block;
	margin: 4px 20px
}

.contact__right .form__row {
	margin-bottom: 8px
}

.contact__right .form__row .label {
	font-size: 14px;
	margin-bottom: 4px
}

.contact__right .form__row select {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 15px;
	display: inline-block;
	width: 100%
}

.contact__right .form__row textarea {
	height: 346px
}

.page-children {
	background: #eaf0f3;
	padding: 60px 0 30px
}

.page-children .pc__box {
	margin-bottom: 30px
}

.page-children .pc__box .inner {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 1px 0 #b9c8ca;
	position: relative
}

.page-children .pc__box .inner h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 0
}

.page-children .pc__box .inner h4 a {
	color: #024c9e;
	padding: 22px 64px 22px 26px;
	display: block
}

.page-children .pc__box .more {
	position: absolute;
	height: 100%;
	background: url(../images/ico-arrow-down.png) no-repeat 50%;
	width: 70px;
	right: 0;
	top: 0;
	z-index: 1000;
	cursor: pointer;
	background-size: 22px auto;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body.page-template-template-configurator #page_content {
	margin-bottom: 0!important
}

body.page-template-template-landing-page .entry-share {
	display: none
}

body.page-template-template-landing-page .entry-see-site {
	text-align: center
}

body.page-template-template-landing-page .entry-see-site .see-site-text {
	font-weight: 700;
	font-size: 18px
}

body.page-template-template-landing-page .entry-see-site .orange-btn {
	font-size: 25px;
	width: 250px;
	line-height: 40px
}

body.page-template-template-landing-page .pdf-section {
	padding-top: 40px;
	text-align: center
}

body.page-template-template-landing-page .pdf-section img {
	max-width: 80%
}

body.page-template-template-landing-page .pdf-section .brochure-big {
	margin-bottom: 50px
}

body.page-template-template-landing-page .pdf-section .gallery-pdf .gallery-pdf-single {
	margin-bottom: 30px
}

#post_wrap {
	padding-top: 22px;
	padding-bottom: 30px
}

@media (min-width:768px) {
	#post_wrap {
		padding-top: 28px
	}
}

#post_wrap header {
	margin-bottom: 30px
}

@media (min-width:768px) {
	#post_wrap header {
		margin-bottom: 40px
	}
}

#post_wrap header h1 {
	font-size: 32px;
	font-weight: 400
}

@media (min-width:768px) {
	#post_wrap header h1 {
		font-size: 42px
	}
}

#post_wrap header img {
	margin-bottom: 40px
}

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

@media (min-width:768px) {
	#post_wrap .post__content article {
		padding-right: 60px
	}
}

#post_wrap .post-gallery {
	margin-bottom: 48px
}

#post_wrap .post-gallery .product__slider .slider__slide.full {
	height: 336px
}

#comments {
	margin: 50px auto
}

.post__content footer {
	background: none;
	padding: 0
}

.post_item {
	margin-bottom: 20px
}

.post_item .entry-title {
	margin-bottom: 10px
}

.post_item .entry-title a {
	color: #444
}

.post_item .entry-title a:hover {
	color: #f49084
}

#page_content .blog__header {
	margin: 0;
	clear: both;
	padding-top: 28px
}

#page_content .blog__header h1 {
	text-align: left;
	font-size: 32px;
	font-weight: 400
}

@media (min-width:768px) {
	#page_content .blog__header h1 {
		font-size: 42px
	}
}

@media (min-width:768px) {
	#page_content .post__list {
		padding-right: 60px
	}
}

#page_content .post__list .category-description {
	margin-bottom: 28px
}

#page_content .post__list .post__tile {
	margin-bottom: 32px
}

#page_content .post__list .post__tile:nth-child(3n+1) {
	clear: both
}

#page_content .post__list .post__tile .inner {
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 1px 0 0 #b9c8ca
}

#page_content .post__list .post__tile .tile__content {
	padding: 24px 14px;
	border: 1px solid #eee;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	min-height: 180px
}

@media (min-width:768px) {
	#page_content .post__list .post__tile .tile__content {
		padding: 24px 26px
	}
}

#page_content .post__list .post__tile h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 12px
}

@media (min-width:768px) {
	#page_content .post__list .post__tile h3 {
		max-height: 52px;
		overflow: hidden
	}
}

#page_content .post__list .post__tile p {
	font-size: 14px;
	line-height: 22px;
	color: #4d5f65
}

@media (min-width:768px) {
	#page_content .post__list .post__tile p {
		max-height: 66px;
		overflow: hidden
	}
}

#page_content .post__list .post__tile.product-tile .inner .woocommerce-loop-product__title {
	font-size: 18px;
	margin-bottom: 6px
}

#page_content .post__list .post__tile.product-tile .inner .woocommerce-LoopProduct-link:hover {
	text-decoration: none
}

#page_content .post__list .post__tile.product-tile .inner .woocommerce-LoopProduct-link del {
	color: #777
}

#page_content .post__list .post__tile.product-tile .inner .woocommerce-LoopProduct-link .price,
#page_content .post__list .post__tile.product-tile .inner .woocommerce-LoopProduct-link ins {
	text-decoration: none;
	color: #ec6707;
	font-size: 24px;
	margin-left: 12px;
	display: inline-block
}

#page_content .post__list .post__tile.product-tile .inner .woocommerce-LoopProduct-link .price {
	margin-left: 0
}

#page_content .post__list--product .post__tile {
	position: relative
}

#page_content .post__list--product .post__tile:after {
	content: " ";
	width: calc(100% - 30px);
	height: 1px;
	position: absolute;
	bottom: 0;
	background: #e2dfdf
}

#page_content .post__list--product .post__tile .inner {
	box-shadow: none
}

#page_content .post__list--product .post__tile .tile__content {
	border: none;
	padding: 12px 0
}

.k_video_items .video_wrap {
	margin-bottom: 30px
}

.woocommerce .products .post__tile.product-tile .product_cat {
	font-size: 13px;
	color: #848484;
	margin-bottom: 8px
}

.woocommerce .products .post__tile.product-tile .product_cat a {
	color: #848484
}

.woocommerce .products .post__tile.product-tile .product_cat a:hover {
	color: #4c4c4c
}

.woocommerce .products .post__tile.product-tile .price {
	font-size: 28px;
	color: #ec6707
}

.block__image,
.tile__thumb {
	display: block;
	overflow: hidden
}

.block__image:hover div,
.tile__thumb:hover div {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.block__image .thumb-img,
.tile__thumb .thumb-img {
	height: 186px;
	width: 240px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .2s ease-in-out;
	position: relative
}

.single-products .thumb-img {
	width: 350px;
	height: 270px
}

.post-type-archive-products .thumb-img {
	width: 100%;
	background-size: cover;
	background-width: 100%
}

body#tinymce {
	margin: 12px!important
}

.post-type-archive-knowledge #page_content,
.post-type-archive-knowledge .page-header,
.tax-knowledge-category #page_content,
.tax-knowledge-category .page-header {
	margin-bottom: 0
}

.post-type-archive-knowledge .page__header-knowledge,
.tax-knowledge-category .page__header-knowledge {
	height: 420px
}

.page-header .login__form--header {
	float: right;
	width: 320px
}

.page-header .login__form--header h4 {
	margin-bottom: 12px
}

.page-header .login__form--header .inner {
	background: #fff;
	border-radius: 8px;
	padding: 20px 18px
}

.page-header .login__form--header .login-remember {
	display: none
}

.page-header .login__form--header .af_footer {
	font-size: 13px;
	font-weight: 400;
	color: #979fa5
}

.page-header .login__form--header .af_footer button {
	background: none;
	padding: 0;
	font-size: 13px;
	outline: none;
	border: none;
	box-shadow: none;
	color: #979fa5
}

.page-header .login__form--header p label {
	font-size: 14px;
	color: #989fa5
}

#knowledge_access .af_footer {
	font-size: 13px;
	font-weight: 400;
	color: #979fa5
}

#knowledge_access .af_footer button {
	background: none;
	padding: 0;
	font-size: 13px;
	outline: none;
	border: none;
	box-shadow: none;
	color: #979fa5
}

#knowledge_access .af_footer button:hover {
	cursor: pointer;
	opacity: .6
}

#knowledge_access .af_modal .modal-content {
	padding: 0
}

#knowledge_access .af_modal .modal-content label {
	font-size: 14px;
	color: #989fa5
}

#knowledge_access .af_modal .modal-content ul {
	margin-bottom: 0
}

#knowledge_access .af_modal .modal-content #wppb-recover-password-container p {
	padding: 0 10px;
	font-size: 15px;
	line-height: 24px;
	color: #4d5f65
}

#knowledge_access .af_modal .modal-content .form-submit {
	padding: 0 10px
}

#knowledge_access .af_modal .modal-content .modal-header {
	padding: 16px 26px
}

#knowledge_access .login-remember {
	display: none
}

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

#knowledge_archive .kc_item {
	margin-bottom: 14px
}

@media (min-width:768px) {
	#knowledge_archive .kc_item {
		margin-bottom: 30px
	}
}

#knowledge_archive .kc_thumb {
	margin-bottom: 20px
}

#knowledge_archive .kc_childs {
	font-size: 12px;
	padding: 0
}

#knowledge_item .ki_footer {
	margin-top: 50px
}

#knowledge_item .ki_search_content {
	margin: 50px auto;
	height: 200px;
	overflow-x: auto;
	opacity: .5
}

.ewac_download_section {
	background: #e5e5e5;
	padding: 10px;
	margin-top: 30px
}

.ewac_download_section .ewac_download_file {
	position: relative
}

.ewac_download_section .ewac_download_file--loader:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: red;
	position: absolute;
	top: 50%;
	right: -25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent url(../images/loader.svg) no-repeat 50%/20px
}

#page_content.knowledge__base {
	margin: 0
}

.knowledge__breadcrumb {
	margin-bottom: 30px
}

.knowledge__breadcrumb .inner {
	border-bottom: 1px solid #eee;
	padding-top: 14px;
	padding-bottom: 14px
}

.knowledge__breadcrumb span {
	font-size: 12px;
	color: #b1bdbf;
	text-transform: uppercase;
	font-weight: 600
}

.knowledge__breadcrumb span a {
	color: #7d888a
}

.knowledge__base .page__header {
	padding: 0 0 24px
}

@media (min-width:768px) {
	.knowledge__base .page__header {
		padding: 20px 0 26px
	}
}

.knowledge__base .page__header h1 {
	margin: 0;
	font-weight: 400;
	font-size: 32px
}

@media (min-width:768px) {
	.knowledge__base .page__header h1 {
		font-size: 42px
	}
}

.knowledge__base .page__header .back_button {
	margin-top: 18px;
	display: inline-block;
	margin-right: 10px
}

.knowledge__base .knowledge__access {
	padding: 50px 0;
	background: #f6f9fb
}

.knowledge__base .knowledge__access.dark {
	background: #eaf0f3
}

.knowledge__base .knowledge__access .back_button {
	display: inline-block
}

.knowledge__base .kb__left {
	margin-bottom: 40px
}

@media (min-width:768px) {
	.knowledge__base .kb__left {
		margin-bottom: 0
	}
}

.knowledge__base .kb__left h4 {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 16px
}

@media (min-width:768px) {
	.knowledge__base .kb__left h4 {
		font-size: 32px;
		margin-bottom: 22px
	}
}

@media (min-width:992px) {
	.knowledge__base .kb__left p {
		padding-right: 80px
	}
}

.knowledge__base .kb__left .subcat__link {
	margin-bottom: 22px
}

.knowledge__base .kb__left .subcat__link a {
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 #b9c8ca;
	color: #024c9e;
	padding: 14px 18px;
	display: block;
	transition: all .2s ease-in-out;
	font-size: 16px;
	font-weight: 600;
	background: #fff url(../images/arrow-right-blue.svg) no-repeat 100%/40px
}

.knowledge__base .kb__left .subcat__link a:hover {
	text-decoration: none;
	color: #ec6707
}

.knowledge__base .kb__right .wrap,
.knowledge__base .login__form .wrap {
	background: #fff;
	box-shadow: 0 1px 1px 0 #b9c8ca;
	border-radius: 4px;
	padding: 30px 16px
}

@media (min-width:992px) {
	.knowledge__base .kb__right .wrap,
	.knowledge__base .login__form .wrap {
		padding: 30px 32px
	}
}

.knowledge__base .kb__right #kn_profile h4,
.knowledge__base .login__form #kn_profile h4 {
	font-size: 22px
}

.knowledge__base .kb__right #kn_profile a,
.knowledge__base .login__form #kn_profile a {
	font-size: 15px;
	font-weight: 600
}

.knowledge__base .kb__right h4,
.knowledge__base .login__form h4 {
	font-weight: 600;
	margin-bottom: 24px
}

.knowledge__base .kb__right form p,
.knowledge__base .login__form form p {
	margin-bottom: 15px
}

.knowledge__base .kb__right form p label,
.knowledge__base .login__form form p label {
	font-size: 14px;
	color: #989fa5
}

.knowledge__base .kb__right form input[type=date],
.knowledge__base .kb__right form input[type=email],
.knowledge__base .kb__right form input[type=number],
.knowledge__base .kb__right form input[type=password],
.knowledge__base .kb__right form input[type=text],
.knowledge__base .kb__right form textarea,
.knowledge__base .login__form form input[type=date],
.knowledge__base .login__form form input[type=email],
.knowledge__base .login__form form input[type=number],
.knowledge__base .login__form form input[type=password],
.knowledge__base .login__form form input[type=text],
.knowledge__base .login__form form textarea {
	background: none!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 4px;
	font-size: 14px
}

.knowledge__base .knowledge__cats {
	background: #eaf0f3;
	padding: 60px 0
}

.knowledge__base .knowledge__cats .kc__back {
	margin-bottom: 42px
}

.knowledge__base .knowledge__cats .kc__back .main__button {
	display: inline-block
}

.knowledge__base .knowledge__cats .knowledge__archive-list .button {
	margin-bottom: 28px
}

.knowledge__base .knowledge__cats .knowledge__archive-list .button .back_button {
	display: inline-block
}

.knowledge__base .knowledge__cats .knowledge__archive-list .kc_item .item__inner {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 1px 0 #b9c8ca
}

.knowledge__base .knowledge__cats .knowledge__archive-list .kc_item .item__inner.open .kc_header .more {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.knowledge__base .knowledge__cats .knowledge__archive-list .kc_item .item__inner.open .kc_header .more-right {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.knowledge__base .knowledge__cats .knowledge__archive-list .kc_item .item__inner .kc_header {
	position: relative
}

.knowledge__base .knowledge__cats .knowledge__archive-list .kc_item .item__inner .kc_header .more {
	position: absolute;
	height: 100%;
	background: url(../images/ico-arrow-down.png) no-repeat 50%;
	width: 70px;
	right: 0;
	top: 0;
	z-index: 1000;
	cursor: pointer;
	background-size: 22px auto
}

.knowledge__base .knowledge__cats .knowledge__archive-list .kc_item .item__inner .kc_header .more-right {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.knowledge__base .knowledge__cats .knowledge__archive-list .kc_item .item__inner .kc_title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0
}

@media (min-width:992px) {
	.knowledge__base .knowledge__cats .knowledge__archive-list .kc_item .item__inner .kc_title {
		font-size: 20px
	}
}

.knowledge__base .knowledge__cats .knowledge__archive-list .kc_item .item__inner .kc_title a {
	color: #024c9e;
	padding: 22px 64px 22px 26px;
	display: block
}

.knowledge__base .knowledge__cats .knowledge__archive-list .kc_item .item__inner .kc_title a:hover {
	color: #ec6707;
	text-decoration: none
}

.knowledge__base .knowledge__cats .knowledge__archive-list .kc_item .item__inner .kc_childs {
	padding: 0;
	display: none
}

.knowledge__base .knowledge__cats .knowledge__archive-list .kc_item .item__inner .kc_childs .childs__inner {
	padding: 2px 26px 18px
}

.knowledge__base .knowledge__cats .knowledge__archive-list .kc_item .item__inner .kc_childs .childs__inner br {
	display: none
}

.knowledge__base .knowledge__cats .knowledge__archive-list .kc_item .item__inner .kc_childs .childs__inner a {
	display: block;
	margin-bottom: 8px;
	color: #4d5f65;
	font-size: 14px
}

.knowledge__base .knowledge__cats .knowledge__archive-list .k_pdf_items {
	margin-bottom: 30px
}

.knowledge__base .knowledge__cats .knowledge__archive-list .k_pdf_items h4 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px
}

.knowledge__base .knowledge__cats .knowledge__archive-list .k_pdf_items .k_brochure_items {
	margin-bottom: 36px
}

@media (min-width:544px) {
	.knowledge__base .knowledge__cats .knowledge__archive-list .k_pdf_items .k_brochure_items {
		margin-bottom: 0
	}
}

.knowledge__base .knowledge__cats .knowledge__archive-list .k_pdf_items .k_pdf_item {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 6px
}

.knowledge__base .knowledge__cats .knowledge__archive-list .k_pdf_items .k_pdf_item a {
	padding-left: 12px;
	position: relative;
	display: block
}

.knowledge__base .knowledge__cats .knowledge__archive-list .k_pdf_items .k_pdf_item a:hover {
	color: #024c9e;
	text-decoration: none
}

.knowledge__base .knowledge__cats .knowledge__archive-list .k_pdf_items .k_pdf_item a:hover:before {
	background: #024c9e
}

.knowledge__base .knowledge__cats .knowledge__archive-list .k_pdf_items .k_pdf_item a:before {
	content: " ";
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	left: 0;
	top: 10px;
	background: #ec6707
}

@media (min-width:768px) {
	.knowledge__base .knowledge__cats .knowledge__archive-list .k_pdf_items.k_pdf_single_column .k_pdf_item {
		width: 50%;
		float: left
	}
}

.knowledge__base .knowledge__cats .knowledge__archive-list .k_pdf_items .k_pdf_cat {
	display: block;
	clear: both;
	margin-bottom: 30px;
	position: relative;
	top: 15px
}

.knowledge__base .knowledge__cats .knowledge__archive-list .k_video_items h4 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px
}

.knowledge__base .knowledge__cats .knowledge__archive-list .k_video_items .col-md-4:last-child {
	margin-bottom: 0
}

@media (min-width:544px) {
	.knowledge__base .knowledge__cats .knowledge__archive-list .k_video_items .col-md-4 {
		margin-bottom: 0
	}
}

.knowledge__base .knowledge__desc {
	padding: 0 0 42px
}

.knowledge__base #wppb_form_success_message {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.knowledge__base #access_profile #wppb-user-to-edit {
	background: none;
	padding: 9px 10px;
	border-radius: 4px;
	border-color: #ccc;
	margin-left: 8px;
	color: #4d5f65
}

.knowledge__base #access_profile .wppb-user-forms ul {
	margin-bottom: 0
}

.knowledge__base #access_profile .wppb-user-forms ul li.wppb-form-field label {
	font-size: 14px;
	color: #989fa5
}

.knowledge__base #access_profile .wppb-user-forms ul li.wppb-form-field select {
	width: 100%;
	height: 46px;
	border: 1px solid #ccc
}

.knowledge__base #access_profile .wppb-user-forms ul li.wppb-form-field input[type=date],
.knowledge__base #access_profile .wppb-user-forms ul li.wppb-form-field input[type=email],
.knowledge__base #access_profile .wppb-user-forms ul li.wppb-form-field input[type=number],
.knowledge__base #access_profile .wppb-user-forms ul li.wppb-form-field input[type=password],
.knowledge__base #access_profile .wppb-user-forms ul li.wppb-form-field input[type=text],
.knowledge__base #access_profile .wppb-user-forms ul li.wppb-form-field select,
.knowledge__base #access_profile .wppb-user-forms ul li.wppb-form-field textarea {
	border-radius: 4px;
	font-size: 16px;
	background: none;
	color: #4d5f65
}

.knowledge__base #access_profile .wppb-user-forms ul li.wppb-select-country select {
	height: 50px
}

.knowledge__base #access_profile #wppb_change_password {
	padding: 5px 15px;
	cursor: pointer;
	border: none;
	background: #ec6707;
	border: 1px solid #ec6707;
	transition: all .2s ease-in-out;
	padding: 8px 30px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	font-family: Open Sans, Helvetica, Times New Roman, sans-serif;
	text-transform: uppercase;
	color: #fff
}

body.multisite-1 #access_profile #wppb-form-element-8,
body.multisite-1 #access_profile #wppb-form-element-25 {
	width: 100%
}

body.multisite-1 #access_profile #wppb-form-element-25 li {
	display: inline-block;
	width: auto;
	float: left;
	margin-right: 10px;
	margin-left: 5px
}

body.multisite-1 #access_profile #wppb-form-element-25 li label {
	margin: auto auto auto 10px
}

body.multisite-1 #access_profile #wppb-form-element-30 {
	width: 100%
}

body.multisite-1 #access_profile #wppb-form-element-12,
body.multisite-1 #access_profile #wppb-form-element-13 {
	display: none
}

body.multisite-3 #access_profile #wppb-form-element-8,
body.multisite-3 #access_profile #wppb-form-element-17 {
	width: 100%
}

body.multisite-3 #access_profile #wppb-form-element-17 li {
	display: inline-block;
	width: auto;
	float: left;
	margin-right: 10px;
	margin-left: 5px
}

body.multisite-3 #access_profile #wppb-form-element-17 li label {
	margin: auto auto auto 10px
}

body.multisite-3 #access_profile #wppb-form-element-15,
body.multisite-3 #access_profile #wppb-form-element-15 .wppb-description-delimiter,
body.multisite-3 #access_profile #wppb-form-element-16,
body.multisite-3 #access_profile #wppb-form-element-16 .wppb-description-delimiter {
	display: none
}

.af_register .wppb-default-e-mail {
	width: 100%!important
}

@media (max-width:992px) {
	.af_register #wppb-form-element-23 {
		width: 100%!important
	}
}

.wpdreams_asl_results div.asl_image {
	display: none!important
}

.single__knowledge {
	padding: 34px 15px 80px
}

.single__knowledge h1 {
	font-weight: 400;
	font-size: 42px
}

.single__knowledge li,
.single__knowledge p {
	color: #4d5f65;
	font-size: 15px;
	line-height: 28px
}

.single__knowledge .ewac_download_section {
	background: none;
	border: 1px solid #eee;
	border-radius: 4px;
	margin-top: 30px
}

.single__knowledge .ewac_download_section .ewac_download_file,
.single__knowledge .ewac_download_section .ewac_download_file_login {
	background: #ec6707;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 26px;
	font-size: 15px;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
	transition: all .2s ease-in-out
}

.single__knowledge .ewac_download_section .ewac_download_file:hover,
.single__knowledge .ewac_download_section .ewac_download_file_login:hover {
	background: #024c9e
}

.single__knowledge .ewac_download_section .ewac_download_file.done:after,
.single__knowledge .ewac_download_section .ewac_download_file_login.done:after {
	display: none!important
}

.post-type-archive-knowledge .kc__back {
	display: none
}

#post_wrap.product_item {
	padding-bottom: 0
}

.product_childrens {
	margin: 50px auto 20px
}

.product_childrens h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px
}

#product__slider .slider__slide {
	height: 386px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top
}

#product__slider .gallery-top {
	height: 80%;
	width: 100%
}

#product__slider .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0
}

#product__slider .gallery-thumbs .swiper-wrapper {
	left: -40%
}

#product__slider .gallery-thumbs .swiper-slide {
	width: 12.5%;
	height: 60px;
	opacity: .4
}

#product__slider .gallery-thumbs .swiper-slide-active {
	opacity: 1
}

.single-products h2,
.single-products h3,
.single-products h4,
.single-products h5,
.single-products h6 {
	font-weight: 600
}

.single-products .bottom-line {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 0
}

.single-products #page_content .product__info .product__info {
	padding-left: 15px
}

.single-products #page_content .product__info .product__info h2 {
	font-size: 26px;
	margin: 0 0 16px
}

.single-products #page_content .product__info .product__info p,
.single-products #page_content .product__info .product__info td,
.single-products #page_content .product__info .product__info tr {
	font-size: 15px;
	line-height: 24px;
	color: #4d5f65
}

.single-products #page_content .product-infographic {
	margin: 62px 0 0;
	padding: 0 5px 0 6px
}

.single-products #page_content .product-infographic h3 {
	font-size: 20px
}

.single-products #page_content .product-infographic img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 0 20px;
	cursor: pointer
}

.single-products #page_content .product_categories {
	margin-bottom: 32px
}

.single-products #page_content .product_categories h5 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px
}

.single-products #page_content .product_categories ul {
	list-style-type: none;
	padding: 0
}

.single-products #page_content .product_categories ul li {
	padding-left: 12px;
	position: relative
}

.single-products #page_content .product_categories ul li:before {
	content: " ";
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	left: 0;
	top: 10px;
	background: #ec6707
}

.single-products #page_content .product_categories ul li a {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 6px
}

.single-products #page_content .product_related_knowledge_cat {
	padding: 28px 0
}

.single-products #page_content .product_related_knowledge_cat .prck_get_depth_button {
	display: inline-block
}

.single-products #page_content .product_related_knowledge_cat .prck_data .knowledge__cats {
	padding: 0;
	background: none
}

.single-products #page_content .product_related_knowledge_cat .prck_data .k_pdf_items {
	margin-bottom: 0!important
}

.single-products #page_content .product_related_knowledge_cat #prck_data .k_pdf_items {
	margin-top: 30px
}

.single-products #page_content .k_pdf_items {
	margin-bottom: 42px
}

.single-products #page_content .k_pdf_single_column .k_pdf_item {
	display: inline-block;
	width: 50%
}

@media (max-width:991px) {
	.single-products #page_content .k_pdf_single_column .k_pdf_item {
		width: 100%
	}
}

.single-products #page_content .k_pdf_double_column .k_article_items {
	margin-bottom: 22px
}

@media (min-width:768px) {
	.single-products #page_content .k_pdf_double_column .k_article_items {
		margin-bottom: 0
	}
}

.single-products #page_content .k_items {
	margin-top: 32px;
	margin-bottom: 32px
}

.single-products #page_content .k_items .back_button {
	display: none
}

.single-products #page_content .k_items h4 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px
}

.single-products #page_content .k_items .k_pdf_cat {
	margin-top: 24px;
	margin-bottom: 14px
}

.single-products #page_content .k_items .k_pdf_item {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 6px
}

.single-products #page_content .k_items .k_pdf_item a {
	padding-left: 12px;
	position: relative;
	display: block
}

.single-products #page_content .k_items .k_pdf_item a:before {
	content: " ";
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	left: 0;
	top: 10px;
	background: #ec6707
}

.single-products .videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0
}

.single-products .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.single-products .product__section {
	padding: 40px 0
}

.single-products .product__section .header h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px
}

.single-products .product-extra {
	margin-bottom: 48px
}

.single-products .product-extra hr {
	margin-top: 36px;
	margin-bottom: 0
}

.single-products .product-depth.accordion {
	padding: 0;
	margin-bottom: 48px
}

.single-products .product-depth.accordion hr {
	margin-top: 36px;
	margin-bottom: 0
}

.single-products .product-depth.accordion .tab-header {
	display: block;
	cursor: pointer
}

.single-products .product-depth.accordion .tab-header h3 {
	font-size: 18px;
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	background: #ec6707;
	opacity: 1;
	padding: 12px 22px;
	transition: all .3s;
	margin-bottom: 26px
}

.single-products .product-depth.accordion .tab-header h3:after {
	content: "";
	width: 18px;
	height: 15px;
	display: inline-block;
	margin-left: 5px;
	background: url(../images/ico-arrow-down-white.png) no-repeat 50%;
	background-size: contain;
	transition: all .4s
}

.single-products .product-depth.accordion .tab-header h3:hover {
	opacity: .8
}

.single-products .product-depth.accordion .tab-header.open h3:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.single-products .product-depth.accordion .tab-content {
	display: none
}

.single-products .product-depth.accordion .tab-content .fold-back {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	background: #ec6707;
	opacity: 1;
	transition: all .3s;
	margin: 0;
	cursor: pointer;
	padding: 12px 22px
}

.single-products .product-depth.accordion .tab-content .fold-back:after {
	content: "";
	width: 18px;
	height: 15px;
	display: inline-block;
	margin-left: 5px;
	background: url(../images/ico-arrow-down-white.png) no-repeat 50%;
	background-size: contain;
	transition: all .4s;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.single-products .product__section--latest {
	border-bottom: 1px solid #e1e1e1
}

.single-products .product__section--latest .block__info {
	margin-bottom: 24px
}

@media (min-width:768px) {
	.single-products .product__section--latest .block__info {
		margin-bottom: 0
	}
}

.single-products .product__section--latest .block__info h3 {
	font-size: 16px;
	font-weight: 600;
	color: #024c9e;
	margin: 0 0 14px
}

.single-products .product__section--latest .block__info .desc {
	font-size: 13px;
	line-height: 22px;
	font-style: italic;
	margin-bottom: 14px;
	padding-right: 60px
}

.single-products .product__section--latest .block__info a {
	color: #024c9e;
	display: inline-block;
	font-size: 13px
}

.single-products .product__section--latest .block__info a:hover {
	text-decoration: underline
}

.single-products .block__post {
	margin-bottom: 24px
}

.single-products .block__post:last-child {
	margin-bottom: 0
}

@media (min-width:768px) {
	.single-products .block__post {
		margin-bottom: 0
	}
}

.single-products .block__post .block__image {
	display: block;
	margin-bottom: 8px;
	overflow: hidden
}

.single-products .block__post .block__image img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
	transition: all .2s ease-in-out
}

.single-products .block__post .block__image:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.single-products .block__post .block_cat {
	display: block;
	font-size: 12px;
	color: #aaa;
	margin-bottom: 6px
}

.single-products .block__post .block__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 0
}

.single-products .block__post .block__title a {
	color: #3c3c3c
}

.single-products .block__post .block__title a:hover {
	color: #024c9e;
	text-decoration: none
}

.single-products #page_content .product__tile {
	position: relative;
	margin-bottom: 32px
}

.single-products #page_content .product__tile:after {
	content: " ";
	width: calc(100% - 30px);
	height: 1px;
	position: absolute;
	bottom: 0;
	background: #e2dfdf
}

.single-products #page_content .product__tile:nth-child(3n+1) {
	clear: both
}

.single-products #page_content .product__tile .inner {
	border-radius: 4px;
	overflow: hidden
}

.single-products #page_content .product__tile .tile__thumb {
	display: block;
	overflow: hidden
}

.single-products #page_content .product__tile .tile__thumb:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.single-products #page_content .product__tile .tile__thumb img {
	max-width: 100%;
	height: auto;
	width: 100%;
	transition: all .2s ease-in-out
}

.single-products #page_content .product__tile .tile__content {
	padding: 12px 0;
	border: none
}

.single-products #page_content .product__tile h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 12px
}

@media (min-width:768px) {
	.single-products #page_content .product__tile h3 {
		max-height: 52px;
		overflow: hidden
	}
}

.single-products #page_content .product__tile p {
	font-size: 14px;
	line-height: 22px;
	color: #4d5f65
}

@media (min-width:768px) {
	.single-products #page_content .product__tile p {
		max-height: 66px;
		overflow: hidden
	}
}

.single-products #post_wrap .row {
	margin-bottom: 35px
}

.entry-share {
	margin-top: 20px
}

.entry-share,
.entry-share .entry-share-btns {
	list-style-type: none;
	padding: 0
}

.entry-share .entry-share-btn {
	background: #024c9e;
	border-radius: 0;
	padding: 8px 7px;
	margin: 0 6px 6px 0;
	display: inline-block;
	height: 41px
}

.entry-share .entry-share-btn:hover {
	background: #ec6707
}

.entry-share .entry-share-btn.entry-share-btn-facebook svg {
	position: relative;
	top: -1px;
	left: -2px
}

.entry-share .entry-share-btn a {
	line-height: 25px;
	display: block;
	padding-right: 6px;
	padding-left: 6px;
	text-decoration: none;
	color: #fff;
	border: none
}

.entry-share .entry-share-btn svg {
	max-width: 16px;
	height: auto;
	position: relative;
	top: 2px;
	max-height: 16px
}

.entry-share .entry-share-btn b {
	display: none
}

.product__slider {
	margin-bottom: 18px
}

.product__slider .slider__slide {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: #fff;
	position: relative
}

.product__slider .slider__slide.full {
	height: 386px
}

.product__slider .slider__slide.thumb {
	height: 50px
}

.product__slider.thumbs {
	margin-bottom: 0
}

.product__slider .popup-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.product__slider .flex-direction-nav a:before {
	content: "";
	width: 14px;
	height: 30px
}

.product__slider .flex-direction-nav a.flex-prev:before {
	background: url(../images/left.png) no-repeat 50%;
	background-size: contain
}

.product__slider .flex-direction-nav a.flex-next:before {
	background: url(../images/right.png) no-repeat 50%;
	background-size: contain
}

.infographic-popup {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background: rgba(0, 0, 0, .7);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: all .3s
}

.infographic-popup.active {
	visibility: visible;
	opacity: 1
}

.infographic-popup .inner {
	height: 100%
}

.infographic-popup img {
	max-height: 100%;
	height: auto;
	max-width: 100%;
	margin: 0 auto
}

.infographic-popup .close {
	position: absolute;
	right: 30px;
	top: 30px;
	color: #fff;
	opacity: 1;
	font-size: 40px
}

body .mfp-bg {
	z-index: 1000000
}

body .mfp-wrap {
	z-index: 10000000
}

.mfp-gallery .mfp-counter {
	display: none!important
}

.video__item {
	margin-bottom: 20px
}

.k_pdf_items .k_article_items,
.k_pdf_items .k_brochure_items {
	margin-bottom: 25px
}

.link_arrow {
	position: absolute;
	width: 100%;
	z-index: 10;
	bottom: 0;
	left: 0;
	height: 25px
}

.link_arrow:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 50px;
	height: 25px;
	background: url(../images/arrow-right-white.svg) no-repeat 100%/40px
}

.clearfix {
	display: block;
	clear: both
}

.home .swiper-wrapper {
	box-sizing: border-box;
	max-height: 470px
}

.home #page_content {
	margin-bottom: 0
}

.full__slider .slider__slide {
	height: 470px;
	background: #0f3047;
	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;
	background-repeat: no-repeat;
	background-size: cover
}

@media (max-width:543px) {
	.full__slider .slider__slide {
		height: 320px
	}
}

@media (max-width:543px) {
	.full__slider .slider__slide .container {
		width: 100%
	}
}

.full__slider .slider__slide h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 300
}

.full__slider .slider__slide h2 strong {
	font-weight: 600
}

.full__slider .slider__slide h3 {
	display: inline-block;
	padding: 6px 16px 10px;
	font-size: 44px;
	font-weight: 300;
	background: #ec6707;
	color: #143d5b
}

.full__slider .slider__slide h3 strong {
	font-weight: 600
}

.full__slider .slider__slide a {
	clear: both;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff
}

.full__slider .slider__slide a:after {
	content: " ";
	width: 6px;
	height: 10px;
	background: url(../images/ico-arrow-btn-slider.png) no-repeat;
	background-size: 100% auto;
	display: inline-block;
	margin-left: 10px
}

.full__slider .slider__slide a.button__main {
	background: #ec6707;
	padding: 10px 20px;
	border-radius: 4px;
	position: absolute;
	right: 15px;
	top: 8px
}

.full__slider .slider__slide a.button__main:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

#page_content .home__section {
	padding: 34px 0
}

@media (min-width:768px) {
	#page_content .home__section {
		padding: 60px 0
	}
}

#page_content .home__section .section__header {
	text-align: center
}

#page_content .home__section .section__header h1 {
	color: #024c9e;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 32px
}

@media (min-width:768px) {
	#page_content .home__section .section__header h1 {
		font-size: 30px
	}
}

#page_content .home__section .section__header h3 {
	color: #024c9e;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 42px
}

#page_content .home__section p {
	color: #4d5f65
}

@media (min-width:768px) {
	#page_content .home__section.home__content {
		padding: 32px 0
	}
}

#page_content .home__section.home__content .section__header h2 {
	margin-bottom: 16px
}

#page_content .home__section.home__content--first h2 {
	color: #024c9e;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 32px
}

@media (min-width:768px) {
	#page_content .home__section.home__content--first h2 {
		font-size: 30px
	}
}

#page_content .home__section.home__blocks {
	box-shadow: 0 0 6px 0 #b9c8ca;
	position: relative;
	z-index: 2
}

@media (min-width:768px) {
	#page_content .home__section.home__blocks {
		padding: 42px 0 50px
	}
}

#page_content .home__section.home__blocks .section__header h3 {
	margin-bottom: 28px
}

#page_content .home__section.home__blocks .block--normal {
	margin-bottom: 32px
}

#page_content .home__section.home__blocks .block--normal:last-child {
	margin-bottom: 0
}

@media (min-width:768px) {
	#page_content .home__section.home__blocks .block--normal {
		margin-bottom: 0
	}
}

#page_content .home__section.home__blocks .block--normal h4 {
	font-size: 18px;
	font-weight: 600;
	color: #024c9e;
	margin-bottom: 20px
}

#page_content .home__section.home__blocks .block--normal h4.ico__check:before {
	content: " ";
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 10px;
	background: url(../images/ico-check.png) no-repeat 45%;
	background-size: 100% auto;
	position: relative;
	/*top: -3px;*/
	vertical-align: middle
}

#page_content .home__section.home__blocks .block--normal p {
	font-size: 14px;
	line-height: 22px
}

#page_content .home__section.home__blocks .block--normal p strong {
	color: #013165;
	font-weight: 700
}

#page_content .home__section.home_blocks--flex .image-tile {
	margin-bottom: 32px
}

#page_content .home__section.home_blocks--flex .image-tile .inner {
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 1px 0 0 #b9c8ca;
	border: 1px solid #eee
}

#page_content .home__section.home_blocks--flex .image-tile .tile__thumb {
	display: block;
	overflow: hidden
}

#page_content .home__section.home_blocks--flex .image-tile .tile__thumb:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

#page_content .home__section.home_blocks--flex .image-tile .tile__thumb img {
	max-width: 100%;
	height: auto;
	width: 100%;
	transition: all .2s ease-in-out
}

#page_content .home__section.home_blocks--flex .image-tile .tile__content {
	padding: 24px 14px;
	border-top: 1px solid #eee;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

@media (min-width:768px) {
	#page_content .home__section.home_blocks--flex .image-tile .tile__content {
		padding: 24px 26px
	}
}

#page_content .home__section.home_blocks--flex .image-tile h3 {
	font-size: 17px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 12px
}

@media (min-width:768px) {
	#page_content .home__section.home_blocks--flex .image-tile h3 {
		max-height: 52px;
		overflow: hidden
	}
}

#page_content .home__section.home_blocks--flex .image-tile p {
	font-size: 12px;
	line-height: 20px;
	color: #4d5f65;
	height: 60px;
	margin-bottom: 16px
}

@media (min-width:768px) {
	#page_content .home__section.home_blocks--flex .image-tile p {
		max-height: 66px;
		overflow: hidden
	}
}

#page_content .home__section.home_blocks--flex .image-tile .button {
	color: #fff;
	text-transform: uppercase;
	background-color: #ec6707;
	border-radius: 5px;
	padding: 6px 12px;
	font-size: 12px;
	border: 1px solid #ec6707
}

#page_content .home__section.home_blocks--flex .image-tile .button:hover {
	background: #fff;
	color: #ec6707;
	text-decoration: none
}

#page_content .home__section.home__content {
	background: #f6f9fb
}

#page_content .home__section.home__content .block--content {
	text-align: center
}

#page_content .home__section.home__content .block--content p {
	text-align: center;
	font-size: 14px;
	line-height: 22px
}

#page_content .home__section.home__products {
	padding: 0
}

#page_content .home__section.home__products .grid {
	width: 100%
}

#page_content .home__section.home__products .grid:after {
	content: "";
	display: block;
	clear: both
}

#page_content .home__section.home__products .grid-item,
#page_content .home__section.home__products .grid-sizer {
	width: 25%
}

#page_content .home__section.home__products .grid-item {
	width: 25%;
	height: 300px;
	float: left;
	background-color: #353535;
	border: 0;
	border-radius: 0;
	position: relative;
	overflow: hidden
}

@media (max-width:991px) {
	#page_content .home__section.home__products .grid-item {
		width: 50%
	}
}

@media (max-width:543px) {
	#page_content .home__section.home__products .grid-item {
		width: 100%;
		height: 300px
	}
}

#page_content .home__section.home__products .grid-item--width2 {
	width: 50%
}

@media (max-width:991px) {
	#page_content .home__section.home__products .grid-item--width2 {
		width: 50%
	}
}

@media (max-width:543px) {
	#page_content .home__section.home__products .grid-item--width2 {
		width: 100%
	}
}

#page_content .home__section.home__products .grid-item--width3 {
	width: 75%
}

@media (max-width:991px) {
	#page_content .home__section.home__products .grid-item--width3 {
		width: 50%
	}
}

@media (max-width:543px) {
	#page_content .home__section.home__products .grid-item--width3 {
		width: 100%
	}
}

#page_content .home__section.home__products .grid-item--height2 {
	height: 600px
}

@media (max-width:991px) {
	#page_content .home__section.home__products .grid-item--height2 {
		width: 50%;
		height: 300px
	}
}

@media (max-width:543px) {
	#page_content .home__section.home__products .grid-item--height2 {
		width: 100%;
		height: 300px
	}
}

#page_content .home__section.home__products .pb__inner {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1
}

#page_content .home__section.home__products .pb__inner .pb__background {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: all .2s ease-in-out;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

#page_content .home__section.home__products .pb__inner .pb__shadow {
	position: absolute;
	z-index: 8;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .7;
	transition: all .2s ease-in-out
}

#page_content .home__section.home__products .pb__inner .pb__info {
	position: absolute;
	width: 100%;
	z-index: 10;
	bottom: 0;
	left: 0;
	padding: 22px;
	height: 75px
}

#page_content .home__section.home__products .pb__inner .pb__info:after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	width: 50px;
	height: 25px;
	background: url(../images/arrow-right-white.svg) no-repeat 100%/40px
}

#page_content .home__section.home__products .pb__inner .pb__info .name {
	color: #fff;
	font-size: 18px;
	margin: 0 0 6px;
	font-weight: 600
}

#page_content .home__section.home__products .pb__inner .pb__info .category {
	color: #fff;
	font-size: 13px;
	margin: 0
}

#page_content .home__section.home__products .pb__inner:hover .pb__shadow {
	opacity: 0
}

#page_content .home__section.home__products .pb__inner:hover .pb__background {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

#page_content .home__section.home__parallax {
	padding: 0
}

#page_content .home__section.home__parallax .parallax-window {
	padding: 26px 0 24px
}

@media (min-width:768px) {
	#page_content .home__section.home__parallax .parallax-window {
		padding: 60px 0 80px
	}
}

#page_content .home__section.home__parallax .section__header {
	margin-bottom: 32px
}

@media (min-width:768px) {
	#page_content .home__section.home__parallax .section__header {
		margin-bottom: 58px
	}
}

#page_content .home__section.home__parallax .section__header h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	margin: 20px 0 8px
}

@media (min-width:768px) {
	#page_content .home__section.home__parallax .section__header h2 {
		font-size: 38px
	}
}

#page_content .home__section.home__parallax .section__header p {
	color: #fff;
	font-size: 17px
}

#page_content .home__section.home__parallax .block--normal .block__inner {
	background: #fff;
	padding: 32px 30px;
	border-radius: 5px;
	margin-bottom: 22px
}

@media (min-width:768px) {
	#page_content .home__section.home__parallax .block--normal .block__inner {
		margin-bottom: 0
	}
}

#page_content .home__section.home__parallax .block--normal .block__inner h4 {
	text-transform: uppercase;
	color: #024c9e;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px
}

#page_content .home__section.home__parallax .block--normal .block__inner p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 12px
}

#page_content .home__section.home__parallax .block--normal .block__inner a {
	font-size: 14px;
	font-weight: 600;
	color: #ec6707
}

#page_content .home__section.home__parallax .block--normal .block__inner a:hover {
	text-decoration: underline;
	color: #ec6707
}

#page_content .home__section.home__parallax--twitter .parallax-window2 {
	padding: 26px 0 24px
}

@media (min-width:768px) {
	#page_content .home__section.home__parallax--twitter .parallax-window2 {
		padding: 60px 0 80px
	}
}

#page_content .home__section.home__parallax--twitter .block--info {
	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;
	margin-bottom: 30px
}

#page_content .home__section.home__parallax--twitter .block--info .block__inner {
	width: 100%
}

@media (min-width:992px) {
	#page_content .home__section.home__parallax--twitter .block--info .block__inner {
		margin-bottom: 0
	}
}

#page_content .home__section.home__parallax--twitter .block--info .block__inner h4 {
	font-size: 24px;
	margin-bottom: 24px;
	color: #fff;
	font-weight: 700
}

@media (min-width:768px) {
	#page_content .home__section.home__parallax--twitter .block--info .block__inner h4 {
		font-size: 36px;
		margin-bottom: 36px
	}
}

#page_content .home__section.home__parallax--twitter .block--info .block__inner p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 14px
}

@media (min-width:992px) {
	#page_content .home__section.home__parallax--twitter .block--twitter .block__inner {
		padding-left: 100px
	}
}

#page_content .home__section.home__latest {
	border-bottom: 1px solid #e1e1e1
}

#page_content .home__section.home__latest .block__info {
	margin-bottom: 24px
}

@media (min-width:768px) {
	#page_content .home__section.home__latest .block__info {
		margin-bottom: 0
	}
}

#page_content .home__section.home__latest .block__info h3 {
	font-size: 16px;
	font-weight: 600;
	color: #024c9e;
	margin: 0 0 14px
}

#page_content .home__section.home__latest .block__info .desc {
	font-size: 13px;
	line-height: 22px;
	font-style: italic;
	margin-bottom: 14px;
	padding-right: 60px
}

#page_content .home__section.home__latest .block__info a {
	color: #024c9e;
	display: inline-block;
	font-size: 13px
}

#page_content .home__section.home__latest .block__info a:hover {
	text-decoration: underline
}

#page_content .home__section.home__latest .block__post {
	margin-bottom: 24px
}

#page_content .home__section.home__latest .block__post:last-child {
	margin-bottom: 0
}

@media (min-width:768px) {
	#page_content .home__section.home__latest .block__post {
		margin-bottom: 0
	}
}

#page_content .home__section.home__latest .block__post .block__image {
	display: block;
	margin-bottom: 8px;
	overflow: hidden
}

#page_content .home__section.home__latest .block__post .block__image img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
	transition: all .2s ease-in-out
}

#page_content .home__section.home__latest .block__post .block__image:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

#page_content .home__section.home__latest .block__post .block_cat {
	display: block;
	font-size: 12px;
	color: #aaa;
	margin-bottom: 6px
}

#page_content .home__section.home__latest .block__post .block__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 0
}

#page_content .home__section.home__latest .block__post .block__title a {
	color: #3c3c3c
}

#page_content .home__section.home__latest .block__post .block__title a:hover {
	color: #024c9e;
	text-decoration: none
}

.parallax-mirror:first-child {
	height: 1020px!important
}

@media (min-width:768px) {
	.parallax-mirror:first-child {
		height: 720px!important
	}
}

body.home .entry-share {
	text-align: center
}

body.home .entry-share .entry-share-btns {
	width: auto;
	display: inline-block
}


/*# sourceMappingURL=main.css.map */


/* 2025 changes */

/*Home*/
/*Hero media*/


/*Intro section*/
/*Blocks section*/
/*Products section*/
/*Knowledge section*/
/*News section*/
/*Parallax section*/
/*Latest section*/
/*Parallax twitter section*/