html, body {
  height: 100%;
}
body {
  background: #ffffff;
  font: 13px/18px Arial, Helvetica, sans-serif;
  color: #555555;
  position: relative;
  min-width: 320px;
}
/* ---------- Tags ---------*/
h3, h4, h4 a, h5 {
  color: #7b7473;
}
h4 a:hover {
  color: #6c90ba;
}
h3, h4 {
  text-transform: uppercase;
  letter-spacing: -1px;
  display: block;
  word-spacing: 4px;
}
h3 {
  font-size: 18px;
  line-height: 26px;
}
h4 {
  line-height: 18px;
  padding: 2px 0 15px 0;
}
h4, h5 {
  font-size: 15px;
}
.p3-1 {
  margin-bottom: 18px
}
.p2 {
  margin-bottom: 10px;
}
.p3 {
  margin-bottom: 5px;
  margin-top: 25px;
}
a {
  color: #6c90ba;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline
}
span.red {
  color: #ff0000;
}
header, #content, .wrapper, footer {
  width: 100%;
  overflow: hidden;
}
/*********************************header*************************************/
header {
  padding: 7px 0 10px;
}
h1 {
  float: left;
  font-size: 48px;
  line-height: 58px;
}
h1 a {
  display: inline-block;
  color: #2a2d2d;
}
h1 a:hover {
  text-decoration: none;
}
/********************************* Content **********************************/
#content {
  padding: 0 0 5px;
}
/********************************* borders ---------*/
.border-bottom {
  background: url(../images/pic-1.gif) center bottom repeat-x;
}
.gradient {
  background: #e8ecf1; /* Old browsers */
  background: -moz-linear-gradient(top, #e8ecf1 0%, #f3f6f8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8ecf1), color-stop(100%, #f3f6f8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e8ecf1 0%, #f3f6f8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e8ecf1 0%, #f3f6f8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e8ecf1 0%, #f3f6f8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #e8ecf1 0%, #f3f6f8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8ecf1', endColorstr='#f3f6f8', GradientType=0); /* IE6-9 */
}
.wrapper {
  position: relative;
}
.indent-top5 {
  padding-top: 25px;
}
.last-item {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.grid_8 img, .banner ul li img {
  width: 100%;
}
.border {
  border-right: 1px solid #6c90ba;
  min-height: 237px;
}
.items {
  margin: 0 0 20px 20px;
}
.items li {
  list-style: disc;
}
.button {
  background: #a3c0c4;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: 13px/16px Arial, Helvetica, sans-serif;
  padding: 4px 20px 5px;
  text-transform: lowercase;
  padding: 4px 15px 5px;
  border: 0 none;
}
.button:hover {
  background: #6c90ba;
}
.banner {
  float: right;
  width: 58%;
  margin-top: 10px;
}
.banner ul li {
  float: left;
  width: 129px;
  margin-bottom: 2px;
  margin-right: 8px;
}
.banner img {
  width: 55%;
}
.inner {
  padding: 0 15px;
}
/***** contact form *****/
#contact-form label {
  display: block;
  padding-bottom: 5px;
}
#contact-form input[type=text], #contact-form input[type=password] {
  padding: 10px;
  margin: 0;
  font: 13px Arial, Helvetica, sans-serif;
  color: #7d7d7d;
  background: #fff;
  outline: none;
  border: 1px solid #e1e1e1;
  width: 90%;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.rowForm {
  margin: 5px 0 15px 0;
}
.info p {
  color: #7b7473;
  font-size: 11px;
  line-height: normal;
  margin: 5px 0;
}
.info p strong {
  font-style: italic;
}
/********************************* Footer *************************************/
footer {
  padding: 25px 0 45px;
}
.footer-text, .footer-text a {
  color: #a5a4a4;
}
.footer-text {
  font: italic 12px/15px Arial, Helvetica, sans-serif;
  text-align: center;
}
/*=================================================================================*/
@media only screen and (max-width: 995px) {
  img {
    width: 100%;
    height: auto;
  }
  /*-----------------------------------------*/
  header {
    padding: 20px 0;
  }
  h1 {
    padding-left: 0px;
  }
  #content {
    padding: 0 0 28px;
  }
  footer {
    padding: 20px 0;
  }
  .banner {
    float: none;
    width: 100%;
  }
  .banner ul li {
    width: auto;
    margin: 0 15px;
  }
  .border {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  .grid_8 {
    margin-bottom: 25px;
  }
  /*-----------------------------------------*/
  h1 {
    float: none;
    margin-bottom: 35px;
  }
  .footer-text {
    float: none;
  }
  .button {
    width: 95%;
  }
  .banner {
    float: none;
    width: 100%;
  }
  .banner ul li {
    width: auto;
    width: 25%;
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {}
/* POPUP -----------------------------------------*/
#advice_div {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
}
#advice_cnt {
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border: 10px solid #a3c0c4;
  background: #fff;
  width: 55%;
  z-index: 2;
}