

/* form style */
.form-style{
    width: 100%;
    height: 400px;
    /* padding: 40px 30px 40px 40px; */
    /* font: 13px Arial, Helvetica, sans-serif; */
    /* margin: 50px auto; */
    /* background: #FFFFFF; */
    border-radius: 5px;
    position: relative;
    /* -webkit-border-radius:5px; 
    -moz-border-radius:5px;
    /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);*/
    
    /* -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); */
    margin: auto;
}
.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
    display: none;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style label > span{
    width: 100px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
    display: none;
}
.form-style span.required{
    color:red;
}
.form-style .tel-number-field{
    /* width: 40px; */
    text-align: left;
}
.form-style  .long{
    /* width: 120px; */
}
.form-style input.input-field{
    /* width: 353px; */
   
}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
   border:solid thin #999;
    /* box-shadow: 1px 1px 4px #EBEBEB; 
    -moz-box-shadow: 1px 1px 4px #EBEBEB;*/
    /* -webkit-box-shadow: 1px 1px 4px #EBEBEB; */
    border-radius: 37px;
    -webkit-border-radius: 25px; 
    -moz-border-radius: 25px;
    padding: 19px;
    outline: none;
    width: 550px;
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 16px;
    background: #FFF;

    -webkit-appearance: none;

    display: block;
    clear: both;
    height: 60px;
      margin: 10px 0;

}

.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,  
.form-style .select-field:focus{
    border: 1px solid #2F99CB;
}
.form-style .textarea-field{
      height: 100px;
  width: 550px;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  resize: none;
  margin: 24px 0;
  position: relative;
  top: 7px;
}
.form-style input[type="button"],
.form-style input[type="submit"],
.form-style button {
    cursor: pointer;
  
  
    text-decoration: none;
 
    font-size: 16px;
    font-weight: 200;
    font-family: 'Muli', sans-serif;

    display: block;
    margin-top: 15px;
    width: 145px;
    padding: 22px 0;
    margin: auto;
    border-radius: 30px;
    border: none;
    text-decoration: none;
    color: #FFF;
    background: -moz-linear-gradient(top, rgba(18,129,180,1) 0%, rgba(71,174,222,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,129,180,1)), color-stop(100%, rgba(71,174,222,1)));
    background: -webkit-linear-gradient(top, rgba(18,129,180,1) 0%, rgba(71,174,222,1) 100%);
    background: -o-linear-gradient(top, rgba(18,129,180,1) 0%, rgba(71,174,222,1) 100%);
    background: -ms-linear-gradient(top, rgba(18,129,180,1) 0%, rgba(71,174,222,1) 100%);
    background: linear-gradient(to bottom, rgba(18,129,180,1) 0%, rgba(71,174,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1281b4', endColorstr='#47aede', GradientType=0 );
   
    transition:0.5s;
        -webkit-transition:0.5s;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover,
.form-style button:hover {
    width: 160px;
}

.form-style input[type="submit"]:focus, .form-style button:focus {
    outline: none;

    -webkit-appearance: none;
    -webkit-border-radius:30px; 
    border-radius:30px;
}
.form-style .success{
    padding: 5px 10px 5px 0px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: rgb(250, 175, 64);
    font-size: 18px;

}
.form-style .error {
    background: transparent;
    padding: 12px 0;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #FF0000;
}

.form-style input {
    float: left;
}

.form-style button {
    float: left;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(250, 255, 189);
}

#contact_results {
  position: relative;
  /* top: -89px; */
  bottom: 0;
  left: 0;
  margin: auto;
  height: 35px;
  /* width: 400px; */
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -16px;
}

.input-email {
    margin: 0 5%;
}


.contact_left {
    width: 590px;
    display: inline-block;
    vertical-align: middle;
}

.contact_right {
    width: 365px;
    text-align: left;
       vertical-align: top;
    display: inline-block;
    position: relative;
    top: 26px;
}

#book_form .contact_right p{
    margin: auto;
    font-weight: 400;
    text-align: left;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1.3em;
}

#book_form .contact_right p a{
    color: #000;
    text-decoration: none;
}

.contact_right p.line_one {
    color: #838383;
}

.contact_right div {
    margin: 20px auto;
}

#book_form .contact_right .social_box{
    margin-bottom: 40px;
}

#book_form .contact_right .social_box a{
    text-decoration: none;
    margin-right: 10px;
    color:#838383;
    transition:0.5s;
    -webkit-transition:0.5s;
}

#book_form .contact_right .social_box a:hover {
    color: #000;
}



