.full-footer {
    min-height: 100px;
    padding-top: 30px;
    background-size: cover;
}

.col-ft{
	padding: 0 10px	;
}
.col-ft1 {
    width: 32%;
}

.col-ft2,
.col-ft3 {
    width: 20%;
}

.col-ft4 {
    width: 28%;
}

.footer-box h2 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: normal;
}
.is-divider {
	height: 3px;
	display: block;
	background-color: rgba(0,0,0,.1);
	margin: 1em 0 1em;
	width: 100%;
	max-width: 30px;
	margin-top: .66em;
}
.footer-box .is-divider {
	background-color: #fff;
}

.footer-box p {
	margin-top: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	letter-spacing: .05em;
	line-height: 30px;
}	
ul#footer-menu {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#footer-menu li{
	margin-bottom: 0;
}

ul#footer-menu a {
    text-decoration: none;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
}

ul#footer-menu a:hover {
    text-decoration: underline;
}

/* footer-bottom */
.footer-bottom {
	padding: 18px 0;
	border-top: 1px solid #fff;
	margin-top: 30px;
}

.left-footer-bottom {
    width: 49%;
    text-align: left;
    display: inline-block;
    color: #fff;
}

.right-footer-bottom {
    display: inline-block;
    width: 49%;
    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: 900px) {
    .inner-footer .col-mb.col-ft1 {
        width: 100%;
    }
    .inner-footer .col-mb{
        width: 33.333%;
    }
}
@media only screen and (max-width: 768px) {
    .inner-footer .col-mb {
        width: 50%;
    }
    .footer-bottom {
        width: 100%;
        text-align: center;
    }

    .footer-box h2 {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .inner-footer .col-mb {
        width: 100%;
    }
}