#footer_alert,
#home_footer_0,#home_footer_1,#home_footer_2 {
position: fixed;
z-index: 4;
bottom:0;

width: 100%;
height: 90px;/*120px;*/
line-height:90px;/*120px;*/
padding: 0;

background: rgba(0,0,0,.75) !important;

vertical-align: top;
text-align: center;
font-size:28px;
font-weight:200;

font-family:"Heebo" !important;
color: #fff;
/*display:none;*/
}
#explore {
position: fixed;
z-index: 3;
bottom:90px;/*120px;*/

width: 100%;
height: auto;
/*line-height:120px;   */
padding:10px 30px;
padding-bottom:0;
    
background: rgba(0,0,0,.75);

vertical-align: top;
text-align: center;
font-size:18px;
font-weight:400;

font-family:"Playfair Display",Times,serif;
color: #fff;
}
#explore p {
margin:0;   
margin-top:5px;  
}
#home_footer_0 div.a_st,
#home_footer_1 div.a_st,
#home_footer_2 div.a_st {
display:inline-block;
text-align: center;
line-height:90px;/*120px;*/
color:#fff;
    
text-transform: uppercase;
font-size: 22px;
text-decoration: none;
font-weight:200;
margin:0 40px;
border-bottom:1px solid transparent;
cursor:pointer;
}

div.a_st i {display:none;}

#home_footer_0 div.a_st:hover,
#home_footer_1 div.a_st:hover,
#home_footer_2 div.a_st:hover {
border-bottom:0 solid #000;
/*color:#fafafa;*/
font-weight:400;
}

.a_st_l,
.a_st_r {
position:absolute;
}
.a_st_l {
float:left;
left:0;
min-width:50px;
}
.a_st_r {
float:right;
right:0;
min-width:50px;
}

#explore .hte {
font-size:26px;
text-transform: uppercase;
}

@media (max-width: 767px) {
	.hfx {
	height: 60px;
	}
	#home_footer_0,#home_footer_1,#home_footer_2 {
	height: 80px !important;
	line-height:80px !important;
	/*bottom:24px !important;*/
	}
	div.a_st i {display:inline;}	
	div.a_st span {display:none;}
	#home_footer_0 div.a_st,
	#home_footer_1 div.a_st,
	#home_footer_2 div.a_st {
	line-height:80px;
	font-size: 22px;
	margin:0 20px;
	}
	#explore {
	bottom:104px;
	padding:10px 20px;
	font-size:14px;
	}
	#explore .hte {
    font-size: 22px;
	}
		
	#footer_alert {
	bottom:105px;
	font-size:14px;
	line-height: 18px;
	height:auto;
	padding:20px 10px;
	background: rgba(0,0,0,1) !important;
	}
	#footer_alert p {
	margin:0;
	}
	/****/
    #footer_alert,
    #home_footer_0,#home_footer_1,#home_footer_2 {
    height: 90px;/*120px;*/
    line-height:90px;/*120px;*/
    }
    #explore {
    bottom:90px;/*120px;*/
    font-size:16px;
    }
    #home_footer_0 div.a_st,
    #home_footer_1 div.a_st,
    #home_footer_2 div.a_st {
    line-height:90px;/*120px;*/
    font-size: 22px;
    }
}