.size-15, .size-15 p {
    font-size: 15px !important;
    line-height: 20px !important;
}

.slider-pages {
    /*text-align: left !important;*/
    font-family: 'Open Sans', sans-serif !important;
    font-style: normal !important;
    font-weight: lighter !important;
    font-size: 36px !important;
    /*line-height: 30px!important;*/
    line-height: 45px !important;
    color: rgba(255, 255, 255, 1) !important;
}

.home-title {
    /*text-align: left;*/
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: lighter;
    font-size: 22px;
    color: rgba(112, 112, 112, 1);
}

.news-text {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: lighter;
    /*font-size: 18px;*/
    font-size: 16px;
    color: rgba(112, 112, 112, 1);
}

.color-white {
    color: rgba(255, 255, 255, 1);
}

.applications-title {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: lighter;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    /**/
    margin-top: 15px;
}

.applications-link {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    /**/
    /*position: relative;*/
    /*bottom: -50px;*/
    /*position: absolute;*/
    /*bottom: 40px;*/
}

.applications-link a {
    color: rgba(255, 255, 255, 1);
}

.see-more {
    /*text-align: left;*/
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: rgba(112, 112, 112, 1);
    text-transform: uppercase;
}

.footer {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: rgba(112, 112, 112, 1);
}

.footer.copyright {
    font-size: 11px;
}

.img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-size {
    height: 250px;
    width: 100%;
}

.ml-100 {
    margin-left: 100px;
}

.p-0-150 {
    padding: 50px 150px;
}

.disable-heights {
    height: unset !important;
}

.flex-row {
    display: flex;
    align-items: center;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.applications-link p {
    position: absolute;
    bottom: 30px;
}

.applications-link p.right {
    right: 30px;
}

.media-mb {
    margin-bottom: 50px;
}

.left-unset {
    left: unset !important;
}

.custom-top-text {
    top: 320px !important;
}

.custom-top-button {
    top: 530px !important;
}

@media (max-width: 1199px) {

    .custom-top-title {
        top: 170px !important;
    }

    .custom-top-text {
        top: 275px !important;
    }

    .custom-top-button {
        top: 530px !important;
    }
}

@media (max-width: 991px) {
    .flex-row {
        display: block;
    }

    .max-width {
        max-width: 500px !important;
        padding-right: 20px;
    }

    .custom-top-title {
        top: 120px !important;
    }

    .custom-top-text {
        top: 220px !important;
    }

    .custom-top-button {
        top: 450px !important;
    }
}

@media (max-width: 860px) {

    .custom-top-title {
        top: 200px !important;
    }

    .custom-top-text{
        display: none;
    }

    .custom-top-button {
        top: 320px !important;
    }
}

@media (min-width: 768px) {
    .row-display{
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .media-mb {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .slideshow-size {
        height: 345px !important;
    }

    .custom-top-title {
        top: 130px !important;
    }

    .custom-top-text {
        top: 135px !important;
    }

    .custom-top-button {
        top: 250px !important;
    }
}

