.form-control::-moz-placeholder {
	color: #333333;
}
body {
	text-align: center;
	background: transparent;
	font-size: inherit;
}
.cust-btn {
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	line-height: 1;
	background-color: #DD6700;
	-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: #E27600;
}
#from_admin1_container {
	display: none;
	float: left;
}
#to_admin1_container {
	display: none;
	float: left;
}
.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:active, .form-control:focus {
	box-shadow: 0 0 5px 1px #67B233;
    border: 1px solid #67B233;
    outline: none;
}
.form-horizontal {
	padding: 4px 0 0 5px;
}
.no-padding {
	padding: 0 !important;
}
#from_country, #to_country {
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
#from_city, #to_city {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border-left: 0;
}
#from_admin1_container select, #to_admin1_container select {
	-webkit-border-radius: 0;
	border-radius: 0;
	border-left: 0;
}
.icon-to {
	font-size: 22px;
	color: #555;
	height: 45px;
	line-height: 38px;
}

@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */        
	select.form-control {
		padding: 9px 4px;
	}
}

@media screen and (max-width: 767px) {
	.to-sec, .arrow-sec {
		display: none;
	}
	.from-sec {
  		width: 60% !important;
	}
	.button-sec {
   	 	width: 40% !important;
	}
}