

.modalPopup {
	width: 100% ;
	height:500px;
	margin: 0 ;
	padding: 50px 20px 20px 20px ;
	text-align:center;
	position: fixed ;
	top:0px;
	left:0px;
	display: none ;
	z-index: 2 ;
}

@media screen and (max-width: 767px) {
  .modalPopup{
    overflow-y: scroll;
		overflow-x: hidden;
  }
}

.modalPopup p{
	font-size:15px;
}

.modalPopup span{
	width:80%;
}

.modalPopup div span{
	margin-bottom:5px;
}

.modalPopup h3 img{
	width: auto;
	max-width:100%;
}

.modalPopup h3 a{
	position:relative;
}

.modalPopup ul{
	margin:0;
	padding:0;
	display:block;
	list-style: none;
}

.modalPopup li a{
	color:#fff;
	font-size:25px;
}

#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
  background: rgba(236, 104, 0, 0.8);
	background-image:url(../images/strip.png);
	background-size:20px;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}

.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

.closeButton img {
	display:inline-block;
	width:30px;
	padding:5px;
	position:fixed;
	top:20px;
	right:20px;
	cursor: pointer;
	background-color:#FA7E0A;
	border-radius: 30px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}
