/* form */

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}
.g-recaptcha{
   /*margin: 15px auto 30px auto !important;*/
   margin: 5px auto!important;
   width: auto !important;
   height: auto !important;
   text-align: -webkit-center;
   text-align: -moz-center;
   text-align: -o-center;
   text-align: -ms-center;
}
#sendmessage {
    color: red;
    border:1px solid red;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}
input.submit{	
   /*width: 35% !important;*/
   height: auto !important;
}
.btn-skin {
    background-color: #44bef1;
    /*border-color: #44bef1;*/
}
.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #186586;
  /*border-color: #666;*/
}
.btn {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	}
.form-control {
  padding: 1.5rem 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  display: block;
  width: 100%;
  /*transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: calc(1.5em + .75rem + 2px);*/
  background-clip: padding-box;
  font-family: inherit;
}

.form-control:focus {
	border: 2px solid #44bef1;
}