/**
 * @author      José Lorente <jose.lorente.martin@gmail.com>
 * @copyright   GR11 en 11 <http://gr11en11.org>
 * @version     1.0
 *//* 
    Created on : 11-feb-2015, 15:38:08
    Author     : pepe
*/
.module {
    width: 100%;
    background: #fff;
}
.mountain-container img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mountain-container h1 {
    font-weight: bold;
    color: #555;
    font-size: 32px;
}
.mountain-container p {
    font-size: 22px;
    color: #555;
}
.mountain-container .project {
    float: right;
}
.mountain-container .solidary-challenge {
    float: right;
}
.module.bands {
    border-top: 5px solid #7d7d7d;
    padding-top: 10px;
    padding-bottom: 50px;
    box-shadow: 0 2px 42px -4px rgba(0, 0, 0, 0.75);
}
.bands a {
    text-decoration: none;
}
.bands .band.donate {
    background: #efefef;
    color: #A30606;
}
.bands .band.donate:hover {
    background: #bdbdbd;
}

.bands .band.day-to-day {
    background: #A30606;
    color: #efefef;
}
.bands .band.day-to-day:hover {
    background: #770404;
}

.bands .band p {
    font-size: 50px;
    padding: 40px 0 30px;
    font-weight: bold;
}

.navbar-left img {
    width: 40px;
    padding: 0;
    margin: 0;
}

.navbar-left img:hover {
    -webkit-animation: pulse 1s linear infinite;
    -moz-animation: pulse 1s linear infinite;
    -ms-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}

.navbar-left li a {
    padding: 10px 8px;
}

.header {
    background-size: cover;
    height: 100vh;
    padding-top: 100px;
    position: relative;
    z-index: 4;
}
.header > .container {
    color: #fff;
    font-weight: 100;
    height: 80%;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: 20%;
    width: 100%;
}
.header .logo-image > img {
    margin-left: auto;
    margin-right: auto;
}
.header-bg.first {
    background-image:url('/images/home/img_01_low.jpg');
}
.header-bg.second {
    background-image:url('/images/home/img_02_low.jpg'); 
}
.header-bg.third {
    background-image:url('/images/home/img_03_low.jpg');
}
.header-bg.fourth {
    background-image:url('/images/home/img_04_low.jpg');
}
.header-bg.fifth {
    background-image:url('/images/home/img_05_low.jpg');
}
@media (max-width: 500px) {
    .header.header-bg.first {
        background-image:url('/images/home/img-01_mobi.jpg');
    }
    .header.header-bg.second {
        background-image:url('/images/home/img-02_mobi.jpg'); 
    }
    .header.header-bg.third {
        background-image:url('/images/home/img-03_mobi.jpg');
    }
    .header.header-bg.fourth {
        background-image:url('/images/home/img-04_mobi.jpg');
    }
    .header.header-bg.fifth {
        background-image:url('/images/home/img-05_mobi.jpg');
    }
}
.donations {
    text-align: center;
    border-top: 20px solid #A30606;
    background: none;
}
.donations .donations-bg {
    padding: 50px;
}
.donations .container article {
    margin: 50px auto;
    width: 50%;
}
.donations p {
    font-size: 30px;
    color: #6a6a6a;
}
.donations p .counter {
    font-size: 60px;
    font-weight: bold;
    display: block;
    line-height: 70px;
}
.donations .donations-header h2 {
    font-size: 50px;
    color: #6a6a6a;
}

.sponsors {
    padding-top: 80px;
    text-align: center;
    box-shadow: 0 2px 42px -4px rgba(0, 0, 0, 0.75);
    padding-bottom: 50px;
}
.sponsors h1 {
    font-weight: bold;
    font-size: 50px;
    color: #555;
    margin-bottom: 50px;
}
.sponsors img {
    margin: 10px auto;
    display: inline;
}
.sponsors .container div {
    line-height: 110px;
}
.band.day-to-day p.title {
    padding-bottom: 0;
}
.band.day-to-day p.detail {
    padding-bottom: 20px;
    padding-top: 0;
    font-size: 20px;
    font-weight: normal;
}