/* ------------- Page Loader Styles ------------- */
#pageloader {
  background-color: #FFF;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.loader-item {
  background: none repeat scroll 0 0 #FFF;
  border-bottom: 3px solid rgba(0, 0, 0, 0) !important;
  border-left: 3px solid;
  border-radius: 100px;
  border-right: 3px solid;
  border-top: 3px solid;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}
.loader-item h2 {
  color: #CCCCCC;
  font-size: 40px;
  margin: 0 auto;
}
.colored-border {
  border-color: #49a624;
}
body {
  background-color: #fff;
  color: #003;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: hidden;
}
header {
  margin-bottom: 15vh;
}
.content {
  padding-bottom: 10vh;
}
.contact {
  background-color: #0F751A;
  padding: 80px 0 120px;
}
.contact .icon_phone{
height: 60px;
  float: left;
  margin-right: 20px;
}

.contact svg{
height: 100%;
}
.contact hr{
  height: 1px;
  background-color: #fff;
  border: 0;
    margin: 40px 0;
}
footer {
  background-color: #212126;
  background-size: cover;
  height: 100px;
  padding: 20px 0;
}
footer .copy, footer .author {
  font-size: 0.6rem;
  color: #9B9B9B;
}
footer .author {
  text-align: right;
}
/* --- text --- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #44771E;
  margin: 0.4rem auto;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 100;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
h1, .h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
}
h2, .h2 {
  font-size: 3rem;
}
h3, .h3 {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.02em;
}
h4, .h4 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
h5, .h5 {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
h6, .h6 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}
p {
  margin-bottom: 1em;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6 {
  color: #FFF;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
strong {
  font-weight: 700;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/* header */
#logo img {
  width: 100px;
  padding: 20px 10px 10px;
}
#logo p {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.2rem;
  margin-left: -10px;
  padding-top: 22px;
  text-transform: uppercase;
  vertical-align: top;
  letter-spacing: 0.05em;
}
.portrait {
  float: left;
  padding: 0 15px 20px 0;
  width: 100%;
}
.space_h_7vh {
  margin-top: 3.5vh;
  margin-bottom: 3.5vh;
}
/* ---- MAP  ---*/
.map {
  min-height: 400px;
  height: 60vh;
  background-color: #BFDCDF;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  filter: grayscale(0.3) brightness(0.8) invert(0) contrast(1.7);
  -webkit-filter: grayscale(0.3) brightness(0.8) invert(0) contrast(1.7);
  -moz-filter: grayscale(0.3) brightness(0.8) invert(0) contrast(1.7);
  -o-filter: grayscale(0.3) brightness(0.8) invert(0) contrast(1.7);
  -ms-filter: grayscale(0.3) brightness(0.8) invert(0) contrast(1.7);
}
.map iframe {
  height: 100%;
  width: 100%;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}