body footer {
	margin-top: 138px;
}

/* body footer */
body .reference-clients-slider.bottom_nomargin {
	margin-bottom: -138px;
}

body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

body footer .footer-section {
	padding: 30px 0 0;
	background: #0f2c35;
	border: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	body footer .col-md-6 {
		-ms-flex: 0 0 100% !important;
		-webkit-box-flex: 0 !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

@media screen and (min-width: 992px) {
	body footer .footer-section>.container {
		/* padding-left: 45px; */
	}
}

body footer .footer-section>.container>.row {
	padding: 0 15px;
}
body footer .normal-button.additional-filled-contrast-button {
	padding: 9px 15px 8px 15px;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
	min-width: 100px;
	font-family: 'Benton Sans Reg', 'Arial';
	border: 1px solid #ffffff;
	border-radius: 3px;
	background: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: block;
	margin-top: 16px;
	color: #0F2C35;
}

body footer .normal-button.additional-filled-contrast-button:hover {
	color: #FF6700;
}

body footer .normal-button.additional-filled-contrast-button:focus {
	color: #FF5122;
	border-color: #FF5122;
	-webkit-box-shadow: 0px 5px 15px rgb(15 44 53 / 25%);
	box-shadow: 0px 5px 15px rgb(15 44 53 / 25%);
}

body footer .small-button.primary-pill-button {
	display: inline-block;
	text-decoration: none !important;
	font-weight: normal;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	background-clip: padding-box;
	-webkit-transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	-o-transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	cursor: pointer;
	background: #ff6700;
	color: #ffffff;
	transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	border: 1px solid #ff6700;
	padding: 6px 16px;
	line-height: 14px;
	min-width: 100px;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Benton Sans Reg', 'Arial';
	text-align: center;
}

body footer .small-button.primary-pill-button:hover {
	background: #ff5122;
	-webkit-box-shadow: 0px 5px 15px rgb(15 44 53 / 25%);
	box-shadow: 0px 5px 15px rgb(15 44 53 / 25%);
}

body footer .small-button.primary-pill-button:focus {
	color: #ffffff !important;
	border-color: #ff6700;
	background: #ff5122;
	-webkit-box-shadow: 0px 5px 15px rgb(15 44 53 / 25%);
	box-shadow: 0px 5px 15px rgb(15 44 53 / 25%);
}

body footer .footer-section .login_row {
	margin-top: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	body footer .footer-section .login_row {
		margin-top: -10px;
		margin-bottom: 50px;
	}
}

body footer .footer-section .flex_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .flex_row {
		display: block;
	}

	body footer .footer-section .flex_row .cta_col {
		margin: 0;
		margin-bottom: 32px;
		margin-right: 0 !important;
	}

	body footer .footer-section .flex_row .cta_col a {
		display: inline-block;
		min-width: 200px;
	}
}

@media screen and (max-width: 767px) {
	body footer .footer-section .flex_row .cta_col a {
		display: block;
	}
}

body footer .footer-section .flex_row .flex_cols {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

body footer .footer-section .flex_row .cta_col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	margin-right: 45px;
}

body footer .footer-section .flex_row .cta_col a {
	display: block;
	margin-top: 16px;
	color: #0F2C35;
}

body footer .footer-section .flex_row .cta_col a:hover {
	color: #FF6700;
}

body footer .footer-section .flex_row .cta_col a:focus {
	color: #FF5122;
}

body footer .footer-section .flex_row .menu_list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	body footer .footer-section .flex_row .menu_list {
		margin-left: -9px;
		margin-right: -9px;
	}
}

body footer .footer-section .flex_row .menu_list .menu_item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 25%;
	flex: 1 0 25%;
	max-width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
	body footer .footer-section .flex_row .menu_list .menu_item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 33.333%;
		flex: 1 0 33.333%;
		max-width: 33.333%;
	}
}

@media screen and (max-width: 767px) {
	body footer .footer-section .flex_row .menu_list .menu_item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%;
	}
}

body footer .footer-section .flex_row .menu_list .menu_label {
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	font-family: 'Benton Sans Med', 'Arial', sans-serif;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .flex_row .menu_list .menu_label {
		font-size: 14px;
	}
}

body footer .footer-section .flex_row .menu_list .menu_link_list {
	list-style: none;
	padding: 0;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	position: relative;
	padding-left: 5px;
	min-height: 37px;
	border-radius: 3px;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item::before {
	content: '';
	background-image: url('/fileadmin/user_upload/footer_icon_hover_arrow_white.png');
	background-size: 13px;
	position: absolute;
	right: 7px;
	top: 13px;
	width: 15px;
	height: 13px;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
	transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
	transition: opacity 0.3s ease-out, transform 0.3s ease-out;
	transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item:hover {
	background-color: rgba(245, 247, 250, 0.2);
}

body footer .footer-section .flex_row .menu_list .menu_link_list a.active {
	font-family: 'Benton Sans Med', 'Arial', sans-serif;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item:hover::before {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
	opacity: 1;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item:hover img {
	opacity: 1;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item img {
	max-width: 19px;
	width: 19px;
	height: auto;
	position: relative;
	/* top: -3px; */
	display: inline-block;
	margin-right: 10px;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

body footer .footer-section .flex_row .menu_list .menu_link_list a {
	color: #CBDCE2;
	font-size: 14px;
	padding: 5px 12px 5px 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 25px;
	font-family: 'Benton Sans Lt', 'Arial', sans-serif;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .flex_row .menu_list .menu_link_list a {
		font-size: 12px;
		line-height: 16px;
	}
}

body footer .footer-section .flex_row .menu_list .menu_link_list a:hover {
	text-decoration: none;
}

body footer .footer-section .footer_bottom {
	background: rgba(115, 137, 147, 0.2);
	padding: 26px 10px 30px;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .footer_bottom {
		padding: 19px 10px 17px;
	}

	body footer .footer-section .footer_bottom>.container {
		padding: 0 5px;
	}
}

body footer .footer-section .footer_bottom .bottom_logos_list {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .footer_bottom .bottom_logos_list {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item {
	display: inline-block;
	list-style: none;
	margin-right: 25px;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item {
		margin: 0 10px;
	}
}

body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item img {
	width: 100%;
	max-width: 100px;
	min-width: 100px;
	height: auto;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item img {
		max-width: 90px;
		min-width: 90px;
		width: 90px;
		opacity: 1;
	}
}

@media screen and (max-width: 374px) {
	body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item img {
		max-width: 73px;
		min-width: 73px;
		width: 73px;
		opacity: 1;
	}
}

body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item img:hover {
	opacity: 1;
}

body footer .footer-section .footer_bottom .bottom_menu_list {
	margin: 0;
	padding: 0;
	text-align: right;
	top: 3px;
	position: relative;
}

@media screen and (max-width: 991px) {
	body footer .footer-section .footer_bottom .bottom_menu_list {
		text-align: center;
		margin-top: 25px;
		left: -10px;
		position: relative;
		top: 0;
	}

	body footer .footer-section .footer_bottom .bottom_menu_list .bottom_menu_item a {
		font-size: 12px !important;
	}
}

body footer .footer-section .footer_bottom .bottom_menu_list .bottom_menu_item {
	display: inline-block;
	list-style: none;
	font-size: 14px;
}

body footer .footer-section .footer_bottom .bottom_menu_list .bottom_menu_item a {
	color: #CBDCE2;
	font-size: 14px;
	display: inline-block;
	padding: 5px 10px;
	font-family: 'Benton Sans Lt', 'Arial', sans-serif;
	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	transition: background-color 0.3s ease-out, color 0.3s ease-out;
	border-radius: 3px;
}

body footer .footer-section .footer_bottom .bottom_menu_list .bottom_menu_item a:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(245, 247, 250, 0.2);
}

body footer .footer-section .footer_bottom .bottom_menu_list .bottom_menu_item span {
	padding-right: 10px;
}

body footer .footer-section .footer_bottom .footer_logos {
	padding: 0;
}

body footer .footer-section .footer_bottom .footer_meta_menu {
	text-align: right;
	padding: 0;
}

body footer .footer-section .footer_bottom .logo_link img {
	width: 100px;
	height: auto;
	position: relative;
}

body footer .footer-section .flex_row .row {
	padding: 0 15px;
}

body footer .footer-section .footer-links-container p {
	padding: 0;
	margin: 0;
}

body footer .footer-section .footer-links-container div {
	line-height: 28px;
}

body footer .footer-section .footer-links-container div a {
	text-decoration: none;
	color: #CBDCE2;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 14px;
	display: block;
	border: none;
	font-family: 'Benton Sans Reg', 'Arial';
	-webkit-transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	-o-transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}

body footer .footer-section .footer-links-container div a:hover {
	color: #fff;
}

body footer .footer-section .footer-links-container div a:active,
body footer .footer-section .footer-links-container div a:focus {
	color: #FF7300;
	font-family: 'Benton Sans Med', Arial, sans-serif;
}

body footer .login_area_info {
	font-family: 'Benton Sans Reg', 'Arial';
}

body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item {
	margin: 0;
	margin-right: 25px;
	padding: 0;
}

body footer .footer-section .col-sm-4,
body footer .footer-section .col-sm-6 {
	padding: 0;
}

body footer .login_area a:hover,
body footer .login_area a:focus {
	color: #fff !important;
}

body footer .login_area_info {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	margin-right: 18px;
}

body footer .icon-small-svg {
	width: 14px;
    height: auto;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
	body footer .login_area_info {
		display: block;
		margin-right: 0;
		margin-bottom: 26px;
		text-align: center;
		font-size: 14px;
		padding: 0 15px;
	}
}

@media screen and (max-width: 767px) {
	body footer .login_area a {
		display: block !important;
	}
}

body footer .small-button i {
	font-size: 14px;
	position: relative;
	top: 1px;
}

body footer .login_area {
	text-align: right;
	padding-right: 100px;
}

@media screen and (max-width: 1199px) {
	body footer .login_area {
		padding-right: 22px;
	}
}

@media screen and (max-width: 767px) {
	body footer .login_area {
		padding-right: 0;
	}
}

body footer .logo_top img {
	width: 200px;
	height: auto;
	display: inline-block;
}

@media screen and (max-width: 991px) {
	body footer .logo_top img {
		width: 150px;
	}
}

body footer .footer-sitemap a {
	text-decoration: none;
	font-size: 14px;
	border: none;
	color: #CBDCE2;
	padding: 5px 10px;
	margin-right: 20px;
	font-family: 'Benton Sans Lt', 'Arial';
	border-radius: 3px;
	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-webkit-transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	-o-transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}

body footer .footer-sitemap a:hover {
	background-color: rgba(245, 247, 250, 0.2);
	color: #fff;
}

body footer .footer-sitemap a:visited {
	color: #FF5122;
}

body footer .footer-sitemap a:active,
body footer .footer-sitemap a:focus {
	color: #FF7300;
	font-family: 'Benton Sans Med', Arial, sans-serif;
	text-decoration: none !important;
}

body footer .footer-sitemap .primary-pill-outline-button {
	margin-right: 20px;
	color: #fff;
	border-color: #fff;
}

body footer .footer-sitemap .primary-pill-outline-button a {
	color: #fff;
}

body footer .footer-sitemap .primary-pill-outline-button p,
body footer .footer-sitemap .primary-pill-outline-button a {
	margin: 0;
}

body footer .footer-sitemap .primary-pill-outline-button:hover {
	color: #0F2C35;
	background: #fff;
	border-color: #fff;
}

body footer .footer-sitemap .primary-pill-outline-button:hover p,
body footer .footer-sitemap .primary-pill-outline-button:hover a {
	color: #0F2C35;
}

body footer .footer-section-footer {
	margin-top: 30px;
}

body footer .footer-section-footer span {
	margin-right: 20px;
}

body footer .footer-section-footer .button {
	padding: 5px 15px;
	font-size: 18px;
}

@media (max-width: 450px) {
	body footer .footer-section-footer span {
		display: block;
		margin-top: 15px;
	}
}

@media (min-width: 992px) {
	body footer .footer-section .footer_bottom .bottom_menu_list {
		/* top: 11px; */
	}
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item img.wechat_qr {
	position: absolute;
	left: 0;
	width: 150px;
	height: 150px;
	max-width: 150px;
	margin: 0;
	opacity: 1;
	top: calc(100% + 10px);
	display: none;
}

@media screen and (min-width: 1200px) {

	body footer .footer-section .flex_row .menu_list .menu_link_list a:focus+.wechat_qr,
	body footer .footer-section .flex_row .menu_list .menu_link_list a:hover+.wechat_qr {
		display: block;
	}
}

body footer .wechat_qr {
	z-index: 5;
}

/* octimine fixes */
body footer .footer-section .flex_row .menu_list .menu_item::before {
	display: none;
}

body footer .footer-section .flex_row .menu_list .menu_link_list a {
	text-decoration: none;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item::before {
	float: none;
	margin: 0;
	background-color: transparent;
	background-image: url('/fileadmin/user_upload/footer_icon_hover_arrow_white.png') !important;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item:hover::before {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
	opacity: 1;
	float: none;
	margin: 0;
}

body footer .footer-section .flex_row .menu_list .menu_link_list .menu_link_list_item {
	padding-top: 0;
}

body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item {
	list-style: none;
}

body footer .footer-section .footer_bottom .bottom_logos_list .bottom_logos_item::before {
	display: none;
}

body footer .footer-section .footer_bottom .bottom_menu_list .bottom_menu_item a {
	text-decoration: none;
}

body footer .footer-section .footer_bottom .bottom_menu_list .bottom_menu_item::before {
	display: none;
}


