#leaveModal {
	width: 335px;
	height: 345px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background: #fff;
	display: none;
	z-index: 9999;
	font-family: 'Bebas_Neue';
	text-align: center;
}
.leaveTop .l-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 32px;
	height: 32px;
	background: url(leaveModal/mod-cloz.png);
	cursor: pointer;
}
.leaveTop .dontleave {
	display: block;
	color: #e96417;
	font-size: 33px;
	margin: 40px 0 0;
	text-transform: uppercase;
}
.leaveTop .leave-offer {
	font-size: 17px;
	color: #515151;
	padding: 20px 30px;
	background: url(leaveModal/line-bg.png) repeat-x 0 50%;
}
.leaveTop .leave-offer p {
	font-family: Calibri, sans-serif;
	background: #fff;
	margin: 0;
	line-height: 20px;
}
.leaveBottom {
	background: url(leaveModal/leave-bg.jpg);
	background-size: cover;
	color: #fff;
	padding: 15px 0;
}
.leave-bottom-title {
	display: inline-block;
	background: url(leaveModal/mod-phone-icon.png) no-repeat 0 50%;
	font-size: 28px;
	padding: 5px 0 5px 37px;
	margin-bottom: 10px;
}
ul.leave-phones li {
	font-size: 30px;
}
ul.leave-phones li span {
	color: #0c4346;
}