.currency_calculator{
	text-align: center;
	font-weight: 300;
	line-height: 1;
	position: relative;
	padding-bottom: 0;
}

.currency_calculator_superhero{
	background-image: url('../img/superhero-lean-2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 400px;
	width: 750px;
	max-width: 100%;
	display: inline-block;
	position: relative;
}

.more_users{
	opacity: 0;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.more_users.show{
	opacity: 1;
}

.more_users span{
	display: block;
	margin-bottom: 24px;
	font-weight: 500;
}

.currency_calculator_values_wrapper{
	position: relative;
}

.currency_calculator_values.hide{
	opacity: 0;
}

.currency_calculator_sign_wrapper{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 9% 7.5% 8% 34.5%;
	color: #ffffff;
	font-size: 18px;
	height: 100%;
}

.currency_calculator .terms_button a{
	color: #525252;
}

.currency_calculator_sign_wrapper .button{
	margin-top: 1em;
}

.terms_button, .currency_calculator_currency_picker{
	display: inline-block;
	position: absolute;
	top: 92.5%;
	font-size: 0.75em;
	color: #525252;
}

.terms_button{
	left: 30.5%;
	line-height: 26px;
}

.currency_calculator_currency_picker{
	right: 3.5%;
	text-align: right;
}

.currency_calculator_currency_picker > div, .terms_button{
	font-weight: bold;
}

.currency_calculator_currency_picker form, .currency_calculator_currency_picker > div{
	display: inline-block;
}

.currency_calculator_currency_picker form{
	margin-left: 5px;
}

.currency_calculator_currency_picker form select{
	border: none;
	background: rgba(0,0,0,0.06);
	padding: 3px 4px;
}

.terms_text{
	max-height: 0;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s ;
	font-size: 0.85em;
	text-align: left;
	color: #525252;
	margin-top: 3px;
	line-height: 1.2;
	max-width: 750px;
	position: static;
	left: 0;
	right: 0;
	padding: 0 2.2% 0 21.4%;
	width: 100%;
	top: 92.5%;
}

.terms_text.show{
	max-height: 200px;
	overflow: hidden;
}

.currency_calculator_subtext{
	font-weight: bold;
	font-size: 0.9em;
}

.currency_calculator_value_totalmonth .currency_calculator_currency_amount, .currency_calculator_value_totalmonth .currency_calculator_currency_before, .currency_calculator_value_totalmonth .currency_calculator_currency_after{
	font-weight: bold;
}

.currency_calculator_value_month .currency_calculator_currency_amount, .currency_calculator_value_month .currency_calculator_currency_before, .currency_calculator_value_month .currency_calculator_currency_after{
	font-size: 1.6em;
	font-weight: bold;
}

.currency_calculator_value_month{
	margin-bottom: 0.5em;
}

.currency_calculator_value_totalmonth{
	margin-bottom: 0.75em;
}

.currency_calculator_number_employees{
	display: inline-block;
	width: 100%;
}

.currency_calculator_calculator_employees{
	font-size: 1em;
	font-weight: 500;
	color: #ffffff;
}

.currency_calculator_number_employees{
	font-size: 2.4em;
	font-weight: 400;
}

.currency_calculator_slider_wrapper .currency_calculator_slider{
	background: #656565;
	height: 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.75);
	margin: 15px 0 25px;
}

.currency_calculator_slider_wrapper .currency_calculator_slider .ui-slider-range-min{
	-webkit-border-radius: 4px;
    border-radius: 4px;
	background: linear-gradient(to bottom, rgba(247,94,94,1) 0%,rgba(238,36,36,1) 50%,rgba(206,6,6,1) 100%);
}

.currency_calculator_slider_wrapper .currency_calculator_slider .ui-slider-handle{
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	height: 20px;
	width: 20px;
	margin-top: -2px;
	z-index: 99998;
	border: none;
	display: inline-block;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgb(255,255,255); /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.currency_calculator_slider_wrapper .currency_calculator_slider .ui-slider-handle:focus{
	outline: none;
}


@media only screen and (max-width: 767px) {
	.currency_calculator_sign_wrapper{
		font-size: 14px;
		padding: 6% 12.5% 4.5% 35.5%;
	}
	.currency_calculator_superhero{
		height: 300px;
	}
	.terms_button{
		left: 34%;
	}
	.terms_text{
		padding: 0 11% 0 34%;
	}
	.currency_calculator_currency_picker{
		right: 11.5%;
	}
}

@media only screen and (max-width: 610px) {
	.currency_calculator_values_wrapper{
		font-size: 0.8em;
	}
	.currency_calculator_sign_wrapper .button{
		padding: 1px 5px;
		line-height: 1.2;
		margin: 5px 0 0;
		border: none;
		font-size: 0.7em;
	}
	.currency_calculator_currency_picker{
		right: 4%;
	}
	.terms_text{
		padding: 0 11% 0 31%;
	}
	.terms_text.show{
		max-height: 400px;
	}
	.terms_button{
		left: 31%;
		line-height: normal;
	}
	.more_users{
		top: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.currency_calculator_currency_picker form, .currency_calculator_currency_picker>div{
		display: block;
	}
	.currency_calculator_sign_wrapper{
		padding: 8% 8.5% 6% 35.5%;
	}
	.currency_calculator_superhero{
		height: 170px;
		background-position: top center;
	}
	.terms_button, .currency_calculator_currency_picker{
		font-size: 0.8em;
		top: 92%;
	}
	.currency_calculator_number_employees{
		font-size: 1.2em;
	}
	.currency_calculator_value_month .currency_calculator_currency_amount, .currency_calculator_value_month .currency_calculator_currency_before, .currency_calculator_value_month .currency_calculator_currency_after{
		font-size: 1em;
	}
	.currency_calculator_slider_wrapper .currency_calculator_slider{
		margin: 4px 0;
	}
	.currency_calculator_value_totalmonth, .currency_calculator_value_month{
		margin-bottom: 2px;
	}
	.currency_calculator_subtext{
		display: none;
	}
	.terms_button a i{
		position: relative;
		left: -7px;
	}
	.terms_text{
		padding-right: 21%;
		padding-left: 31%;
		margin-top: 0.5em;
		max-width: none;
		font-size: 0.75em;
	}
	.currency_calculator_slider_stuff_wrapper{
		display: inline-block;
		width: 100%;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.currency_calculator_currency_picker form{
		margin-left: 0;
		margin-top: 1px;
	}
	.currency_calculator_slider_wrapper{
		margin-top: 9px;
		margin-bottom: 11px;
	}
	.currency_calculator_slider_wrapper .currency_calculator_slider .ui-slider-handle{
		margin-top: -1px;
	}
	.currency_calculator_currency_picker form, .currency_calculator_currency_picker>div{
		line-height: 1.4;
	}
}
@media screen and (max-width: 400px){
	.more_users span{
		font-size: 0.8em;
	}
}
@media screen and (max-width: 375px){
	.currency_calculator_value_totalmonth, .currency_calculator_value_month{
		margin-bottom: 0;
	}
	.currency_calculator_slider_wrapper{
		margin-top: 6px;
		margin-bottom: 8px;
	}
}

.mce-floatpanel{
z-index: 999999 !important;
}