.languages ul {
	padding: 0 5px;
	margin-top: 10vh;
	display: flex;
	justify-content: center;
}

.languages ul li {
	color: #a6acb9;
	list-style-type: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .5s ease;
	margin-bottom: 10px;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.languages ul li:hover {
	color: #337ab7;
	text-decoration: underline;
}

.g-recaptcha {
	transform: scale(0.92);
	transform-origin: 0 0;
}

.has-feedback {
	display: -webkit-inline-box;
	width: 100%;
}

.required {
	display: block;
	height: 34px;
	width: 20px;
	text-align: center;
	color: red;
	font-size: 24px;
	line-height: 1.6;
}
