@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

.container2 {
	max-width:400px;
	width:100%;
	position:relative;
}

#contact2 input[type="text"], #contact2 input[type="email"], #contact2 input[type="tel"], #contact2 input[type="url"], #contact2 textarea, #contact2 fs-label, #contact2 button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact2 {
	padding:0px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#contact2 h3 {
	color: #D83135;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact2 h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact2 input[type="text"], #contact2 select, #contact2 .fs-wrap, #contact2 input[type="email"], #contact2 input[type="file"], #contact2 input[type="tel"], #contact2 input[type="url"] {
	width:46%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 1% 5px;
	padding:10px 0px;
	float:left;
}

#contact2 textarea {
	width:98%;
	margin:0% auto;
	padding:1% 0%;
}

#contact2 input[type="text"]:hover, #contact2 select, #contact2 .fs-wrap, #contact2 input[type="email"]:hover, #contact2 input[type="tel"]:hover, #contact2 input[type="url"]:hover, #contact2 textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #CCC !important;
}

#contact2 textarea {
	height:85px;
	max-width:98%;
  resize:none;
}

#contact2 button[type="submit"] {
	cursor:pointer;
	width:10%;
	border:none;
	background:#f3c005;
	color:#000;
	padding:10px;
	font-size:15px;
	margin:0% 1%;
}

#contact2 button[type="submit"]:hover {
	background:#fdda58;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
	color: #000;
}

#contact2 button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact2 input:focus, #contact2 textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
	color:#888;
	padding:0% 2%;
}
:-moz-placeholder {
	color:#888;
	padding:0% 2%;
}
::-moz-placeholder {
	color:#888;
	padding:0% 2%;
}
:-ms-input-placeholder {
	color:#888;
	padding:0% 2%;
}
.form_txt{
	font-family:"Myriad Pro";
	font-size:15px;
	line-height:150%;
	text-align:justify;
	color:#001717;
	padding:1% 1% 0.5%;
}

@media only screen and (max-width:700px){
#contact2 button[type="submit"] {
	width:16%;
}
}
@media only screen and (max-width:600px){
#contact2 input[type="text"], #contact2 select, #contact2 .fs-wrap, #contact2 input[type="email"], #contact2 input[type="file"], #contact2 input[type="tel"], #contact2 input[type="url"], #contact2 textarea {
	width:100% ;
	float:left;
}
}
@media only screen and (max-width:450px){
#contact2 button[type="submit"] {
	width:25%;
}
}


