
.vc-single-bubble-container .vc-icon-lego {
	display: none;
}

.vc-single-bubble-container:first-child .vc-icon-lego {
	display: block;
}

.vc-bubbles-main-container {
	min-height: 200px;
}

.vc-bubbles-main-container * {
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}

.vc-bubbles-container {
	display: flex;
	justify-content: space-around;
	align-items: end;
}

.vc-bubbles-container .vc-single-bubble-container {
	flex-grow: 2;
	transition: all .5s ease-in-out;
}

.vc-bubble span {
	white-space: pre;
}

.vc-single-bubble-container {
	padding: 3px;
}

.vc-bubble, .vc-bubble-back, .vc-bubble-front {
	border-radius: 50%;
}

.vc-bubble {
	width: 100%;
	padding-top: 100%;
}

.vc-bubble i[class^="vc-icon-"],
.vc-bubble i[class*=" vc-icon-"] {
	font-size: 30px;
}

.vc-single-bubble-container {
	perspective: 1000px;
	font-size: 14px;
}

.vc-bubble {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;

	border: 3px solid white;
	-webkit-box-shadow: 0px 0px 17px 3px #b8b8b8;
	-moz-box-shadow: 0px 0px 17px 3px #b8b8b8;
	box-shadow: 0px 0px 17px 3px #b8b8b8;
	padding-top: calc(100% - 6px);
    line-height: 1.5em;
}

.vc-bubble-front, .vc-bubble-back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
    padding: 5px;
	overflow: hidden;

	font-weight: bold;
}

.vc-bubble-front *, .vc-bubble-back * {
	transition: opacity .5s ease-in-out;
}

.vc-single-bubble-container.vc-lego-color-1 .vc-bubble-front, .vc-single-bubble-container.vc-lego-color-1 .vc-bubble-back {
	background-color: #24B62F;
}

.vc-single-bubble-container.vc-lego-color-2 .vc-bubble-front, .vc-single-bubble-container.vc-lego-color-2 .vc-bubble-back {
	background-color: #FFBB00;
}

.vc-single-bubble-container.vc-lego-color-3 .vc-bubble-front, .vc-single-bubble-container.vc-lego-color-3 .vc-bubble-back {
	background-color: #0C36C8;
}

.vc-single-bubble-container.vc-lego-color-4 .vc-bubble-front, .vc-single-bubble-container.vc-lego-color-4 .vc-bubble-back {
	background-color: #FB0303;
}


.vc-bubble-front {
	z-index: 1;
	transform: rotateY(0deg);
	text-align: center;
}

.vc-bubble-back {
	transform: rotateY(180deg);
}

/* Flip */
.vc-single-bubble-container.vc-flip .vc-bubble {
	transform: rotateY(180deg);
}

.vc-bubbles-container:not(.vc-opened) .vc-single-bubble-container:hover {
	flex-grow: 3;
}

.vc-single-bubble-container.vc-flip {
	flex-grow: 4;
}

.vc-bubbles-container.vc-opened .vc-bubble-front *:not(.vc-bubble-stay) {
	opacity: 0;
}

.center-align, .vc-arrow {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.vc-bubble-link {
	color: #ffffff;
	text-decoration: none;
}

.vc-bubble-link:hover,
.vc-bubble-link:hover {
    text-decoration: underline;
}

