body {
	background-image:url(../images/black_grey_bg.png); no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body > .container {
	margin-bottom: 60px; 	
}

h1.title {
  font: bold 50px Sans-Serif;
  color: #fff;
  text-shadow: rgb(3, 3, 3) 4px 4px 4px;
}

h3.line-style{
 color: #fff;	
 border-bottom: 1px solid #fff;
}

h3.reg-style {
	color: #fff;
}

.project-page-header {
  padding-bottom: 10px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

img.icon-prev {
	float: left;
	margin-top:2px;
}

img.icon-next {
	float:right;
	margin-top: 2px;
}

a.block-link {
	display:block;
	text-decoration: none;
	color: #fff;
}

a.block-link:hover {
	color: #fff;
	font-style: italic;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.8);
}

span.text-custom {
	font-size: 20px;
	color: #fff;
}

p.content-text {
	color: #fff;
	font-size: 15px;
	text-shadow: rgb(46, 46, 46) 0px 4px 5px;
}

p.subtext {
	color: #fff;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
}

p.subtitle {
	font: bold 40px Sans-Serif;
	color: #fff;
	-webkit-text-stroke-width: 1px;
	 -webkit-text-stroke-color: #000;
}

.collection img {
	opacity: 1.0;
	filter: opacity(100%);
	transition: opacity 200ms ease-out;   
	-moz-transition: opacity 200ms ease-out;   
	-webkit-transition: opacity 200ms ease-out;    
	-o-transition: opacity 200ms ease-out;    
}

.collection img:hover {
	opacity: 0.5;
	filter: opacity(50%);
	border: 1px dashed #000;
}

.text-wrap{
     text-align: center;
}	


.center-span{
	text-align:left;
	margin: 0 auto;
	display:inline-block;
}

.small-text {
	font-size: 15px;
	color: #fff;
}

.stealth {
	visibility: hidden;
}

.btn-res {
	margin-left: 80px;
	margin-top: 20px;
}

.btn-mt {
	margin-left: 110px;
}

.btn-ef {
	margin-left: 160px;
}

.btn-fwatl {
	margin-left: 80px;
}

.btn-ge {
	margin-left: 110px;
}

.btn-bcas {
	margin-left: 160px;
}

.btn-fm {
	margin-left: 80px;
}

footer.custom-contact {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
}

footer.custom {
	width: 100%;
	height: 60px;
	margin-top: 100px;
}

footer.port-custom {
	width: 100%;
	height: 60px;
	margin-top: 65px;
}