#glance .header {
  background-image: url(/abudhabi/img/glance/mainimg.jpg);
  position: relative;
  height: 50%;
}

#glance .header.adma {
  background-image: url(/abudhabi/img/admaoutline.jpg);
}

.lead {
  text-align: center;
  padding: 30px 0;
}

.section.bgwhite {
  background-color: #fff;
}

.section.bgwhite h2,
.section.bgwhite p {
  color: #000;
}

.section.col {
  display: table;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.col2 {
  display: table-cell;
  width: 49%;
  padding: 1%;
  vertical-align: top;
}

.col2.bgbrown {
  background-color: #BC7E26;
  padding: 1%;
}

.col2.bggreen {
  background-color: #1a383b;
}

.col2.img {
  vertical-align: middle;
}

.col2.img img {
  width: 100%;
}

.col2.bgglay {
  background-color: #666;
}

.section.dblue {
  background-color: #333;
  width: 100%;
}

.image.ph1 {
  background-image: url("/abudhabi/img/glance/ph1.jpg");
}

.toplead, .endlead {
  opacity: 0;
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
}

.toplead.active, .endlead.active {
  animation-name: divfadein;
  -webkit-animation-name: divfadein;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  opacity: 1;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table tr th, table tr td {
  border: thin solid #fff;
  padding: 5px;
  font-size: 1.4rem;
}

#admaoutlineinfo {
  position: relative;
}

#admaoutlineinfo #admaprojectbg {
  width: 100%;
}

#admaoutlineinfo .projectinfo {
  position: absolute;
  left: 10%;
  bottom: 4%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

#admaoutlineinfo .projectinfo h2 {
  font-size: 30px;
}

#admaoutlineinfo .projectinfo table tr th, #admaoutlineinfo .projectinfo table tr td {
  padding: 10px;
}

.wrapper div.section {
  opacity: 0;
  animation-duration: 1.0s;
  -webkit-animation-duration: 1.0s;
}

.wrapper div.active {
  animation-name: divfadein;
  -webkit-animation-name: divfadein;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  opacity: 1;
}

@-webkit-keyframes divfadein {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes divfadein {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@media only screen and (max-width: 979px) {
  #glance .header {
    height: 100%;
  }
  .section.col {
    display: block;
  }
  .section.col .col2 {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  #admaoutlineinfo .projectinfo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 3%;
  }
}
