/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

#langselect {
	position: fixed;
	right: 20px;
	top: 18px;
	z-index: 1000;
}
#menu-button-mobile {
	display: none;
}
@media (max-width: 767px) {
	#langselect {
		position: fixed;
		right: 70px;
	}
	#menu-button-mobile {
		display: block;
	}
}
.checkbox_questions {
	margin-top: 15px;
}
.dyncb {
	height: 44px !important;
}
.pull-left {
	float: left;
}