@charset "UTF-8"; 

/*--- footer ---*/
footer	{
/*    clear: both;
    margin-bottom: 20px;
    position: relative;*/
	/*float: left; */
	width:100%;
    /*margin-top: 30px;*/
    padding: 20px 0;
    background-color:#222;
	}



a.logo-bt span {display:none;}
footer div#fixed-container-footer{
	display:block;
	
	position: fixed;
	bottom:0px;
	z-index: 9999;
	width:100%;
	text-align:center;
}
footer div#account-update-notification{
	display:block;
	background-color: #333;
	position: relative;
	text-align:center;
	left:50%;
	bottom:0px;
	padding:15px;
	
	width:600px;
	-webkit-transform: translate(-50%, 0px);
	   -moz-transform: translate(-50%, 0px);
	    -ms-transform: translate(-50%, 0px);
	     -o-transform: translate(-50%, 0px);
	        transform: translate(-50%, 0px);
	color:#fff;
}
footer div#account-stripe-notification{
	display:block;
	background-color: #333;
	position: relative;
	text-align:center;
	left:50%;
	bottom:0px;
	padding:15px;
	
	width:800px;
	-webkit-transform: translate(-50%, 0px);
	   -moz-transform: translate(-50%, 0px);
	    -ms-transform: translate(-50%, 0px);
	     -o-transform: translate(-50%, 0px);
	        transform: translate(-50%, 0px);
	color:#fff;
}

footer .footer-social-icon a{
	color:#9d9d9d;
}

footer .footer-social-icon a:hover{
	text-decoration: none;
	cursor: pointer;
}


footer .text-white {
	color: #fff;
}

footer ul li a {
	color:#9d9d9d;
}
footer ul li a:hover {
	color: #fff;
}