/* ======= Common ======= */
a, a:active, a:focus, a:hover, a:visited  {
  color: #FF7A00;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.vertical-align {
  display: flex;
  align-items: center;
}
/* ======= Navigation ======= */
.navbar {
  background:#000 !important;
}
.navbar {
  text-transform: uppercase;
}
a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}
/* ======= Section ======= */
.section-me {
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.37);
}
.section-me .name {
  color: #FFF;
}
.section-me .profile-content .name {
  color: #FFF;
  margin-bottom: 5px;
  margin-top: 20px;
}
.section-me .profile-content .desc {
  color: #49515a;
  margin-top: 0;
  margin-bottom: 15px;
}
.section-me .profile-image {
  color: #49515a;
}
.section-she {
  padding: 50px 0;
  background: #ff7a00;
}
.section-she .name {
  color: #FFF;
}
.section-she .profile-content .name {
  color: #FFF;
  margin-bottom: 5px;
  margin-top: 20px;
}
.section-she .profile-content .desc {
  color: #49515a;
  margin-top: 0;
  margin-bottom: 15px;
}
.section-she .profile-image {
  color: #49515a;
}
.section-white {
  padding: 50px 0;
  background: #FFF;
}
.section-white .name {
  color: #000;
}
/* ======= Skills ======= */
.me .skills h3 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.me .skills .skilltitle {
  text-align: right;
  font-weight: 600;
  padding-right: 0;
}
.me .skills .progress {
  border-radius: 0;
  height: 10px;
  margin-top: 5px;
  background-color: #D6D6D6;
}
.me .skills .progress .progress-bar {
  background: #FF7A00;
}
.me .skills .circleDiagram {
  margin: 0 2em 2em 0;
//  float: left;
}
/* ======= Projects ======= */
.me .projects #accordion {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.me .projects .panel-default > .panel-heading {
  color: #ff7a00;
}
/* ======= Contact ======= */
.contact .form {
  margin: 0 auto;
  margin-left: 0;
  width: 100%;
}
.contact .label {
  color: #FFFFF;
}
.contact .btn {
//  border-radius: 0 !important;
  border: 0 !important;
  background: #FFF;
  color: #000 !important;
}
/* ======= Login ======= */
#login-dp{
  min-width: 250px;
  padding: 14px 14px 0;
  overflow:hidden;
  background-color:rgba(255,255,255,.8);
}
#login-dp .form-group {
  margin-bottom: 10px;
}
#login-dp .btn {
  border: 0 !important;
  background: #000;
  color: #FFF !important;
}
@media(max-width:768px){
  #login-dp{
    background-color: inherit;
    color: #fff;
  }
  #login-dp .bottom{
    background-color: inherit;
    border-top:0 none;
  }
}
/* ======= Footer ======= */
.footer {
  background: #000;
  color: #FFF;
  padding: 10px 0;
}
.footer .copyright {
  line-height: 1.6;
  color: #49515a;
  font-size: 14px;
}
/* ======= EOF ======= */
