html, body {
	background-image: none;
	margin: 0;
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color:    rgba(255, 255, 255, 0.70);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    rgba(255, 255, 255, 0.70);
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    rgba(255, 255, 255, 0.70);
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff;
   color:    rgba(255, 255, 255, 0.70);
}
a {
   outline: 0;
}

input, select, input:focus, select:focus, input:active, select:active {
	outline: 0;
	-moz-outline-style: none;
	outline-style: none;
}
a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: 0;
	outline : 0;
	-moz-outline-style: none;
	outline-style: none;
}
select:-moz-focusring {
	border: 0;
	outline : 0;
	-moz-outline-style: none;
}
option {
	color: #333;
}
.home-quote-wrap {
	background: url(../jpg/home-quote-bg2.jpg) no-repeat 0 -110px;
	overflow: hidden;
	width: 1286px;
	height: 300px;
	margin: 0 auto;
}

.home-quote-form {
	margin: 10px 20px 20px;
    overflow: hidden;
    padding: 0 40px 40px;
}

.homq-quote-title {
	color: #fff;
	font-size: 26.5px;
	padding: 10px 0;
}
.from, .to {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	font-weight: bold;
	float: left;
	position: relative;
}
.from {
	width: 17%;
}
.to {
	width: 73%;
}
.from input, .to input, .to select {
	background: none repeat scroll 0 0 transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	position: relative;
	z-index: 2;
}
.from_code {
	width: 90px;
}
.to_state {
	 float: left;
}
.to_state {
	height: 44px;
	overflow: hidden;
	background: url(../png/select-arrow.png) no-repeat scroll 100px 15px transparent;
	width: 120px;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.to_state select {
	width: 140px;
	background: none;
	border: none;
	color: #fff;
	color: rgba(255, 255, 255, 0.70);
	-webkit-appearance: none;
}
.to_city {
	margin: 0 0 0 25px;
	width: 110px;
	float: left;
}
.from-code-hint {
	left: -30px;
	position: absolute;
	top: 30px;
}
.from-code-hint img, .to-state-hint img, .to-city-hint img {
	width: 230px;
}
.to-state-hint {
	display: none;
	left: -180px;
	position: absolute;
	top: 23px;
}
.to-city-hint {
	display: none;
	left: 45px;
	position: absolute;
	top: 40px;
}

.button {
	background: #eb6855;
	border: 2px solid #eb6855;
	border-radius: 4px;
	color: #fff;
    margin: 8px 0 0 85px;
	padding: 5px 16px;
	font-size: 20px;
}
.button:hover {
	cursor: pointer;
	color: #fff;
	border: 2px solid #F18473;
	background: #F18473;
	transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
}
.arrow-right {
	border-bottom: 10px solid transparent;
	border-left: 11px solid #fff;
	border-top: 10px solid transparent;
	height: 0;
	left: 106px;
	opacity: 0.7;
	position: relative;
	top: -28px;
}
.featured-post {
	width: 30%;
	float: left;
	padding: 10px 20px 20px;
}
.heading {
	margin: 25px 0;
	color: #eb6855;
}
.featured-post .post-content {
	font-size: 26px; margin: 0 0 20px;
}
.featured-post .post-content a {
	color: #fff; text-decoration: none;
}

/* Responsive Styles Tablet Portrait And Below */
@media all and (max-width: 768px) {
  	.home-quote-form .to .to_state, .home-quote-form .to .to_city, .featured-post, .heading  {
    	display: none;
  	}
  	.home-quote-wrap {
    	width: 100%;
  	}
  	.homq-quote-title {
  		font-size: 19px;
  	}
	.home-quote-wrap {
	    height: 210px;
	}
}