
.es_caption {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
}

.es_msg {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
}

.es_textbox {
	padding-bottom: 10px;
}

.es_button {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.es_textbox_class {
	font-size: 18px;
	font-weight: 100;
	height: 14%;
	width: 100%;
}

.es_textbox_button {
	color: #498fcd;
	font-size: 18px;
	height: 35px;
	width: 100px;
	cursor: pointer;
}

.es_lablebox {
	padding-bottom: 3px;
}

/*edit by sandeep*/

.es_main-div {
	width: 100%;
	float: none;
	margin: 5px auto;
	background-color: transparent;
	height: auto;
	font-size: 13px;
	font-family: Verdana, serif;
	color: #fff;
}

.es_title {
	font-size: 16px;
	display: none;
}
.es_disclaimer {
	opacity: 0.8;
}
.es_results {
	font-size: 130%;
	margin-top: 10px;
}
.es_button img {
	width: 27px;
	padding: 0 5px;
}

.es_button:hover img {
	transform: rotate(-90deg);
	transition: 400ms;
}

.es_button1 {
	background-color: #fff;
	border: 0 none !important;
	padding: 10px 10px;
	color: #31788C;
	border-radius: 0 !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
	line-height: 0.429 !important;
	width: auto !important;
	background-image: none !important;
	font-family: 'Gothic A1', sans-serif !important;
	font-weight: 900 !important;
	vertical-align: middle !important;
	margin-top: -15px !important;
}

/*
.menu-toggle:hover, .menu-toggle:focus, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type="submit"]:hover {

	background-color: #e89610 !important;
	background-image: none !important;
	border: 0px none !important;
	border-radius: 2px !important;
	color: #000 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	padding: 10px 30px 11px !important;
	text-transform: uppercase !important;
	vertical-align: bottom !important;
}
*/
.es_total-box {
	font-weight: bold;
}

.es_total-box-left {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.es_total-box-right {
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

.es_textbox_class {
	display: none;
}

.es_question-box {
	width: auto;
	height: auto;
	margin: 10px auto;
}

.es_question-number {
	clear: both;
	display: inline-flex !important;
	width: 100%;
}

.es_question-num {
	font-weight: bold;
	width: 25px;
	display: inline-table;
}

.es_question-div-box {
	display: block;
}

.es_question-ans-box {
	width: auto;
	margin: 5px 0 17px 26px;
	float: none;
	display: inline-flex;
}

.es_question-ans-div {
	float: left;
	width: 80px;
}

.es_clear {
	clear: both;
}

.es_result-box {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 10px;
}

#subscribe input {
	margin-right: 10px !important;
}

@media only screen and (max-width: 768px) {
	.es_main-div {
		line-height: 1.2;
	}
	.es_total-box-left,
	.es_total-box-right {
		padding: 5px 0;
	}
	.es_question-ans-div {
		text-align: center;
		border: 1px solid rgba(255,255,255,0.1);
		margin-right: 5px;
	}
	.es_question-box {
		margin: 0 auto;
	}

}
/* custom styles */
#referrer-success {
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.4);
	margin: 10px 0;
	color: #ccfdcc;
}
#referrer-errors {
	background: #bb0a21;
	color: #fff;
	border: 0;
	padding: 3px;
	margin: 3px 0 0 0;
	font-size: 90%;
}
/*end*/
