body {
    background-image: none;
}
hr {
    border: 0;
    border-top: solid 2px #d52349;
    height: 1px;
    margin: 2em 0 2em 0;
}
#reservarbarcelonapedalea {
    font-family: Source Sans Pro;
}
#footer-wrapper {
    padding: 7em 0 7em 0;
    background-color: #252122;
    text-align: center;
}
#footer-wrapper p {
    color: #858484;
    font-family: "Source Sans Pro";
    font-style: normal;
    display: inline;
    padding: 1em 2.25em 1em 2.25em;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.05);
}
.panel-primary {
    border-color: #d52349;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #d52349;
    border-color: #d52349;
}
.biciloca-title {
    font-family: Source Sans Pro;
    font-weight: bold;
    color: #d52349;
    text-align: center;
    margin: 30px 0 50px 0;
}
.biciloca-aviso {
    color: white;
    background-color: #d52349;
    border-radius: 4px;
    padding: 30px;
    margin: 0 0 20px 0;
    font-family: Source Sans Pro;
}
.biciloca-ruta, .biciloca-ruta:hover {
    color: white;
    text-align: center;
    background-color: #d52349;
    border-radius: 4px;
    padding: 30px;
    margin: 0 0 20px 0;
    cursor: pointer;
    display: block;
}
.the-price {
    background-color: rgba(240, 115, 142, .17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
    text-align: center;
    color: black;
}
.btn-beerbikebarcelona, .btn-beerbikebarcelona:hover {
    background-color: #d52349;
    border-color: #d52349;
}
#header {
    text-align: center;
    margin-top: 10px;
}
#nav-wraper {
    text-align: center;
    margin-top: 20px;
}

#header h1 a {
    font-family: Source Sans Pro;
    color: black;
    font-weight: 900;
    font-size: 43px;
    letter-spacing: -0.035em;
    margin: 0 0 1em 0;
    text-decoration: none;
}
#nav>ul {
    margin: 0;
}
#nav>ul>li {
    display: inline-block;
    font-style: italic;
    margin: 0 0.35em 0 0.35em;
}
#nav>ul>li>ul {
    display: none;
}
#nav>ul>li>a {
    border-radius: 5px;
    color: #5d5d5d;
    text-decoration: none;
    padding: 0.6em 1.2em 0.6em 1.2em;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    outline: 0;
    font-size: 17px;
    font-family: Source Sans Pro;
}
#nav>ul>li:hover>a, #nav>ul>li.active>a {
    background: #f3f3f3;
}
#nav>ul>li.current>a {
    background: #d52349;
    color: #fff !important;
    font-weight: 700;
}
.dropdown {
    display: none;
    position: fixed;
    top: 10px;
    left: 10px;
}
#logotipo {
    margin: 0 0 1em 0;
}
/*Mobile */
@media screen and (max-width: 736px) {
    h1 {
        margin: 10px 0 10px 0 0 !important;
    }
    h1 a {
        font-size: 20px !important;
    }
    #header {
        height: 50px !important;
    }
    #logotipo {
        display: block;
        margin: 0;
    }
    #header, #nav-wraper, .biciloca-slide {
        margin: 0 !important;
    }
    .dropdown {
        display: block;
        z-index: 20000;
    }
    nav > #nav {
        display: none;
    }
}
@media screen and (min-width: 737px) {
    div > .container.grid{display: -webkit-box;}
    #nav {
        position: static;
        display: inline-table;
    }
}