/*===========================================
 * Common
 *===========================================*/
body,
html {
	margin:0;
	padding:0;
}
body {
	padding:15px 25px;
	background:#f1f1f1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}

.ipgs-book-wrap {
	transition: all .5s ease-in-out;
}

.ipgs-about-icon {
	transition: 0.7s;
}

.popup-fade {
	display: none;

}
.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
	-webkit-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
}
.popup {
	position: fixed;
	top: 25%;
	left: 50%;
	padding: 20px;
	width: 360px;
	margin-left: -200px;	
	background: #fff;
	z-index: 99999;
	opacity: 1;

	-webkit-transition: all .7s;
	transition: all .7s;
	-webkit-transform: translate3D(0, 50px, 0);
			  transform: translate3D(0, 50px, 0);
	padding: 5px 15px;
	color: #262626;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
			  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* MODAL 2 */

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 9999; /* Sit on top */
	padding-top: 200px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4); 
}


.modal-content {
	position: relative;
	background-color: #f3f3f3;
	margin: auto;
	padding: 0;
	border: 1px solid #e6e4e4;
	width: 40%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: .7s;
	animation-name: animatetop;
	animation-duration: .7s;
}

@-webkit-keyframes animatetop {
	from {top:50px; opacity:0} 
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:50px; opacity:0}
	to {top:0; opacity:1}
}


.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}


.modal-body {
	padding: 2px 16px;
	height: auto;
	font-size: 16px;
	background-color: rgb(245, 245, 245);
}

.about-text {
	text-align: left;
}

.modal-body a {
	text-align: left;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 15px;
	margin: 2%;
	margin-left: 0;
}

.anchor-text {
	display: none;
}


/*===========================================
 * Media
 *===========================================*/
@media only screen and (max-width: 1024px) {
}
