
/* CSS CUSTOM | BEAR - plugin */

#btn-bear-menu.right.large.bear-menu-large{
	top: 70px;
	right: 5px;
	width:54px;
	height: 54px;
	border-radius: 10px
}
#btn-bear-menu.right.large.bear-menu-large:before {
	font-family: fontawesome;
	content: '\f013';
	color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	opacity: 1;
	display:block;
	position:absolute;
	z-index: -1;
	left: 2px;
	top: 2px;
	height: 16px;
	width: 16px;
	margin: 0px !important;
	padding: 0px !important;
	transition: all 1s ease-out
}
#btn-bear-menu.right.large.bear-menu-large:hover:before {
	transform: rotate(360deg);
}
#btn-bear-menu.right.large.bear-menu-large.active {
	right: 305px;
}
#btn-bear-menu.right.large.bear-menu-large svg {
	margin-left: 2px !important;
	margin-top: 1px !important;
}


