.modal-dialog {
  width: 100% !important;
  min-width: calc(100% + 17px) !important;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}


#wrap_content_modal {
	/*background: url('../img/bg_popup.jpg') no-repeat center center;
	background-size: cover;*/

	background-image: url(../img/bg_popup.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


#col_left_popup {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	display: flex;
	min-height: 100%;
}

#col_right_popup {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 50%;
	display: flex;
	min-height: 100%;
}

#contingut_left {
	align-self: center;
	width: 100%;
}

#contingut_right {
	align-self: center;
	width: 100%;
}
#modal-fullscreen{
	/*z-index: 9998;*/
	z-index: 10000;
}

#col_left_popup_xs {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: flex;
	min-height: 50%;
	/*background-color: navajowhite;*/
	/*background-image: url(public_html/img/bg_popup_xs_L.jpg);*/
}

#col_right_popup_xs {
	position: absolute;
	/*left: 50%;*/
	top: 50%;
	width: 100%;
	/* display: flex; */
	min-height: 50%;
	/*background-color: red;*/
	left: 0;
}

/* Bounce To Right */
.hvr-bounce-to-right_grey_, .hvr-bounce-to-right_red {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right_grey_:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right_red:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right_grey_:hover, .hvr-bounce-to-right_grey_:focus, .hvr-bounce-to-right_grey_:active {
  color: #3A3B36 !important;
  border: 2px solid #3A3B36 !important;
}

.hvr-bounce-to-right_red:hover, .hvr-bounce-to-right_red:focus, .hvr-bounce-to-right_red:active {
  color: #eb2029 !important;
  border: 2px solid #eb2029 !important;
}

.hvr-bounce-to-right_grey_:hover:before, .hvr-bounce-to-right_grey_:focus:before, .hvr-bounce-to-right_grey_:active:before, .hvr-bounce-to-right_red:hover:before, .hvr-bounce-to-right_red:focus:before, .hvr-bounce-to-right_red:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
