* {
	box-sizing: border-box;
}

.themecontainer {
	position: fixed;
	bottom: 25px;
	left: 60px;
}

.menu-toggle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #aaa;
	position: absolute;
	z-index: 5;
	bottom: 0;
	right: 0px;
	display: table;
	text-align: center;
}

.menu-toggle .fa {
	color: #fff;
	font-size: 2em;
	display: table-cell;
	vertical-align: middle;
	transition: 0.4s;
}

.menu-toggle.open .fa {
	transform: rotate(135deg);
}

.btn-app a {
	font-size:10pt;
	width:20px
	height:20px;
}

.btn-app {
	width: 4em;
	height: 4em;
	border-radius: 50%;
	position: absolute;
	background-color: #aaaaaa;
	color: #fff;
	text-align: center;
}

.btn-app .fa {
	line-height: 3em;
}

.open .btn-app {
/*	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);*/
}

.menu-round {
	position: absolute;
	bottom: 0;
	left: -10px;
	z-index: 3;
}

.menu-round .btn-app {
	bottom: 4.25em;
	left: 1em;
	transition: 0.4s;
}

.menu-round.open .btn-app:nth-of-type(1) {
	left: 2.5em;
	bottom: 8.25em;
	transition-delay: 0.2s;
}

.menu-round.open .btn-app:nth-of-type(2) {
	left: 3.5em;
	bottom: 6.5em;
	transition-delay: 0.1s;
}

.menu-round.open .btn-app:nth-of-type(3) {
	left: 4.25em;
	bottom: 4.5em;
}

.menu-line {
	position: absolute;
	z-index: 2;
}

.menu-line .btn-app {
	bottom: 2px;
	right: 0px;
	transition: 0.3s;
	transition-delay: 0.0s;
}

.menu-line.open .btn-app:nth-of-type(1) {
	bottom: 4.25em;
		background-color: #4644fd;
}

.menu-line.open .btn-app:nth-of-type(1) {
	bottom: 4.25em;
		background-color: #A93226;
			width: 4em;
	height: 4em;
	right: 0px;
	transition:all 0.3s ease;
}

.menu-line.open .btn-app:nth-of-type(2) {
	bottom: 8.75em;
		background-color: #1F618D; 
			width: 4em;
	height: 4em;
		right: 0px;
		transition:all 0.3s ease;
}

.menu-line.open .btn-app:nth-of-type(3) {
	bottom: 13.50em;
		background-color: #B7950B;
			width: 4em;
	height: 4em;
		right: 0px;
		transition:all 0.3s ease;
}

.menu-line.open .btn-app:nth-of-type(4) {
	bottom: 17.25em;
		background-color: #cccccc;
			width: 4em;
	height: 4em;
		right: 0px;
		transition:all 0.3s ease;
}

.menu-line.open .btn-app:hover
{
	opacity: 0.7;
}

.zoom-highlight{
	background: #bb3333 !important;
}