.slider-pic {
    margin-top: 82px;
}

.page-title {
    font-size: 22px;
    line-height: 15px;
    color: #333;
    font-family: 'Open Sans';
}

.page-subtitle {
    font-size: 40px;
    line-height: 15px;
    color: #333;
    font-family: 'FordAntenna-Light';
    margin-top: 30px;
    margin-bottom: 30px;
}

.full-width-image {
    width: 100%;
}

.black-font {
    font-family: 'FordAntenna-Black';
}

.white-content-background {
    background: #fff;
   
    margin-top: 30px;
}

.noutate {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 20px;
    padding-top: 20px;
}

.border-img {
    border: 1px solid #d3d3d3;
}

.news-title {
    font-size: 22px;
    line-height: 28px;
    color: #333;
    font-family: 'Open Sans';
}

.news-title a {
    color: #333;
}

.news-title a:hover {
    color: #f26224;
}

.data-news {
    font-size: 15px;
    color: #333;
    font-family: 'Open Sans';
    margin-top: 10px;
}

.text-news {
    font-size: 15px;
    line-height: 20px;
    color: #333;
    font-family: 'Open Sans';
    margin-top: 10px;
    margin-bottom: 10px;
}

.link-news {
    font-size: 15px;
    font-weight: 600;
    color: #f26224;
    font-family: 'Open Sans';
}

.link-news:hover {
    color: #333;
}

.load-more-news {
    background: #f26224;
    color: #fff;
    padding: 8px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 15px;
    font-family: "Open Sans";
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    width: 40%;
    cursor:pointer;
}

.load-more-news:hover {
    background: #333;
    color: #fff;
}

.btn-more {
    margin-top: 50px;
}

/* fisa noutate*/
.title {
    font-size: 26px;
    line-height: 28px;
    color: #333;
    font-family: 'Open Sans';
}

.btn-back-to {
    background: #f26224;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    width: 30%;
    margin-top: 25px;
}

.btn-back-to a {
    color: #fff;
    display: block;
}

.btn-back-to:hover, .btn-back-to:focus {
    background: #000;
    color: #fff;
}

.data {
    font-size: 15px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    margin-top: 10px;
}

/* gallery */
.gallery {
    margin-top: 68px;
}

.border-img {
    border: 1px solid #d3d3d3;
    margin-bottom: 10px;
}

.noutate-hidden {
    display: none;
}

.new-text {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}

.new-text a {
    color: #f26224;
}

.new-text a:hover, .new-text a:focus {
    color: #000;
}

/* RESPONSIVE CSS
 -------------------------------------------------------------------------------*/
/*Large desktop*/
@media (min-width: 1260px) and (max-width: 1280px) {

    .hide-desktop {
        display: none;
    }
}

/*Small Desktop*/
@media (min-width: 1200px) {
    .hide-desktop {
        display: none;
    }
}

/*Laptops*/
@media (min-width: 992px) and (max-width: 1199px) {

    .data-news {
        font-size: 15px;
        margin-top: 10px;
    }

    .text-news {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .hide-desktop {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .white-content-background {
        padding-top: 20px;
    }

    .news-title {
        font-size: 18px;
    }

    .data-news {
        font-size: 14px;
        margin-top: 10px;
    }

    .text-news {
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .gallery {
        margin-top: 30px;
    }

    .hide-tab {
        display: none;
    }
}

@media (max-width: 767px) {
    .white-content-background {
        padding-top: 0px;
    }

    .news-title {
        line-height: 24px;
        margin-top: 15px;
    }

    .data-news {
        margin-top: 10px;
    }

    .text-news {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .load-more-news {
        width: 80%;
    }

    .gallery {
        margin-top: 20px;
    }

    .btn-back-to {
        width: 50%;
    }

    .hide-tel {
        display: none;
    }
}

@media (min-width: 330px) and (max-width: 480px) {
    .white-content-background {
        padding-top: 0px;
    }

    .news-title {
        line-height: 24px;
        margin-top: 15px;
    }

    .data-news {
        margin-top: 10px;
    }

    .text-news {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .load-more-news {
        width: 80%;
    }

    .gallery {
        margin-top: 20px;
    }

    .btn-back-to {
        width: 50%;
    }

    .hide-tel {
        display: none;
    }
}

@media (min-width: 300px) and (max-width: 325px) {
    .white-content-background {
        padding-top: 0px;
    }

    .news-title {
        line-height: 24px;
        margin-top: 15px;
    }

    .data-news {
        margin-top: 10px;
    }

    .text-news {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .load-more-news {
        width: 80%;
    }

    .gallery {
        margin-top: 20px;
    }

    .btn-back-to {
        width: 50%;
    }

    .hide-tel {
        display: none;
    }
}
