/*!///// MARGIN /////*/
/*!///// PROPOSAL /////*/
.navPrev {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 99;
}
.navNext {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 99;
}
.navPrev a,
.navNext a {
  border-radius: 0;
  background: #66a4d7;
  color: #ffffff;
  padding: 30px 25px;
  transition: all 0.5s ease;
}
.navNext a:hover {
  border-radius: 0;
  background: #66a4d7;
  color: #ffffff;
  padding: 30px 25px 30px 22px;
  box-shadow: 0px 2px 2px #3e8ccc;
}
.navPrev a:hover {
  border-radius: 0;
  background: #66a4d7;
  color: #ffffff;
  padding: 30px 22px 30px 25px;
  box-shadow: 0px 2px 2px #3e8ccc;
}
/*!///// THUMB /////*/
.BP-postImage {
  width: 100%;
  height: 170px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.BP-postImage h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  opacity: 0;
  background: #66a4d7;
  padding: 10px 0 ;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  color: white;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  -moz-transition: opacity 0.25s, -moz-transform 0.25s;
  -o-transition: opacity 0.25s, -o-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
}
.BP-postText {
  position: relative;
  height: 260px;
  padding: 0 15px;
}
.BP-postDescription {
  word-wrap: break-word;
  margin-top: 10px;
  overflow: hidden;
  height: 120px;
  font-size: 16px;
}
.BP-postDescription.vertical {
  word-wrap: break-word;
  margin-top: 10px;
}
.postDescription.horizontal {
  height: 86px;
  word-wrap: break-word;
}
.BP-line-blue {
  border-top: 6px solid #66a4d7;
}
.BP-breadCrumbs {
  margin: 10px 0px 10px;
  min-height: 25px;
}
.BP-postHeading {
  color: #414a51;
}
.BP-postAction {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.BP-postDetails {
  position: absolute;
  bottom: 55px;
  right: 10px;
}
.BP-postVote {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 92%;
}
.BP-postApprove {
  position: absolute;
  bottom: 210px;
  right: 0;
  width: 100%;
  z-index: 99;
}
/*!///// BUDGET /////*/
ul.BP-listBudget {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
ul.BP-listBudget li {
  margin: 2px 0;
  padding: 10px;
  background: #ffffff;
  font-size: 20px;
  -webkit-box-shadow: 0 4px 5px -5px;
  box-shadow: 0 4px 5px -5px;
  border: 1px solid #efefef;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  -o-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
ul.BP-listBudget li.gray {
  background: #efefef;
  font-size: 18px;
}
ul.BP-listBudget li span.BP-listSmall {
  font-size: 14px;
  color: #696969;
  padding-right: 20px;
  text-transform: uppercase;
  text-align: left;
}
.BP-tagBox,
.BP-catBox {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.BP-catBox a {
  font-size: 21px;
  color: #66a4d7;
  padding: 5px 12px;
}
.BP-catBox a:hover,
.BP-catBox a:active,
.BP-catBox a:focus {
  color: #7ab0dc;
  text-decoration: none;
}
.BP-tagBox a {
  display: block;
  text-align: center;
  float: left;
  font-size: 16px;
  background: #66a4d7;
  color: #ffffff;
  padding: 5px 10px;
  margin: 3px 1px;
  border-radius: 4px;
}
.BP-tagBox a:hover,
.BP-tagBox a:active,
.BP-tagBox a:focus {
  background: #7ab0dc;
  color: #ffffff;
  text-decoration: none;
}
/*//// FORM ////*/
.BP-formScore {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 21px;
}
.BP-rowUp {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #efefef;
}
.BP-rowDown {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.BP-thumb.vertical {
  height: 435px;
}
/* Small devices (mobile, 468px and up) */
@media (max-width: 480px) {
  .navPrev {
    position: absolute;
    top: 20%;
    left: 0px;
    z-index: 99;
  }
  .navNext {
    position: absolute;
    top: 20%;
    right: 0px;
    z-index: 99;
  }
  .BP-postApprove {
    position: absolute;
    bottom: 210px;
    right: 0px;
    width: 100%;
    z-index: 99;
  }
  .BP-postVote {
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 100%;
  }
  .BP-postDetails {
    bottom: 60px;
  }
}
/* Small devices (tablet, 768px and up) */
@media (min-width: 480px) and (max-width: 768px) {
  .navPrev {
    position: absolute;
    top: 30%;
    left: 0px;
    z-index: 99;
  }
  .navNext {
    position: absolute;
    top: 30%;
    right: 0px;
    z-index: 99;
  }
  .BP-postApprove {
    bottom: 190px;
  }
  .BP-postVote {
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 100%;
  }
  .BP-postDetails {
    bottom: 60px;
  }
  .BP-thumb.vertical {
    height: 460px;
  }
  .BP-thumb {
    height: 620px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  .BP-thumb {
    height: 620px;
  }
}
/* Large devices (large desktops, 1200px and up) */
/*!///// TEMA /////*/
.container {
  position: relative;
}
.panel-title a {
  display: block;
}
h3.BP-h3 {
  margin: 10px 0;
}
h4.BP-h4 {
  color: #696969;
  font-size: 16px;
  font-weight: 500;
}
h5.BP-h5 {
  color: #696969;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0 10px;
}
h6.BP-h6 {
  font-size: 18px;
  color: #414a51;
  font-weight: 500;
}
.lead {
  margin-bottom: 30px;
  font-size: 21px;
  color: #696969;
  padding: 10px;
}
.nav-tabs {
  text-transform: uppercase;
}
.navbar-nav > li > a {
  border-left: 1px solid #efefef;
}
.BP-submenu ul.nav-pills > li.active,
.BP-submenu ul.nav-pills > li.active,
.BP-submenu ul.nav-pills > li.active {
  color: #ffffff;
  background-color: #66a4d7;
  margin: 2px 1px;
  padding: 5px;
  border-radius: 2px;
}
.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.panel-title {
  text-transform: uppercase;
}
.panel-default {
  font-size: 16px;
  font-weight: 300;
}
.relative {
  position: relative;
}
.up {
  text-transform: uppercase;
}
