@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: Georgia, "Bitstream Charter", serif;
  font-size: 12px;
  color: #fff;
	width:100%;
	height:100%;
}

.slide .sp_bg_img{
position: absolute; 
z-index: -100;
 top: 0; 
 left: 0; 
 display:block;
 min-height: 100%;
  min-width: 100%;
}
.black_overlay{
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
z-index:1001;
background: rgba(0,0,0,0.75);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F333333,endColorstr=#7F333333)"; /* IE8 */    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F333333,endColorstr=#7F333333);   /* IE6 & 7 */  
 }
 
 
 .white_content {
display: none;
position: fixed;
top: 25%;
left: 25%;
width: 50%;
padding: 16px;
border: 8px solid #666;
border-radius: 25px;
background-color: #c0c0c0;
z-index:1002;
overflow: auto;
background: rgb(242,242,242); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmJmYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(191,191,191,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(191,191,191,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(191,191,191,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(191,191,191,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(191,191,191,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(191,191,191,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-8 */


 }
 
.white_content .quote{
	font-size: 32px; 
	padding: 15px;
	color: #333;
}
.white_content .close-icon{
	float: right;
	cursor: pointer;
}
.white_content .main-text{
	font-size: 14px; 
	padding: 15px;
	color: #333;
}

.white_content  .goToLink{
	padding: 10px;
	margin: 15px 15px 15px 0;
	background-color: #62cb06; 
	font-weight: bold;
	clear: both;
	display: block;
	border-radius: 25px;
	color: #FFF;
	font-size:18px;
	text-transform: Capitalize;
	min-width: 250px;
	max-width: 400px;
	background-image:url(../images/stripe2.png);

}
.white_content  .goToLink .arrow-icon{
	display: block;
	background-image: url(../images/blackgrarrow.png);
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	float: left;
	margin-top: -2px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.white_content .goToLink .link-text{
	margin-left: 5px;
}

.white_content .goToLink:hover{
	background-color:rgb(204,255,153);
	background-size: 24px 24px;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	color: #000;
	cursor: pointer;
}

.shadowbox{
	display: none;
}


#header2{
	top: 0px;
	z-index: 100;
	position: fixed;
	min-width: 800px;
	background-color:rgba(51,51,51,0.5);
	/*background-image:url(../images/stripe2.png);*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F333333,endColorstr=#7F333333)"; /* IE8 */    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F333333,endColorstr=#7F333333);   /* IE6 & 7 */  
	width:100%;
font-size: 14px;
border-bottom: 1px solid #666;
}
 #header-container{
	 margin: 0px 20px 0 20px;
	height: 100px;
	 position: relative;
}
 #header-container .logo-wrapper{
	position: absolute;
	left: 0;
	bottom: 0;
 }
 #header-container .logo-wrapper .title{
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 48px;
	font-family: helvetica,  arial, sans-serif;
}
 #header-container .logo-wrapper .title .green{
	color: #d7ffac;
}
 #header-container  .logo-wrapper .subtitle{
	font-size: 14px;
	float: left;
	color: #fbfbfb;
	margin-top: 0px;
	padding-bottom: 10px;
}
#header-container .navbar{
	font-size: 12px;
	font-style: italic;
	position: absolute;
	bottom: 5px;
	right: 0px;
	background-color: #000;
	padding: 2px;
	text-transform: uppercase;
	float: right;
	color: #c0c0c0;
}
 #header-container .navbar a{
	color: #e7e7e7;
	font-weight: bold;
	text-decoration: none;
}
 #header-container .navbar a:hover{
	color:  #d7ffac;
}
#cse-search-box{
	display: block;
	float:right;
	padding-top:20px;
	width: 400px;
}
#cse-search-box input{
	background: rgba(0,0,0,.75);
	float:right;
	border: 1px solid #666;
	padding: 2px;
	color: #c0c0c0;
	font-style: italic;
}


.navigation{
	position:fixed;
	z-index:1;
	top:180px;
	font-size: 10px;
	padding: 10px;
	background-color: #333333;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F333333,endColorstr=#7F333333)"; /* IE8 */    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F333333,endColorstr=#7F333333);   /* IE6 & 7 */    
	background-color:rgba(51,51,51,0.5);
	/*background-image:url(../images/stripe2.png);*/
}
.navigation li{
	display:block;
	width:200px;
	padding: 0 10px;
	line-height:24px;
	margin-bottom:2px;
	text-transform:capitalize;
	font-weight:bold;
	-webkit-transition: all .2s ease-in-out;
	text-align:left;
	clear: both;
}
.navigation .emptyBox{
	width: 5px;
	height: 5px;
	border: 2px solid #FFF;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 5px;
}
.navigation .emptyBox:hover{
	background-color: #c0c0c0;
}

.navigation .fillBox{
	width: 5px;
	height: 5px;
	border: 2px solid #d7ffac;
	background-color: #d7ffac;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 5px;
	float: left;
}

.navigation .navDescrip{
	width: 180px;
}

.navigation li:hover,.active{
	cursor:pointer;
	font-weight: bold;
	color: #d7ffac;
}

.envatologo{
position:fixed;
top:50%;
left:50%;
width:446px;
margin-top:-41px;
margin-left:-223px;
z-index:1;
}
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	/*box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);*/
	border-bottom: 1px solid #fff;
	overflow:hidden;
}
.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);
}
.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;
}




/******************************
 SLIDE 1 
*******************************/
#slide1{
	background-color:#5c9900;
	background:url(../images/wplp/home-06-aspenbld-LOW.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}



/******************************
 SLIDE 2 
*******************************/
#slide2{
	background-color:#005c99;
	background: url(../images/wplp/home-01-e-LOW.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
/******************************
 SLIDE 3 
*******************************/
#slide3{
	background-color:#b6c10b;
	background:url(../images/wplp/Home-03-2012-PHL-2266-www-LOW.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/******************************
container textbox
*******************************/

.slide .container{
	position:absolute;
	bottom:100px;
	width: 500px;
	right: 0px;

	
}

/******************************
container2 textbox
*******************************/



/******************************
 SLIDE 4 
*******************************/

#slide4{
	background:url(../images/wplp/Home-04-L1000464-LOW.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);
}
/******************************
 SLIDE 5 
*******************************/
#slide5{
	background:url(../images/wplp/home-05-aspen98-claudia-LOW.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide6{
	background:url(../images/wplp/06-home-nina-computer-LOW.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide7{
	background:url(../images/wplp/home-07-fieldwork-LOW.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide8{
	background:url(../images/wplp/home-08-clinton-sms-LOW.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide9{
	background:url(../images/wplp/home-02-mcc-group-LOW.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.slide .container2{
	position:absolute;
	bottom:100px;
	width: 500px;
	left: 100px;

	
}

.slide .quote{
		background: #333;
		background-color:rgba(51,51,51,0.5);
		background: #333\9; /*ie hack*/
	font-size: 34px; 
	padding: 15px;
	color: #fff;
}
.slide .main-text{
		background: #333;
		background-color:rgba(51,51,51,0.5);
		background: #333\9; /*ie hack*/
	font-size: 16px; 
	padding: 15px;
	line-height: 24px;
	color: #fff;
}
.slide .goToLink{
	padding: 10px;
	margin-top: 5px;
	font-weight: bold;
	display: block;
	color: #FFF;
	font-size:18px;
	text-transform: Capitalize;
	min-width: 250px;
	max-width: 300px;
	background: #333;
	background-color:rgba(51,51,51,0.75);
	background: #333\9; /*ie hack*/

}
.slide .goToLink .arrow-icon{
	display: block;
	background-image: url(../images/blackgrarrow.png);
	background-size: 24px 24px;
	-ms-background-size: contain; /* Internet Explorer */
	width: 24px;
	height: 24px;
	float: left;
	margin-top: -2px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.slide .goToLink .link-text{
	margin-left: 5px;
}

.slide .goToLink:hover{
	background-color:rgb(204,255,153);
	background-size: 24px 24px;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	color: #000;
	cursor: pointer;
}