﻿@import "bootstrap-grid.css";
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #444;
}
html {
  width: 100%;
  height: 100%;
}
* {
  box-sizing: border-box;
}
a,
a:visited,
a:hover,
a:active {
  color: #68c54c;
}
footer {
  padding: 20px 0 20px 0;
  color: #eee;
  background-color: #444;
  text-align: center;
}
@media (max-width: 767px) {
  footer {
    font-size: 12px;
    padding: 10px 0 10px 0;
  }
}
footer .separator {
  color: #68c54c;
  font-weight: bold;
  padding: 0 5px 0 5px;
}
@media (max-width: 767px) {
  footer .separator {
    display: none;
  }
}
footer .break {
  display: none;
}
@media (max-width: 767px) {
  footer .break {
    display: inline;
  }
}
.section {
  padding: 150px 20px 0 20px;
}
@media (max-width: 767px) {
  .section {
    padding: 75px 20px 0 20px;
  }
}
.section .section-default-conten {
  max-width: 1000px;
  margin: auto;
  padding-bottom: 30px;
}
.intro-section {
  height: 100%;
  text-align: center;
  position: relative;
  z-index: -1;
  padding: 150px 0 0 0;
}
@media (max-width: 767px) {
  .intro-section {
    padding: inherit;
  }
}
.intro-section::after {
  content: "";
  background-image: url('images/logo_bg.jpg');
  background-size: cover;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -2;
}
@media (max-width: 500px) {
  .intro-section::after {
    opacity: 0.6;
  }
}
.about-section {
  text-align: left;
  background: #f0f0f0;
  position: relative;
  z-index: -1;
  /*@media(max-width:767px) {
        padding: inherit;
    }*/
}
.services-section {
  text-align: left;
  position: relative;
  z-index: -1;
  max-width: 1000px;
  margin: auto;
}
/*.services-section {
    height: 100%;
    text-align: center;
    background: #fff;
}*/
.contact-section {
  height: 100%;
  max-width: 600px;
  margin: auto;
}
.fr {
  float: right;
}
.cb {
  clear: both;
}
.mb {
  margin-bottom: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb100 {
  margin-bottom: 100px;
}
.header-img {
  width: 100%;
  max-width: 1200px;
  border-radius: 30px;
}
.top-menu {
  background-color: #444;
  min-height: 90px;
  padding: 20px 20px 0 20px;
  position: fixed;
  width: 100%;
  opacity: 1;
}
.top-menu a {
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
}
.top-menu .content {
  max-width: 1000px;
  margin: auto;
}
.top-menu .menu-image {
  height: 50px;
}
.top-menu ul {
  display: inline;
  float: left;
  padding: 0 0 0 50px;
  overflow: hidden;
}
.top-menu ul li {
  display: inline;
}
.top-menu ul li a {
  margin-right: 50px;
  border-width: 0 0 4px 0px;
  border-color: transparent;
  border-style: solid;
}
.top-menu ul li a:hover {
  border-color: #96E271;
}
.top-menu .menu-divider {
  display: none;
}
@media (max-width: 767px) {
  .top-menu {
    /*border-style: solid;
        border-color: #fff;
        border-width: 0 0 2px 0;*/
  }
  .top-menu .hamburger {
    width: 53px;
    height: 50px;
    background-image: url('images/hamburger.png');
    float: right;
    margin-top: 0px;
    cursor: pointer;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-radius: 35px;
    background-repeat: no-repeat;
    background-position: 4px 7px;
    background-color: #444;
  }
  .top-menu ul {
    width: 100%;
    padding: 0;
    max-height: 0px;
    /*display:none;*/
    margin: 0;
    position: absolute;
    margin-top: 58px;
    float: right;
    text-align: right;
    right: 0;
  }
  .top-menu ul li {
    display: block;
    margin: 0px;
    /*border:1px solid #777;
                border-width:0 0 1px 0;*/
    float: right;
    clear: both;
  }
  .top-menu ul li a {
    float: none;
    font-size: 20px;
    margin-right: 10px;
    background-color: #555;
    padding: 5px 14px 5px 14px;
    border-radius: 5px;
    border-width: 3px;
    display: inline-block;
    border-color: #68c54c;
    /*-webkit-box-shadow: 0px 0px 22px 0px rgba(189,189,189,1);
                    -moz-box-shadow: 0px 0px 22px 0px rgba(189,189,189,1);
                    box-shadow: 0px 0px 22px 0px rgba(189,189,189,1);*/
  }
  .top-menu ul .menu-divider {
    width: 17px;
    height: 15px;
    border-style: solid;
    border-width: 0 3px;
    border-color: #68c54c;
    float: right;
    margin-right: 33px;
    background-color: #555;
    top: -3px;
    position: relative;
    margin-bottom: -6px;
    display: block;
  }
  .top-menu ul .menu-divider:first-child {
    height: 25px;
  }
}
.top-menu.expanded ul {
  /*display:block;*/
  max-height: 1000px;
  transition: max-height 2s;
  margin-bottom: 5px;
  margin-top: 46px;
}
.top-menu.expanded .hamburger {
  border-color: #68c54c;
  background-color: #555;
}
@media (max-width: 767px) {
  .top-menu {
    min-height: 70px;
    padding: 10px 15px 0 10px;
  }
}
.navbar-brand {
  padding: 0 !important;
  height: auto !important;
}
.top-nav-collapse {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav {
  font-size: 30px !important;
  padding-top: 37px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff !important;
}
.nav > li > a {
  padding: 10px 25px !important;
}
.intro-img {
  width: 500px;
}
@media (max-width: 1024px) {
  .intro-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .intro-img {
    width: 50%;
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  .intro-img {
    width: 70%;
    margin-top: 30px;
  }
}
.section-container {
  display: table;
  width: 100%;
}
.vertical-align-middle {
  display: table-cell;
  vertical-align: middle;
}
.content-background {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px 0 10px 0;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #bbb;
  -webkit-box-shadow: 0px 0px 22px 0px #bdbdbd;
  -moz-box-shadow: 0px 0px 22px 0px #bdbdbd;
  box-shadow: 0px 0px 22px 0px #bdbdbd;
}
@media (max-width: 500px) {
  .content-background {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
  }
}
.h1-intro {
  font-size: 80px;
  padding-top: 30px;
  color: #000;
}
.h2-intro {
  margin-top: 50px;
  font-size: 35px;
  color: #333;
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .h2-intro {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .h2-intro {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .h2-intro {
    font-size: 17px;
  }
}
.pipe-divider {
  font-weight: normal;
  color: #6BBC44;
  font-size: 45px;
}
@media (max-width: 1024px) {
  .pipe-divider {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .pipe-divider {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .pipe-divider {
    font-size: 20px;
  }
}
#recaptcha_image img.newWidth {
  width: 0px;
}
h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 72px;
  font-weight: normal;
  color: #555;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    margin-bottom: 0px;
  }
}
.contact-section {
  background-color: #fff;
}
.contact-section label {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  display: inline-block;
  margin-top: 17px;
  margin-bottom: 2px;
  color: #555;
}
@media (max-width: 767px) {
  .contact-section label {
    margin-top: 13px;
    font-size: 18px;
  }
}
.contact-section input[type=text],
.contact-section textarea {
  display: block;
  background-color: #FDFDFD;
  height: 50px;
  border-radius: 4px;
  width: 100%;
  padding: 10px 20px 10px 20px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  outline: none;
  color: #68D433;
  border: 1px solid #E4E4E4;
  border-left-color: #96E271;
  border-left-width: 5px;
}
.contact-section input[type=text]:focus,
.contact-section textarea:focus {
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.3);
  border: 1px solid #ddd;
  border-left-color: #96E271;
  border-left-width: 5px;
}
@media (max-width: 767px) {
  .contact-section input[type=text],
  .contact-section textarea {
    padding: 5px 10px 5px 10px;
    height: 40px;
  }
}
.contact-section textarea {
  height: 100px;
  font-size: 18px;
}
.contact-section .g-recaptcha {
  margin-top: 20px;
  float: left;
}
.contact-section input[type=submit],
.contact-section button {
  background-color: #F9F9F9;
  border: 2px solid #bbb;
  color: #777;
  padding: 12px 25px 12px 25px;
  font-size: 18px;
  border-radius: 6px;
  margin-top: 20px;
  float: right;
}
.contact-section input[type=submit]:hover,
.contact-section button:hover {
  color: #83dd57;
  border-color: #96E271;
}
@media (max-width: 767px) {
  .contact-section input[type=submit] {
    float: left;
  }
}
.field-validation-error {
  display: none;
}
.employee {
  padding: 25px 0 0 11px;
  position: relative;
  margin-top: 30px;
  margin-left: -11px;
}
.employee .head {
  height: 50px;
  background-color: #555;
  border-style: solid;
  border-color: #96E271;
  border-width: 0 0 5px 0;
  padding: 0 20px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 22px;
  color: #fff;
  line-height: 50px;
}
@media (max-width: 767px) {
  .employee .head {
    font-size: 20px;
  }
}
.employee .body {
  background-color: #ddd;
}
.employee .body img {
  width: 100%;
}
.employee .body .img-hed {
  background-image: url('images/hed.jpg');
}
.employee .body .content {
  padding: 0 20px 20px 20px;
}
.employee::after {
  background-image: url('images/area_logo.png');
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 75px;
  height: 90px;
  content: "";
}
.reseed-modal-lock {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 500;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  content: "";
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  white-space: nowrap;
}
.reseed-modal-lock:before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.modal-content {
  display: none;
  border: 5px solid #636363;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 22px 0px #bdbdbd;
  position: relative;
}
.modal-content .close {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 26px;
  height: 26px;
  background-image: url(images/close.png);
  background-repeat: no-repeat;
  background-position: 1px 1px;
  border-radius: 12px;
  opacity: 0.5;
}
.modal-content .close:hover {
  box-shadow: 0px 0px 8px 0px #000;
  opacity: 1;
}
.reseed-modal-cntr {
  position: relative;
  overflow: hidden;
  max-width: 90%;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 501;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
  box-shadow: 0 0 22px 0 #444444;
  border-radius: 10px;
}
.reseed-modal-cntr .modal-content {
  display: block;
}
.contact-form-error {
  border-color: #ff4242;
}