@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'BebasRegular';
    src: url('font/BEBAS___-webfont.eot');
    src: url('font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/BEBAS___-webfont.woff') format('woff'),
         url('font/BEBAS___-webfont.ttf') format('truetype'),
         url('font/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html,body{
 font-family: 'BebasRegular';
	width:100%;
	height:100%;
}
h1 {
	font-size:40px;
	font-style:bold;
}
h2 {
	font-size:30px;
	font-style:bold;
}
h3 {
	font-size:27px;
	font-style:bold;
}
h4 {
	font-size:22px;
	font-style:bold;
}
h5 {
	font-size:20px;
	font-style:bold;
}
a{
	color:white;
}
textarea{
	width:100%;
	height: 55px;
}
.modal {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modal:target {
	opacity:1;
	pointer-events: auto;
}

.modal > div {
	width: 400px;
	position: relative;
	margin: 2% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }
.formCols{
	float:left;
	width: 50%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
.products{
	font-size:18px;
}
.navigation{
	position:fixed;
	z-index:1;
	top:20px;
	background-color:rgba(0,0,0,0.7);
  	border:1px solid black;
  	/*opacity:0.7;*/
  	width:120px;
  	padding: 10px 5px;
}
.navigation li{
	color:white;/*#00b4a0;*/ /*rgba(255,255,255,0.9);*/
	display:block;
	padding: 0 10px;
	line-height:30px;
	margin-bottom:3px;
	font-weight:bold;
	-webkit-transition: all .2s ease-in-out;
	border-bottom:0px solid black;
	text-align:left;
	width:53px;
}
.navigation li:hover,.active{
	font-size:25px;
	cursor:pointer;
	width:100px!important;
}
.envatologo{
position:fixed;
top:50%;
left:50%;
width:446px;
margin-top:-41px;
margin-left:-223px;
z-index:1;
}
.NWPCA{
	position:fixed;
	top:100%;
	left:100%;
	margin-top:-120px;
	margin-left:-150px;
	z-index:1;
}
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	margin: auto auto auto auto;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
}
.slideno{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:100px;
	font-weight:bold;
	color:rgba(255,255,255,0.3);
}
.slidecenter{
	position:absolute;
	top:46%;
	left:46%;
	width:600px;
	margin-top:-41px;
	margin-left:-223px;
	z-index:1;
	font-size:55px;
	color:rgba(255,255,255,0.7);
	background-color:#000000;
  	border:1px solid black;
  	opacity:0.7;
  	filter:alpha(opacity=60); /* For IE8 and earlier */
}
.slidedata{
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	margin-top: -10%;
	margin-left:-300px;
	z-index:1;
	font-size:20px;
	font-family:"Times New Roman";
	color:white;/*rgba(255,255,255,0.7);*/
	background-color:rgba(0,0,0,.9);/*#000000;*/
  	border:1px solid black;
  	/*opacity:0.9;*/
  	filter:alpha(opacity=60); /* For IE8 and earlier */
}
.slidedata .text{
	padding:10px 20px;
}
.columns{
 	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap:40px; /* Chrome, Safari, Opera */
	-moz-column-gap:40px; /* Firefox */
	column-gap:40px;
	padding:10px 20px;
}
.break{
	-webkit-column-break-before:always;
    -moz-column-break-before:always;
    column-break-before:always;
/*	break-before: column;*/
}
.button{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	background-color:#333333;
	background-image:url(../images/arrow.png);
}
.button:hover{
	background-color:#494949;
	cursor:pointer;
}
.buttonUp{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	top:0px;
	left:50%;
	background-color:#333333;
	background-image:url(../images/arrowUp.png);
}
.buttonUp:hover{
	background-color:#494949;
	cursor:pointer;
}

/******************************
 SLIDE 1 
*******************************/
#slide1{
	background-image:url(../images/bg/rollers.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide1 .parallaxbg{
	position:absolute;
	right:40px;
	top:40px;
	font-size:28px;
	color:rgba(51,51,51,0.3);
}
/******************************
 SLIDE 2 
*******************************/
#slide2{
	background-image:url(../images/bg/stack.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide2 .parallaxbg{
	position:absolute;
	right:40px;
	top:40px;
	font-size:28px;
	color:rgba(51,51,51,0.3);
}
/******************************
 SLIDE 3 
*******************************/
#slide3{
	background-image:url(../images/bg/stamp.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide3 .parallaxbg{
	position:absolute;
	right:40px;
	top:40px;
	font-size:28px;
	color:rgba(51,51,51,0.3);
}
/******************************
 SLIDE 4 
*******************************/

#slide4{
	background-image:url(../images/bg/stacks.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide4 .parallaxbg{
	position:absolute;
	right:40px;
	top:40px;
	font-size:28px;
	color:rgba(51,51,51,0.3);
}

