footer {
	background:#686554;
}
footer a, #affiliates a {
	color: #fff;
	text-decoration: none;
}
footer a:hover, #affiliates a:hover {
	color: rgba(255, 255, 255, 0.5);
}
.btn-agreement {
	background: #495057;
	padding: 0.5em 2em;
	letter-spacing: 1px;
	border: none;
}
#affiliates {
	padding: 14px;
	clear: both;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3c6292;
}
#affiliates ul>li:first-child {
	color: #6ab0ec;
}
#affiliates li {
	list-style-type: none;
	float: left;
	font-size: 1rem;
	padding: 0 5px;
	color: #fff;
}
#copyright-mobile {
	display: none;
}

@media all and (max-width: 1170px) {
#affiliates .btn {
	background-color: #2a608e;
	background-image: linear-gradient(to bottom, #6686d6, #3c559c);
	border-radius: 5px;
	box-shadow: 0px 1px 5px #666666;
	border: solid #fff 1px;
	text-decoration: none;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#affiliates {
	background-color: #f1f1f1;
}
#affiliates li {
	text-align: center;
	width: 100%;
	font-size: 15px;
	padding: 10px 0;
	color: #fff;
}
#affiliates ul {
	padding-left: 0;
}
.vline {
	display: none;
}
#display-none {
	display: none;
}
#copyright {
	display: none;
}
#copyright-mobile {
	display: block;
}
}
.checkbox {
}
