#overlay {
  position: fixed;
  left: 0px;
  top: 125px;
  color: #b72228;
  font-size: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 999999;
 }

#overlay1 {
display:none;
}

#overlay a img {
  width: 100px;
  height: 100px;
  float: left;
  padding: 10px 0px 0px 10px;

 }

.noverify {
display: none !important;
}

.grecaptcha-badge { visibility: hidden; }

p.gterms {
    font-size: 12px !important;
    line-height: 16px;
    margin-top: 10px !important;
}

.skillimg {
    position: absolute;
    left: -250px;
    top: 360px;
}
.skillimg img {
    width: 450px;
    height: 350px;
}

.noclick {
pointer-events: none;
}

.css {
  color: #ffffff;
  font-size: 1.0em;
  font-family: Arial, Helvetica, sans-serif;
}
.css a {
font-family: monospace;
color: #333;
font-size: 1.5em;
color: #ffffff;
text-decoration: none;
pointer-events: all;
}

.lightbox {
  background-color: #FFFFFF;
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;

  &-container {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;
    padding: 0 3%;
    height: auto;
    z-index: 10;

    // Increasing top margin for mobile
    @media screen and (max-width: 768px) { margin-top: 10%; }
    @media screen and (max-width: 414px) { margin-top: 13%; }
  }

  &-content {
    box-shadow: 0 1px 6px fade(black, 70%);
  }
}

.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 20px;
  display: block;
  border: none;
  top: -30px;
  right: 0%;
}

.video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#playme {
  text-transform: uppercase;
  font-weight: 300;
  border: none;
  color: white;
  display: inline-block;
}

@media screen and (max-width: 414px) {
  .skillimg {
    position: absolute;
    left: -100px;
    top: 450px;
  }
  .skillimg img {
    width: 320px;
    height: 230px;
  }
  ul#navigation {
   display: none;
  }
  #news-title {
   display: none;
  }
  .updatenews {
   display: none;
  }
  .abtimg {
    width: 40%;
    float: right;
    margin-top: -10px;
  }
  #lightbox img {
    width: 250px !important;
    height: 250px !important;
  }

  #lightbox .lb-cancel img {
    width: 20px !important;
    height: 20px !important;
}

  .lb-outerContainer {
    width: 280px !important;
    height: 280px !important;
  }
  #lightboxOverlay {
    width: 300px !important;
    height: 300px !important;
    position: absolute;
    top: 50px;
    left: 10px;
  }

  .lb-loader {
    position: absolute;
    top: 50%;
}
  .floathanqimg {
      position: absolute;
      left: 580px;
  }

#lightbox .lb-close img {
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  bottom: 0px;
  right: 20px;
}

#overlay a img {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 75px;
    padding: 5px 0px 0px 0px;
}

 }
