/*footer css */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');

img[src*="https://tags.w55c.net"] {
    display: none;
}
#cobrowser{
	display: none;
}
footer {
    background: #333;
	line-height: 1.42857143;
	font-family: 'Lato', sans-serif;
}
footer .links {
    list-style: none;
    padding: 0 15px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
footer .links li{
	padding-bottom:6px;
}
footer .links li a {
    color: #fff;
    font-weight: normal;
    position: relative;
	border-left: 2px solid #fff;
	text-decoration: none;
}
footer .links li a:hover {
    text-decoration: underline;
}
footer .container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
	}
footer .align-items-center {

    -ms-flex-align: center !important;
    align-items: center !important;

}
footer .justify-content-center {

    -ms-flex-pack: center !important;
    justify-content: center !important;

}
footer .d-flex {

    display: -ms-flexbox !important;
    display: flex !important;

}
footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
footer .links li:first-child a{
    border-left: none;
}

@media screen and (max-width: 699px) {
.geo_footer {
    display: none;
}
}

@media screen and (min-width: 290px) {
footer {
    padding: 15px 0;
}
footer .links li a {
    font-size: 12px;
    padding: 0 8px;
}
}

@media screen and (min-width: 700px) {
.geo_footer p {
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-size: calc(12px + (18 - 12) * ((100vw - 700px) / (1200 - 700)));
    color: #fff;
    text-align: center;
}
.card_images {
    margin: 2.500vw auto 3.333vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card_images img {
    margin-left: 1.667vw;
    width: auto;
    height: 2.917vw;
}
.card_images img:nth-child(1) {
    margin: 0;
}
}
@media screen and (min-width: 768px) {
footer {
    padding: 1rem 0;
}
footer .container {
	width: 100%;
    max-width: 1100px;

}
footer .links li a {
    padding: 0 8px;
    font-size: 12px;
}
}
@media screen and (min-width: 992px) {
footer {
    padding: 1.5rem 0;
}
footer .links li a {
    padding: 0 9px;
    font-size: 14px;
}
}
@media screen and (min-width: 1200px) {

.geo_footer p {
    font-size: 18px;
    line-height: 21px;
}
.card_images {
    margin: 30px auto 40px;
}
.card_images img {
    margin-left: 20px;
    width: auto;
    height: 35px;
}
footer .links li a {
    padding: 0 9px;
    font-size: 18px;
}	
}