
#modal-02 {
	background: url(../../siteart/search-opacity.png) !important;
	background-repeat: repeat;
	overflow-x: hidden;
}




.modalCloseOuter {
    position: relative;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
}

.animatedModal-Close {
	float: right;
	width: auto;
	display: inline-block;
	padding: 8px 10px;
	background: #ccc;
	color: #fff;
	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;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.animatedModal-Close:hover {
	background: #000;
}





.modalContent {
    height: 50%;
}

.modalContent-Title {
	font-family: 'LatoWebBold';
	font-size: 17px;
	color: #000;
	text-align: left;
	margin-bottom: 7px;
}

/* Place text in the middle of the image */
.modalSearch {
	margin: 40px !important;
}

.modalContent-Box {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    border: 2px solid #ddd;
    box-sizing: border-box;
    display: inline-block;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background: url(../../siteart/search-bg.jpg);
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px 0px 26px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 26px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 26px -2px rgba(0,0,0,0.75);
}