@charset "utf-8";

/*
----------------------------------------
750
----------------------------------------
*/

@media screen and ( max-width: 750px ) {
    #interviewz-window .open-button img {
		width: 56px !important;
        height: 55px !important;
        left: 0 !important;
        right: 0 !important;
        top: 4px !important;
        margin: auto !important;
	}

	#interviewz-window .open-button .text {
		font-size: 11px !important;
        top: 13px !important;
        line-height: 1.4;
        left: 0 !important;
        right: 0 !important;
        margin: auto;
        width: auto !important;
	}

	#interviewz-window .open-button .mini-text {
		font-size: 11px !important;
        top: 27px !important;
        line-height: 1.4;
        left: 0 !important;
        right: 0 !important;
        margin: auto;
        }

	#interviewz-window .open-button {
		background-color: #C99952 !important;
		width: 55px !important;
		height: 55px !important;
	}
    #interviewz-window{
        transition: all 0.25s ease-out;
    }
}

.activeOff{
    opacity: 0;
}