@charset "utf-8";

@font-face {
    font-family: 'League Gothic';
    src: url('leaguegothic-regular-webfont.eot');
    src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('leaguegothic-regular-webfont.woff') format('woff'),
         url('leaguegothic-regular-webfont.ttf') format('truetype'),
         url('leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,body {
   margin:0;
   padding:0;
   height: 100%;
}
body{
	font: normal normal normal 13px/20px Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	color:#444;
	color: rgba(51,51,51,.7);
	background: #333 url('../images/noise.png') repeat top left;
}


a{
	color: #d44303;
}
a:hover{
	text-decoration: none;
}
.clear{
	clear: both;
}
.container{
	width: 12000px; /* 10 slides @ 1000px each + 1000px */
	height: 100%;
}
.mobile .container{
	width: 10200px; /* 10 slides @ 1000px each + 200px */
	height: 100%;
}
/*** Nav Controls ***/
.controls{
	
	
}
.mobile .controls{
	display: none;
}
.controls a{
	display: block;
	width: 80px;
	height: 223px;
	text-decoration: none;
}	
.controls a span{
	visibility: hidden;
}
.controls a.previous{
	position: fixed;
	top: 200px;
	left: 0;
	z-index: 10000;
	
	background: url('../images/prevBtn.png') no-repeat top left;
	float: left;
	margin-left: 20px;
}
.controls a.previous:hover{
	background: url('../images/prevHover.png') no-repeat top left;
}
.controls a.next{
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 10000;
	
	background: url('../images/nextBtn.png') no-repeat top left;
	float: right;
	margin-right: 20px;
}
.controls a.next:hover{
	background: url('../images/nextHover.png') no-repeat top left;
}
.page{
	width: 1000px;
	float: left;
	min-height: 100%;
	position: relative;
}
.wrapper{
	width: 860px;
	padding: 120px 50px 0;
}
.intro{
	background: url('../images/wavesBg.jpg') no-repeat bottom left;
}

/*** Header ***/
header{
	padding: 30px 50px;
	position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 860px;
    overflow: hidden;
    z-index: 1000;
}
.dark header{
	animation-name: slideRight;
    animation-duration: 1s;
	width: 100%;
}
.logo{
	float: left;
	width: 158px;
	cursor: pointer;
}
.contactLinks{
	float: right;
	margin-top: 45px;
}
.dark .contactLinks {
	margin-right: 90px
}
/* Chrome, Safari, Opera */
@-webkit-keyframes slideRight {
    from {width: 860px;}
    to {width: 100%;}
}

/* Standard syntax */
@keyframes slideRight {
    from {width: 860px;}
    to {width: 100%;}
}
.contactLinks li{
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
}
.contactLinks li a{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: #ccc;
}
.contactLinks li.email a{
	width: 27px;
	background: url('../images/email-main.png') no-repeat bottom left;
}
.contactLinks li.facebook a{
	background: url('../images/facebook-main.png') no-repeat bottom left;
}
.contactLinks li.linkedIn a{
	background: url('../images/linkedIn-main.png') no-repeat bottom left;
}
.contactLinks li.email a:hover{
	width: 27px;
	background: url('../images/email.png') no-repeat bottom left;
}
.contactLinks li.facebook a:hover{
	background: url('../images/facebook.png') no-repeat bottom left;
}
.contactLinks li.linkedIn a:hover{
	background: url('../images/linkedIn.png') no-repeat bottom left;
}
.contactLinks li a span{
	display: none;
}
/* Tool Tipster */
.spd-custom-theme {
	border-radius: 3px; 
	border: 1px solid #000;
	border: 1px solid rgba(0,0,0,.6);
	background: #4c4c4c;
	background: rgba(0,0,0,.6);
	color: #eee;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

/* Use this next selector to style things like font-size and line-height: */
.spd-custom-theme .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 8px 10px;
}

/**** About ***/


.intro h1{
	position: absolute;
	top: 150px;
	left: 50px;
	text-align: left;
	font: normal normal normal 26px/36px 'League Gothic',Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #333;
	color: rgba(17,17,17,.7);
	padding: 15px 0 0;
}
.intro .text-area{
	position: absolute;
	top: 210px;
	left: 50px;
	width: 450px;
	z-index: 1000;
}
p{
	padding: 0 0 10px;
}
.intro .viewWork span{
	visibility: hidden;
}
.intro .viewWork{
	display: block;
	position: absolute;
	top: 210px;
	left: 520px;
	width: 99px;
	height: 99px;
	background: url('../images/recentWorkBtn.png') no-repeat top left;
	z-index: 1000;
	text-decoration: none;
}
.intro .viewWork:hover{
	background: url('../images/recentWorkBtn-hover.png') no-repeat top left;
}
.footer p{
	position: absolute;
	bottom: 0px;
	left: 50px;
	font: normal normal normal 18px/18px 'League Gothic',Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #627885;
	padding-top: 30px;
	cursor: pointer;
}
.spPic{
	display: none;
	position: absolute;
	bottom: 25px;
	left: 0px;
}
.footer p:hover .spPic{
	display: block;
}

/*** Portfolio****/
.page h2{
	position: absolute;
	top: 180px;
	left: 750px;
	text-align: left;
	font: normal normal normal 24px/32px 'League Gothic',Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ccc;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	padding: 15px 0 0;
}
.portfolio .text-area{
	position: absolute;
	top: 230px;
	left: 750px;
	width: 200px;
	color: #aaa;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	z-index: 1000;
}
.portfolio .text-area a{
	color: #627885;
}
a.screenLink{
	display: block;
	position: absolute;
	top: 180px;
	left: 125px;
	width: 575px;
	height: 400px;
	z-index: 1000;
}
a.moreLink{
	display: block;
	margin-top: 5px;
	background: url('../images/42-photos.png') no-repeat top left;
	padding: 5px 0 10px 35px;
	text-decoration: none;
}
a.moreLink:hover{
	text-decoration: underline;
}
a.siteLink{
	display: block;
	margin-top: 5px;
	background: url('../images/211-action.png') no-repeat top left;
	padding: 5px 0 10px 35px;
	text-decoration: none;
}
a.siteLink:hover{
	text-decoration: underline;
}
a.hidden{
	display: none;
}


.laptop{
	position: absolute;
	top: 200px;
	left: 125px;
}
.imac{
	position: absolute;
	top: 170px;
	left: 125px;
}
.phone{
	position: absolute;
	top: 290px;
	left: 575px;
}
.brochure{
	position: absolute;
	top: 170px;
	left: 120px;
}

/** Fresh Powd **/

.fpMobile{
	position: absolute;
	top: 290px;
	left: 465px;
}


/********************************** MEDIA QUERIES ******************************/

/* iPad Portrait/Browser */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/* Mobile/Browser */
@media only screen and (max-width: 767px) {

	.mobile{
		display: block;
	}
	body{
		height: auto;
		min-height: 0;
	}
	.container{
		height: auto;
		min-height: 0;
		width: auto;
	}
	.mobile .container{
		width: auto;
	}
	.wrapper{
		padding: 0;
		height: auto;
		min-height: 0;
		width: auto;
	}

	/*** Header ***/
	header{
		padding: 10px 0;
		width: 100%;
		height: auto;
		position: fixed;
		background: rgba(252,253,248,.1);
	}
	.logo{
		width: 100px;
		margin-left: 10px;
	}
	.contactLinks{
		margin-top: 0px;
		margin-right: 10px;
	}

	/**** About ***/
	
	.about{
		width: auto;
		margin: 0 10px 65px;
		background: none;
	}
	.page{
		width: auto;
		float: none;

	}
	.intro{
		background: none;
		background: url('../images/wavesBg.jpg') no-repeat bottom left;
		background-size: 100%;
		min-height: none;
		padding: 60px 10px 120px;
	}
	.intro h1{
		position: static;
		text-align: left;
		font: normal normal normal 24px/30px 'League Gothic',Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #333;
		color: rgba(17,17,17,.7);
		padding: 35px 0 15px;
	}
	.intro .text-area{
		position: static;
		width: auto;
	}
	p{
		padding: 0 0px 10px;
	}
	.intro .viewWork{
		position: static;
		margin: 0px 0 0 40px;
		background: url('../images/recentWorkBtn-mobile.png') no-repeat top left;
	}
	.intro .viewWork:hover{
		background: url('../images/recentWorkBtn-mobile.png') no-repeat top left;
	}
	.footer p{
		display: none;
	}
	/*** Portfolio****/
	.page h2{
		position: static;
		text-align: left;
		font: normal normal normal 24px/32px 'League Gothic',Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #ccc;
		text-shadow: 1px 1px 1px rgba(0,0,0,.3);
		padding: 15px 10px 0;
	}
	.portfolio .text-area{
		position: static;
		width: auto;
		color: #aaa;
		text-shadow: 1px 1px 1px rgba(0,0,0,.3);
		z-index: 1000;
		padding: 0 10px;
	}
	.portfolio .text-area a{
		color: #627885;
	}
	.project{
		text-align: center;
	}
	.project img{
		padding: 10px 0;
	}

	.laptop{
		position: static;
		max-width: 100%;
	}
	.imac{
		position: static;
		max-width: 100%;
	}
	.phone{
		position: static;

	}
	.brochure{
		position: static;
		max-width: 100%;
	}
	a.screenLink{
		width: 300px;
	}

	/** Fresh Powd **/

	.fpMobile{
		position: static;
		max-width: 100%;

	}



}

/* Mobile Landscape/Browser */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}