/* Recommended Themes */
.recommend-themes {
	padding: 5px 0;
	position: fixed;
	z-index: 9;
	left: 0;
	width: 100%;
	bottom: 0;
	-webkit-transform: translateY(110%);
	transform: translateY(110%);
	-webkit-transition: -webkit-transform 0.8s ease;
	transition: -webkit-transform 0.8s ease;
	transition: transform 0.8s ease;
	transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.recommend-themes.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}



.counter {background-color: rgba(255,255,255,0.40)!important;
}

.menuhack {
		background: rgb(254,255,252); background: -moz-linear-gradient(top, rgba(254,255,252,1) 0%, rgba(242,247,243,1) 50%, rgba(232,239,233,1) 51%, rgba(252,255,252,1) 100%); background: -webkit-linear-gradient(top, rgba(254,255,252,1) 0%,rgba(242,247,243,1) 50%,rgba(232,239,233,1) 51%,rgba(252,255,252,1) 100%); background: linear-gradient(to bottom, rgba(254,255,252,1) 0%,rgba(242,247,243,1) 50%,rgba(232,239,233,1) 51%,rgba(252,255,252,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffc', endColorstr='#fcfffc',GradientType=0 );
background-size: 100% 100px; 
/*	-webkit-box-shadow: 0 10px 10px -10px black !important;
	-moz-box-shadow: 0 10px 10px -10px black !important;
	box-shadow: 0 8px 10px -10px black !important;
*/
}


.abc{
	justify-content:center !important
}
.sticky-header-active .abc{
	justify-content:start !important
}

