#logo {
  background-size: contain;
  min-height: 90px;
  top: -21px;
  margin-top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.alicent {
  margin-top: 50px;
}
.compact .header #logo {
  top: 3px;
  margin-top: 0;
  min-height: 46px;
  background-size: contain;
  background-position: left center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.serch_area .details-response {
  text-align: center;
  margin-top: -12px;
}
.serch_area .details-response p {
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  line-height: 35px;
}
.serch_area .details-error {
  font-size: 18px;
  color: #e6a7a7;
  margin: 10px 150px 0 0;
}
.footer .ftop .left {
  float: left;
  width: 33.1%;
  margin-top: 32px;
  text-align: right;
}
.footer .secarea.sty2 {
  padding: 90px 0px 58px 0px;
  background: #2a363f url(../images/footer-bg-graph2.png) no-repeat center bottom;
}
.footer .secarea h4 {
  margin-bottom: 28px;
}
.footer .ftop .left h1 {
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 1px;
  white-space: nowrap;
  margin-top: 40px;
}


.top_nav {
  line-height: 28px;
}

/* MOBILE */
@media only screen and (max-width: 639px) {
  
  .container {
    width: 96%;
  }
  
  h1 {
    font-size: 22px;
    line-height: 22px;
  }

  .top_nav {
    line-height: normal;
  }
  
  .top_nav .left {
    padding-top: 15px;
  }

  .top_nav strong {
    font-size: 12px !important;
  }

  .top_nav .tpbut {
    padding-right: 0;
    padding-top: 5px;
  }
  
  .top_nav .tplinks strong {
    padding-right: 0;
    margin-right: 10px;
  }

  .top_nav .tplinks strong:last-of-type {
    margin-right: 0;
  }

  .header .logo {
    width: 48%;
  }

  .header .navbar-toggle {
    margin-top: 0;
  }
}
