@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {

}

@media screen and (max-width:1279px) {
    #logo {
        margin-left: 0;
    }

    /*.sticky_header {
        padding: 0;
        height: auto!important;
        position: relative!important;
        background: none!important;
    }*/
}

@media screen and (max-width:1023px) {
    #menu li + li {
        margin: 0 0 0 35px;
    }

    .home_para.experience .col {
        padding: 0 10px;
    }

    /*.sticky_header {
        padding: 0;
        height: auto!important;
        position: relative!important;
        background: none!important;
    }*/
}

@media screen and (max-width:767px) {

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    #header {
        padding:20px 0 20px 0;
    }

    #logo {
        display: block;
        width: 140px;
        height: 25px;
        background-size: contain;
        margin: 0 0 20px 0;
    }

    .mobile_menu {
        display: block;
    }

    .slogan_box {
        height: auto;
    }

    #menu {
        display: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    #menu li {
        display: block;
        float: none;
    }

    #menu li + li {
        margin-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.8);
    }

    #menu a {
        display: block;
        line-height: 36px;
        text-align: center;
        padding: 3px 0 0 0;
    }

    h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .big_links {
        margin: 20px 0 0 0;
    }

    .big_links li {
        width: 100%;
    }

    .big_links a {
        display: block;
        padding: 22px 20px 18px 20px;
    }

    .big_links a span {
        display: block;
    }

    .home_para {
        padding:20px 0 20px 0;
    }

    .home_para h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .home_para.portugal_2020_para {
        padding-top: 30px;
    }

    .para_title {
        padding: 15px 10px 0 10px;
        margin: -20px 0 30px 0;
    }

    .home_para.experience .col {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .big_links_2 li {
        width: 100%;
    }

    .footer_contacts .col {
        width: 100%;
        padding: 0;
    }

    .footer_contacts p {
        margin-bottom: 20px;
    }

    .subscribe_form {
        margin-bottom: 40px;
        padding-right: 34px;
    }

    .subscribe_form button[type="submit"] {
        right: 0;
    }

    .sticky-wrapper {
        height: auto!important;
    }

    .sticky_header {
        padding: 0;
        height: auto!important;
        position: relative!important;
        background: none!important;
    }
}

@media screen and (max-width:374px) {}