.footerFixed {position: fixed;z-index: 4;left: 0px;width: 100%;bottom: -120px;display: block;height: 60px;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;z-index: 9999999999999;box-shadow: 0 -3px 8px -3px #00000029;}
	.footerFixed ul { width: 100%; display: inline-block; height: 100%; padding:0}
	.footerFixed ul li { width: 33.33%; float: left; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.footerFixed ul li a {display: -webkit-box;display: -ms-flexbox;display: flex;color: #fff;width: 100%;height: 100%;-ms-flex-line-pack: center;align-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;font-weight: bold;font-size: 14px;}
	.footerFixedIcon { margin-bottom: 5px; }
	.footerFixed ul li a img { position: relative; margin-right: 5px; }

	.footerFixed ul li a img { width: 30px; }
	.footerFixed ul li:nth-child(2) a img { width: 60px; margin-top: -6px; }
	
	  

@media (max-width: 850px) {
	
    .footerFixed { 
             bottom: 0px;
    }
}


@media (max-width: 920px){ 
    .header-nav-top{position:absolute;} 
    .slider-container 
    .btn-slider-action{padding:15px 8px!important;} 
    .header-btn-collapse-nav:before{content:'MENÜ';font-size:small;font-weight:700;}
}

