#calcContainer {
	padding-right: 95px;
}
select::-ms-expand {
    display: none;
}
.calcWrapper {
	position: relative;
	z-index: 2;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 50PX;
}
.calcWrapper input, .calcWrapper textarea, .calcWrapper select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.calcWrapper input[type="text"], .calcWrapper input[type="email"], .calcWrapper input[type="tel"], .calcWrapper textarea, .select-style {
	background: none;
	color: white;
	font-size: 1.1em;
	height: auto!important;
	padding: 8px 45px 8px 20px;
	border: 2px solid rgba(165, 226, 0, 0.5);
	/* Firefox */
	-moz-transition: all 0.5s ease;
	/* WebKit */
	-webkit-transition: all 0.5s ease;
	/* Opera */
	-o-transition: all 0.5s ease;
	/* Standard */
	transition: all 0.5s ease;
}
.calcWrapper input[type="text"]:focus, .calcWrapper input[type="email"]:focus, .calcWrapper input[type="tel"]:focus, .calcWrapper textarea:focus, .select-style.focus {
	border: 2px solid rgba(165, 226, 0, 1);
	box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
}
.select-style {
    overflow: hidden;
    background: url(../images/selectArrow.png) 90% center no-repeat !important;
    background: url(../images/selectArrow.png) right 15px center no-repeat !important;
}

.select-style select {
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: black;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-style select option {
	background: white;
	color: black;
}

.select-style select:focus {
    outline: none;
}

.calcWrapper .postcode > input {
	padding-left: 40px;
	background: url(../images/magnifying.png) 12px center no-repeat;
}
#clearAuto {
	display: inline-block;
	text-transform: uppercase;
	padding: 2px 10px;
	font-size: 0.8em;
	background: rgba(165, 226, 0, 0.5);
	cursor: pointer;
	/* Firefox */
	-moz-transition: all 0.5s ease;
	/* WebKit */
	-webkit-transition: all 0.5s ease;
	/* Opera */
	-o-transition: all 0.5s ease;
	/* Standard */
	transition: all 0.5s ease;
}
#clearAuto:hover, #clearAuto:active {
	background: rgba(165, 226, 0, 1);
	color: black;
}
.postageCalc p {
	padding-top: 25px;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #9f9f9f;
}
.resultsWrapper {
	padding: 25px;
	background: #212121;
}
#postResultList span {
	display: inline-block;
}
#postResultList .postcodeValue {
	float: left;
}
#postResultList .postRowValue {
	float: right;
}
#postResultList > li::after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
}
.removeRow {
	min-width: 25px;
	height: 22px;
	text-align: right;
	background: url(../images/remove.gif) right center no-repeat;	
	cursor: pointer;
}
#postResultList li:first-child {
	text-transform: uppercase;
	color: #9f9f9f;
	border-bottom: 1px solid #454545;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#postResultList li:first-child .postcode{
	float: left;
}
#postResultList li:first-child .postRow{
	font-weight: normal;
	float: right;
}
#postResultList li:first-child .remove {
	background: none;
	cursor: default;
	min-width: 25px;
}
#postResultList {
	border-bottom: 1px solid #454545;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.total {
	font-size: 1.4em;
	font-weight: bold;
}
#calcContainer .note {
	padding: 15px 25px;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #9f9f9f;
}
.submitButton {
	text-align: center;
	background: rgba(165, 226, 0, 0.5);
	width: 300px;
	float: right;
	min-height: 25px;
}
.submitButton button {
	background: url(../images/arrowSubmit.png) right 10px no-repeat;
	border: none;
	font-size: 1.4em;
	font-family: "typefaceSix", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	color: black;
	text-transform: uppercase;
	padding: 15px 0;
	width: 300px;
}

.submitButton button:hover, .submitButton button:active, .submitButton button:focus {
	background-color: rgba(165, 226, 0, 1);
}
.autocomplete-suggestions {
	background: rgba(165, 226, 0, 1);
}
.autocomplete-suggestion {
	color: black;
	cursor: pointer;
	padding: 10px;
	position: relative;
	background: url(../images/arrowListing.png) -7px 50% no-repeat;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.autocomplete-suggestion:hover {
	left: 10px;
	background-position: 0px 50% ;
}
.subButton {
	background: rgba(165, 226, 0, 0.5);
	border: none;
	color: black;
	padding: 5px 25px;
	float: right;
}
#geniiSearchForm ul:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
}
.subButton:hover, .subButton:focus {
	background: rgba(165, 226, 0, 1);
}
.paymentMethods > li > input[type="radio"] {
	display: inline-block;
	width: auto;
}
#geniiCalcForm li, #geniiSearchForm li {
	margin-bottom: 10px;
}
.paymentMethods > li {
	margin-bottom: 10px;
	opacity: 0.8;
}
.paymentMethods > li.active {
	opacity: 1;
}
.paymentMethods > li > label, .paymentMethods > li > label img {
	vertical-align:middle;
}
.paymentMethods > li > label img {
	margin-left: 10px;
}
.paymentMethods > li > input[type="radio"] {
    display:none;
}
.paymentMethods input[type="radio"] + label {
    color: #929292;
    font-family:Arial, sans-serif;
    font-size:14px;
    cursor:pointer;
}
.paymentMethods input[type="radio"] + label span {
	vertical-align: middle;
}
.paymentMethods input[type="radio"] + label span.cc {
	font-weight: bold;
	color: white;
	display: inline-block;
	padding-left: 10px;
}
.paymentMethods input[type="radio"] + label span.DD {
    display:inline-block;
    width:25px;
    height:25px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background: url(../images/checkbox.png) no-repeat;
}

.paymentMethods input[type="radio"] + label span.DD {
     background-position: 0px -25px;
}

.paymentMethods input[type="radio"]:checked + label span.DD {
     background-position: 0px -1px;
}

.paymentMethods input[type="radio"] + label span.DD,
.paymentMethods input[type="radio"]:checked + label span.DD {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}

.submitButton.loadingBTN {
	background: url(../images/ajax-loader.gif) center center no-repeat rgba(165, 226, 0, 0.5);
}


::-webkit-input-placeholder {
   color: #cdcdcd;
}

:-moz-placeholder { /* Firefox 18- */
   color: #cdcdcd;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #cdcdcd;  
}

:-ms-input-placeholder {  
   color: #cdcdcd;  
}
select {
	color: #cdcdcd;
}
select option {
	color: white; 
}




@media only screen and (max-width: 767px) {
	.calcWrapper {
		padding-left: 25px;
		padding-right: 25px;
	}
	#calcContainer {
		padding-right: 25px;
	}
}


@media only screen and (max-device-width: 480px) {
	.calcWrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	#calcContainer {
		padding-right: 10px;
	}
}


