/* Webfont: Lato-Regular */
@font-face {
    font-family: 'LatoWeb';
    src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}



@font-face {
    font-family: 'LatoWeb-Light';
    src: url('../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Light.ttf') format('truetype');
    font-style: bold;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

.fa-li
{
    text-align: center;
    font-size: 19px !important;
    color: rgba(248, 179, 62, 0.73);
}

.blocks-alt
{
    background-color: rgba(57, 101, 29, 0.56);
}

.span-lato {
    font-family: 'Latoweb',sans-serif !important;
}


#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 25px;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
#scroll {
    height: 2000px;
}
/* Google Recaptch */
.g-recaptcha {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    display: block;
  }

  .g-recaptcha > div {
    margin: 0px auto;
  }
  div#captcha_error {
    display: inline-block;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: red;
  }
  
  #contact-form .form-group.email-field-group {
    position: relative;
  }
  label.error {
    top: auto !important;
    bottom: 0;
    font-weight: normal;
    color: red;
    text-align: left;
    width: 100%;
    padding-left: 5px;
    padding-top: 2px;
  }
  h3#error_message {
    line-height: 40px;
    color: #33a20f!important;
    font-weight: 400;
  }
  @media screen and (max-width: 767px) {
    .g-recaptcha {
      margin-top: 0px;
   }
   .form-inline > .form-group{
     min-width: 100%;
     max-width: 100%;
     padding-right: 0;
   }
    .container {
      width: 100%;
      padding-right: 10px;
      padding-left: 10px;
    }
    label.error {
      bottom: 4px !important;
    }
    div#captcha_error{
      font-size: 14px;
    }

  }
  .form-inline .form-group{
    display: block;
    margin-bottom: 25px;
}
.form-inline .form-control{
    width: 100%;
}