@charset "utf-8";
/* CSS Document */

/*form styles*/

.home-search{
	width:30%;
	display: inline-block;
	margin: 270px 0 300px 0;
	padding:30px;
	text-align: left;
	background:#fff;
	box-shadow:2px 2px 3px rgba(0, 0, 0, 0.6);
	
	
}

.home-search h3{
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	color:#000;
	font-weight: 500;
}

.detailed-row{
	width:100%;
	display: inline-block;
	vertical-align: middle;
	padding:5px 0;
	margin:0 auto;
	text-align: left;
}

.detailed-row .col2{
	width:49%;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 auto;
	text-align: left;
}

.detailed-row label{
	text-align: left;
	padding:5px 0;
	font-size: 14px;
}

.detailed-row input, select{
	width:100%;
	background:#eeeeee;
	border:1px solid #e0e0e0;
	padding:7px;
	margin-top:5px;
	-webkit-appearance: none;
}

.detailed-row .submit-btn{
	width:100%;
	background:#000;
	color:#fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1.5px;
	font-family: 'Fira Sans Condensed', sans-serif;
	margin-top:15px;
	padding:10px;
}




/*#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
	text-align:left;
}

#formpage p{
	text-align:left;
}
.formfield {
	width: 100%;
	display:inline-block;
	margin-right: 10px;
	margin-top: 10px;
	color: #F89520;
	min-width: 175px;
	text-align:left;
}
#formpage div {
	vertical-align: top;
	padding: 5px 5px;
	position: relative;
}
#formpage input,select {
	padding: 6px 5px 10px;
	border: 1px solid #333;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 16px;
	background: rgba(255,255,255,0.30);
	width: 100%;
	margin-top: 5px;
    border-radius: 2px;
	height: 40px;
}

#formpage input:focus {
	background:#f7bb74;
	border: 1px solid #f7bb74;
	border-radius:2px
}

#formpage option{color:#333;background:#fff;}*/

/*===PLACEHOLDER TEXT STYLES===*/

#formpage ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #939393;
}
#formpage ::-moz-placeholder { /* Firefox 19+ */
  color: #939393;
}
#formpage :-ms-input-placeholder { /* IE 10+ */
  color: #939393;
}
#formpage :-moz-placeholder { /* Firefox 18- */
  color: #939393;
}
#formpage input.submit-button, #formpage input.submit-button:focus {
	background:#000; 
	color:#fff;
	padding:10px;
	text-decoration:none;
	border-radius:2px;
	transition:ease-in .3s;
	width: 150px;
	border:none;
	height:auto;
}



#formpage input.submit-button:hover{
	background:#E16C32; 
	box-shadow:1px 1px 2px #848484;
	transition:ease-out .3s;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

#formpage textarea {
	padding: 6px 5px;
	border: 1px solid #333;
	font-family: "Source Sans Pro", sans-serif;
	color: #fff;
	font-size: 16px;
	background: rgba(255,255,255,0.30);
	margin-top: 5px;
	width: 100%;
	height: 85px;
	border-radius:2px
}

#formpage textarea:focus{
	background:#f7bb74;
	border: 1px solid #333;
	border-radius:2px
} 

.CaptchaPanel{width:100%;}

.CaptchaImagePanel img{width:200px;}

.CaptchaAnswerPanel{
	width:250px;
}
.CaptchaWhatsThisPanel a{color:#333;}

.submit-button{
	padding:10px 0px 10px 0px;
	position:relative;
	width:100%;
	text-align:center;
}

/*end form styles*/

@media screen and (max-width: 1600px)  {
	.home-search{margin:240px 0 170px 0;}
}

@media screen and (max-width: 1430px)  {
	.home-search{width:93%; margin:430px 0 170px 40px;}
}

@media screen and (max-width:1000px){
	.home-search{width:100%; margin:0;}	
}

@media screen and (max-width:700px){
	.home-search{width:100%; margin:0;}	
}


