 


.btnwide {
  padding: 15px 113px;
}

.btnsmall {
  padding: 15px 15px;
  margin-top: 15px;
}


.contact-success {
  background: #FFFFFF;
  border: 1px solid #64AB89;
  border-radius: 2px;
  padding: 5px;
  color: #64AB89;
  text-align: center;
  display: none;
  background: #fffff;
  
} 

.contact-error {
  background: transparent;
  border: 1px solid #A87C7C;
  border-radius: 2px;
  padding: 5px;
  color: #A87C7C;
  text-align: center;
  display: none;
  background: #f14b09;
}

.company-error, .company-validation-error {
  background: transparent;
  border: 1px solid #A87C7C;
  border-radius: 2px;
  padding: 5px;
  color: #A87C7C;
  text-align: center;
  display: none;
  background: #f14b09;
}

.alert {
	 position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
}

/*
=============================================
# - 13.2 - Contact-form
--------------------------------------------
*/

.span-form {
  float: left;
  width: 50%;
  font-size: 20px;
}
.form-group .span-form:first-child {
  margin-left: 0;
}
.form-horizontal:after {
  content: "";
  display: table;
}
.form-horizontal:after {
  clear: both;
}




.form-control:focus {
  box-shadow: 0px 0px 0px 0px;
  border: 1px solid #0aabe1;
}
.contact textarea.form-control {
  height: 135px;
}
.btnwidesubmit {
padding: 2% 36%;

}
.contact .btn:hover {
  background: #0aabe1;
} 


/*loader start here*/
.loading_js_outer {
    -moz-user-select: none;
    background: rgba(0,0,0,0.3);
    height: 100%;
    pointer-events: none;
    position:fixed;
    right: 0; 
    top: 0;
    bottom:0;
    left:0;
    width: 100%;
    z-index: 9999;
}
.loading_js {
  position: absolute;
  top: 50%;
  left: 50%;z-index: 9999999;
  text-align: center;
  transform: translate(-50%,-0%);
  -moz-transform: translate(-50%,-0%);
  -webkit-transform: translate(-50%,-0%);
  -o-transform: translate(-50%,-0%);

}
.loading-bar_js {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  -webkit-animation: loading1 1s ease-in-out infinite;
          animation: loading1 1s ease-in-out infinite;
          margin: 0 2px;

}
.loading-text{
  font-size: 22px;
}
.loading-text, .load-icon{
  text-align: center;
  color: #FFF;
}

::-webkit-input-placeholder !important{ /* WebKit browsers */
    color: #10689a;
    font-style: italic;
}

:-moz-placeholder !important{ /* Mozilla Firefox 4 to 18 */
    color: #10689a;
    font-style: italic;
}

::-moz-placeholder !important{ /* Mozilla Firefox 19+ */
    color: #10689a;
    font-style: italic;
}

:-ms-input-placeholder !important{ /* Internet Explorer 10+ */
    color: #10689a;
    font-style: italic;
}
