/* footer-01 */
.footer-01 .lt-block-wrapper {
	background-position: top left;
    background-size: auto;
}

.footer-01 .builder {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-01 .builder > * {
	flex: 0 0 50%;
}

.footer-01 .links {
	font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.footer-01 .links a {
	color: #fff;
}

.footer-01 .f-text {
	font-size: 12px;
    line-height: 17px;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .footer-01 .lt-block-wrapper {
    	padding-top: 30px!important;
    }
    
    .footer-01 .builder > * {
        flex: 1 0 100%;
    }
    
    .footer-01 .links {
        margin-bottom: 25px;
    	text-align: center;
    }
    
    .footer-01 .links a {
    	display: block;
        margin-bottom: 10px;
    }

    .footer-01 .part-shareButtons {
        margin-bottom: 25px!important;
        text-align: center;
    }
    
    .footer-01 .f-text {
    	text-align: center;
    }
}
/* end footer-01 */