
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

ul{
  margin:0;
  padding:0;
}

p{
  color:#333;
}
h1{
  font-size: 30px;
}

h3{
  font-size: 24px;
}
h4{
  font-size: 20px;
}
/*--------//Public Style---------*/

/*header*/
.nav-list-menu{
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.nav-list-menu > li > a{
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #777;
  text-align: center;
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
  background-repeat: repeat-x;
  border-bottom: 1px solid #d5d5d5;
}
.nav-list-menu > .active > a, .nav-list-menu > .active > a:hover, .nav-list-menu > .active > a:focus{
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-list-menu > li:first-child > a{
  border-radius: 5px 5px 0 0;
}
@media (min-width: 768px){
  .nav-list-menu > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
}
@media (min-width: 768px){
  .nav-list-menu > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
}
.proiect-article .panel-title{
  font-size: 20px;
}
.proiect-article{
  padding:20px 0;
}
.proiect-footer{
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}
@media screen and (min-width: 768px){
  .proiect-footer{
    padding-right: 0;
    padding-left: 0;
  }
}
.proiect-breadcrumb{
  margin-top: 20px;
}