.citrus-calculator-wrapper .wrapper-main {
	max-width:350px;
	margin:25px auto;
	background:#fff;
	padding:0 0 10px 0;
  	border: 2px solid #231F20;
}
.citrus-calculator-wrapper .banner-box {
	background:url("../images/citrus-bg1.png") no-repeat;
	min-height:86px;
}
.citrus-calculator-wrapper .banner-box h3 {
	font-size:14px;
	color:#fff;
	padding:0 0 0 7px;
	height:33px;
	line-height:31px;
  	font-weight: normal;
}
.citrus-calculator-wrapper .banner-box h4 {
	font-size:20px;
	color:#fff;
	padding:0 5px;
	line-height:36px;
	text-align:center;
  	font-weight: normal;
}
.citrus-calculator-wrapper .wrapper-main h2 {
	font-size:26px;
	margin:31px 0 28px 0;
	text-align:center;
	color:#f57b22;
}
.citrus-calculator-wrapper .value-box {
	max-width:350px;
	margin:0 auto;
	overflow:hidden;
}
.citrus-calculator-wrapper .box1,
.citrus-calculator-wrapper .box2 {
	width:50%;
	float:left;
}
.citrus-calculator-wrapper .box1 > *,
.citrus-calculator-wrapper .box2 > * {
	font-size:16px !important;
	line-height:45px !important;
	height:45px !important;
	font-weight: lighter !important;
}
.citrus-calculator-wrapper .box1 > label,
.citrus-calculator-wrapper .box2 > label {
	font-size:18px !important;
	font-family:'Lato', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.citrus-calculator-wrapper #brix,
.citrus-calculator-wrapper #acid {
	border:none !important;
	border-bottom:1px solid #cfcfcf !important;
}
.citrus-calculator-wrapper #brix {
	border-right:1px solid #cfcfcf !important;
}
.citrus-calculator-wrapper #brix::-webkit-input-placeholder,
.citrus-calculator-wrapper #acid::-webkit-input-placeholder {
  color: #7f7f7f;
}
.citrus-calculator-wrapper #brix:-ms-input-placeholder,
.citrus-calculator-wrapper #acid:-ms-input-placeholder {
  color: #7f7f7f;
}
.citrus-calculator-wrapper #brix::-moz-placeholder,
.citrus-calculator-wrapper #acid::-moz-placeholder {
  color: #7f7f7f;
  opacity: 1;
}
.citrus-calculator-wrapper #brix:-moz-placeholder,
.citrus-calculator-wrapper #acid:-moz-placeholder{
  color: #7f7f7f;
  opacity: 1;
}
.citrus-calculator-wrapper .value-box label {
	font-size:18px;
	margin:0;
	background:#231f20;
	border:solid 1px #cfcfcf;
	border-left:0;
	display:block;
	font-size:16px;
	color:#7f7f7f;
	text-align:center;
	line-height:45px;
}
.citrus-calculator-wrapper .value-box .box2 label {
	border-right:0;
}
.citrus-calculator-wrapper .value-box input {
	width:100%;
	height:15px;
	border:1px solid #cfcfcf;
	border-top:0px;
	margin:0;
	padding:12px;
	background:url("../images/input-bg1.jpg") repeat-x;
}
.citrus-calculator-wrapper .fruit-box {
	font-size:14px;
	color:#7f7f7f;
	font-family:Helvetica;
	text-align:center;
	padding:18px 0 0 0;
}
.citrus-calculator-wrapper .fruit-box span {
	display:block;
	font-size:100px;
	line-height:104px;
}
.citrus-calculator-wrapper .standard-box {
	max-width:332px;
	margin:10px auto 0 auto;
	position:relative;
}
.citrus-calculator-wrapper .standard-box .std-box1 {
	min-height:53px;
	background:#c0504d;
	float:left;
	width:155.83px;
	line-height:53px;
	text-align:center;
	font-size:16px;
	color:#fff;
}
.citrus-calculator-wrapper .standard-box .std-box2 {
	min-height:53px;
	background:#f79646;
	float:left;
	width:9.1px;
	margin:0 1px;
}
.citrus-calculator-wrapper .standard-box .std-box3 {
	background: none repeat scroll 0 0 #9BBB59;
    float: left;
    line-height: 16px;
    min-height: 53px;
    padding: 10px 0 0;
    text-align: center;
    width: 165px;
	font-size:16px;
	color:#fff;
}
.citrus-calculator-wrapper .standard-box img {
    position: absolute;
    top:-4px;
    left: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.citrus-calculator-wrapper .standard-box p {
    float: right;
    margin: 20px 63px 0;
}
.citrus-calculator-wrapper .standard-box span {
	font-size:16px;
	color:#7f7f7f;
	display:inline-block;
}
.citrus-calculator-wrapper .standard-box span.std-1 {
	width:132px;
}
.citrus-calculator-wrapper .standard-box span.std-2 {
	width:24px;
}
.citrus-calculator-wrapper .standard-box span.std-3 {
	width:128px;
}
.citrus-calculator-wrapper .qty-std {
	background:url("../images/footer-bg.jpg") no-repeat;
	margin:0 5px 5px;
}
.citrus-calculator-wrapper .qty-std p {
	color: #FFFFFF;
    font-size: 20px;
    height: 58px;
    line-height: 58px;
    margin-left: 20px;
}
.citrus-calculator-wrapper .clear {
	clear:both;
}
.citrus-calculator-wrapper #calculate-result {
    background: none repeat scroll 0 0 #231F20;
    border: medium none;
    color: #7F7F7F;
    font-size: 16px;
    padding: 6px 10px;
    cursor: pointer;
}
.citrus-calculator-wrapper .calculate-above {
    text-align: right;
    padding: 7px 10px 0px;
    margin-top:0 !important;
    margin-bottom:0 !important;
}
.citrus-calculator-wrapper select {
	background-color:transparent !important;
	border:0 !important;
	border-radius: 0 !important;
	margin:10px 0 !important;
	font-size:18px !important;
	line-height:18px !important;
	color:#7F7F7F !important;
	transition:0.2s;
}
.citrus-calculator-wrapper select option {
	background-color:#231F20;
}
