.bg_overlay {
    background: url(../images/bg_overlay.png);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.tab_header{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

#about-us{
  width: 100%;
  height: 100%;
  background: url("../images/world-map.png");
  background-position: center center;
}

.no-padding{
  padding: 0px;
  background-image:url(../../bg.png);
}


/* pulse-animation */
.pulse-animation {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #17ACC6;
  cursor: pointer;
  animation: pulse 2s infinite;
  float:left;
}
.pulse-animation:hover {
  animation: none;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0,132,255, 0.4);
    box-shadow: 0 0 0 0 rgba(0,132,255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 30px rgba(0,132,255, 0);
      box-shadow: 0 0 0 30px rgba(0,132,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0,132,255, 0);
      box-shadow: 0 0 0 0 rgba(0,132,255, 0);
  }
}
/* keyframes */

.track_number_photo img{
  max-width: 150px;
  max-height: 120px;
  border: 3px double #ddd;
  padding: 0px;
  margin-bottom: 4px !important;
}

#bonus_img.track_number_photo img{
  max-width: 100%;
  max-height: 100%;
  border: 3px double #ddd;
  padding: 0px;
}

.right-side-col .widget {
  margin-bottom: 20px;
}

/*
h4.rb-heading {
    background: url(http://lion-trans.com/public/images/stripes_black.png) repeat-x scroll 0 40px transparent;
}
*/


/*  */
#search-block-form {
    margin-right: -15px;
}
#search-block-form .form-text {
    width: 200px;
    background-color: transparent;
    color: #fff;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
    border-bottom-color: #C8C8C8;
    border-bottom: 1px solid rgba(255,255,255,0.7);
}

#search-block-form .form-text::-webkit-input-placeholder {
     color: #fff;
}
#search-block-form .form-text:-moz-placeholder {
    /* Firefox 18- */
     color: #fff;
}
#search-block-form .form-text::-moz-placeholder {
    /* Firefox 19+ */
     color: #fff;
}
#search-block-form .form-text:-ms-input-placeholder {
     color: #fff;
}
/*  */

.navbar-fixed-bottom, .navbar-fixed-top{
  z-index: 99
}
