﻿.messageAlert, .messageSuccess, .messageError {
    display: none;
}
    .messageAlert > * {
        color:#dd9d17 !important;
    }
    .messageError > * {
        color: #ff0000 !important;
    }

input.error, select.error, div.error {
    border: 1px solid #dd9d17 !important;
}

.error_text {
    color: #dd9d17 !important;
}
.onlyDesktop {
    display: block;
}

.onlyMobile {
    display: none;
}

.variant_nav_item {
    margin-left: 10px;
    margin-top: 10px;
}


@media (max-width: 992px) {
    .onlyDesktop {
        display: none;
    }

    .onlyMobile {
        display: block;
    }
}

@media (max-width: 768px) {
    .about-layout1 .cta-banner {
        max-width: 200px;
        padding: 30px 20px 50px;
        border: 10px solid #ffffff;
    }
    .page-title {
        padding-top: 180px;
        padding-bottom: 180px;
    }


    .bg-parallax {
        background-image: attr(data-image-mobile-src url);
    }
}



