/*-------------------------------

	POPUP.CSS

-------------------------------*/

.popup_back {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.popup_cont {
	position: fixed;
	z-index: 102;
}

.preloader {
	z-index: 101;
}

/*---------------------

	EDIT BELOW

*/

.popup_close {
	color: #000;
    cursor: pointer;
    position: absolute;
    padding: 0px;
    font-weight: 600;
    right: 5px;
    font-size: 50px;
	top:-7px;
}

.popup_close:hover {
	color: #111;
}

.popup_back {
	cursor: pointer;
	background-color: #222;
}

div.popup {
	background: #fff;
	box-shadow: 0 3px 10px #222;
}

.preloader {
	left: 50%;
	margin: -10px 0 0 -25px;
	position: fixed;
	top: 50%;
}

.red-button {
    background: #32c7ac;
    padding: 8px 35px;
    font-size: 20px;
    border: none;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 30px;
    box-shadow: 1px 1px 1px #000;
}

.cta-bottone {
    display: inline-block;
    background: #e85345;
    padding: 9px 36px 6px 36px;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 30px;
  }