/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  font-family: "Roboto", sans-serif !important;
  color: #4a4a4a;
}

body {
  background: #ececec;
}
@media only screen and (max-width: 640px) {
  body {
    overflow-x: hidden;
  }
}

.header {
  background: #f6f6f6;
}

.number {
  color: #ccf6cc;
  font-weight: 900;
  font-size: 50px;
}

h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28px;
}

h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.first-title {
  padding-top: 50px;
  padding-bottom: 20px;
}

.second-title {
  padding-bottom: 40px;
  width: 100%;
  top: 0;
  left: 0;
}

.main-title {
  height: 30px;
  background: black;
  width: 100%;
}
.main-title h1 {
  color: black;
  height: 30px;
  background: white;
  margin-left: 150px;
  line-height: 30px;
  padding-left: 5px;
}
@media only screen and (max-width: 640px) {
  .main-title h1 {
    margin-left: 64px;
    font-size: 23px;
  }
}

.banner-highlighted {
  background: #e1e3e4;
}
.banner-highlighted span {
  font-weight: bold;
}
.banner-highlighted div {
  width: calc(100% - 120px);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 100px;
  padding-right: 20px;
  display: table;
  table-layout: fixed;
}
@media only screen and (max-width: 640px) {
  .banner-highlighted div {
    position: relative;
    display: block;
    width: 90%;
    margin: auto 5%;
    padding: 0;
  }
}
.banner-highlighted p {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .banner-highlighted p {
    position: relative;
    display: block;
    text-align: center;
    margin: 20px auto;
  }
}
.banner-highlighted a {
  height: 50px;
  width: 180px;
  text-align: center;
  line-height: 50px;
  background: #4ad200;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: white;
  text-decoration: none;
  float: right;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .banner-highlighted a {
    position: relative;
    display: block;
    margin: 20px auto;
    float: none;
  }
}

section {
  width: 100%;
}
section:before, section:after {
  content: "";
  display: table;
}
section:after {
  clear: both;
}
section div {
  float: left;
}
section div:before, section div:after {
  content: "";
  display: table;
}
section div:after {
  clear: both;
}
section.header {
  height: 350px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 640px) {
  section.header {
    height: 340px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 640px) {
  section.header div {
    padding: 0;
  }
}
section.header div.left {
  height: 350px;
  width: calc(50% - 120px);
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 100px;
  padding-right: 20px;
  font-size: 30px;
}
@media only screen and (max-width: 1170px) {
  section.header div.left {
    padding-top: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  section.header div.left {
    padding-top: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 640px) {
  section.header div.left {
    height: auto;
    text-align: center;
    width: calc(120% - 120px);
    padding-top: 47px;
    padding-left: 20px;
  }
}
section.header div.left p {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  section.header div.left p {
    font-size: 26px;
  }
}
section.header div.left p span {
  color: #4ad200;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  section.header div.left p span {
    font-size: 24px;
  }
}
section.header div.left.logo {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  section.header div.left.logo {
    width: 100%;
    padding: 0;
    height: auto;
    text-align: center;
    margin-bottom: 6px;
  }
}
section.header div.right {
  height: 350px;
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 1170px) {
  section.header div.right {
    position: absolute;
    top: 0;
    right: -23%;
  }
}
@media only screen and (max-width: 768px) {
  section.header div.right {
    position: absolute;
    top: 0;
    right: -23%;
  }
}
@media only screen and (max-width: 640px) {
  section.header div.right {
    top: 150px;
    padding: 0;
    position: absolute;
    height: 150px;
    bottom: 10%;
    right: -22%;
    width: 100%;
  }
}
section.header div.right img {
  height: 100%;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  section.header div.right img {
    height: auto;
    width: 100%;
    position: relative;
  }
}
section.characteristics-01 div.left, section.characteristics-03 div.left {
  width: calc(70% - 310px);
  padding-left: 210px;
  padding-right: 100px;
  padding-top: 40px;
}
section.characteristics-01 div.left h2, section.characteristics-03 div.left h2 {
  padding-bottom: 25px;
}
section.characteristics-01 div.left span, section.characteristics-03 div.left span {
  font-weight: bold;
}
section.characteristics-01 div.left p, section.characteristics-03 div.left p {
  line-height: 20px;
}
@media only screen and (max-width: 1170px) {
  section.characteristics-01 div.left, section.characteristics-03 div.left {
    width: 50%;
    width: 50%;
    padding: 0;
    margin: 50px 40px 70px 40px;
  }
}
@media only screen and (max-width: 768px) {
  section.characteristics-01 div.left, section.characteristics-03 div.left {
    width: 50%;
    width: 50%;
    padding: 0;
    margin: 50px 40px 70px 40px;
  }
}
@media only screen and (max-width: 640px) {
  section.characteristics-01 div.left, section.characteristics-03 div.left {
    position: relative;
    display: block;
    width: 72%;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 140px;
    padding-right: 46px;
  }
}
section.characteristics-01 div.right, section.characteristics-03 div.right {
  width: 30%;
}
@media only screen and (max-width: 1170px) {
  section.characteristics-01 div.right, section.characteristics-03 div.right {
    position: absolute;
    width: 40%;
    right: 0;
    padding-top: 51px;
  }
}
@media only screen and (max-width: 768px) {
  section.characteristics-01 div.right, section.characteristics-03 div.right {
    position: absolute;
    width: 40%;
    right: 0;
    padding-top: 51px;
  }
}
@media only screen and (max-width: 640px) {
  section.characteristics-01 div.right, section.characteristics-03 div.right {
    position: relative;
    display: block;
    width: 60%;
    float: right;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
  }
}
section.characteristics-01 div.right img, section.characteristics-03 div.right img {
  width: 100%;
  height: auto;
}
section.characteristics-02 div.left {
  width: 30%;
}
@media only screen and (max-width: 1170px) {
  section.characteristics-02 div.left {
    padding-top: 100px;
    width: 36%;
  }
}
@media only screen and (max-width: 768px) {
  section.characteristics-02 div.left {
    padding-top: 100px;
    width: 36%;
  }
}
@media only screen and (max-width: 640px) {
  section.characteristics-02 div.left {
    display: none;
  }
}
section.characteristics-02 div.left img {
  width: 100%;
  height: auto;
}
section.characteristics-02 div.right {
  width: calc(70% - 310px);
  padding-left: 100px;
  padding-right: 210px;
  padding-top: 40px;
}
@media only screen and (max-width: 1170px) {
  section.characteristics-02 div.right {
    width: 50%;
    margin: 65px 30px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  section.characteristics-02 div.right {
    width: 50%;
    margin: 65px 30px;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  section.characteristics-02 div.right {
    position: relative;
    display: block;
    padding-top: 20px;
    margin-bottom: 30px;
    width: 75%;
  }
}
section.characteristics-02 div.right h2 {
  padding-bottom: 25px;
}
section.characteristics-02 div.right span {
  font-weight: bold;
}
section.characteristics-02 div.right p {
  line-height: 20px;
}
section.contact div.left {
  width: calc(50% - 171px);
  padding: 0px 20px 50px 150px;
  border-right: 1px solid #e1e3e4;
}
@media only screen and (max-width: 1170px) {
  section.contact div.left {
    width: 40%;
    padding: 0;
    margin: 50px 4%;
  }
}
@media only screen and (max-width: 768px) {
  section.contact div.left {
    width: 40%;
    padding: 0;
    margin: 50px 4%;
  }
}
@media only screen and (max-width: 640px) {
  section.contact div.left {
    border-right: none;
    position: relative;
    display: block;
    width: 70%;
    padding-left: 50px;
  }
}
section.contact div.left ul {
  width: 100%;
}
section.contact div.left ul li {
  display: table;
  table-layout: fixed;
  margin-bottom: 40px;
  line-height: 20px;
}
section.contact div.left ul li span {
  display: table-cell;
  vertical-align: middle;
}
section.contact div.left div {
  text-align: center;
  width: 100%;
}
section.contact div.left div a {
  height: 50px;
  width: 180px;
  line-height: 50px;
  background: #4ad200;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: white;
  text-decoration: none;
  display: inline-block;
}
section.contact div.left div p {
  width: 100%;
  line-height: 20px;
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 50px;
}
section.contact div.left div p span {
  font-weight: 500;
}
section.contact div.right {
  width: calc(50% - 190px);
  padding-left: 40px;
  padding-right: 150px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1170px) {
  section.contact div.right {
    width: 40%;
    padding: 0;
    margin: 40px 3%;
  }
}
@media only screen and (max-width: 768px) {
  section.contact div.right {
    width: 40%;
    padding: 0;
    margin: 40px 3%;
  }
}
@media only screen and (max-width: 640px) {
  section.contact div.right {
    position: relative;
    display: block;
    width: 70%;
    left: 7%;
    padding-left: 15px;
  }
}
section.contact div.right p {
  font-weight: 300;
  line-height: 20px;
  padding-bottom: 50px;
}
section.contact div.right p span {
  font-weight: 500;
}
section.contact div.right form {
  width: 100%;
}
section.contact div.right form input {
  width: calc(100% - 10px);
  font-size: 18px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid black;
}
section.contact div.right form input[type=checkbox] {
  width: 20px;
  padding-bottom: 20px;
}
section.contact div.right form input[type=submit] {
  height: 50px;
  width: 180px;
  text-align: center;
  line-height: 20px;
  background: #ccf6cc;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  text-decoration: none;
  display: block;
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  border: 1px solid #4ad200;
  color: #4ad200;
}
section.contact div.right form input[type=submit].send {
  margin-top: 10px;
}
section.contact div.right form a {
  text-decoration: none;
  font-weight: 500;
  color: #4ad200;
}
section.contact div.right form p {
  padding: 10px;
  color: white;
  height: 30px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin: 20px auto;
  display: none;
  line-height: 30px;
  font-weight: 700;
}
section.contact div.right form p.msgForm {
  background: #4ad200;
}
section.contact div.right form p.errorForm {
  background: red;
}
section.footer {
  background: #e1e3e4;
  text-transform: uppercase;
  height: 60px;
}
@media only screen and (max-width: 640px) {
  section.footer {
    font-size: 13px;
  }
}
section.footer div {
  width: 100%;
}
section.footer div p {
  width: 100%;
  text-align: center;
  line-height: 60px;
}

.showMessage {
  display: block;
}

.main-container {
  max-width: 1380px;
  margin: 0 auto;
  background: white;
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 2px 50px 0px #c8c8c8;
  -moz-box-shadow: 0px 2px 50px 0px #c8c8c8;
  box-shadow: 0px 2px 50px 0px #c8c8c8;
}
@media only screen and (max-width: 640px) {
  .main-container {
    position: relative;
    overflow: hidden;
  }
}

/*# sourceMappingURL=styles.css.map */
