/*
/* Modals
/*========================================= */

.searchModal{
	background: rgba(0,0,0, 0.89);
	color: grey;
}
.modal-close{
	position: relative;
	float: right;
	margin:25px 25px;
}
.modal-close .x-close{
	color: rgb(255, 255, 255);
	zoom:3;
}
.searchModal .modal-content{
	background-color: transparent;
	margin-top: 40%;
}

@media only screen and (max-width: 787px){
	.modal-close{
		position: relative;
		float: right;
		margin:12px 25px;
	}
}