body {
  padding-top: 50px;
}

.page-title {
  padding: 10px 15px;
  text-align: center;
}

.form-horizontal{
    margin-bottom:20px;
}

.navbar-brand {
    background: url(/lasfuentes/assets/img/global/logo_lasfuentes_trans.png) bottom center no-repeat;
    width:150px;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

a.btn-condensed {
    padding: 0px 3px;
}

.help-block {
    margin-bottom: 0px;
}


.panel-heading a {
    text-decoration:none;
}
.panel-heading a:hover {
    text-decoration:none;
}
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

.thumbnail span.badge-reservas {
    position:absolute;
    top:10px;
    right:25px;
    width:120px;
}

.thumbnail span.badge-interesados {
    position:absolute;
    top:30px;
    right:25px;
    width:120px;
}

.thumbnail span.badge-aprobadas {
    position:absolute;
    top:50px;
    right:25px;
    width:120px;
}

.thumbnail span.badge-cpps {
    position:absolute;
    top:70px;
    right:25px;
    width:120px;
}






h2 {
    font-size:35px;
    line-height:40px;
    margin-top:15px;
    margin-bottom:0;
    font-family:"Roboto", sans-serif;
    font-weight:500;
    color:#7a7a7a;
}

h3.subtitle {
    font-weight:300;
    font-size:18px;
    color:#b3b3b3;
    font-style:italic;
    margin-top:5px;
    margin-bottom:25px;
}

.carousel-inner {
    position:relative;
    width:100%;
    overflow:hidden;
}




.portfolio-sec {
    border: 1px solid #eeeeee;
    color: #000000;
    background-color: #ffffff;
    position: relative;
}

.portfolio-desc {
    padding: 10px 0;
}

h4.portfolio-post-title {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-top:0;
}

.portfolio-post-cat {
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    color: #999999;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #7a7a7a;
}

.margin-btm-40 {
    margin-bottom: 40px;
}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px;
    margin-top:0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}

.portfolio-desc .theme-btn-default {
    margin-bottom: -50px;
}

.theme-btn-default {
    background-color: #fff;
    border: 1px solid #eeeeee;
    color: #555;
}

.btn {
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    text-shadow: none;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 1px;
}

.portfolio-thumnail img {
    width: 100%;
    height: auto;
}

.theme-btn-default:hover, .theme-btn-default:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
