@media (min-width: 1200px) {
    .container {
        max-width: 1032px;
    }
}


body{
    padding-top: 5px;
}


/* Newsletter abonare CUSTOM CSS START*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.subscribe-now .footer{
    font: 15px/1.8em;
    margin:20px auto;
}

.subscribe-now .header{
    font: 15px/1.8em;
}

.subscribe-now .form-horizontal{
    padding-bottom: 0;
    margin-bottom: 0px;
}

.subscribe-now  .footer{
    text-align: center;
    background: #fff;
    padding-bottom: 0px;
}
.subscribe-now h2 {
    margin: 10px 0;
}
.subscribe-now form {
    margin-bottom: 20px;
}
.subscribe-now form.form-newsletter {
    max-width: 300px;
}
.subscribe-now p {
    margin-bottom: 20px;
}

.btn-custom{
    color:white;
    background-color: rgb(187, 210, 68);
}

.btn-custom hover{
    color: rgb(78, 95, 105);
}
/* Newsletter abonare CUSTOM CSS END*/



.navbar { font-family:  Tahoma, Verdana, Segoe, sans-serif !important; font-size:15px;}

@media screen and (max-width: 580px) {
    .l1, .l2, .l3, .l4, .l5 {
        /*margin-left: -45px !important;*/
        font-size: 12px !important;
    }

    .articol {
        margin-left: -45px !important;
    }
}


@media only screen and (max-width: 768px){
    .noMobile{
        display: none !important;
    }

    .box {
        width: auto;
    }

    .onlyMobile {
        display: block !important;
    }

}
@media only screen 
and (min-width : 768px) 
{
    .noMobile{
        display: block !important;
    }
    .onlyMobile {
        display: none !important;
    }  
}
.box {
    width: 1000px;
    position: relative;
    margin: 0px auto;
    display: block;
    clear: both;
}
