/******************** V2 ********************/
/******************** V2 ********************/
html, body {
    height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.aj-body-wrapper{
	flex: 1 0 auto;
}

.aj-footer{
	flex-shrink: 0;
}

.ft-title{
	text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 40px;
    border-bottom: 1px solid #161616;
    font-size: 18pt;
    padding-bottom: 10px;
    color: #b1b1b1;
}

.ft-ul{
	padding-left: 0px;
}

.ft-item{
	text-align: center;	
    margin-bottom: 15px;
    font-size: 9pt;
	list-style: none;
}

.ft-item a{
	color: #8f8f8f;
    font-size: 14pt;
    text-decoration: none;
}


.ft-item a img{
	display: inline;
}

.ft-ul{}

.ft-copywrite{
    border-top: 1px solid #020202;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 15px;
    color: white;
}

.ft-icon{
	max-height: 35px;
    margin-bottom: 3px;
    margin-right: 11px;
    background-color: gray;
    border-radius: 8px;
    padding: 3px;
}

.ft-logo{
	max-width: 140px;
    margin-top: 30px;
}

.jb-footer, .aj-footer{
    background-color: #121212;
    padding-top: 0px;
    padding-bottom: 25px;
    margin-top: auto;
}

@media (max-width: 910px){

}


