html{
  font-size: 62.5%;
}

/* Set the size of the div element that contains the map */
#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
    /*margin: 0 auto;*/

    left:0px;
    margin-bottom: 10px;
}
 .container-fluid {
    padding: 0;
  }
  #slide-display {
    width: 100%;
    height: 350px;
    margin: 0 auto;
  }
  #slide-display img {
    width: 100%;
    height:350px;
  }
  .section-title-span img{
    height: 140px;
  }
  @media (min-width: 1200px) {
    body {
      margin: 0;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 1.5rem;
      line-height: 25px;
      color: #333;
      background-color: #fff
    }
    h1, h2, h3, h4 {
      font-weight: normal;
    }
    a.brand {
      margin-left: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      margin-top: 10px;
    }
    
    ul.nav {
      padding-top: 5px;
    }
    h2.section-title {
      margin-left: 30px
    }
    h3.section-title {
      margin-left: 30px
    }

    #new_contact {
      margin-top: 30px;
    }
    #contact_body {
      width: 380px;
    }
  }
  
.navbar .nav .valLi{
  position: relative;
}
.nav li ul {
  position: absolute;
  left: -20px;
  top: 60px;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  list-style: none;
}
.nav li ul li{
  padding-left: 10px;
  padding-right: 10px;

}
.nav li ul li a {
  white-space: nowrap;
  line-height: 30px;
  text-decoration: none;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}


.nav li:hover ul {
  top: 40px;
  padding: 6px 0;
  opacity: 1;
  visibility: visible;
  list-style: none;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}

@media (max-width: 979px){
  .companyGy{
    height:120px;
  }
  .companyNr{
    height:120px;
  }
  .nav li ul {
    background-color: #f2f2f2;
    border: none!important;
    top: 40px;
    padding: 6px 0;
    opacity: 1;
    visibility: visible;
    margin-left:40px;
  }
}
.row-fluid-top{
  margin-top:60px;
}
@media (max-width: 979px){
  .row-fluid-top {
    margin-top: 0px;
  }
}
.companyGy li a,.companyNr li a {
  font-size: 1.4rem;
}