﻿/*   HighFinesse Website /// Iteration 01 /// February 2019   */


/*   M E S S A G E R  */

.hiring-message-container-01 {
  display: none;
  position: fixed;
  width: 240px;
  height: 148px;
  bottom: 130px;
  right: 6.0vw;
  text-align: center;
  background: url(../img/illustration_hiring/graphic_hiring_01.svg) no-repeat center center/cover;
  opacity: 1.0;
  z-index: 1000;
}

.hiring-message-clickbox-01 {
  position: absolute;
  width: 200px;
  height: 120px;
  top: 0;
  left: 0;
  background-color: none;
}

.hiring-message-container-02 {
  display: none;
  position: fixed;
  width: 200px;
  height: 128px;
  bottom: 60px;
  right: 4.75vw;
  text-align: center;
  background: url(../img/illustration_hiring/graphic_hiring_02.svg) no-repeat center center/cover;
  opacity: 1.0;
  z-index: 1100;
}

.hiring-messager-off {
  bottom: -200px;
  opacity: 0.0;
}

.hiring-messager-close-icon {
  position: absolute;
  right: 0;
  top: -5px;
  width: 30px;
  height: 30px;
  background: url(../img/illustration_hiring/graphic_close_button_hiring.svg) no-repeat center center/cover;
}


/*   M E D I A  Q U E R Y /// Show only on desctop devices   */


@media only screen and (min-width: 1024px) {
  .hiring-message-container-01, .hiring-message-container-02 {
    display: block; }
}


/*   A N I M A T I O N   */

.trans-cubic-500 {
	-webkit-transition: all 0.75s cubic-bezier(0.87, -0.41, 0.19, 1.44);
	-moz-transition: all 0.75s cubic-bezier(0.87, -0.41, 0.19, 1.44);
	-ms-transition: all 0.75s cubic-bezier(0.87, -0.41, 0.19, 1.44);
	-o-transition: all 0.75s cubic-bezier(0.87, -0.41, 0.19, 1.44);
	transition: all 0.75s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}

/* Button Animation */

.hiring-amimator {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
