/*.info-bar {
    z-index: 1;
    position: fixed;
    width:100%;
    -webkit-box-shadow: 0 1px 3px -1px rgba(1,1,1,1);
    box-shadow: 0 1px 3px -1px rgba(1,1,1,1);

}*/

.navbar .container {max-width:100%;}
.menu-option {
    /*letter-spacing: 1px;*/
    font-weight: bold;
    /*margin:10px;*/
    font-size: 16px;
    height: 30px;
    display: inline;
    line-height: 50px;
}

.menu-option:hover {

    text-decoration: none;
}

.dar-logo {
    cursor: default;
    background-size: 70px 30px;
    background-repeat: no-repeat;
    width: 210px;
    height: 40px;
    display: inline;
    margin:0;
    padding: 0;
   /* position: absolute;*/
    /*left: 50px;
    top:10px;*/
}

.navbar-right [class^="icon-"], .navbar-right [class*=" icon-"] {
    color: white!important;
}
.navbar-right .share-facebook:hover, .info-bar .share-facebook:hover {
    background-color: #2d4373!important;
}

.navbar-default .navbar-nav >.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
{
    background-color: transparent;
    text-shadow: 1px 1px 4px #C4C4C4;
    color:#242424;
}
.navbar-header {
    margin-top: 5px;
}


section.module.parallax {
    height: 500px;
}
section.module.parallax-1 {
    background-image: url("../img/magazin-biciclete.png");

}

section.module.parallax-2 {
    background-image: url("../img/dealer_merida.png");

}


section.module.parallax-3 {
    background-image: url("../img/accesorii-bicicleta.png");
}



section.module.parallax-4 {
    background-image: url("../img/piese-biciclete.png");
}



section.module.parallax-5 {
    background-image: url("../img/service-biciclete.png");
}



section.module.parallax-6 {
    background-image: url("../img/articole-sportive.png");
}


section.module.parallax-7 {
    background-image: url("../img/contact.png");
}


section.module p {
    font-size: 20px;
    text-indent: 30px;
}


footer aside h3{
    font-size: 20px;
    margin-bottom:10px;
}
footer aside img{
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
footer aside {
    text-align: center;
    color:white;
    font-size: 16px;
    margin-bottom: 30px;

}
footer aside ul{
    margin-top:40px;
}



ul.contact li{
    font-size: 18px;
    margin-top: 3px;
    margin-left: 10px;

}
ul.contact b{
    font-weight: bold;
    margin-right: 5px;
}
ul.contact  h3{

    font-weight: bold;
    font-size: 24px;
    margin-bottom:10px;
}

@media (min-width: 768px){
    .navbar-nav {
        margin-left: 5%;
    }

}
@media (min-width: 960px) {
    section.module.parallax h1 {
        font-size: 90px;
    }
}