@charset "utf-8";
	
/* === Content Area === */
.formContent
	{
	overflow: hidden;
background-color: #fff;
	}

.content_all {
	width: 80%;
	margin: 0 10%; 
	text-align: center;
	}

/* === Contact Form === */

#contact-form 	{
	width:600px;
	margin:0px auto;
	text-align:center;
	padding: 0;
display: block;
	}
		
/*  re-Captcha Box  */
.check-wrap {
	margin: 20px auto 5px auto;
	left: 8%;
	width: 80%;
font-size: 12px;
position: relative;
display: block;
text-align: center; }

.g-recaptcha {
display: inline-block;
	position: relative;
	width: 80%;
	margin: 5px 0;  }

input[type='checkbox'] {
  opacity: 0; }

.check {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 5px 0 0;
	position: relative;
	border: 2px solid #00ffff; }

input[type='checkbox'] + label span.check {
  background: #eee; }

input[type='checkbox']:checked + label span.check:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 4px;
  height: 9px;
  background: #75c421;

  -webkit-transform: rotate(-47deg);
  -moz-transform: rotate(-47deg);
  transform: rotate(-47deg); }

input[type='checkbox']:checked + label span.check:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 4px;
  width: 3px;
  height: 15px;
  background: #75c421;

  -webkit-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  transform: rotate(43deg);  }  
  /* re-Captcha Box  Ends*/
	
	
	
	
/* === Input Elements === */
input {
	width: 540px;
	float: left;
	margin: 0 15 0 10%;
	height: 30px;
	padding-left:10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size:100%;
	color: #000;
	outline: none;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	}

::-webkit-input-placeholder 
	{
	font-size:100%;
	font-family: 'Open Sans', sans-serif;
	}
	
:-moz-placeholder
	{
	font-size:100%;
	font-family: 'Open Sans', sans-serif;
	}
	
::-moz-placeholder	
	{
	font-size:100%;
	font-family: 'Open Sans', sans-serif;
	}

:-ms-input-placeholder	{
	font-size:100%;
	font-family: 'Open Sans', sans-serif;
	}


/* === Text Area === */
#contact-form textarea  {
	width: 540px;
	float: left;
	margin: 0 15 0 10%;
	height: 100px;
	padding-left:10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size:100%;
	color: #000;
	outline: none;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	}	
	
#contact-form input:focus, #contact-form textarea:focus
	{ border-top: 1px solid #fff; 
	border-bottom: 1px solid #96fcfd;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff; }
	
	
/* === Submit Button === */
#contact-form button[type="submit"] 
	{
    cursor:pointer;
    width:70%;
	height:30px;
    border:none;
    color:#FFF;
	margin: 12px 0 38px 0;
	font-size:120%;
	background-color: #888;
	color: #fff;
	letter-spacing: .2em;
	font-family: 'Open Sans', sans-serif;
	}
	
	#contact-form button:hover
	{ background:#000; }
	
	
	#contact-submit
	{
    cursor:pointer;
    width:80%;
	height:30px;
    border:none;
    color:#FFF;
	margin: 0 0 0 12%;
	font-size:120%;
	background-color: #888;
	color: #fff;
	letter-spacing: .2em;
	font-family: 'Open Sans', sans-serif;
	}
	
	#contact-submit:hover
	{ background:#000; }
	
	
/* === Media Queries === */
@media only screen and (max-width: 600px) {
	
.formContent
	{ overflow: hidden;
	line-height: 25px; }
		
.content_all
	{ margin:0px auto;
	width: 100%; }	
	
#contact-form 
	{ width:100%;
	padding:0px; }
	
	/*  re-Captcha Box  */
.check-wrap {
	margin: 20px auto 5px auto;
	left: -.5%;
	width: 80%;
font-size: 12px;
position: relative;
display: block;
text-align: center; }

	
/* === Input Elements === */

label
	{ font-size: 100%; }
	
input
	{ font-size: 100%;
	padding-left:2%; }
	
	
/* === Headers and Paragraph === */	
h3 
	{ font-size:120%; }
	

/* === Submit Button === */
#contact-form button[type="submit"] 
	{
	font-size:100%;
	}
}
