/**
 * @author      José Lorente <jose.lorente.martin@gmail.com>
 * @copyright   GR11 en 11 <http://gr11en11.org>
 * @version     1.0
 *//* 
    Created on : 07-mar-2015, 13:35:41
    Author     : pepe
*/
.header-image {
    padding: 0;
}
.header-image > img {
    margin: 60px auto;
}

.container.donate {
    max-width: 1024px;
    padding-left: 30px;
    padding-right: 30px;
}
.container.donate h1 {
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
}
.container.big-donation h1 {
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
}
.container.donate p {
    font-size: 20px;
    color: #555;
    text-align: justify;
    margin-bottom: 20px;
}

.container.big-donation p {
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}
.how-to .fare {
    margin: 10px 5px;
}
.how-to .panel-orange {
    background: #e08730;
    border-radius: 10px;
}

.how-to .panel-orange .header {
    padding: 1% 0;
}
.how-to .panel-body a {
    text-decoration: none;
}
.how-to .panel-body a:hover .panel-orange {
    background: #b66e27;
}
.how-to .panel-orange .header p {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 3% 10px;
    margin: 0;
}

.how-to .panel-brown {
    background: #e1d8a7;
}
.how-to .panel-brown ul {
    margin-bottom: 0;
}
.how-to .panel-brown li {
    font-size: 18px;
    padding: 10px 0;
    color: #555;
    line-height: 40px;
}
.how-to .panel-brown li:first-child {
    padding-top: 20px;
}
.how-to .panel-brown li:last-child {
    padding-bottom: 20px;
}
.how-to .buttons div {
    text-align: center;
}
.how-to .buttons a {
    width: 90%;
    margin: 10px 0;
    padding: 10px 15px;
    font-size: 24px;
    line-height: 45px;
}
@media (max-width: 768px) {
    .how-to .buttons a {
        width: 100%;
    }
}
.panel .panel-heading {
    background: #d2d8ce;
    display: block;
}
.panel h4.panel-title {
    font-size: 24px;
    color: #919291;
    line-height: 45px;
    display: block;
}
.panel-header-content {
    line-height: 45px;
}

.container.donate.payment h1 {
    margin-top: 0;
}

.donate .item-donation {

}

.donate .item-donation.odd {
    background: #fff
}

.donate .item-donation.even {
    background: #f7e1b5
}

.donate .item-donation p {
    text-align: center;
    margin: 20px 0;
}

.donate .item-donation p.comment {
    text-align: justify;
}

.donate .paginator {
    text-align: center;
}

.donate .paginator ul {
    display: inline-block;
}

.donate .summary {
    line-height: 50px;
}

.container.donate p.text-small {
    font-size: 14px;
}

.container.donate p.text-center {
    text-align: center;
}