
/************************************************
=Footer
************************************************/

/* Remove existing copyright */
.copyright {
	display: none;
}

#footer-block .hr-divider {
	position: relative;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}

#footer-block .hr-divider:before {
	position: absolute;
	top: 50%;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #e1e1e1;
}

#footer-block .hr-divider-heading {
	margin-top: 0;
	margin-bottom: 0;
	font: 300 18px/22px roboto, sans-serif;
}

#footer-block .hr-divider-content {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	color: #6f7890;
	vertical-align: middle;
	background-color: #fff;
}

#footer-block .footerPayments {
	padding: 24px 0 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	list-style: none;
}

#footer-block .row--padded {
	padding-left:15px !important;
	padding-right:15px !important;
}

#footer-block .footerPayments__item {
	margin: 0 8px 20px;
}

#footer-block .footerRisks__warning {
	position: relative;
	margin: 4px 0 0px;
	padding: 32px 39.0001px;
	border: 1px solid #9b9b9b;
	color: #363636;
	font-size: 12px;
	font: 400 14px/21px roboto, sans-serif;
}

#footer-block .footerRisks__title {
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	background: #fff;
	padding: 0 9px;
	color: #4a4a4a;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #265b86;
	font: 700 14px/18px roboto, sans-serif;
}

#footer-block .footerRisks__AsicDetails {
	color: #4a4a4a;
	font: 400 14px/21px roboto, sans-serif;
	text-align: center;
	margin-top: 10px;
}

#footer-block .footer__Copyright {
	font: 400 14px/18px roboto, sans-serif !important;
	margin: 0;
}

#footer-block .footer-address {
	font-size: 14px;
	font-weight: 400;
	margin-top: 8px;
}

#footer-block .footerLogoWrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer .sticky-diclaimer {
	width: 100%;
	position: fixed;
	left: 50%;
	padding: 1px 0 14px 17px;
	bottom:0;
	color: #fff;
	background: #2b5b8f;
	z-index: 1000;
	right: 50%;
	font-size: 14px;
	margin-left: -50%;
	margin-right: -50%;
	text-align: center;
}

.footer .sticky-diclaimer a {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.footer .sticky-diclaimer .arrows-risk {
	margin-bottom: 5px;
	display: block;
}

.footer .sticky-diclaimer .risk-angle-down,
.footer .sticky-diclaimer .risk-angle-up {
	font-size: 18px;
}

#footer-block .footerRegulatorsList__textCn {
	text-align: center;
	font: 700 16px/20px roboto, sans-serif;
	margin: 10px 0 0;
}

#footer-block .footerRegulatorsList__textCn span {
	font: 400 16px/20px roboto, sans-serif;
}

#footer-block .footerRisksLegal__text {
	font: 400 14px/21px roboto, sans-serif;
	color: #363636;
	margin: 0 0 17px;
}

#footer-block .footerRegulators__title {
	overflow: hidden;
	position: relative;
	font: 400 16px/20px arial, helvetica, sans-serif;
	color: #909091;
	text-align: left;
}

#footer-block .footerRegulators__title:lang(ar) {
	text-align: right;
}

#footer-block .footerRegulators__title:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	height: 1px;
	display: inline;
	margin-left: 13px;
	bottom: 5px;
}

#footer-block .footerRegulators__title:lang(ar):after {
	margin-right: 13px;
}

#footer-block .footerRegulators__title:lang(zh-hans):after {
	margin-left: 0;
}

#footer-block .footerRegulatorsList {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	-webkit-box-pack: justify;
	justify-content: space-between;
	list-style: none;
	margin: 0;
}

#footer-block .footerRegulatorsList:lang(zh-hans) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer-block .footerRisksLegal__text--green {
	color: #96b95c;
	font-weight: bold;
}

#footer-block .footerSocials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	text-align:  center;
    
}

#footer-block .footerSocials:hover .footerSocials__link {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#footer-block .footerSocials:hover .footerSocials__link:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#footer-block .footerSocials__item {
	margin-bottom: 4px;
}

#footer-block .fx168 {
	margin-left: 20px;
}

#footer-block .fx168 .footerSocials__link {
	width: 80px;
}

#footer-block .footerSocials__item:not(:last-child) {
	margin-right: 12px;
}

#footer-block .footerSocials__item:lang(ar):not(:last-child) {
	/* background:red; */
	margin:0 0 0 12px;
	padding:  0;
}

#footer-block .footerSocials__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

#footer-block .footer_logoIcon {
	max-width: 242px;
	max-height: 34px;
}

#footer-block .footerSocialsWrap--padded {
	padding: 23px 0 0;
	margin: 26px -15px 0;
}

#footer-block .footer-diclaimer-restricted {
	padding: 23px 0 0 5px
}

#footer-block .footer-diclaimer-restricted .footer-restricted-p{
	font-size: 14px;
	font-weight: 400;
}

#footer-block .row-bordered {
	position: relative;
}

#footer-block .row-bordered:after {
	content: "";
	display: block;
	border-bottom: 1px solid #e1e1e1;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
}

#footer-block .footerRegulators__title--cnFix:lang(zh-hans):after {
	margin-left: 13px;
}

/**
 * Footer emphasized section.
 */

#footer-block .mob-app-wrap {
	margin: 0;
	padding: 22px 0;
	border-top: 1px solid #d8d8d9;
	border-bottom: 1px solid #d8d8d9;
	position: relative;
	margin-bottom: 40px;
}

.inactiveLink {
	pointer-events: auto;
	cursor: pointer;
}

#footer-block .container {
	padding:0 !important;
}

#footer-block .no-padding {
	padding:0 !important;
}

#footer-block a.googleplay {
	display:inline-flex;
}

#footer-block a.appstore {
	display:inline-flex;
}

#footer-block .available-on{
	color: #a7a9ab;
	font-size:18px;
	font-weight: 600;
	padding-top: 7px;
	padding-right: 21px;
	padding-left: 13px;
}

#footer-block .available-on:lang(es){
	color: #a7a9ab;
	font-size:18px;
	font-weight: 600;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 13px;
}

#footer-block .available-on:lang(pl){
	color: #a7a9ab;
	font-size:18px;
	font-weight: 600;
}

#footer-block .emphasized-title {
	line-height: 20px;
	color: #075c8f;
	font-size: 18px;
	font-weight: 600;
	padding-top: 9px;
}

#footer-block .android-ios {
	line-height: 20px;
	color: #075c8f;
	font-size: 18px;
	padding-top: 8px;
	padding-right: 13px;
	padding-left: 13px;
	font-weight: 600;
}

#footer-block .center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#footer-block .app-bottom__app-img {
	max-width: 166px;
}

#footer-block .app-bottom__btns {
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.footer .sponsorship-background {

}
.footer .sponsorship-img {
	position: absolute;
	top: 30%;
	max-height: 118px;
	height: 40%;
}


.footer .footer-logo-real {
	height: 97px;
	width: 118px;
	margin-top:30px;
	margin-left:20px;
}

.footer .footer-logo-real:lang(ar) {
	margin-right:20px;
	margin-left:unset;
}


.footer .sponsorship-container {
	display:flex;
}

.footer .sponsorship-caption {
	margin-top: 21px;
	margin-left: 10px;
	color: #fff;
}

.footer .off-caption {
	font-size: 20px;
}

.footer .real-caption {
	font-size: 25px;
}

.footer .sponsorship-caption:lang(ar) {
	margin-right: 10px;
	margin-left:unset;
}

.footer .sponsorship-img:lang(ar) {
	right: 20%;
}

@media (max-width: 575px) {

	.footer .sponsorship-caption {
		min-width: 137px;
		margin-top: 29px;
	}
	.footer .off-caption {
		font-size: 13px;
	}
	.footer .real-caption {
		font-size: 15px;
	}
}

@media (min-width: 576px) {
	.footer .sticky-diclaimer .arrows-risk {
		display: none;
	}
	.footer .sticky-diclaimer {
		padding: 12px 0 14px 17px;
		text-align: left;
	}
}

@media (min-width: 768px) {

	.footer .sponsorship-caption {
		min-width:300px;
	}
	.footer .off-caption {
		font-size: 18px;
	}
	.footer .real-caption {
		font-size: 23px;
	}
}

@media (max-width: 768px) {
	#footer-block .available-on {
		display: none;
	}
	.sponsorship-img {
		margin-left: 40px;
	}
	.sponsorship-img:lang(ar) {
		margin-right: 40px;
		right: 0 !important;
	}
}

@media (max-width: 991px) {
	#footer-block .mob-app-wrap {
		padding: 0px;
	}
	#footer-block .emphasized-title {
		text-align: center;
		margin-bottom: 25px !important;
		margin-top: 10px !important;
	}
	#footer-block .app-bottom__btns {
		justify-content: center;
		margin-bottom:25px;
	}
}

@media (max-width: 1200px) {
	.inactiveLink {
		pointer-events: none;
		cursor: default;
	}
}

@media (min-width: 992px) {
	#footer-block .app-bottom__app-img {
		position: absolute;
		margin-top: 0;
		left: 47%;
		bottom: -21px;
	}

	#footer-block .app-bottom__btns {
		flex-wrap: nowrap;
		margin-right: 8px;
	}

	#footer-block .emphasized-title:lang(en) {
		margin-left:-7px;
	}

	.rtl #footer-block .app-bottom__app-img {
		position: absolute;
		margin-top: 0;
		left: 40%;
		bottom: -21px;
	}
}

/* end of new section */
@media (min-width: 1200px) {
	#footer-block .footerRisks__AsicDetails {
		text-align: left;
	}
	#footer-block .flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#footer-block .flex-row [class*="col-"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#footer-block .app-align-center {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#footer-block .footerLogoWrapper {
		margin: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	#footer-block .footerRegulators__title {
		margin: 0 0 14px;
	}
	#footer-block .footer__Copyright {
		text-align: right;
	}

	#footer-block .footer__Copyright:lang(ar){
		text-align:left;
	}

	#footer-block .footer-address {
		text-align: right;
	}

	#footer-block .footer-address:lang(ar){
		text-align:left;
	}

	#footer-block .footerRegulatorsList--cnFix:lang(zh-hans){
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer .off-caption {
		font-size: 20px;
	}
	.footer .real-caption {
		font-size: 25px;
	}
}

@media (max-width:1199px) {
	#footer-block .footerSocials {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 0 50px;
	}

	#footer-block .footerRisks__warning {
		padding: 20px;
	}

	#footer-block .footerPayments__item {
		margin: 0 25px 20px;
	}

	#footer-block .footer__Copyright {
		text-align: center;
	}

	#footer-block .footer-address {
		text-align: center;
	}

	#footer-block .footerRegulatorsList {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 30px 0;
	}

	#footer-block .footerRegulatorsList__item {
		margin: 0 28px 10px;
	}

	#footer-block .footerLogoWrapper {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding: 20px 0
	}

	#footer-block .footerPayments {
		padding: 24px 0 32px;
	}

}

@media (max-width:992px) {
	#footer-block .footerPayments__item {
		width: 15%;
		text-align: center;
	}
}

@media (max-width: 576px) {
	#footer-block .footerPayments__item {
		width: 25% !important;
		text-align: center;
	}
}
