.full-bfft,
.full-footer {
	background-color: #faf9f8;
	border-top: 1px solid rgba(0,0,0,.05);
	padding: 30px 0;
}
.full-bfft{
	padding-bottom: 5px;
}
.ft-item-store {
	padding: 5px 0;
}
.ft-item-store h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	color: #000;
	letter-spacing: 0px;
	margin: 0 0 5px;
	line-height: normal;
}
.ft-item-store span {
	font-style: italic;
}

.footer-box h2 {
	margin-top: 0;
	font-size: 20px;
	color: red;
	font-weight: 400;
	margin-bottom: 20px;
}
.footer-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-box li {
	margin-bottom: 5px;
	color: #000;
	font-size: 14px;
}
.footer-box li  a {
	color: #000;
	font-size: 14px;
	padding: 0;
}
.footer-box p {
    margin-top: 0;
}

.footer-box-3 li i {
	color: #ee0000;
	display: inline-block;
	padding: 0 3px;
	font-size: 18px;
}



.footer-box-4 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
}

.footer-box-4 .footer-content i {
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 99px;
    color: #008080;
    background: #fff;
    text-align: center;
    padding-top: 8px;
    box-sizing: border-box;
    margin-right: 5px;
}
.footer-box-4  p {
	margin-bottom: 5px;
}
.footer-box .link_bct {
	clear: both;
	margin: 0;
	display: block;
	text-align: center;
}
.link_bct img{
	max-width: 90px;

}

/* footer-bottom */
.full-footer-bottom {
    background: #ee0000;
    padding: 6px 0;
}

.left-footer-bottom {
    width: 40%;
    text-align: left;
    display: inline-block;
    color: #fff;
}

.mid-footer-bottom {
    display: inline-block;
    text-align: center;
    width: 19%;
}
.mid-footer-bottom img{
	display: block;
	margin: 0 auto;
}

.right-footer-bottom {
    display: inline-block;
    width: 40%;
    text-align: right;
}

a.design-by {
    color: #fff;
    text-decoration: none;
}

a.design-by:hover {
    text-decoration: underline;
}

#show-sft,
#hide-sft {
    float: right;
    font-size: 14px;
    margin: 0;
    text-align: right;
    cursor: pointer;
}

#show-sft,
.active-sft #hide-sft {
    display: inline-block;
}

#hide-sft,
.active-sft #show-sft {
    display: none;
}

@media only screen and (max-width: 800px) {
    /**/
    .full-bfft{
        padding-top: 15px;
    }
    .ft-store .col-mb {
        width: 33.333%;
    }
    .ft-item-store h3{
        font-size: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .full-bfft, .full-footer {
        padding: 15px 0;
    }

    .full-footer .col-mb{
        width: 50%;
    }

    .footer-bottom {
        width: 100%;
        text-align: center;
    }

    .footer-box h2 {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .ft-store .col-mb {
        width: 50%;
    }
    .footer-box {
        width: 100%;
    }
}