/* Normal styles for the modal */
#modal {
	background-image: url("../img/parallax/BG.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	
	
	
	left:50%;
	margin:-250px 0 0 -40%;
	opacity: 10;
	position:absolute;
	top:-50%;
	visibility: hidden;
	width:80%;

	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
	/* Make the modal appear when targeted */
	#modal:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}
#modal .header,#modal .footer {
	border-bottom: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
}
	#modal .footer {
		border:none;
		border-top: 10px solid #e7e7e7;
		border-radius: 0 0 5px 5px;
	}
#modal h2 {
	margin:15px;
}
#modal .btn {
	float:right;
	  border: 1px solid #ffffff;
}
#modal .copy,#modal .header, #modal .footer {
	padding:15px;
}
.modal-content {
font-size: 18px;

  color: #ffffff;
padding:20px 20px;
	background-color: rgba(0, 0, 0, 0.8);
	position: relative;
	z-index: 20;
	border-radius:5px;
}
#modal .copy {
	background: #fff;
}

#modal .overlay {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

/* Normal styles for the modal2 */

/* Normal styles for the modal2 */
#modal2 {
	background-image: url("../img/parallax/BG.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	
	
	
	left:50%;
	margin:-250px 0 0 -40%;
	opacity: 10;
	position:absolute;
	top:-50%;
	visibility: hidden;
	width:80%;

	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
	/* Make the modal2 appear when targeted */
	#modal2:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}
#modal2 .header,#modal2 .footer {
	border-bottom: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
}
	#modal2 .footer {
		border:none;
		border-top: 10px solid #e7e7e7;
		border-radius: 0 0 5px 5px;
	}
#modal2 h2 {
	margin:15px;
}
#modal2 .btn {
	float:right;
	  border: 1px solid #ffffff;
}
#modal2 .copy,#modal2 .header, #modal2 .footer {
	padding:15px;
}
.modal2-content {
font-size: 18px;

  color: #ffffff;
padding:20px 20px;
	background-color: rgba(0, 0, 0, 0.8);
	position: relative;
	z-index: 20;
	border-radius:5px;
}
#modal2 .copy {
	background: #fff;
}

#modal2 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}


/* Normal styles for the modal3 */
#modal3 {
	background-image: url("../img/parallax/BG.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	
	
	
	left:50%;
	margin:-250px 0 0 -40%;
	opacity: 10;
	position:absolute;
	top:-50%;
	visibility: hidden;
	width:80%;

	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
	/* Make the modal3 appear when targeted */
	#modal3:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}
#modal3 .header,#modal3 .footer {
	border-bottom: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
}
	#modal3 .footer {
		border:none;
		border-top: 10px solid #e7e7e7;
		border-radius: 0 0 5px 5px;
	}
#modal3 h2 {
	margin:15px;
}
#modal3 .btn {
	float:right;
	  border: 1px solid #ffffff;
}
#modal3 .copy,#modal3 .header, #modal3 .footer {
	padding:15px;
}
.modal3-content {
font-size: 18px;

  color: #ffffff;
padding:20px 20px;
	background-color: rgba(0, 0, 0, 0.8);
	position: relative;
	z-index: 20;
	border-radius:5px;
}
#modal3 .copy {
	background: #fff;
}

#modal3 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
/* Normal styles for the modal4 */
#modal4 {
	background-image: url("../img/parallax/BG.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	
	
	
	left:50%;
	margin:-250px 0 0 -40%;
	opacity: 10;
	position:absolute;
	top:-50%;
	visibility: hidden;
	width:80%;

	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
	/* Make the modal4 appear when targeted */
	#modal4:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}
#modal4 .header,#modal4 .footer {
	border-bottom: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
}
	#modal4 .footer {
		border:none;
		border-top: 10px solid #e7e7e7;
		border-radius: 0 0 5px 5px;
	}
#modal4 h2 {
	margin:15px;
}
#modal4 .btn {
	
	float:right;
	border: 1px solid #ffffff;
}
#modal4 .copy,#modal4 .header, #modal4 .footer {
	padding:15px;
}
.modal4-content {
font-size: 18px;

  color: #ffffff;
padding:20px 20px;
	background-color: rgba(0, 0, 0, 0.8);
	position: relative;
	z-index: 20;
	border-radius:5px;
}
#modal4 .copy {
	background: #fff;
}

#modal4 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
/* Normal styles for the modal6 */
#modal6 {
	background-image: url("../img/parallax/BG.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	
	
	
	left:50%;
	margin:-250px 0 0 -40%;
	opacity: 10;
	position:absolute;
	top:-50%;
	visibility: hidden;
	width:80%;

	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
	/* Make the modal6 appear when targeted */
	#modal6:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}
#modal6 .header,#modal6 .footer {
	border-bottom: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
}
	#modal6 .footer {
		border:none;
		border-top: 10px solid #e7e7e7;
		border-radius: 0 0 5px 5px;
	}
#modal6 h2 {
	margin:15px;
}
#modal6 .btn {
	  
	float:right;
	border: 1px solid #ffffff;
}
#modal6 .copy,#modal6 .header, #modal6 .footer {
	padding:15px;
}
.modal6-content {
font-size: 18px;

  color: #ffffff;
padding:20px 20px;
	background-color: rgba(0, 0, 0, 0.8);
	position: relative;
	z-index: 20;
	border-radius:5px;
}
#modal6 .copy {
	background: #fff;
}

#modal6 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
/* Normal styles for the modal5 */
#modal5 {
	background-image: url("../img/parallax/BG.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	
	
	
	left:50%;
	margin:-250px 0 0 -40%;
	opacity: 10;
	position:absolute;
	top:-50%;
	visibility: hidden;
	width:80%;

	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
	/* Make the modal5 appear when targeted */
	#modal5:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}
#modal5 .header,#modal5 .footer {
	border-bottom: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
}
	#modal5 .footer {
		border:none;
		border-top: 10px solid #e7e7e7;
		border-radius: 0 0 5px 5px;
	}
#modal5 h2 {
	margin:15px;
}
#modal5 .btn {
	  
	float:right;
	border: 1px solid #ffffff;
}
#modal5 .copy,#modal5 .header, #modal5 .footer {
	padding:15px;
}
.modal5-content {
font-size: 18px;

  color: #ffffff;
padding:20px 20px;
	background-color: rgba(0, 0, 0, 0.8);
	position: relative;
	z-index: 20;
	border-radius:5px;
}
#modal5 .copy {
	background: #fff;
}

#modal5 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
/* Normal styles for the modal7 */
#modal7 {
	background-image: url("../img/parallax/BG.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	
	
	
	left:50%;
	margin:-250px 0 0 -40%;
	opacity: 10;
	position:absolute;
	top:-50%;
	visibility: hidden;
	width:80%;

	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
	/* Make the modal7 appear when targeted */
	#modal7:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}
#modal7 .header,#modal7 .footer {
	border-bottom: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
}
	#modal7 .footer {
		border:none;
		border-top: 10px solid #e7e7e7;
		border-radius: 0 0 5px 5px;
	}
#modal7 h2 {
	margin:15px;
}
#modal7 .btn {
	  
	float:right;
	border: 1px solid #ffffff;
}
#modal7 .copy,#modal7 .header, #modal7 .footer {
	padding:15px;
}
.modal7-content {
font-size: 18px;

  color: #ffffff;
padding:20px 20px;
	background-color: rgba(0, 0, 0, 0.8);
	position: relative;
	z-index: 20;
	border-radius:5px;
}
#modal7 .copy {
	background: #fff;
}

#modal7 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
#modal8 {
	background-image: url("../img/parallax/BG.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	
	
	
	left:50%;
	margin:-250px 0 0 -40%;
	opacity: 10;
	position:absolute;
	top:-50%;
	visibility: hidden;
	width:80%;

	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
	/* Make the modal8 appear when targeted */
	#modal8:target {
		opacity: 1;
		top:50%;
		visibility: visible;
	}
#modal8 .header,#modal8 .footer {
	border-bottom: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
}
	#modal8 .footer {
		border:none;
		border-top: 10px solid #e7e7e7;
		border-radius: 0 0 5px 5px;
	}
#modal8 h2 {
	margin:15px;
}
#modal8 .btn {
	float:right;
	border: 1px solid #ffffff;
}
#modal8 .copy,#modal8 .header, #modal8 .footer {
	padding:15px;
}
.modal8-content {
font-size: 18px;

  color: #ffffff;
padding:20px 20px;
	background-color: rgba(0, 0, 0, 0.8);
	position: relative;
	z-index: 20;
	border-radius:5px;
}
#modal8 .copy {
	background: #fff;
}

#modal8 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
	/* Make the modal8 appear when targeted */