/* Overlay style */

.downloads {

display: none;
color: #ff793d;
z-index: 100;

	width: 100%;
	top: 0;
	left: 0;
	padding-top: 70px;

}
.overlay2 {
	position: fixed; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(38,133,188,0.9);
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;

}
.cb-slideshow {
z-index: -2;
 list-style-type: none;


}

.downloads .overlay-close {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

.downloads #center {
	text-align: center;
	font-style: normal;
	font-size: 1.4ex;
 letter-spacing: 0.2ex;
 line-height: 3.5ex;
 font-weight: normal;
 font-family: 'Montserrat', sans-serif;
 color: #fff;
 width: 80%;
max-width: 400px;
margin: 0 auto;

}
.downloads #center a {

 text-decoration: none;

 

}
.downloads #center h1 {
	font-size: 3.7ex;

 line-height: 2.3ex;
 letter-spacing: 0.4ex;

}

.downloads #center h5 {
	font-size: 2.7ex;

 line-height: 2.3ex;
 letter-spacing: 0.4ex;

}

.contact #center h5 {
	font-size: 2.7ex;

 line-height: 2.3ex;
 letter-spacing: 0.4ex;

}
.downloads #center #cont {
border: solid white 1px;
width: 300px;

}

/* Overlay style */

.contact {
display: none;
color: #5622a5;
z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 70px;

}
.overlay3 {
	position: fixed; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(54,29,128,0.96);
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;

}


.contact .overlay-close {
	width: 40px;
	height:40px;
	position: fixed;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

.contact #center {
	text-align: center;
	font-style: normal;
	font-size: 1.4ex;
 letter-spacing: 0.2ex;
 line-height: 3.5ex;
 font-weight: normal;
 font-family: 'Montserrat', sans-serif;
 color: #fff;
width: 80%;
max-width: 400px;
margin: 0 auto;
}
.contact #center a {

 text-decoration: none;

 color: #fff;
 border-bottom: solid 1px;
 

}
.contact #center h1 {
	font-size: 3.7ex;

 line-height: 2.3ex;
 letter-spacing: 0.4ex;

}

@media (min-width: 850px) {


.downloads .overlay-close {
	width: 80px;
	height: 80px;
}

.contact .overlay-close {
	width: 80px;
	height: 80px;
}
}

