
  /* Profile sidebar */
  .profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
  }
  
  .profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
  }
  
  .profile-usertitle {
    text-align: center;
    margin-top: 20px;
  }
  
  .profile-usertitle-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
  }
  
  .profile-usertitle-job {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .profile-userbuttons {
    text-align: center;
    margin-top: 10px;
  }
  
  .profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
  }
  
  .profile-userbuttons .btn:last-child {
    margin-right: 0px;
  }
      
  .profile-usermenu {
    margin-top: 30px;
  }
  
  .profile-usermenu ul li {
    border-bottom: 1px solid #ffe6e4;
  }
  
  .profile-usermenu ul li:last-child {
    border-bottom: none;
  }
  
  .profile-usermenu ul li a {
    font-size: 14px;
    font-weight: 400;
  }
  
  .profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
  }
  
  .profile-usermenu ul li a:hover {
    background-color: #e65f53;
    color: white;
  }
  
  .profile-usermenu ul li.active {
    border-bottom: none;
  }
  
  .profile-usermenu ul li.active a {
    background-color: #e65f53;
    color: white;
    border-left: 2px solid #e65f53;
    margin-left: -2px;
  }
  
  /* Profile Content */
  .profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
  }



/*/////////////////*/

.form_main h4 {
    font-family: roboto;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: uppercase;
}
.heading {
    border-bottom: 1px solid #A9A59F;
    padding-bottom: 9px;
    position: relative;
}
.heading span {
    background: #6D6C6A none repeat scroll 0 0;
    bottom: -2px;
    height: 3px;
    right: 0;
    position: absolute;
    width: 75px;
}   


/* //////////////////////////////// */

#colorful-nav {
  padding-bottom: 0px;
  border: 1px transparent;
}

#colorful-nav .navbar {
  margin-bottom: 0px;
}

#colorful-nav {
  background-color: transparent;
}

#colorful-nav .navbar-nav {
  border-radius: 10px;
  float:none;
  height: 160px;
}

#colorful-nav .navbar-collapse {
  border-top: 0;
}

#colorful-nav ul>li {
  float:left;
  text-align: center;
  width: 14.27%;
  padding-bottom: 13px;
  transition: 0.2s padding-top;
}

#colorful-nav ul>li:hover, #colorful-nav ul>li.active {
  padding-top: 20px;
}
#colorful-nav ul>li:hover a, #colorful-nav ul>li.active a {
  background-color: transparent;
}



#colorful-nav .navbar-nav>a {
  padding-top: 25px;
  color: white;
}

#colorful-nav ul>a:hover,
#colorful-nav ul>a:focus {
  background-color: transparent;
  text-decoration: none;
}

#colorful-nav .glyphicon, #colorful-nav .fa {
  font-size: 30px;
  margin-bottom: 10px;
  padding-top: 20px;
  color: white;
}

#colorful-nav .icon-bar {
  background-color: black;
}

#colorful-nav .navbar-toggle {
  float: left;
  border-color: black;
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 20px;
}

#colorful-nav .navbar-brand {
  height: 100px;
}

#colorful-nav h5{
  color:white;
}

#colorful-nav .home {
  background-color: #e65f53;
}

#colorful-nav .profile {
  background-color: #fcca68;
}

#colorful-nav .statistics {
  background-color: #69ccb7;
}

#colorful-nav .lists {
  background-color: #e65f53;
}

#colorful-nav .about {
  background-color: #fcca68;
}

#colorful-nav .contact {
  background-color: #69ccb7;
}

#colorful-nav .search {
  background-color: #e65f53;
}

@media screen and (max-width: 767px){

  #colorful-nav ul>li {
      text-align: center;
      width: 25%;
  }

  #colorful-nav ul>li:hover{
      padding-top: 0px;
  }
  #colorful-nav ul>li.active {
    padding-top: 0px;
  }
  #colorful-nav .navbar-nav>a h5 {
    font-size: 11px;
  }
  #colorful-nav h5 {
    font-size: 11px;
  }
}