﻿body {
  font-family: "Open Sans Regular";
  color: #000000;
  -webkit-transition: all 0.4s ease 0s !important;
  -khtml-transition: all 0.4s ease 0s !important;
  -moz-transition: all 0.4s ease 0s !important;
  -ms-transition: all 0.4s ease 0s !important;
  -o-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  -ms-overflow-x: hidden; }
  body p {
    font-size: 16px; }
  body #wrapper-renderbody {
    margin: 5em 0; }

.single {
  float: none;
  margin: 0 auto; }

.center {
  text-align: center; }

.inner-page-banner-picture {
  height: 400px;
  margin-top: 85px;
  background-size: cover;
  background-position: top center; }
  .inner-page-banner-picture .container-fluid {
    padding: 0; }
  .inner-page-banner-picture img {
    width: auto; }
  .inner-page-banner-picture .over-img .content-img .content-header {
    text-align: center; }
    .inner-page-banner-picture .over-img .content-img .content-header .title {
      font-size: 60px;
      color: #fff;
      font-family: 'Oswald Bold';
      letter-spacing: 0.05em;
      margin-top: 140px; }
    .inner-page-banner-picture .over-img .content-img .content-header .mini-title {
      font-family: 'Open Sans Light';
      font-size: 18px;
      color: #fff; }

@media (min-width: 1200px) {
  .container {
    width: 1000px; } }

.LPMcontainer.LPMoverlay {
  display: none !important; }

/*********************************************************************Common use styles, change with caution!***********************************************/
.greenStyle .form-control:focus {
  box-shadow: none; }

.greenStyle input:not([type='submit']):not([type="button"]), .greenStyle textarea, .greenStyle select {
  background: #f5f5f5;
  border-radius: 0;
  outline: 0;
  border: none;
  height: 50px;
  padding: 0 15px;
  font-size: 16px;
  width: 100%;
  box-shadow: none;
  transition: none;
  border: 1px solid #e5e5e5; }

.greenStyle textarea {
  height: auto;
  padding: 15px; }

.greenStyle .field-validation-error {
  position: absolute;
  background-color: #db4b3d;
  color: white;
  width: calc(100% - 30px);
  padding-left: 15px;
  display: inherit;
  bottom: -15px; }

.greenStyle .recaptcha-validation-error {
  /*background-color: #db4b3d;*/
  color: white;
  padding-left: 5px;
  /*border: 1px solid #db4b3d !important;*/ }
  .greenStyle .recaptcha-validation-error .captchaRequired {
    background-color: #db4b3d;
    width: 304px; }

.greenStyle .input-validation-error {
  border: 1px solid #db4b3d !important; }

.greenStyle .btn {
  min-width: 250px;
  background-color: #29a643;
  font-size: 20px;
  padding: 0 15px;
  font-family: 'Oswald Light';
  color: white;
  border-radius: 0;
  height: 50px;
  line-height: 50px; }
  .greenStyle .btn:hover {
    background-color: #24923b; }

.ajaxLoader {
  background-image: url("../images/FM-FX-ajaxLoader.svg");
  background-size: contain;
  padding: 5px;
  background-repeat: no-repeat;
  display: none; }
  .ajaxLoader > div {
    padding: 15px 15px 15px 14px;
    color: #29a643;
    font-family: 'Open Sans Bold';
    font-size: 14px; }

#serverMessage {
  -webkit-transition: 1s linear;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-transition: 1s linear;
  /* Firefox < 16 */
  -ms-transition: 1s linear;
  /* Internet Explorer */
  -o-transition: 1s linear;
  /* Opera < 12.1 */
  transition: 1s linear;
  opacity: 0;
  width: 100%;
  border-top: 1px solid #29a643;
  margin-top: 10px;
  padding-top: 10px;
  position: absolute;
  font-size: 40px;
  top: 0; }

@media screen and (max-width: 768px) {
  #serverMessage {
    text-align: center; } }

form.ajaxFormHide .row:first-child {
  opacity: 0; }

form.ajaxFormHide #serverMessage {
  opacity: 1; }

.SERVEREXCEPTION_WRAP {
  position: fixed !important;
  padding: 0;
  margin: 0;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.5) !important;
  color: red !important;
  font-size: 50px !important;
  vertical-align: middle !important;
  text-align: center !important;
  padding-top: 15% !important;
  /*display: none!important;*/ }
  .SERVEREXCEPTION_WRAP div {
    padding: 30px;
    background: black; }

/*********************************************************************END OF Common use styles, change with caution!***********************************************/
@media screen and (max-width: 736px) {
  .inner-page-banner-picture {
    height: 250px;
    margin-top: 85px; }
    .inner-page-banner-picture .over-img .content-img .content-header .title {
      font-size: 40px;
      margin-top: 70px; }
  #wrapper-renderbody #wrapper-page > div.row {
    margin-left: 15px;
    margin-right: 15px; } }

@media screen and (max-width: 375px) {
  .inner-page-banner-picture .over-img .content-img .content-header .title {
    font-size: 34px !important;
    margin-top: 80px; }
  .inner-page-banner-picture .over-img .content-img .content-header .mini-title {
    font-size: 16px; } }

@media screen and (max-width: 320px) {
  .inner-page-banner-picture .over-img .content-img .content-header .title {
    font-size: 31px !important;
    margin-top: 90px; }
  .inner-page-banner-picture .over-img .content-img .content-header .mini-title {
    font-size: 14px; } }

