.form-control::-moz-placeholder {
	color: #000000;
}
body {
	text-align: center;
	background: transparent;
}
#to_city {
	border-radius: 0 3px 3px 0;
	border-left: none;
}
#to_state {
    background: url(../png/step-quote-sprite.png) no-repeat scroll 0 -27px, url(../gif/radio-buttons.gif) no-repeat scroll 275px -106px, #fff;
    padding: 0 6px 0px 27px;
    border-radius: 3px 0 0 3px;
}
.form-wrapper .to-state-sec {
	padding-right: 0px;
}
.form-wrapper .to-city-sec {
	padding-left: 0px;
}
.form-wrapper input, .form-wrapper select {
	font-size: 18px;
}
.cust-group {
	margin-bottom: 8px !important;
}
.cust-btn {
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	line-height: 1;
	background-color: #f27208;
	border: 1px solid #c36427;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
}
.cust-btn:hover {
    background-color: #DD6700;
}
.form-control {
	border: 1px solid #555;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 6px;
	height: 40px;
	line-height: 40px;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
}
.form-control:hover {
    box-shadow: 0 0 5px 1px #67B233;
    border: 1px solid #67B233;
}
.form-control:active, .form-control:focus {
	box-shadow: 0 0 5px 1px #67B233;
    border: 1px solid #67B233;
    outline: none;
}
.form-horizontal {
	padding: 4px 0 0 5px;
}
.icon-to {
    color: #555;
    font-size: 22px;
    height: 45px;
    line-height: 38px;
}
.local-quote-call-to-action {
    font-size: 18px;
    padding: 0 0 5px;
    text-align: left;
    width: 1000px;
    color: #DD6700;
}

/***** Floating labels basic css *****/
.float-label .control {
	float: left;
	position: relative;
	padding: 23px 0 0;
	margin: -23px 0 0;
   	border: none!important;
    box-shadow: none!important;
}
.float-label #from_zip {
    background: url(../png/step-quote-sprite.png) no-repeat scroll 0 8px #fff;
    padding: 0 6px 0px 27px;
}
.float-label #to_city {
	background: #fff;
	padding: 0 0 0 8px;
}
.float-label #to_city:not(:placeholder-shown) {
	padding: 15px 5px 0px 8px;
}
.float-label #from_zip:not(:placeholder-shown), .float-label #to_state:valid {
	padding: 7px 5px 0px 27px;
}
.float-label #to_state::-ms-expand {
    display: none;
}
.float-label #to_state {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance:none;
}
.float-label input,
.float-label textarea,
.float-label select {
    display: block;
    outline: 0;
    resize: none;
    padding: 8px 4px;
    box-sizing: border-box;
}
.float-label input ~ label,
.float-label textarea ~ label,
.float-label select ~ label {
	position: absolute;
	top: 30px;
	transition: top 0.7s ease, opacity 0.7s ease;
	opacity: 0;
	font-size: 13px;
	font-weight: 600;
	color: #1c6998;
	left: 8px;
}
.float-label input:not(:placeholder-shown) ~ label,
.float-label textarea:valid ~ label,
.float-label select:valid ~ label {
    opacity: 1;
    top: 0px;
    left: 34px;
}
.float-label input#to_city:not(:placeholder-shown) ~ label {
	left: 7px;
}
.float-label input:focus ~ label,
.float-label textarea:focus ~ label,
.float-label select:focus ~ label {
	color: #1c6998;
}

@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */        
	select.form-control {
		padding: 9px 4px;
	}
}
/*@media screen and (max-width: 767px) {
	.moving-to-sec, .to-state-sec, .to-city-sec, .to-country-sec, .arrow-sec {
		display: none;
	}
	.from-zip-sec, .from-country-sec {
	    width: 60% !important;
	    padding-right: 0;
	}
	.from-zip-sec input {
		border-radius: 4px 0 0 4px;
		border-right: none;
	}
	.button-sec {
	    width: 40% !important;
	    padding-left: 0;
	}
	.button-sec .btn {
	    border-radius: 0 4px 4px 0;
	    border: 1px solid #555;
	    border-left: none;
	}
    .local-quote-call-to-action {
		display: none;
	}
}*/