/* Minification failed. Returning unminified contents.
(6,16): run-time error CSS1024: Expected media identifier, found '{'
(37,1): run-time error CSS1019: Unexpected token, found '}'
(44,16): run-time error CSS1024: Expected media identifier, found '{'
(51,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*Large screens*/
@media screen and (min-width:1025px) {

    /* Target only Safari 6.1+ */
    @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
        @media {

            /*.menuIcons li a {
                line-height: 34px;
            }

            .heroImageCollapsed .menuIcons li a {
                line-height: 26px;
            }*/

            /*.jobobOffersToggle {
                top: 1px;
            }*/

            .headerLinks li:first-child a::before {
                -webkit-transform: translate(0px, 6px);
            }

            .scrollToTop .icon-menu-up {
                top: 3px;
            }

            /*.jobOfferWrapper.open .jobobOffersToggle {
                -webkit-transform-origin: 52% 45% 0;
            }*/

            .editButton::before {
                -webkit-transform: translate(0px, -2px);
            }
        }
    }
}

/*Large screens > 1200px*/
@media screen and (min-width:1200px) {

    /* Target only Safari 6.1+ */
    @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
        @media {

            /*.homeIcon {
                padding-top: 15px !important;
            }*/
        }
    }
}
