/* CSS Document - FOOTER */

footer .container {
	position:relative;
	z-index:5;
	background-color:var(--global-color-fl-grey);
	padding-top:20px;
	padding-bottom:20px;
}
footer .container.newsletter {
	padding-top:0px;
	padding-bottom:0px;
	/*-webkit-box-shadow: 0 6px 5px 0 #DEDEDE;
	box-shadow: 0 6px 5px 0 #DEDEDE;*/
}
footer .container.container-separator {
	padding-top:0px;
	padding-bottom:0px;
	background-color: #ffffff;	
	/*-webkit-box-shadow: 0 6px 5px 0 #DEDEDE;
	box-shadow: 0 6px 5px 0 #DEDEDE;*/
}

footer .container.newsletter {
	background-color:#ffffff;
}
footer.video .container.newsletter {
	background-color:var(--global-color-fl-video-bg);
}

footer #footer-partners {
	background-color:var(--global-color-fl-grey);
	color:#fff;
	position: relative;
	z-index: 6;
}
footer #footer-partners .partner-section {
	position:relative;
	display:inline-block;
	list-style: none;
	margin:0;
	padding:0;
	margin-left:20px;
	padding-left:20px;
	border-left:solid 1px #ccc;
}

footer #footer-partners .partner-section label {
  position: absolute;
  top: 0;
  left: 20px;
  white-space: nowrap;
  font-size: 11px;
}
footer #footer-partners .partner-section li {
	display:inline-block;
	margin:0 5px;
}
footer #footer-partners .partner-section li img {
	height:70px; 
	width:auto;
}

@media (max-width:1199.98px) {
	footer #footer-partners .partner-section {
		margin-left:10px;
		padding-left:10px;
	}
	footer #footer-partners .partner-section label {
	  left: 10px;
	}
	footer #footer-partners .partner-section li img {
		height:60px; 
	}
}
@media (max-width:991.98px) {
	footer #footer-partners .partner-section {
		display:block;
	}
}

/**/

footer #footer-main {
	background-color:var(--global-color-fl-grey-dark);
	color:#fff;
	position: relative;
	z-index: 6;
}
footer #footer-main .container {
	background-color:var(--global-color-fl-grey-dark);
}

footer #footer-main h3 {
	font-size:16px;
	font-weight: 500;
	text-transform: uppercase;
	color:#fff;
	margin:20px 0;
}

footer #footer-main .logo {
	position: relative;
	padding:10px 0;
}
footer #footer-main .logo a {
	display:inline-block;
}
footer #footer-main .logo a img {
	margin-left: 6px;
}

footer #footer-main .col-menu {
	position:relative;
	text-align: left;
}
footer #footer-main .col-menu:before {
	content:'';
	position:absolute;
	top:10%;
	left:0;
	width:1px;
	height:80%;
	background-color: #2e2e2e;
	
}

footer #footer-main .contacts {
	color:#fff;
}
footer #footer-main .contacts ul {
	font-size: 13px;
	list-style:none;
	margin:0;
	padding:0 0 0 30px;
	color:#fff;
}
footer #footer-main .contacts ul li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
footer #footer-main .contacts ul li i {
	position:absolute;
	top:5px;
	left:-30px;
}
footer #footer-main .contacts ul li a {
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	display:block;
	color:#fff !important;
	text-decoration:underline;
	text-decoration-style: dotted;
	text-decoration-color: #2F2F2F;
}
footer #footer-main .contacts ul li a:hover {
	text-decoration: underline;
	text-decoration-style:solid;
	text-decoration-color: #4b4b4b;
}

footer #footer-main ul {
	font-size: 13px;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	color:var(--global-color-fl-grey-text);
	font-weight: 400;
}
footer #footer-main ul li {
	position:relative;
	display:block;
}
footer #footer-main ul li a {
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	display:block;
	color:#fff !important;
	font-weight: 400;
	text-decoration:underline;
	text-decoration-style: dotted;
	text-decoration-color: #2F2F2F;
	padding:6px 0;
}
footer #footer-main ul li a:hover {
	text-decoration: underline;
	text-decoration-style:solid;
	text-decoration-color: #4b4b4b;
}

/**/

footer #footer-bottom .copy {
	font-size:11px;
	color:#fff;
	font-weight: 400;
}
footer #footer-bottom .socials i {
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	cursor: pointer;
	margin:8px 8px 0;
	color:var(--global-color-fl-grey-text);
}
footer #footer-bottom .socials i:hover,
footer #footer-bottom .socials i:focus {
	opacity:0.5;
}
footer #footer-bottom .socials button{
	display: inline-block;
	color: #fff !important;
	width: 48px;
	height: 48px;
	overflow: hidden;
	text-align: center;
	border:none;
	background-color: transparent;
	vertical-align: top;
}
footer #footer-bottom .socials button:hover,
footer #footer-bottom .socials button:focus,
footer #footer-bottom .socials button:active {
	color:#fff;
}
footer #footer-bottom .socials a{
	display: inline-block;
	color: #fff !important;
	width: 40px;
	height: 48px;
	overflow: hidden;
	text-align: center;
	padding-top:12px;
}
footer #footer-bottom .socials a:hover,
footer #footer-bottom .socials a:focus,
footer #footer-bottom .socials a:active {
	color:#fff;
}
footer #footer-bottom .socials i {
	vertical-align: top;
}
footer #footer-bottom .socials a[name='twitter x']{
	padding-top:15px;
}

@media (max-width:575.98px) {
	footer #footer-main .logo a img{
		width: 200px;
		height: auto;
		margin-left: 9px;
	}
}
/**/

#footer-newsletter {
	display: none;
	z-index: -1;
	position:fixed;
	bottom:-1000px;
	left:0;
	height:100%;
	background-color: #ffffff;
}
#footer-newsletter.active {
	display:block;
	z-index: 99;
	bottom:0;
}
#footer-newsletter .container {
	position: relative;
	top:50%;
	transform: translateY(-50%);
	background-color: #fff;
	color:var(--global-color-fl-text) !important;
	background-image: url('../images/Logo-2020-Financialounge.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 200px 40px;
}
#footer-newsletter .newsletter-close {
	position: relative;
	top:35px;
	width:40px;
	height:40px;
	border:none;
	font-size: 24px;
	background-color: transparent;
	color: var(--global-color-fl-main) !important;
}
#footer-newsletter h4 {
	font-family: 'Inter' !important;
	font-weight: 400 !important;
	font-size: 1.5rem !important;
}

#articlefooter-newsletter {
	position: relative;
	display: block;
	clear:both;
	padding-top:0px;
	text-align:center;
	background-color: #ffffff;
}
footer.video #articlefooter-newsletter {
	background-color: var(--global-color-fl-video-bg);
}

.newsletter-form {
	position: relative;
	padding-top:40px;
	padding-bottom:20px !important;
	border-bottom:solid 1px var(--global-color-fl-main);
	text-align:left;
}
.newsletter-form input {
	padding: 5px 10px;
	width: calc(100% - 150px);
	font-size:17px;
	border:solid 1px var(--global-color-fl-main);
	border-right:none;
	border-radius: 0 !important;
}
.newsletter-form button {
	float:right;
	padding:5px 40px;
	width:150px;
	border:solid 1px var(--global-color-fl-main);
	background-color: var(--global-color-fl-main);
	color:#ffffff;
}
.newsletter-form button:hover {
	background-color: #ffffff;
	color: var(--global-color-fl-main);
}

.newsletter-form #mailup-result {
	text-align:center;
}
.newsletter-form-options {
	position: relative;
	padding-top:25px;
	padding-bottom:20px !important;
	text-align: left;
}
.newsletter-form-options .radio-custom label small {
	font-size:13px !important;
}
.newsletter-form-options .checkbox-custom label small {
	font-size:13px !important;
}

#newsletter-message {
	display:none;
	z-index: -1;
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color: rgba(0,0,0,0.8);
}
#newsletter-message.active {
	display:block;
	z-index: 100000;
}
#newsletter-message #newsletter-message-inner {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:800px;
	height:330px;
	padding:10px;
	background-color: #fff;
}
#newsletter-message #newsletter-message-inner img {
	width: 50px;
	height:auto;
	margin-bottom:50px;
}
#newsletter-message #newsletter-message-inner i {
	position:absolute;
	top:10px;
	right:10px;
}
#newsletter-message #newsletter-message-inner h4 {
	text-align: center;
	margin-bottom:30px;
}
#newsletter-message #newsletter-message-inner p {
	text-align: center;
}

#footer-search {
	display: none;
	z-index: -1;
	position:fixed;
	bottom:-1000px;
	left:0;
	height:100%;
	background-color: #ffffff;
}
#footer-search.active {
	display:block;
	z-index: 99;
	bottom:0;
}
#footer-search .container {
	position: relative;
	top:50%;
	transform: translateY(-50%);
	background-color: #fff;
	color:var(--global-color-fl-text) !important;
	background-image: url('../images/Logo-2020-Financialounge.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 200px 40px;
}
#footer-search .search-close {
	position: relative;
	top:35px;
	width:40px;
	height:40px;
	border:none;
	font-size: 24px;
	background-color: transparent;
	color: var(--global-color-fl-main) !important;
}
#footer-search h4 {
	font-family: 'Inter' !important;
	font-weight: 400 !important;
	font-size: 1.5rem !important;
}

.search-form {
	position: relative;
	padding-top:40px;
	padding-bottom:20px !important;
	border-bottom:solid 1px var(--global-color-fl-main);
	text-align:left;
}
.search-form input {
	padding: 5px 10px;
	width: calc(100% - 150px);
	font-size:17px;
	border:solid 1px var(--global-color-fl-main);
	border-right:none;
	border-radius: 0 !important;
}
.search-form button {
	float:right;
	padding:5px 40px;
	width:150px;
	border:solid 1px var(--global-color-fl-main);
	background-color: var(--global-color-fl-main);
	color:#ffffff;
}
.search-form button:hover {
	background-color: #ffffff;
	color: var(--global-color-fl-main);
}

@media (max-width:1199.98px){
	#footer-newsletter h4 {
		font-size: 20px !important;
	}
	.newsletter-form input {
		font-size:15px;
	}
	.newsletter-form button {
		font-size:15px;
	}
}
@media (max-width:599.98px){	

	#footer-newsletter{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	#footer-newsletter .newsletter-close {
  		top: -20px;
	}
	
	.newsletter-form input {
		display:block;
		margin:0;
		width:100%;
		border-right:solid 1px var(--global-color-fl-main);
		border-bottom:none;
		text-align: center;
	}
	.newsletter-form button {
		display:block;
		margin:0;
		width:100%;
	}
	.newsletter-form-options .radio-custom label small {
		font-size:11px !important;
	}
	.newsletter-form-options .checkbox-custom label small {
		font-size:11px !important;
	}
	
	#newsletter-message #newsletter-message-inner {
		width:320px;
		height:190px;
		padding:10px;
	}
	#newsletter-message #newsletter-message-inner img {
		width: 20px;
		height:auto;
		margin-bottom:20px;
	}
	#newsletter-message #newsletter-message-inner h4 {
		font-size:16px;
		margin-bottom:10px;
	}
	#newsletter-message #newsletter-message-inner p {
		font-size: 12px;
	}
	
	#footer-search .search-close {
		top:-20px;
	}
}
