.full-footer {
	min-height: 100px;
	background: #1FBBC6;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.box-form-lh h2 {
	font-size: 2.5vw;
	margin-bottom: 20px;
}
.box-form-lh h2,
.box-form-lh span {
	color: #f1f1f1

}
.box-form-lh>span{
	font-size: 25px;
}
.logo-ft {
	margin-bottom: 30px;
}
.site-logo-ft {
	width: 45%;
	margin: 0 auto;
	display: block;
}
.box-maume {
	width: 360px;
	max-width: 100%;
	text-align: left;
	color: #000;
	background: #fff;
	padding: 10px;
	margin: 0 auto;
	font-size: 16px;
}
.box-maume div{
	margin-bottom: 10px;
}
.box-maume div b{
	color: #aa2620;
	font-weight: normal;
}
.ft-social-icons {
	display: block;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
.ft-social-icons span {
	font-weight: bold;
	padding-right: 10px;
}
.ft-social-icons a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 90px;
	display: inline-block;
	margin-right: 5px;
}
.fb{
	background-color: #3a589d;
}
.lin{
	background-color: #0072b7;
}
.yt{
	background-color: #c33223;
}
.ft-social-icons i {
	min-width: 1em;
	color: #fff;
	font-size: 17px;
}


/* footer-bottom */
.full-footer-bottom {
    background: #e1e1e1;
    padding: 10px 0;
}

.left-footer-bottom {
    width: 40%;
    text-align: left;
    display: inline-block;
    color: rgba(0,0,0,0.5);
}

.mid-footer-bottom {
    display: inline-block;
    text-align: center;
    width: 19%;
}

.right-footer-bottom {
    display: inline-block;
    width: 40%;
    text-align: right;
}

a.design-by {
    color: rgba(0,0,0,0.5);
    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: 768px) {
    .footer-box {
        width: 50%;
    }

    .footer-box-3 {
        clear: both;
    }

    .footer-bottom {
        width: 100%;
        text-align: center;
    }

    .footer-box h2 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 640px) {
    	.box-form-lh h2 {
		font-size: 18px;
		margin-bottom: 0;
	}
	.box-form-lh > span {
		font-size: 22px;
	}

}