::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#cccccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#cccccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#cccccc;
}
:-moz-placeholder { /* Firefox 18- */
  color:#cccccc;
}

.formhome select.text {
	  outline: none;
	  color: #333;
	  width: 100%;
	  padding: 10px 10px;
	  border: 1px solid #ccc;
	  font-size: 1em;
	  margin-bottom: 1em;
	  font-weight:400;
}

.formhome input.text {
	  outline: none;
	  color: #333;
	  width: 100%;
	  padding: 10px 10px;
	  border: 1px solid #ccc;
	  font-size: 1em;
	  margin-bottom: 1em;
	  font-weight:400;
}
.formhome input.text:hover {
  	  background: #fff;
      color: #333;
      transition: 2s all;
	  -webkit-transition: 2s all;
	  -moz-transition: 2s all;
	  -o-transition: 2s all;
}

.formhome select {
  	   outline: none;
       color: #333333;
       width: 94%;
       padding: 10px 10px;
       border: 1px solid #fff;
       font-size: 1.1em;
       font-weight: 400;
       resize: none;
       font-family: 'Open Sans', sans-serif;
       margin-bottom:5px;
}

.formhome textarea {
  		outline: none;
  		background: fff;
  		color: #333333;
  		width: 100%;
  		padding: 10px 10px;
  		border: 1px solid #ccc;
  		font-size: 1em;
  		font-weight: 400;
  		resize: none;
  		height: 160px;
}
.formhome textarea:hover {
	    background: #fff;
	    color: #333333;
  		transition: 2s all;
		-webkit-transition: 2s all;
		-moz-transition: 2s all;
		-o-transition: 2s all;
}

.formhome .custombtn,
.formhome input[type="submit"] {
	  outline: none;
	  background:#00aeef;
	  border: 1px solid#fff;
	  color: #fff;
	  width: 100%;
	  margin: .5em 0 .5em 0;
	  padding: 12px;
	  font-size: 1em;
	  font-weight: 400;
	  cursor: pointer;
}

.formhome .custombtn {
    background: #999;
}

.formhome input[type="submit"]:hover {
		background: #4c5a52;
		color:#ffffff;  		
		transition: 2s all;
		-webkit-transition: 2s all;
		-moz-transition: 2s all;
		-o-transition: 2s all;
}

.formhome button[disabled], 
.formhome input[disabled] {
    cursor: not-allowed;
    background: #CCC;
}

.g-recaptcha{ width: 50%; margin: 1em 0 .5em 0;}
.succMsg{ color:#009755 ; font-size: 15px;font-weight: bold;padding-top: 15px;}
.errMsg{ color:#fb4314 ; font-size: 15px;font-weight: bold;padding-top: 15px;}

@media (max-width:1440px){
	.registration {
	  width: 31%;
	}
}
@media (max-width:1366px){
	
}
@media (max-width:1280px){
	.registration {
	  width: 33%;
	}
	
}
@media (max-width:1024px){
	.registration {
	  width: 41%;
	    margin: 1% auto 0;
	}
	
	.registration {
	  margin: 0 auto 0;
	}
}
@media (max-width:768px){
	.registration {
	  width: 50%;
	}
	
	input[type="submit"] {
	  width: 100%;
	}
	.registration {
	  margin: 0 auto 0;
	}
	
}

@media (max-width:640px){
	.registration {
	  width: 82%;
	    margin: 0 auto 0;
	}
	
}
@media (max-width:480px){
	.registration {
	  width: 85%;
	}
	
}

@media (max-width:320px){
	
	.registration {
	  width: 100%;
	    margin: auto;
	}
	textarea {
	  width: 100%;
	  padding: 7px 6px;
	  height: 400px;
	  font-size: .97em;
	}
	.form-info {
	  margin: 1em 0 1em 0;
	}
	
	input.text {
	 padding: 10px 6px;
     font-size: .9em;
	}
	input[type="submit"] {
	  width: 50%;
	  padding: 8px;
	  font-size: 14px;
	  margin:auto;
	}
	
	.avtar img {
	  height: 7px;
	  width: 100%;
	  float: left;
	  margin-bottom: 20px;
	}
}