#footer {
	display: flex;
	color: #fff;
	flex-wrap: wrap;
	width: 100%;
}

#footer .sidebar-container {
	float: left;
	width: 100%;
	padding: 35px 0;
	padding: 0;
}
#footer .widget-area {
	margin-top: 25px;
}

#footer .footer-logo-row {
	background-color: #000;
	padding-top: 70px;
	padding-bottom: 0;
}
#footer .footer-logo {
	display: inline-block;
	user-select: none;
}

#footer .footer-disclaimer {
	background-color: #000;
	padding: 0;
	text-align: center;
	order: 3;
	width: 100%;
}
#footer .footer-disclaimer .footer-disclaimer-content {
	color: #fff;
	text-align: center;
	max-width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
}
#footer .footer-disclaimer a {
	color: #fff;
}
#footer .footer-disclaimer a:hover {
	text-decoration: underline;
}

#footer .footer-nav-place {
	background-color: #000;
	color: #A2C9EA;
	padding: 35px 0;
	text-align: center;
	order: 1;
	width: 100%;
}
#footer .footer-nav {
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .footer-nav li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
#footer .footer-nav li a {
	color: #A2C9EA;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}
#footer .footer-nav li + li:before {
	display: none;
	content: '|';
	margin: 0 12px 0 12px;
}
#footer .footer-nav li a:hover {
	color: #FEB926;
	text-decoration: none;
}


#footer .copyrights {
	background-color: #000;
	border-top: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
	order: 2;
	width: 100%;
}
#footer .copyrights a {
	color: #fff;
}
#footer .copyrights a:hover {
	color: #FEB926;
	text-decoration: underline;
}


@media (min-width: 768px) and (max-width: 991px) {
	#footer .widget-area:not(:last-child):not(:nth-last-child(2)) {
		margin-bottom: 25px;
	}
	#footer .widget-area:nth-child(2n+1) {
		clear: left;
	}
}
@media (max-width: 1199px) {
	#footer .footer-logo-row {
		padding-top: 50px;
	}
}
@media (max-width: 991px) {
	#footer .footer-nav-place {
		padding: 25px 0;
	}
	#footer .footer-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#footer .footer-nav li {
		padding: 5px 20px;
	}
	#footer .widget-area:not(:last-child) {
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	#footer .footer-logo {
		width: 91px;
	}
	#footer .footer-nav-place {
		padding: 25px 0;
	}
}
@media (max-width: 600px) {
	#footer .footer-logo-row {
		padding-top: 35px;
		padding-bottom: 0;
	}
	#footer .footer-nav {
		display: block;
	}
	#footer .footer-nav li {
		display: block;
		text-align: left;
		padding: 5px 0;
	}
	#footer .footer-disclaimer .footer-disclaimer-content {
		padding-top: 25px;
	}
	#footer .copyrights {
		padding: 10px 0;
	}
}






/*
 * Footer Items
 * ------------------------------------------------------------------------------------------------
*/
.footer-items-row {
	background-color: #000;
	border-top: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	padding-top: 35px;
	padding-bottom: 35px;
}
.footer-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -35px;
}
.footer-items .item {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}
.footer-items .item a {
	color: #fff;
}
.footer-items .item a:hover {
	color: #FEB926;
	text-decoration: none;
}
.footer-items .col-icon {
	margin-right: 15px;
}
.footer-items .item-icon {
	min-width: 57px;
}
.footer-items .social-link {
	margin-right: 8px;
}
.footer-items .facebook {
	display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cellipse cx="12" cy="12.4702" rx="11.5923" ry="11.5923" fill="white"/%3E%3Cpath d="M16.317 17.0751L16.832 13.8033H13.6107V11.6809C13.6107 10.7856 14.0598 9.91236 15.5026 9.91236H16.9681V7.12684C16.9681 7.12684 15.6387 6.90576 14.3683 6.90576C11.7142 6.90576 9.98099 8.47315 9.98099 11.3095V13.8033H7.03186V17.0751H9.98099V23.9085C10.5731 23.9992 11.2111 24.0703 11.8281 24.0703C12.4451 24.0703 13.0186 24.0438 13.6107 23.9531V17.0751H16.317Z" fill="black"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 25px;
	display: inline-block;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.footer-items .twitter {
	display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.0585144 1L9.32465 13.3897L0 23.463H2.0986L10.2623 14.6437L16.8584 23.463H24L14.2125 10.3764L22.8918 1H20.7932L13.2748 9.12246L7.20014 1H0.0585144ZM3.14467 2.54583H6.42555L20.9134 21.917H17.6325L3.14467 2.54583Z" fill="white"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
	top: -1px;
	vertical-align: middle;
}

@media (max-width: 1199px) {
	.footer-items .item {
		width: 50%;
	}
	.footer-items .item:nth-child(2n+1) {
		padding-right: 25px;
	}
}
@media (max-width: 600px) {
	.footer-items-row {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.footer-items {
		margin-bottom: -20px;
	}
	.footer-items .item {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-items .item:nth-child(2n+1) {
		padding-right: 0;
	}
}








/*
 * Footer Columns
 * ------------------------------------------------------------------------------------------------
*/
#footer .footer-columns-row {
	background-color: #000;
	padding: 20px 0 35px;
}
#footer .footer-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -35px;
}
#footer .footer-columns .column {
	font-size: 16px;
	font-weight: 500;
	padding-right: 30px;
	margin-bottom: 35px;
}
#footer .footer-columns .column-3 {
	padding-right: 0;
}
#footer .footer-columns ul {
	list-style: none;
	padding: 0;
}
#footer .footer-columns ul li {
	margin-bottom: 26px;
}
#footer .footer-columns ul li:last-child {
	margin-bottom: 0;
}
#footer .footer-columns ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
#footer .footer-columns ul li a:hover {
	color: #FEB926;
	text-decoration: none;
}

@media (min-width: 1200px) {
	#footer .footer-columns .column-1 {
		width: 50%;
		max-width: 480px;
	}
	#footer .footer-columns .column-2 {
		width: 25%;
		max-width: 270px;
	}
	#footer .footer-columns .column-3 {
		width: 25%;
		max-width: 220px;
	}
}
@media (max-width: 1199px) {
	#footer .footer-columns {
		display: flex;
		justify-content: space-around;
	}
}
@media (max-width: 991px) {
	#footer .footer-columns {
		justify-content: space-evenly;
	}
	#footer .footer-columns .column {
		width: 100%;
		max-width: 100%;
	}
	#footer .footer-columns .column-1 {
		padding-right: 0;
	}
	#footer .footer-columns .column-2,
	#footer .footer-columns .column-3 {
		width: auto;
	}
}
@media (max-width: 767px) {
	#footer .footer-columns-row {
		padding: 35px 0 35px;
	}
	#footer .footer-columns .column {
		position: relative;
		width: 100%;
		padding-right: 0;
	}
	#footer .footer-columns .column-1 {
		text-align: left;
	}
	#footer .footer-columns .column-2,
	#footer .footer-columns .column-3 {
		width: auto;
	}
	#footer .footer-columns ul li {
		margin-bottom: 15px;
	}
}
@media (max-width: 600px) {
	#footer .footer-columns {
		display: block;
	}
}








/*
 * Active
 * ------------------------------------------------------------------------------------------------
*/
#sticky-footer {
	background-color: #fff;
	bottom: -15rem;
	box-shadow: 0px 0px 24px 0px #00000026;
	left: 0;
	padding-top: 22px;
	padding-bottom: 20px;
	position: fixed;
	right: 0;
	text-align: center;
	transition-duration: .5s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-timing-function: linear;
	z-index: 50;
}
#sticky-footer.active {
	bottom: 0;
}
#sticky-footer .wrap-button {
	text-align: center;
}
#sticky-footer .site_btn {
	border-radius: 0;
	height: 60px;
	line-height: 58px;
	width: 100%;
}
#sticky-footer .sticky-footer-items {
	color: #000;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin-top: 15px;
}
#sticky-footer .sticky-footer-items li {
	position: relative;
	list-style: none;
	padding-left: 12px;
}
#sticky-footer .sticky-footer-items li:before {
	content: '';
	display: inline-block;
	background-color: #0066FF;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	top: 8px;
	left: 0;
}

@media (max-width: 767px) {
	#sticky-footer {
		qqqqq:
	}
}




