/* FOOTER */
.footer {
	padding-top: 0px;
	padding-bottom: 0px;
	background: rgb(63,63,63);
	background: -moz-linear-gradient(top, rgba(63,63,63,1) 0%, rgba(48,48,48,1) 100%);
	background: -webkit-linear-gradient(top, rgba(63,63,63,1) 0%,rgba(48,48,48,1) 100%);
	background: linear-gradient(to bottom, rgba(63,63,63,1) 0%,rgba(48,48,48,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#303030',GradientType=0 );
}
.footer .footerContent {
	min-height: 250px;
	padding-top: 42px;
	background-image: url(../images/footer-watermark.png);
	background-position: right top 20px;
	background-repeat: no-repeat;
	display: flex;
}

.footerLogo {
	width: 20%;
	position: relative;
	max-width: 230px;
	margin-right: 16px;
}
.footerLogo img {
	position: absolute;
}
.footerAddress {
	width: 48%;
	color: white;
	padding-left: 40px;
}
.footerAddress p {
	margin: 0px 0px 5px 0px;
}
.footerAddress h3 {
	font-size: 36px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 20px;
}

.footerAddress a {
	color: white!important;
}

.footerSocial {
	width: 32%;
	padding-top: 50px;
	text-align: center;
}
.footerSocial h5 {
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	color: white;
	margin-bottom: 15px;
}
.socialList {
	margin: 0px;
	padding: 0px;
}
.socialList li a svg:not(:root) {
	width: 51px;
}
.socialList li a svg:not(:root) .st0 {
	fill: #25b0ed;
}
.socialList li a:hover svg:not(:root) .st0 {
	fill: #88beb0;
}
.socialList li a:hover svg:not(:root) .YTst2 {
	fill: #88beb0!important;
}
.socialList li a:hover svg:not(:root) .igst2 {
	fill: #88beb0!important;
}
.socialList li {
	list-style: none;
	display: inline-block;
	margin: 0px 5px;
}

.copyrightBar {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 2px solid #298a70;
	background: #117d60;
}
.copyrightContent {
	display: flex;
}
.copyrightContent .leftSpace {
	width: 25%
}
.copyrightContent .copyright {
	width: 48%;
	font-size: 14px;
	font-weight: 600;
	color: white;
	font-style: italic;
}
.copyrightContent .copyright p {
	margin: 0px;
}
.copyrightContent .supportLinks {
	width: 33%;
}
.copyrightContent .supportLinks ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.copyrightContent .supportLinks ul li {
	list-style: none;
	display: inline-block;	
}
.copyrightContent .supportLinks ul li a {
	color: white;
	font-weight: 600;
	font-size: 14px;
	margin-left: 10px;
}
.copyrightContent .supportLinks ul li:first-of-type a {
	margin-left: 0px;
}
.copyrightContent .supportLinks ul li a:hover {
	color: #88beb0;
}





@media (max-width: 992px) {
	.footerAddress h3 {
		font-size: 26px;
	}
	.footerAddress {
		padding-left: 30px;
	}
	.footerAddress p {
		font-size: 14px;
	}
	.footerSocial {
		padding-top: 25px;
	}
	.footerSocial h5 {
		font-size: 20px;
	}
	.socialList li a svg:not(:root) {
		width: 40px;
	}
}



@media (max-width: 768px) {
	.footer .footerContent {
		display: block;
	}
	.footerLogo {
		width: 100%;
		text-align: center;
		margin: 0px auto;
	}
	.footerLogo img {
		position: relative;
		max-width: 150px;
	}
	.footer .footerContent {
		background-position: right bottom -300px;
	}
	.footerAddress {
		width: 100%;
		text-align: center;
		padding-left: 0px;
		padding-top: 35px;
	}
	.footerSocial {
		width: 100%;
		margin-bottom: 35px;
	}
	.copyrightContent .leftSpace {
		display: none!important;
	}
	.copyrightContent .copyright {
		width: 50%;
	}
	.copyrightContent .supportLinks {
		width: 50%;
	}
	.copyrightContent .supportLinks ul {
		text-align: right;
	}
	.copyrightContent .supportLinks ul li {
		display: block;
		width: 100%;
	}
	.copyrightContent .supportLinks ul li a {
		font-size: 14px;
	}
}