/* here you can put your own css to customize and override the theme */
.hide {
	display:none !important;
}
.show {
	display:block !important;
}

.text-muted {
	color: #000;
}

.hero-widget {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.hero-widget .icon {
	display: block;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	text-align: center;
}
.hero-widget var {
	display: block;
	height: 40px;
	/*font-size: 64px;*/
	font-size: 40px;
	line-height: 40px;
	font-style: normal;
	color:#029CFD;
}
.hero-widget label {
	font-size: 17px;
}
.hero-widget .options {
	margin-top: 10px;
}