.modal-category {
	width: 100%;
	line-height: 50px;
	background: #232323;
	background: -webkit-linear-gradient(141deg, #404040 0%, #3a3a3a 51%, #333333 75%);
	background: -o-linear-gradient(141deg, #404040 0%, #3a3a3a 51%, #333333 75%);
	background: -moz-linear-gradient(141deg, #404040 0%, #3a3a3a 51%, #333333 75%);
	background: linear-gradient(141deg, #404040 0%, #3a3a3a 51%, #333333 75%);
    	margin-bottom: 2px;
	font-family: 'LatoWeb';
	text-shadow: 2px 4px 3px rgba(171, 171, 171, 0.3);
	color: #fff;
	position: relative;
}
.modal-category:hover {
	background: #232323;
}


/*CLOSE*/
.phoneModalCloseOuter {
    position: relative;
    border-top: 1px solid #ccc;
    padding: 20px 0px;
    box-sizing: border-box;
}
/*CLOSE*/


.modal1 h2 {
	margin-top: 20px;
	font-family: 'LatoWebBold';
	font-size: 16px;
}


.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s ease;
	z-index: -1;
}
.overlay.active {
	z-index: 9999;
	background: url(../../siteart/search-opacity.png) !important;
	background-repeat: repeat;
}

.modal1, .modal2, .modal3, .modal4 {
	max-height: calc(100% - 100px);
	position: fixed;
	width: 70%;
	top: 50%;
	left: 50%;
	max-width: 450px;
	transform: translate(-50%, -50%);
	color: #4a5666;
	background: linear-gradient(to bottom right, white, #F8F8F8) !important;
	box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	transition: .5s ease;
	box-sizing: border-box;
	padding: 0px 20px;
	display: none;
}


.modal1.active, .modal2.active, .modal3.active, .modal4.active {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    display: inline-block;
}






button.popout {
	float: right;
	width: auto;
	display: inline-block;
	color: #000;
	margin-right: 10px;
	font-family: 'LatoWebBold';
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	background: none;
	border: 0px;
	line-height: 36px;
}

button.close:hover {
    border: 0px;
    color: #000;
}



a.callNow {
	float: right;
	width: auto;
	display: inline-block;
	padding: 0px 20px;
	line-height: 36px;
	background: #5aa548;
	color: #fff;
	font-family: 'LatoWebBlack';
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px;
	text-decoration: none;
	font-size: 14px;
}
a.callNow:hover {
	border: 0px;
	color: #fff;
	background: #4a8c3a;
}













  